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

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Fri, 11 Sep 2009 17:38:05 +0200

Author: biurrun
Date: Fri Sep 11 17:38:05 2009
New Revision: 966

Log:
Add license header to create-package.sh, which was copied from hipl.

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

Modified: trunk/LICENSE
==============================================================================
--- trunk/LICENSE       Fri Sep 11 17:28:42 2009        (r965)
+++ trunk/LICENSE       Fri Sep 11 17:38:05 2009        (r966)
@@ -14,5 +14,5 @@
 include/iwlib.h
 include/wireless.h
 
-unknown license:
+GPL (version 2):
 test/packaging/create-package.sh

Modified: trunk/test/packaging/create-package.sh
==============================================================================
--- trunk/test/packaging/create-package.sh      Fri Sep 11 17:28:42 2009        
(r965)
+++ trunk/test/packaging/create-package.sh      Fri Sep 11 17:38:05 2009        
(r966)
@@ -1,7 +1,20 @@
 #!/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.
+# in the hipl source tree.
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; version 2 of the License.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
 VERSION=
 NAME=pisa

Other related posts:

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