From ce5b97a12852e6a4a6546f697f5a604be074eb8b Mon Sep 17 00:00:00 2001
From: Nicolas Thill <nico@openwrt.org>
Date: Fri, 21 Jul 2006 09:15:06 +0000
Subject: [PATCH] add copyright statement

SVN-Revision: 4184
---
 openwrt/package/Makefile | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

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
-- 
GitLab