[Pkg-mozext-commits] [perspectives-extension] 09/44: licenses, MAKEFILE - Move checkloc to extlib folder and note license

David Prévot taffit at moszumanska.debian.org
Sat Jun 6 02:55:27 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository perspectives-extension.

commit 174daf12e164d103c56da489024aeca97cbad864
Author: Dave Schaefer <dave.schaefer at gmail.com>
Date:   Mon Oct 27 20:49:03 2014 -0600

    licenses, MAKEFILE - Move checkloc to extlib folder and note license
    
    Clearly indicate this is an external library we are using
---
 Makefile                      |  2 +-
 licenses/LicensesREADME.txt   | 13 ++++++++++++-
 test/{ => extlib}/checkloc.py |  0
 3 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index ebe2790..4acd9f6 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ loctests:
     ifeq ($(shell command -v python ; echo $$?),1)
 	    @echo -e "  python not installed; skipping localization tests.\n  WARNING: Invalid localization files may prevent Perspectives from working.\n  Install python to enable localization validation."
     else
-	    python test/checkloc.py ../plugin/chrome/locale/
+	    python test/extlib/checkloc.py ../../plugin/chrome/locale/
     endif
 
 setup:
diff --git a/licenses/LicensesREADME.txt b/licenses/LicensesREADME.txt
index c58a388..f39eff6 100644
--- a/licenses/LicensesREADME.txt
+++ b/licenses/LicensesREADME.txt
@@ -6,4 +6,15 @@ Perspectives code: GPL3
 External libraries
 ------------------
 
-SparkMD5: WTFPL
+Located in:
+* plugin/chrome/content/extlib
+
+	SparkMD5: WTFPL
+	https://github.com/satazor/SparkMD5
+
+
+Located in:
+* test/extlib
+
+	checkloc: GPL3
+	https://github.com/daveschaefer/checkloc
diff --git a/test/checkloc.py b/test/extlib/checkloc.py
similarity index 100%
rename from test/checkloc.py
rename to test/extlib/checkloc.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/perspectives-extension.git



More information about the Pkg-mozext-commits mailing list