From 9311633138be83d3987bcbffd596ab05fba96dbe Mon Sep 17 00:00:00 2001 From: acinonyx Date: Tue, 5 Apr 2011 16:40:42 +0000 Subject: [PATCH] [packages] {nacl,quicktun}: Add missing copyright notices git-svn-id: svn://svn.openwrt.org/openwrt/packages@26490 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/nacl/Makefile | 7 +++++++ net/quicktun/Makefile | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/libs/nacl/Makefile b/libs/nacl/Makefile index 192b9a9dc..546f07111 100644 --- a/libs/nacl/Makefile +++ b/libs/nacl/Makefile @@ -1,3 +1,10 @@ +# +# Copyright (C) 2011 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + include $(TOPDIR)/rules.mk PKG_NAME:=nacl diff --git a/net/quicktun/Makefile b/net/quicktun/Makefile index 8882e81c2..13869a781 100644 --- a/net/quicktun/Makefile +++ b/net/quicktun/Makefile @@ -1,3 +1,10 @@ +# +# Copyright (C) 2011 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + include $(TOPDIR)/rules.mk PKG_NAME:=quicktun -- 2.11.0