From 340121eed77f761e922358c0d64ba584f58ed2d8 Mon Sep 17 00:00:00 2001 From: Long Ho Date: Wed, 20 Nov 2019 11:08:37 -0500 Subject: [PATCH] chore(license): Update LICENSE files in every package --- README.md | 3 +- packages/babel-plugin-react-intl/LICENSE | 6 +-- .../LICENSE.md | 0 packages/eslint-plugin-formatjs/LICENSE.md | 9 ++++ packages/formatjs-extract-cldr-data/LICENSE | 6 +-- packages/intl-format-cache/LICENSE | 50 +++++++++++-------- packages/intl-listformat/LICENSE.md | 9 ++++ packages/intl-locales-supported/LICENSE | 8 +-- packages/intl-messageformat-parser/LICENSE | 50 ++++++++++--------- packages/intl-messageformat/LICENSE | 50 ++++++++++--------- packages/macro/LICENSE.md | 9 ++++ packages/ts-transformer/LICENSE.md | 9 ++++ 12 files changed, 130 insertions(+), 79 deletions(-) rename packages/{intl-messageformat-parser => cli}/LICENSE.md (100%) create mode 100644 packages/eslint-plugin-formatjs/LICENSE.md create mode 100644 packages/intl-listformat/LICENSE.md create mode 100644 packages/macro/LICENSE.md create mode 100644 packages/ts-transformer/LICENSE.md diff --git a/README.md b/README.md index c7ccb81f8..8c12ddd0e 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,7 @@ Releases can be done with the following steps: ## License -This software is free to use under the Yahoo Inc. BSD license. -See the [LICENSE file][] for license text and copyright information. +See individual LICENSE file in each package for license text and copyright information. ## Big Thanks diff --git a/packages/babel-plugin-react-intl/LICENSE b/packages/babel-plugin-react-intl/LICENSE index d771c74a8..0658d8c06 100644 --- a/packages/babel-plugin-react-intl/LICENSE +++ b/packages/babel-plugin-react-intl/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2015, Yahoo Inc. +Copyright (c) 2019, Oath Inc. Licensed under the terms of the New BSD license. See below for terms. @@ -15,10 +15,10 @@ conditions are met: following disclaimer in the documentation and/or other materials provided with the distribution. -* Neither the name of Yahoo Inc. nor the names of its +* Neither the name of Oath Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior - written permission of Yahoo Inc. + written permission of Oath Inc. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/packages/intl-messageformat-parser/LICENSE.md b/packages/cli/LICENSE.md similarity index 100% rename from packages/intl-messageformat-parser/LICENSE.md rename to packages/cli/LICENSE.md diff --git a/packages/eslint-plugin-formatjs/LICENSE.md b/packages/eslint-plugin-formatjs/LICENSE.md new file mode 100644 index 000000000..d92a98395 --- /dev/null +++ b/packages/eslint-plugin-formatjs/LICENSE.md @@ -0,0 +1,9 @@ +MIT License + +Copyright (c) 2019 FormatJS + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/packages/formatjs-extract-cldr-data/LICENSE b/packages/formatjs-extract-cldr-data/LICENSE index d771c74a8..0658d8c06 100644 --- a/packages/formatjs-extract-cldr-data/LICENSE +++ b/packages/formatjs-extract-cldr-data/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2015, Yahoo Inc. +Copyright (c) 2019, Oath Inc. Licensed under the terms of the New BSD license. See below for terms. @@ -15,10 +15,10 @@ conditions are met: following disclaimer in the documentation and/or other materials provided with the distribution. -* Neither the name of Yahoo Inc. nor the names of its +* Neither the name of Oath Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior - written permission of Yahoo Inc. + written permission of Oath Inc. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/packages/intl-format-cache/LICENSE b/packages/intl-format-cache/LICENSE index 263382ae7..0658d8c06 100644 --- a/packages/intl-format-cache/LICENSE +++ b/packages/intl-format-cache/LICENSE @@ -1,27 +1,33 @@ -Copyright 2014 Yahoo! Inc. -All rights reserved. +Copyright (c) 2019, Oath Inc. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: +Licensed under the terms of the New BSD license. See below for terms. - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Redistribution and use of this software in source and binary forms, +with or without modification, are permitted provided that the following +conditions are met: - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. +* Redistributions of source code must retain the above + copyright notice, this list of conditions and the + following disclaimer. - * Neither the name of the Yahoo! Inc. nor the - names of its contributors may be used to endorse or promote products - derived from this software without specific prior written permission. +* Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the + following disclaimer in the documentation and/or other + materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL YAHOO! INC. BE LIABLE FOR ANY -DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND -ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* Neither the name of Oath Inc. nor the names of its + contributors may be used to endorse or promote products + derived from this software without specific prior + written permission of Oath Inc. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS +IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED +TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A +PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/packages/intl-listformat/LICENSE.md b/packages/intl-listformat/LICENSE.md new file mode 100644 index 000000000..d92a98395 --- /dev/null +++ b/packages/intl-listformat/LICENSE.md @@ -0,0 +1,9 @@ +MIT License + +Copyright (c) 2019 FormatJS + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/packages/intl-locales-supported/LICENSE b/packages/intl-locales-supported/LICENSE index 10da05ba6..0658d8c06 100644 --- a/packages/intl-locales-supported/LICENSE +++ b/packages/intl-locales-supported/LICENSE @@ -1,4 +1,6 @@ -Copyright (c) 2015, Yahoo Inc. All rights reserved. +Copyright (c) 2019, Oath Inc. + +Licensed under the terms of the New BSD license. See below for terms. Redistribution and use of this software in source and binary forms, with or without modification, are permitted provided that the following @@ -13,10 +15,10 @@ conditions are met: following disclaimer in the documentation and/or other materials provided with the distribution. -* Neither the name of Yahoo Inc. nor the names of its +* Neither the name of Oath Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior - written permission of Yahoo Inc. + written permission of Oath Inc. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/packages/intl-messageformat-parser/LICENSE b/packages/intl-messageformat-parser/LICENSE index 1f988714d..0658d8c06 100644 --- a/packages/intl-messageformat-parser/LICENSE +++ b/packages/intl-messageformat-parser/LICENSE @@ -1,29 +1,33 @@ -Copyright 2014 Yahoo! Inc. -All rights reserved. +Copyright (c) 2019, Oath Inc. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: +Licensed under the terms of the New BSD license. See below for terms. - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Redistribution and use of this software in source and binary forms, +with or without modification, are permitted provided that the following +conditions are met: - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. +* Redistributions of source code must retain the above + copyright notice, this list of conditions and the + following disclaimer. - * Neither the name of the Yahoo! Inc. nor the - names of its contributors may be used to endorse or promote products - derived from this software without specific prior written permission. +* Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the + following disclaimer in the documentation and/or other + materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL YAHOO! INC. BE LIABLE FOR ANY -DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND -ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* Neither the name of Oath Inc. nor the names of its + contributors may be used to endorse or promote products + derived from this software without specific prior + written permission of Oath Inc. --------------------------------------------------------------------------------- \ No newline at end of file +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS +IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED +TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A +PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/packages/intl-messageformat/LICENSE b/packages/intl-messageformat/LICENSE index fd7324f3e..0658d8c06 100644 --- a/packages/intl-messageformat/LICENSE +++ b/packages/intl-messageformat/LICENSE @@ -1,29 +1,33 @@ -Copyright 2013 Yahoo! Inc. -All rights reserved. +Copyright (c) 2019, Oath Inc. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: +Licensed under the terms of the New BSD license. See below for terms. - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Redistribution and use of this software in source and binary forms, +with or without modification, are permitted provided that the following +conditions are met: - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. +* Redistributions of source code must retain the above + copyright notice, this list of conditions and the + following disclaimer. - * Neither the name of the Yahoo! Inc. nor the - names of its contributors may be used to endorse or promote products - derived from this software without specific prior written permission. +* Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the + following disclaimer in the documentation and/or other + materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL YAHOO! INC. BE LIABLE FOR ANY -DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND -ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* Neither the name of Oath Inc. nor the names of its + contributors may be used to endorse or promote products + derived from this software without specific prior + written permission of Oath Inc. ------------------------------------------------------------------------------- \ No newline at end of file +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS +IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED +TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A +PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/packages/macro/LICENSE.md b/packages/macro/LICENSE.md new file mode 100644 index 000000000..d92a98395 --- /dev/null +++ b/packages/macro/LICENSE.md @@ -0,0 +1,9 @@ +MIT License + +Copyright (c) 2019 FormatJS + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/packages/ts-transformer/LICENSE.md b/packages/ts-transformer/LICENSE.md new file mode 100644 index 000000000..d92a98395 --- /dev/null +++ b/packages/ts-transformer/LICENSE.md @@ -0,0 +1,9 @@ +MIT License + +Copyright (c) 2019 FormatJS + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.