From 2d67fdd5fb76ceb12e86f5523fc02455bfdf952e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilja=20Karta=C5=A1ov?= Date: Sun, 24 Feb 2019 10:43:42 +0100 Subject: [PATCH] Updated distribution information --- AUTHORS | 5 ----- AUTHORS.md | 5 +++++ CMakeLists.txt | 2 +- LICENSE | 26 -------------------------- LICENSE.md | 39 +++++++++++++++++++++++++++++++++++++++ 5 files changed, 45 insertions(+), 32 deletions(-) delete mode 100644 AUTHORS create mode 100644 AUTHORS.md delete mode 100644 LICENSE create mode 100644 LICENSE.md diff --git a/AUTHORS b/AUTHORS deleted file mode 100644 index f396c51..0000000 --- a/AUTHORS +++ /dev/null @@ -1,5 +0,0 @@ -(c) Copyright 2017 by Löwenware Ltd. - -Developers: - Elias Löwe - Stanislav Ivanov diff --git a/AUTHORS.md b/AUTHORS.md new file mode 100644 index 0000000..efffaca --- /dev/null +++ b/AUTHORS.md @@ -0,0 +1,5 @@ +# Authors + +## Developers + Ilja Kartašov + Stanislav Ivanov diff --git a/CMakeLists.txt b/CMakeLists.txt index 7347064..3d42de2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -72,7 +72,7 @@ set ( LIBRARY_SOURCES library/aisl.c set ( DEMO_SOURCES demo/main.c demo/events.c demo/urls.c ) -set ( META_FILES README.md LICENSE AUTHORS) +set ( META_FILES README.md LICENSE.md AUTHORS.md) #if( DEFINED WITH_TEMPLIGHT ) # set(SOURCE_FILES ${SOURCE_FILES} ${SOURCES_DIR}/templight.c) diff --git a/LICENSE b/LICENSE deleted file mode 100644 index c91f459..0000000 --- a/LICENSE +++ /dev/null @@ -1,26 +0,0 @@ -/* - * Copyright (C) 2014-2017 Elias Löwe - * Copyright (C) 2014-2017 Löwenware Ltd. - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND - * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE - * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS - * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT - * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY - * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - * SUCH DAMAGE. - */ diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..2d81081 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,39 @@ +# License + +AISL (the "Software") is an intellectual property of Löwenware s.r.o. +distributed under terms of [Attribution-NoDerivatives 4.0 International](https://creativecommons.org/licenses/by-nd/4.0/legalcode) +**(CC BY-ND 4.0)** license. + +## Highlights + +Information below highlights only key features and terms of the +[license](https://creativecommons.org/licenses/by-nd/4.0/legalcode). It is +recommended to read its full text before using licensed Software. + +### You are free to: + +**Share** — copy and redistribute the Software in any medium or format +for any purpose, even commercially. The licensor cannot revoke these freedoms +as long as you follow the license terms. + + +### Under the following terms: +**Attribution** — You must give appropriate credit, provide a link to the license, +and indicate if changes were made. You may do so in any reasonable manner, but +not in any way that suggests the licensor endorses you or your use. + +**NoDerivatives** — If you remix, transform, or build upon the Software, you may +not distribute the modified material. + +**No additional restrictions** — You may not apply legal terms or technological +measures that legally restrict others from doing anything the license permits. + +### Disclaimer +The Software is provided "AS IS" without warranty of any kind. In no +event shall the authors or copyright holders be liable for any claim, damages +or other liability, whether out of or in connection with the Software or its +usage. + +The license may not give you all of the permissions necessary for your +intended use. For example, other rights such as publicity, privacy, +or moral rights may limit how you use the material.