From 06ff091cab2296386606bd0969e2448e518c2268 Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Thu, 5 Jul 2018 22:47:46 +0200 Subject: [PATCH] Rename file COPYRIGHT into LICENSE The latter is a more traditional name when using the MIT license. --- COPYRIGHT | 22 ---------------------- LICENSE | 23 +++++++++++++++++++++++ hslua.cabal | 2 +- 3 files changed, 24 insertions(+), 23 deletions(-) delete mode 100644 COPYRIGHT create mode 100644 LICENSE diff --git a/COPYRIGHT b/COPYRIGHT deleted file mode 100644 index efa8efc5..00000000 --- a/COPYRIGHT +++ /dev/null @@ -1,22 +0,0 @@ -Copyright (C) 1994-2017 Lua.org, PUC-Rio. -Copyright (C) 2007-2012 Gracjan Polak -Copyright (C) 2012-2015 Ömer Sinan Ağacan -Copyright (C) 2016-2018 Albert Krewinkel - -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/LICENSE b/LICENSE new file mode 100644 index 00000000..036b3689 --- /dev/null +++ b/LICENSE @@ -0,0 +1,23 @@ +Copyright (C) 1994-2017 Lua.org, PUC-Rio. +Copyright (C) 2007-2012 Gracjan Polak +Copyright (C) 2012-2015 Ömer Sinan Ağacan +Copyright (C) 2016-2018 Albert Krewinkel + +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/hslua.cabal b/hslua.cabal index 13a65342..51f8bef8 100644 --- a/hslua.cabal +++ b/hslua.cabal @@ -13,7 +13,7 @@ description: The Foreign.Lua module is a wrapper of Lua language homepage: https://github.com/hslua/hslua bug-reports: https://github.com/hslua/hslua/issues license: MIT -license-file: COPYRIGHT +license-file: LICENSE author: Gracjan Polak, Ömer Sinan Ağacan maintainer: albert+hslua@zeitkraut.de copyright: © 2007–2012 Gracjan Polak