From 54a791df0dfbd04fe007393ae3eb1e0581641a19 Mon Sep 17 00:00:00 2001 From: sttk Date: Sun, 4 Oct 2020 18:42:59 +0900 Subject: [PATCH] Doc: Transfer ownership to Gulp Team --- LICENSE | 2 +- README.md | 16 ++++++++-------- package.json | 8 ++++---- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/LICENSE b/LICENSE index a7ba00b..12bb6b5 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2016-2020 Takayuki Sato +Copyright (c) 2016-2020 Gulp Team. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 2da482d..d5617eb 100644 --- a/README.md +++ b/README.md @@ -209,19 +209,19 @@ If *converter* is given, it is able to convert the terminal values. ## License -Copyright (C) 2016-2020 Takayuki Sato +Copyright (C) 2016-2020 Gulp Team. This program is free software under [MIT][mit-url] License. See the file LICENSE in this distribution for more details. -[repo-url]: https://github.com/sttk/copy-props/ +[repo-url]: https://github.com/gulpjs/copy-props/ [npm-img]: https://img.shields.io/badge/npm-v2.0.4-blue.svg [npm-url]: https://www.npmjs.org/package/copy-props/ [mit-img]: https://img.shields.io/badge/license-MIT-green.svg [mit-url]: https://opensource.org/licenses.MIT -[travis-img]: https://travis-ci.org/sttk/copy-props.svg?branch=master -[travis-url]: https://travis-ci.org/sttk/copy-props -[appveyor-img]: https://ci.appveyor.com/api/projects/status/github/sttk/copy-props?branch=master&svg=true -[appveyor-url]: https://ci.appveyor.com/project/sttk/copy-props -[coverage-img]: https://coveralls.io/repos/github/sttk/copy-props/badge.svg?branch=master -[coverage-url]: https://coveralls.io/github/sttk/copy-props?branch=master +[travis-img]: https://travis-ci.org/gulpjs/copy-props.svg?branch=master +[travis-url]: https://travis-ci.org/gulpjs/copy-props +[appveyor-img]: https://ci.appveyor.com/api/projects/status/github/gulpjs/copy-props?branch=master&svg=true +[appveyor-url]: https://ci.appveyor.com/project/gulpjs/copy-props +[coverage-img]: https://coveralls.io/repos/github/gulpjs/copy-props/badge.svg?branch=master +[coverage-url]: https://coveralls.io/github/gulpjs/copy-props?branch=master diff --git a/package.json b/package.json index 1811e44..85bd124 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/sttk/copy-props.git" + "url": "git+https://github.com/gulpjs/copy-props.git" }, "keywords": [ "object", @@ -28,12 +28,12 @@ "map", "convert" ], - "author": "Takayuki Sato", + "author": "Gulp Team (https://gulpjs.com/)", "license": "MIT", "bugs": { - "url": "https://github.com/sttk/copy-props/issues" + "url": "https://github.com/gulpjs/copy-props/issues" }, - "homepage": "https://github.com/sttk/copy-props#readme", + "homepage": "https://github.com/gulpjs/copy-props#readme", "dependencies": { "each-props": "^1.3.2", "is-plain-object": "^5.0.0"