aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-08-24 10:26:28 +0000
committerKoen Kooi <koen@openembedded.org>2006-08-24 10:26:28 +0000
commitdd6571361026db09f1c48df72b8ca2c8a5c7d639 (patch)
tree072a448418777a5f906e65a282a066591a0285b4 /contrib
parent448afde0d8c049b93f6f4e87dc9392a6bfdde409 (diff)
downloadopenembedded-dd6571361026db09f1c48df72b8ca2c8a5c7d639.tar.gz
contrib/feed-browser/update.php: add GPL header
Diffstat (limited to 'contrib')
-rw-r--r--contrib/feed-browser/update.php50
1 files changed, 33 insertions, 17 deletions
diff --git a/contrib/feed-browser/update.php b/contrib/feed-browser/update.php
index 5e5ba27e25..dab8bb260b 100644
--- a/contrib/feed-browser/update.php
+++ b/contrib/feed-browser/update.php
@@ -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@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@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();