aboutsummaryrefslogtreecommitdiffhomepage
path: root/COPYING
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2015-02-07 20:19:27 +0100
committernodiscc <nodiscc@gmail.com>2015-02-14 13:49:00 +0100
commita6e0134d07f7a77f1da97d9d563e339057ff8d54 (patch)
tree541e775e9d4d13903bbbe585f7733490bae09939 /COPYING
parente6ea0f9653937bcac38b6ae5b834c93e1e0fafe4 (diff)
downloadShaarli-a6e0134d07f7a77f1da97d9d563e339057ff8d54.tar.gz
Shaarli-a6e0134d07f7a77f1da97d9d563e339057ff8d54.tar.zst
Shaarli-a6e0134d07f7a77f1da97d9d563e339057ff8d54.zip
Fix missing authors and licenses in COPYING
* add idleman for original CSS * add yahoo inc. for CSS reset * split the main css code and the yahoo reset CSS in 2 files * add copyright information for RainTPL, add LGPL license
Diffstat (limited to 'COPYING')
-rw-r--r--COPYING198
1 files changed, 196 insertions, 2 deletions
diff --git a/COPYING b/COPYING
index b39cd644..715ba35a 100644
--- a/COPYING
+++ b/COPYING
@@ -15,8 +15,14 @@ Copyright: (c) 2011-2015 Sébastien SAUVAGE <sebsauvage@sebsauvage.net>
15 (c) 2011-2015 nodiscc <nodiscc@gmail.com> 15 (c) 2011-2015 nodiscc <nodiscc@gmail.com>
16 (c) 2011-2015 Florian Eula <mr.pikzen@gmail.com> 16 (c) 2011-2015 Florian Eula <mr.pikzen@gmail.com>
17 (c) 2011-2015 Arthur Hoaro <arthur@hoa.ro> 17 (c) 2011-2015 Arthur Hoaro <arthur@hoa.ro>
18 (c) 2011-2015 virtualtam 18 (c) 2011-2015 virtualtam <virtualtam@flibidi.org>
19 (c) 2011-2015 qwertygc 19 (c) 2011-2015 qwertygc <champlywood@free.fr>
20 (c) 2011-2015 idleman <idleman@idleman.fr>
21
22
23Files: inc/reset.css
24License: BSD (http://opensource.org/licenses/BSD-3-Clause)
25Copyright: (c) 2010, Yahoo! Inc.
20 26
21Files: images/calendar.png, images/edit_icon.png, images/feed-icon-14x14.png, images/private.png, images/private_16x16.png, images/private_16x16_active.png, images/qrcode.png, images/tag_blue.png 27Files: images/calendar.png, images/edit_icon.png, images/feed-icon-14x14.png, images/private.png, images/private_16x16.png, images/private_16x16_active.png, images/qrcode.png, images/tag_blue.png
22License: CC-BY (http://creativecommons.org/licenses/by/3.0/) 28License: CC-BY (http://creativecommons.org/licenses/by/3.0/)
@@ -52,6 +58,11 @@ Files: inc/qr.js
52License: GPLv3 License (http://opensource.org/licenses/gpl-3.0) 58License: GPLv3 License (http://opensource.org/licenses/gpl-3.0)
53Copyright: (C) 2014 Alasdair Mercer, http://neocotic.com, https://github.com/neocotic/qr.js 59Copyright: (C) 2014 Alasdair Mercer, http://neocotic.com, https://github.com/neocotic/qr.js
54 60
61Files: inc/rain.tpl.class.php
62Copyright: 2011-2012, Federico Ulfo <rainelemental@gmail.com>
63 2011-2012, The Rain Team <hello@raintm.com>
64License: LGPL-3+ (https://www.gnu.org/licenses/lgpl-3.0.txt)
65
55---------------------------------------------------- 66----------------------------------------------------
56ZLIB/LIBPNG LICENSE 67ZLIB/LIBPNG LICENSE
57 68
@@ -607,3 +618,186 @@ Creative Commons Notice
607 618
608 Creative Commons may be contacted at https://creativecommons.org/. 619 Creative Commons may be contacted at https://creativecommons.org/.
609 620
621
622
623----------------------------------------------------
624BSD License
625
626Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
627
6281. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
629
6302. 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.
631
6323. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
633
634THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 COPYRIGHT HOLDER 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.
635
636------------------------------------------------------
637LGPL License
638
639 GNU LESSER GENERAL PUBLIC LICENSE
640 Version 3, 29 June 2007
641
642 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
643 Everyone is permitted to copy and distribute verbatim copies
644 of this license document, but changing it is not allowed.
645
646
647 This version of the GNU Lesser General Public License incorporates
648the terms and conditions of version 3 of the GNU General Public
649License, supplemented by the additional permissions listed below.
650
651 0. Additional Definitions.
652
653 As used herein, "this License" refers to version 3 of the GNU Lesser
654General Public License, and the "GNU GPL" refers to version 3 of the GNU
655General Public License.
656
657 "The Library" refers to a covered work governed by this License,
658other than an Application or a Combined Work as defined below.
659
660 An "Application" is any work that makes use of an interface provided
661by the Library, but which is not otherwise based on the Library.
662Defining a subclass of a class defined by the Library is deemed a mode
663of using an interface provided by the Library.
664
665 A "Combined Work" is a work produced by combining or linking an
666Application with the Library. The particular version of the Library
667with which the Combined Work was made is also called the "Linked
668Version".
669
670 The "Minimal Corresponding Source" for a Combined Work means the
671Corresponding Source for the Combined Work, excluding any source code
672for portions of the Combined Work that, considered in isolation, are
673based on the Application, and not on the Linked Version.
674
675 The "Corresponding Application Code" for a Combined Work means the
676object code and/or source code for the Application, including any data
677and utility programs needed for reproducing the Combined Work from the
678Application, but excluding the System Libraries of the Combined Work.
679
680 1. Exception to Section 3 of the GNU GPL.
681
682 You may convey a covered work under sections 3 and 4 of this License
683without being bound by section 3 of the GNU GPL.
684
685 2. Conveying Modified Versions.
686
687 If you modify a copy of the Library, and, in your modifications, a
688facility refers to a function or data to be supplied by an Application
689that uses the facility (other than as an argument passed when the
690facility is invoked), then you may convey a copy of the modified
691version:
692
693 a) under this License, provided that you make a good faith effort to
694 ensure that, in the event an Application does not supply the
695 function or data, the facility still operates, and performs
696 whatever part of its purpose remains meaningful, or
697
698 b) under the GNU GPL, with none of the additional permissions of
699 this License applicable to that copy.
700
701 3. Object Code Incorporating Material from Library Header Files.
702
703 The object code form of an Application may incorporate material from
704a header file that is part of the Library. You may convey such object
705code under terms of your choice, provided that, if the incorporated
706material is not limited to numerical parameters, data structure
707layouts and accessors, or small macros, inline functions and templates
708(ten or fewer lines in length), you do both of the following:
709
710 a) Give prominent notice with each copy of the object code that the
711 Library is used in it and that the Library and its use are
712 covered by this License.
713
714 b) Accompany the object code with a copy of the GNU GPL and this license
715 document.
716
717 4. Combined Works.
718
719 You may convey a Combined Work under terms of your choice that,
720taken together, effectively do not restrict modification of the
721portions of the Library contained in the Combined Work and reverse
722engineering for debugging such modifications, if you also do each of
723the following:
724
725 a) Give prominent notice with each copy of the Combined Work that
726 the Library is used in it and that the Library and its use are
727 covered by this License.
728
729 b) Accompany the Combined Work with a copy of the GNU GPL and this license
730 document.
731
732 c) For a Combined Work that displays copyright notices during
733 execution, include the copyright notice for the Library among
734 these notices, as well as a reference directing the user to the
735 copies of the GNU GPL and this license document.
736
737 d) Do one of the following:
738
739 0) Convey the Minimal Corresponding Source under the terms of this
740 License, and the Corresponding Application Code in a form
741 suitable for, and under terms that permit, the user to
742 recombine or relink the Application with a modified version of
743 the Linked Version to produce a modified Combined Work, in the
744 manner specified by section 6 of the GNU GPL for conveying
745 Corresponding Source.
746
747 1) Use a suitable shared library mechanism for linking with the
748 Library. A suitable mechanism is one that (a) uses at run time
749 a copy of the Library already present on the user's computer
750 system, and (b) will operate properly with a modified version
751 of the Library that is interface-compatible with the Linked
752 Version.
753
754 e) Provide Installation Information, but only if you would otherwise
755 be required to provide such information under section 6 of the
756 GNU GPL, and only to the extent that such information is
757 necessary to install and execute a modified version of the
758 Combined Work produced by recombining or relinking the
759 Application with a modified version of the Linked Version. (If
760 you use option 4d0, the Installation Information must accompany
761 the Minimal Corresponding Source and Corresponding Application
762 Code. If you use option 4d1, you must provide the Installation
763 Information in the manner specified by section 6 of the GNU GPL
764 for conveying Corresponding Source.)
765
766 5. Combined Libraries.
767
768 You may place library facilities that are a work based on the
769Library side by side in a single library together with other library
770facilities that are not Applications and are not covered by this
771License, and convey such a combined library under terms of your
772choice, if you do both of the following:
773
774 a) Accompany the combined library with a copy of the same work based
775 on the Library, uncombined with any other library facilities,
776 conveyed under the terms of this License.
777
778 b) Give prominent notice with the combined library that part of it
779 is a work based on the Library, and explaining where to find the
780 accompanying uncombined form of the same work.
781
782 6. Revised Versions of the GNU Lesser General Public License.
783
784 The Free Software Foundation may publish revised and/or new versions
785of the GNU Lesser General Public License from time to time. Such new
786versions will be similar in spirit to the present version, but may
787differ in detail to address new problems or concerns.
788
789 Each version is given a distinguishing version number. If the
790Library as you received it specifies that a certain numbered version
791of the GNU Lesser General Public License "or any later version"
792applies to it, you have the option of following the terms and
793conditions either of that published version or of any later version
794published by the Free Software Foundation. If the Library as you
795received it does not specify a version number of the GNU Lesser
796General Public License, you may choose any version of the GNU Lesser
797General Public License ever published by the Free Software Foundation.
798
799 If the Library as you received it specifies that a proxy can decide
800whether future versions of the GNU Lesser General Public License shall
801apply, that proxy's public statement of acceptance of any version is
802permanent authorization for you to choose that version for the
803Library.