diff options
author | Nicolas Thill <nico@openwrt.org> | 2006-07-21 09:15:06 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2006-07-21 09:15:06 +0000 |
commit | ce5b97a12852e6a4a6546f697f5a604be074eb8b (patch) | |
tree | 498c334ea1f2925c0d00d474a706340dc5fdcef4 | |
parent | 9b44939f4e586ce8a7efd42798ddd1b4c4d5f43c (diff) | |
download | upstream-ce5b97a12852e6a4a6546f697f5a604be074eb8b.tar.gz upstream-ce5b97a12852e6a4a6546f697f5a604be074eb8b.tar.bz2 upstream-ce5b97a12852e6a4a6546f697f5a604be074eb8b.zip |
add copyright statement
SVN-Revision: 4184
-rw-r--r-- | openwrt/package/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index bcfb1699b5..7a3af2e6f7 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -1,4 +1,11 @@ -# Main makefile for the packages +# +# Copyright (C) 2006 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# +# $Id$ + include $(TOPDIR)/rules.mk include $(TOPDIR)/.config include $(TOPDIR)/.pkgdeps |