From 7eeef34696192304999df77c477effa9ebbf79b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Zimmermann?= Date: Tue, 3 May 2016 11:53:33 +0200 Subject: [PATCH 1/4] Add a note on the recommended boilerplate See the recommendation of the Mozilla Foundation here: https://www.mozilla.org/en-US/MPL/2.0/FAQ/#license-use --- _licenses/mpl-2.0.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_licenses/mpl-2.0.txt b/_licenses/mpl-2.0.txt index defeb3a..92f8328 100644 --- a/_licenses/mpl-2.0.txt +++ b/_licenses/mpl-2.0.txt @@ -7,6 +7,8 @@ description: The Mozilla Public License (MPL 2.0) is maintained by the Mozilla f how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. +note: The Mozilla Foundation recommends taking the additional step of adding a boilerplate notice to the top of each file. The boilerplate can be found at the end of the license (Exhibit A). + conditions: - disclose-source - include-copyright From f915264bc89c78f7a6420136c0bf01b8eb5dda92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Zimmermann?= Date: Tue, 3 May 2016 12:27:55 +0200 Subject: [PATCH 2/4] Add examples of software under MPL No better links found for Mozilla Firefox and Thunderbird. --- _licenses/mpl-2.0.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_licenses/mpl-2.0.txt b/_licenses/mpl-2.0.txt index 92f8328..e647b1f 100644 --- a/_licenses/mpl-2.0.txt +++ b/_licenses/mpl-2.0.txt @@ -9,6 +9,11 @@ how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of note: The Mozilla Foundation recommends taking the additional step of adding a boilerplate notice to the top of each file. The boilerplate can be found at the end of the license (Exhibit A). +using: + - Firefox: http://www.mozilla.org/foundation/licensing.html + - Thunderbird: http://www.mozilla.org/foundation/licensing.html + - LibreOffice: http://www.libreoffice.org/download/license/ + conditions: - disclose-source - include-copyright From a84fc7316646b4f77ea2b04f503711b333aca52f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Zimmermann?= Date: Tue, 3 May 2016 17:52:42 +0200 Subject: [PATCH 3/4] Update the link to LibreOffice license file --- _licenses/mpl-2.0.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_licenses/mpl-2.0.txt b/_licenses/mpl-2.0.txt index e647b1f..be06726 100644 --- a/_licenses/mpl-2.0.txt +++ b/_licenses/mpl-2.0.txt @@ -12,7 +12,7 @@ note: The Mozilla Foundation recommends taking the additional step of adding a b using: - Firefox: http://www.mozilla.org/foundation/licensing.html - Thunderbird: http://www.mozilla.org/foundation/licensing.html - - LibreOffice: http://www.libreoffice.org/download/license/ + - LibreOffice: https://cgit.freedesktop.org/libreoffice/core/tree/COPYING.MPL conditions: - disclose-source From 1f667089c72cd482ff7fa8c1271b932980594517 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Zimmermann?= Date: Tue, 3 May 2016 22:53:25 +0200 Subject: [PATCH 4/4] Highlight projects with simpler licensing practices --- _licenses/mpl-2.0.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_licenses/mpl-2.0.txt b/_licenses/mpl-2.0.txt index be06726..a725813 100644 --- a/_licenses/mpl-2.0.txt +++ b/_licenses/mpl-2.0.txt @@ -10,8 +10,8 @@ how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of note: The Mozilla Foundation recommends taking the additional step of adding a boilerplate notice to the top of each file. The boilerplate can be found at the end of the license (Exhibit A). using: - - Firefox: http://www.mozilla.org/foundation/licensing.html - - Thunderbird: http://www.mozilla.org/foundation/licensing.html + - Servo: https://github.com/servo/servo/blob/master/LICENSE + - TimelineJS3: https://github.com/NUKnightLab/TimelineJS3/blob/master/LICENSE - LibreOffice: https://cgit.freedesktop.org/libreoffice/core/tree/COPYING.MPL conditions: