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 | 90f866c55144b0bac2c8b66116e396112cbcd0b3 (patch) | |
tree | c2cea987ed5d9f320031069d8fd4449547c9ad13 /package/Makefile | |
parent | 02964566213bb4816fda3e2c259e16e1e61f0aad (diff) | |
download | upstream-90f866c55144b0bac2c8b66116e396112cbcd0b3.tar.gz upstream-90f866c55144b0bac2c8b66116e396112cbcd0b3.tar.bz2 upstream-90f866c55144b0bac2c8b66116e396112cbcd0b3.zip |
add copyright statement
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4184 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/package/Makefile b/package/Makefile index bcfb1699b5..7a3af2e6f7 100644 --- a/package/Makefile +++ b/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 |