[oe-commits] org.oe.dev contrib/feed-browser/update.php: add GPL header

koen commit openembedded-commits at lists.openembedded.org
Thu Aug 24 10:35:57 UTC 2006


contrib/feed-browser/update.php: add GPL header

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: e302f8178c118b636bc152251ee45ce0b9cd4591
ViewMTN: http://monotone.openembedded.org/revision.psp?id=e302f8178c118b636bc152251ee45ce0b9cd4591
Files:
1
contrib/feed-browser/update.php
Diffs:

#
# mt diff -r9eba9db1ba587c5eb4de940c5cedc3c33a78854a -re302f8178c118b636bc152251ee45ce0b9cd4591
#
# 
# 
# patch "contrib/feed-browser/update.php"
#  from [913b82299393217e92dc46b7647916a5a6ae34bb]
#    to [532667de78e1b6134c53e023ee97ca389448b349]
# 
============================================================
--- contrib/feed-browser/update.php	913b82299393217e92dc46b7647916a5a6ae34bb
+++ contrib/feed-browser/update.php	532667de78e1b6134c53e023ee97ca389448b349
@@ -1,23 +1,39 @@
 <?php
-// (c) Koen Kooi 2006
+/* (c) Koen Kooi 2006
+ *
+ * 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; either 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 Library General Public License along
+ * with this library; see the file COPYING.LIB.  If not, write to the Free
+ * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+ * USA.         
+ *              
+ */         
 
+
 /*
-A package entry looks like this:
-Package: zeroconf
-Version: 0.9-r0
-Depends: libc6 (>= 2.4)
-Provides: libfontconfig-utils
-Replaces: libfontconfig-utils
-Conflicts: libfontconfig-utils
-Section: net
-Architecture: armv5te
-Maintainer: Angstrom Developers <angstrom-dev at handhelds.org>
-MD5Sum: b8bd197224e24759d2162091a0fa727f
-Size: 12346
-Filename: zeroconf_0.9-r0_armv5te.ipk
-Source: http://www.progsoc.org/~wildfire/zeroconf/download/zeroconf-0.9.tar.gz file://zeroconf-default file://debian-zeroconf
-Description: IPv4 link-local address allocator
-*/
+   A package entry looks like this:
+   Package: zeroconf
+   Version: 0.9-r0
+   Depends: libc6 (>= 2.4)
+   Provides: libfontconfig-utils
+   Replaces: libfontconfig-utils
+   Conflicts: libfontconfig-utils
+   Section: net
+   Architecture: armv5te
+   Maintainer: Angstrom Developers <angstrom-dev at handhelds.org>
+   MD5Sum: b8bd197224e24759d2162091a0fa727f
+   Size: 12346
+   Filename: zeroconf_0.9-r0_armv5te.ipk
+   Source: http://www.progsoc.org/~wildfire/zeroconf/download/zeroconf-0.9.tar.gz file://zeroconf-default file://debian-zeroconf
+   Description: IPv4 link-local address allocator
+ */
 
 
 $start = time();






More information about the Openembedded-commits mailing list