diff options
author | 2024-08-01 20:45:18 +0200 | |
---|---|---|
committer | 2024-08-01 20:45:18 +0200 | |
commit | 5d33505fb49c6ef84fc4b572918485e7204b3567 (patch) | |
tree | c14a7d03edb4bc01dbca1c949f826ceff0367917 | |
parent | Add LGPLv3 text (diff) |
Add license disclaimer to README
-rw-r--r-- | README.md | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -63,4 +63,21 @@ If you're looking for something like that, [nsjail](https://github.com/google/nsjail) might be interesting for you. +## License + +poetry-restrict-plugin is free software; you can redistribute it and/or modify +it under the terms of the GNU Lesser General Public License as published by the +Free Software Foundation, either version 3 of the License, or (at your option) +any later version. + +poetry-restrict-plugin is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for +more details. + +You should have received a copy of the GNU Lesser General Public License along +with poetry-restrict-plugin; if not, write to the Free Software Foundation, +Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + + <!-- vim: set textwidth=80 sw=2= ts=2: --> |