[pisa-src] r955 - in trunk: . test/packaging

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Wed, 09 Sep 2009 12:45:03 +0200

Author: biurrun
Date: Wed Sep  9 12:45:03 2009
New Revision: 955

Log:
create-package.sh was imported from the hipl repository without mentioning
where it originated. Note this fact in the file and mention its unclear
licensing status in our licensing documentation.

Modified:
   trunk/LICENSE
   trunk/test/packaging/create-package.sh

Modified: trunk/LICENSE
==============================================================================
--- trunk/LICENSE       Tue Sep  8 14:38:02 2009        (r954)
+++ trunk/LICENSE       Wed Sep  9 12:45:03 2009        (r955)
@@ -13,3 +13,6 @@
 libpisa/iwlib.c
 include/iwlib.h
 include/wireless.h
+
+unknown license:
+test/packaging/create-package.sh

Modified: trunk/test/packaging/create-package.sh
==============================================================================
--- trunk/test/packaging/create-package.sh      Tue Sep  8 14:38:02 2009        
(r954)
+++ trunk/test/packaging/create-package.sh      Wed Sep  9 12:45:03 2009        
(r955)
@@ -1,5 +1,8 @@
 #!/bin/sh -xv
 
+# This script was copied almost verbatim from test/packaging/create-package.sh
+# in the hipl source tree. Its licensing status is unclear.
+
 VERSION=
 NAME=pisa
 PKGROOT=$PWD

Other related posts:

  • » [pisa-src] r955 - in trunk: . test/packaging - Diego Biurrun