Updated distribution information
This commit is contained in:
parent
afcb5c28fb
commit
2d67fdd5fb
5
AUTHORS
5
AUTHORS
|
@ -1,5 +0,0 @@
|
|||
(c) Copyright 2017 by Löwenware Ltd.
|
||||
|
||||
Developers:
|
||||
Elias Löwe <el@lowenware.com>
|
||||
Stanislav Ivanov <hotlinux@mail.ru>
|
|
@ -0,0 +1,5 @@
|
|||
# Authors
|
||||
|
||||
## Developers
|
||||
Ilja Kartašov <elias@lowenware.com>
|
||||
Stanislav Ivanov <hotlinux@mail.ru>
|
|
@ -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)
|
||||
|
|
26
LICENSE
26
LICENSE
|
@ -1,26 +0,0 @@
|
|||
/*
|
||||
* Copyright (C) 2014-2017 Elias Löwe <el@lowenware.com>
|
||||
* 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.
|
||||
*/
|
|
@ -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.
|
Loading…
Reference in New Issue