Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to MIT license #5566

Open
wants to merge 1 commit into
base: development
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
665 changes: 0 additions & 665 deletions GNU-AGPL-3.0.txt

This file was deleted.

22 changes: 21 additions & 1 deletion LICENSE
@@ -1 +1,21 @@
GNU-AGPL-3.0.txt
MIT License

Copyright (c) 2023 contributors

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.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -241,5 +241,5 @@ Thanks in advance and we hope that you like PM2!

## License

PM2 is made available under the terms of the GNU Affero General Public License 3.0 (AGPL 3.0).
PM2 is made available under the terms of the MIT License.
For other licenses [contact us](mailto:contact@keymetrics.io).
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -211,5 +211,5 @@
"type": "git",
"url": "git://github.com/Unitech/pm2.git"
},
"license": "AGPL-3.0"
"license": "MIT"
}
2 changes: 1 addition & 1 deletion packager/alpine/pm2/APKBUILD
Expand Up @@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="PM2 CE: Production Process Manager for Node.js apps with a built-in Load Balancer."
url="http://pm2.io"
arch="noarch"
license="GNU-AGPL-3.0"
license="MIT"
depends="nodejs"
makedepends="make nodejs-npm"
install="" # "$pkgname.pre-install $pkgname.post-install"
Expand Down
2 changes: 1 addition & 1 deletion packager/build-deb-rpm.sh
Expand Up @@ -118,7 +118,7 @@ fpm --input-type dir --chdir $PACKAGE_TMPDIR \
--name pm2 \
--url https://pm2.io/ \
--category 'Development/Languages' \
--license AGPLv3 \
--license MIT \
--description '$(cat packager/debian/description)' \
--vendor 'Keymetrics <tech@keymetrics.io>' \
--maintainer 'Alexandre Strzelewicz <tech@keymetrics.io>' \
Expand Down
2 changes: 1 addition & 1 deletion packager/debian/copyright
Expand Up @@ -5,4 +5,4 @@ Source: http://pm2.o/

Files: *
Copyright: 2013-present, Keymetrics
License: AGPLv3
License: MIT