From: Marco Zanon Date: Mon, 21 Mar 2022 09:52:58 +0000 (+0000) Subject: Rearranged license information. X-Git-Tag: 7.1.0~6 X-Git-Url: https://gitweb.marcozanon.com/?a=commitdiff_plain;h=a72641f1e7ab305563b7f9eec227360f05058ffe;p=Macaco Rearranged license information. --- diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..8269c2c --- /dev/null +++ b/LICENSE @@ -0,0 +1,6 @@ +Macaco +Copyright (c) 2009-2020 Marco Zanon . +Released under MIT license (https://opensource.org/licenses/MIT). + +Small portions inspired by other projects or web pages. +See source code for additional information. diff --git a/LICENSES/LICENSE b/LICENSES/LICENSE deleted file mode 100644 index f991eeb..0000000 --- a/LICENSES/LICENSE +++ /dev/null @@ -1,7 +0,0 @@ -Macaco -Copyright (c) 2009-2020 Marco Zanon . - -Released under MIT license (see LICENSE.MIT.sample for details). - -Small portions inspired by other projects or web pages. -See source code for additional information. diff --git a/LICENSES/LICENSE.MIT.sample b/LICENSES/LICENSE.MIT.sample deleted file mode 100644 index 8aa2645..0000000 --- a/LICENSES/LICENSE.MIT.sample +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) [year] [fullname] - -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.