diff options
author | Sébastien SAUVAGE <sebsauvage@sebsauvage.net> | 2013-02-26 10:09:41 +0100 |
---|---|---|
committer | Sébastien SAUVAGE <sebsauvage@sebsauvage.net> | 2013-02-26 10:09:41 +0100 |
commit | 450342737ced8ef2864b4f83a4107a7fafcc4add (patch) | |
tree | a6d2fe843c27b5c3d88dab5581b6a06828d544b9 /COPYING | |
download | Shaarli-450342737ced8ef2864b4f83a4107a7fafcc4add.tar.gz Shaarli-450342737ced8ef2864b4f83a4107a7fafcc4add.tar.zst Shaarli-450342737ced8ef2864b4f83a4107a7fafcc4add.zip |
Initial commit (version 0.0.40 beta)v0.0.40beta
Diffstat (limited to 'COPYING')
-rw-r--r-- | COPYING | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/COPYING b/COPYING new file mode 100644 index 00000000..d9731d27 --- /dev/null +++ b/COPYING | |||
@@ -0,0 +1,21 @@ | |||
1 | Shaarli is distributed under the zlib/libpng License: | ||
2 | |||
3 | Copyright (c) 2011 Sébastien SAUVAGE (sebsauvage.net) | ||
4 | |||
5 | This software is provided 'as-is', without any express or implied warranty. | ||
6 | In no event will the authors be held liable for any damages arising from | ||
7 | the use of this software. | ||
8 | |||
9 | Permission is granted to anyone to use this software for any purpose, | ||
10 | including commercial applications, and to alter it and redistribute it | ||
11 | freely, subject to the following restrictions: | ||
12 | |||
13 | 1. The origin of this software must not be misrepresented; you must not | ||
14 | claim that you wrote the original software. If you use this software | ||
15 | in a product, an acknowledgment in the product documentation would | ||
16 | be appreciated but is not required. | ||
17 | |||
18 | 2. Altered source versions must be plainly marked as such, and must | ||
19 | not be misrepresented as being the original software. | ||
20 | |||
21 | 3. This notice may not be removed or altered from any source distribution. | ||