diff options
-rw-r--r-- | CHANGES | 6 | ||||
-rw-r--r-- | LICENSE | 30 | ||||
-rw-r--r-- | man1/lariza.1 | 2 |
3 files changed, 30 insertions, 8 deletions
@@ -1,5 +1,11 @@ Release history for lariza +next + [LICENSING] + - The project has been relicensed under the MIT license (more + precisely called "Expat License", but everyone calls it "MIT + license" these days). + v17.07 2017-07-02 [Fixed] - User input is now properly escaped when used for keyword based @@ -1,7 +1,23 @@ ------------------------------------------------------------------- -"THE PIZZA-WARE LICENSE" (Revision 42): -Peter Hofmann <pcode@uninformativ.de> wrote these files. As long as you -retain this notice you can do whatever you want with this stuff. If we -meet some day, and you think this stuff is worth it, you can buy me a -pizza in return. ------------------------------------------------------------------- +MIT License + +Copyright (c) 2014-2017 Peter Hofmann +Copyright (c) 2016 Étienne Deparis +Copyright (c) 2017 Camille Scholtz + +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/man1/lariza.1 b/man1/lariza.1 index aa1b209..6cbfa81 100644 --- a/man1/lariza.1 +++ b/man1/lariza.1 @@ -107,7 +107,7 @@ in your $\fBPATH\fP, if you want to make use of the external URI handler. See \fBlariza.usage\fP(1) for details. .\" -------------------------------------------------------------------- .SH LICENSE -\fBlariza\fP is released as \(lqPIZZA-WARE\(rq. See the accompanying +\fBlariza\fP is released under the MIT license. See the accompanying \fILICENSE\fP file. .\" -------------------------------------------------------------------- .SH HISTORY |