diff options
author | Seb Sauvage <sebsauvage@sebsauvage.net> | 2012-01-25 22:26:36 +0100 |
---|---|---|
committer | Emilien Klein <emilien@klein.st> | 2012-01-25 22:26:36 +0100 |
commit | 96bc4efe9ea9ed513d1ec06e0823847d5eebe82f (patch) | |
tree | a5ebeab219ac5a3a308f531416102e817ac29c0b /COPYING | |
parent | 8baf884671060db9e166b96f6428aff80f6ca1f5 (diff) | |
download | Shaarli-96bc4efe9ea9ed513d1ec06e0823847d5eebe82f.tar.gz Shaarli-96bc4efe9ea9ed513d1ec06e0823847d5eebe82f.tar.zst Shaarli-96bc4efe9ea9ed513d1ec06e0823847d5eebe82f.zip |
Version 0.0.36 beta:
- Corrected: Improper text color in install form.
- Corrected: Error in QRCode url (missing '?')
- Changed: Display adjustments in “Daily” page.
- Added: Shaarli licence in COPYING
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 Sbastien 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. | ||