From b56ac3ea39a5cb4015467488675561520a1b617a Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Wed, 20 Apr 2022 19:20:04 +0300 Subject: [PATCH] More licenses cleanup --- README.md | 2 +- license.txt | 2 +- monorepo/README.md | 8 ++++++++ monorepo/license.txt | 2 +- packages/api-redundancy/README.md | 8 +++++--- packages/api-redundancy/license.txt | 2 +- packages/core/README.md | 9 ++++----- packages/core/license.txt | 2 +- packages/ember/license.txt | 2 +- packages/ember/readme.md | 2 +- packages/iconify/README.md | 8 +++++--- packages/iconify/license.txt | 2 +- packages/react/license.txt | 2 +- packages/react/readme.md | 2 +- packages/svelte/README.md | 2 +- packages/svelte/license.txt | 2 +- packages/types/README.md | 11 ++++++----- packages/types/license.txt | 2 +- packages/utils/license.txt | 2 +- packages/utils/readme.md | 2 +- packages/vue/README.md | 2 +- packages/vue/license.txt | 2 +- packages/vue2/README.md | 2 +- packages/vue2/license.txt | 2 +- 24 files changed, 47 insertions(+), 35 deletions(-) diff --git a/README.md b/README.md index df1243a..898285a 100644 --- a/README.md +++ b/README.md @@ -127,4 +127,4 @@ Some packages of this monorepo in previous versions were dual-licensed under Apa This licence does not apply to icons. Icons are released under different licences, see each icon set for details. Icons available by default are all licensed under some kind of open-source or free licence. -© 2020 - 2022 Iconify OÜ +© 2020 - 2022 Vjacheslav Trushkin / Iconify OÜ diff --git a/license.txt b/license.txt index 581f12d..4150193 100644 --- a/license.txt +++ b/license.txt @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021, 2022 Vjacheslav Trushkin +Copyright (c) 2021 - 2022 Vjacheslav Trushkin / Iconify OÜ 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/monorepo/README.md b/monorepo/README.md index 9a8c353..0994dc8 100644 --- a/monorepo/README.md +++ b/monorepo/README.md @@ -51,3 +51,11 @@ Options for all commands: - `--package ` or `-p=` filter by package name, such as `-p=@iconify/core`. You can use this option several times to specify multiple packages. You can add custom parameters for `run` or `run-script` commands by listing them after `--` argument: `run -- `. Everything after `--` argument is treated as parameters for `run` command, so you need to specify other options before it. + +## License + +This package is licensed under MIT license. + +`SPDX-License-Identifier: MIT` + +© 2022 Vjacheslav Trushkin / Iconify OÜ diff --git a/monorepo/license.txt b/monorepo/license.txt index 3850dfd..c261708 100644 --- a/monorepo/license.txt +++ b/monorepo/license.txt @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 Vjacheslav Trushkin +Copyright (c) 2022 Vjacheslav Trushkin / Iconify OÜ 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/packages/api-redundancy/README.md b/packages/api-redundancy/README.md index 0adec26..fa72862 100644 --- a/packages/api-redundancy/README.md +++ b/packages/api-redundancy/README.md @@ -14,8 +14,10 @@ See `@iconify/iconify` version 2 and `@iconify/icon-finder` source code for usag ## License -This package is dual-licensed under Apache 2.0 and GPL 2.0 license. You may select, at your option, one of the above-listed licenses. +This package is licensed under MIT license. -`SPDX-License-Identifier: Apache-2.0 OR GPL-2.0` +`SPDX-License-Identifier: MIT` -© 2020 Vjacheslav Trushkin +Previous versions of this package were dual-licensed under Apache 2.0 and GPL 2.0 licence, which was messy and confusing. This was later changed to MIT for simplicity. + +© 2021 - 2022 Vjacheslav Trushkin / Iconify OÜ diff --git a/packages/api-redundancy/license.txt b/packages/api-redundancy/license.txt index 9fc4348..4150193 100644 --- a/packages/api-redundancy/license.txt +++ b/packages/api-redundancy/license.txt @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 - 2022 Vjacheslav Trushkin +Copyright (c) 2021 - 2022 Vjacheslav Trushkin / Iconify OÜ 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/packages/core/README.md b/packages/core/README.md index 9435f5a..b794b6f 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -22,11 +22,10 @@ You can browse [icon components documentation](https://docs.iconify.design/icon- ## License -Iconify is dual-licensed under Apache 2.0 and GPL 2.0 license. You may select, at your option, one of the above-listed licenses. +This package is licensed under MIT license. -`SPDX-License-Identifier: Apache-2.0 OR GPL-2.0` +`SPDX-License-Identifier: MIT` -This license does not apply to icons. Icons are released under different licenses, see each icon set for details. -Icons available by default are all licensed under some kind of open-source or free license. +Previous versions of this package were dual-licensed under Apache 2.0 and GPL 2.0 licence, which was messy and confusing. This was later changed to MIT for simplicity. -© 2020, 2021 Iconify OÜ +© 2021 - 2022 Vjacheslav Trushkin / Iconify OÜ diff --git a/packages/core/license.txt b/packages/core/license.txt index 9fc4348..4150193 100644 --- a/packages/core/license.txt +++ b/packages/core/license.txt @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 - 2022 Vjacheslav Trushkin +Copyright (c) 2021 - 2022 Vjacheslav Trushkin / Iconify OÜ 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/packages/ember/license.txt b/packages/ember/license.txt index 9fc4348..4150193 100644 --- a/packages/ember/license.txt +++ b/packages/ember/license.txt @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 - 2022 Vjacheslav Trushkin +Copyright (c) 2021 - 2022 Vjacheslav Trushkin / Iconify OÜ 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/packages/ember/readme.md b/packages/ember/readme.md index 41ebfb6..40a5d7f 100644 --- a/packages/ember/readme.md +++ b/packages/ember/readme.md @@ -323,6 +323,6 @@ For extended documentation visit [Iconify for Ember documentation](https://docs. Ember component is released with MIT license. -© 2021 Iconify OÜ +© 2021 - 2022 Vjacheslav Trushkin / Iconify OÜ See [Iconify icon sets page](https://icon-sets.iconify.design/) for list of collections and their licenses. diff --git a/packages/iconify/README.md b/packages/iconify/README.md index d30f9a9..3e44bd0 100644 --- a/packages/iconify/README.md +++ b/packages/iconify/README.md @@ -331,11 +331,13 @@ load polyfills for those browsers. All newer browsers do not require those polyf ## License -Iconify is dual-licensed under Apache 2.0 and GPL 2.0 license. You may select, at your option, one of the above-listed licenses. +This package is licensed under MIT license. -`SPDX-License-Identifier: Apache-2.0 OR GPL-2.0` +`SPDX-License-Identifier: MIT` + +Previous versions of this package were dual-licensed under Apache 2.0 and GPL 2.0 licence, which was messy and confusing. This was later changed to MIT for simplicity. This license does not apply to icons. Icons are released under different licenses, see each icon set for details. Icons available by default are all licensed under some kind of open-source or free license. -© 2020, 2021 Iconify OÜ +© 2019 - 2022 Vjacheslav Trushkin / Iconify OÜ diff --git a/packages/iconify/license.txt b/packages/iconify/license.txt index 2b95d7e..667a85d 100644 --- a/packages/iconify/license.txt +++ b/packages/iconify/license.txt @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019 - 2022 Vjacheslav Trushkin +Copyright (c) 2019 - 2022 Vjacheslav Trushkin / Iconify OÜ 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/packages/react/license.txt b/packages/react/license.txt index 2b95d7e..667a85d 100644 --- a/packages/react/license.txt +++ b/packages/react/license.txt @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019 - 2022 Vjacheslav Trushkin +Copyright (c) 2019 - 2022 Vjacheslav Trushkin / Iconify OÜ 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/packages/react/readme.md b/packages/react/readme.md index 0ae6fa8..757d8d1 100644 --- a/packages/react/readme.md +++ b/packages/react/readme.md @@ -372,6 +372,6 @@ For extended documentation visit [Iconify for React documentation](https://docs. React component is released with MIT license. -© 2020, 2021 Iconify OÜ +© 2019 - 2022 Vjacheslav Trushkin / Iconify OÜ See [Iconify icon sets page](https://icon-sets.iconify.design/) for list of collections and their licenses. diff --git a/packages/svelte/README.md b/packages/svelte/README.md index eb743c5..2fcf69d 100644 --- a/packages/svelte/README.md +++ b/packages/svelte/README.md @@ -409,6 +409,6 @@ For extended documentation visit [Iconify for Svelte documentation](https://docs The Svelte component is released with MIT license. -© 2020, 2021 Iconify OÜ +© 2020 - 2022 Vjacheslav Trushkin / Iconify OÜ See [Iconify icon sets page](https://icon-sets.iconify.design/) for list of collections and their licenses. diff --git a/packages/svelte/license.txt b/packages/svelte/license.txt index ade2e89..3b46e97 100644 --- a/packages/svelte/license.txt +++ b/packages/svelte/license.txt @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 - 2022 Vjacheslav Trushkin +Copyright (c) 2020 - 2022 Vjacheslav Trushkin / Iconify OÜ 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/packages/types/README.md b/packages/types/README.md index 3525fe1..7480c51 100644 --- a/packages/types/README.md +++ b/packages/types/README.md @@ -36,8 +36,7 @@ Example of icon object: ```js const mdiHandIcon = { - body: - '', + body: '', width: 24, height: 24, }; @@ -451,8 +450,10 @@ At the moment of writing, multiple Iconify packages are written without TypeScri ## License -Iconify is dual-licensed under Apache 2.0 and GPL 2.0 license. You may select, at your option, one of the above-listed licenses. +This package is licensed under MIT license. -`SPDX-License-Identifier: Apache-2.0 OR GPL-2.0` +`SPDX-License-Identifier: MIT` -© 2020 Iconify OÜ +Previous versions of this package were dual-licensed under Apache 2.0 and GPL 2.0 licence, which was messy and confusing. This was later changed to MIT for simplicity. + +© 2021 - 2022 Vjacheslav Trushkin / Iconify OÜ diff --git a/packages/types/license.txt b/packages/types/license.txt index 9fc4348..4150193 100644 --- a/packages/types/license.txt +++ b/packages/types/license.txt @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 - 2022 Vjacheslav Trushkin +Copyright (c) 2021 - 2022 Vjacheslav Trushkin / Iconify OÜ 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/packages/utils/license.txt b/packages/utils/license.txt index 9fc4348..4150193 100644 --- a/packages/utils/license.txt +++ b/packages/utils/license.txt @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 - 2022 Vjacheslav Trushkin +Copyright (c) 2021 - 2022 Vjacheslav Trushkin / Iconify OÜ 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/packages/utils/readme.md b/packages/utils/readme.md index 83e5816..758daae 100644 --- a/packages/utils/readme.md +++ b/packages/utils/readme.md @@ -20,4 +20,4 @@ Documentation is available at [Iconify documentation website](https://docs.iconi The library is released with MIT license. -© 2021 Vjacheslav Trushkin / Iconify OÜ +© 2021 - 2022 Vjacheslav Trushkin / Iconify OÜ diff --git a/packages/vue/README.md b/packages/vue/README.md index 0fe7847..b6dba6c 100644 --- a/packages/vue/README.md +++ b/packages/vue/README.md @@ -399,6 +399,6 @@ For extended documentation visit [Iconify for Vue documentation](https://docs.ic Vue component is released with MIT license. -© 2020, 2021 Iconify OÜ +© 2020 - 2022 Vjacheslav Trushkin / Iconify OÜ See [Iconify icon sets page](https://icon-sets.iconify.design/) for list of collections and their licenses. diff --git a/packages/vue/license.txt b/packages/vue/license.txt index 9fc4348..3b46e97 100644 --- a/packages/vue/license.txt +++ b/packages/vue/license.txt @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 - 2022 Vjacheslav Trushkin +Copyright (c) 2020 - 2022 Vjacheslav Trushkin / Iconify OÜ 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/packages/vue2/README.md b/packages/vue2/README.md index a6d1dc0..6530c07 100644 --- a/packages/vue2/README.md +++ b/packages/vue2/README.md @@ -401,6 +401,6 @@ For extended documentation visit [Iconify for Vue documentation](https://docs.ic Vue component is released with MIT license. -© 2020, 2021 Iconify OÜ +© 2021 - 2022 Vjacheslav Trushkin / Iconify OÜ See [Iconify icon sets page](https://icon-sets.iconify.design/) for list of collections and their licenses. diff --git a/packages/vue2/license.txt b/packages/vue2/license.txt index 9fc4348..4150193 100644 --- a/packages/vue2/license.txt +++ b/packages/vue2/license.txt @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 - 2022 Vjacheslav Trushkin +Copyright (c) 2021 - 2022 Vjacheslav Trushkin / Iconify OÜ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal