diff options
| -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 bcfb169..7a3af2e 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 |
