diff options
author | Mike Baker <mbm@openwrt.org> | 2006-06-27 00:35:46 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2006-06-27 00:35:46 +0000 |
commit | d62e8a94859aba609ba944e6a5d33e14780177dc (patch) | |
tree | 9ce6adf1aada06cb0bf6a8f93ba4130fe2c75b74 /openwrt/Makefile | |
parent | f804d0ea1d131152acccd2a108c231fe07c4196c (diff) | |
download | mtk-20170518-d62e8a94859aba609ba944e6a5d33e14780177dc.zip mtk-20170518-d62e8a94859aba609ba944e6a5d33e14780177dc.tar.gz mtk-20170518-d62e8a94859aba609ba944e6a5d33e14780177dc.tar.bz2 |
credit where credit is due
SVN-Revision: 4091
Diffstat (limited to 'openwrt/Makefile')
-rw-r--r-- | openwrt/Makefile | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/openwrt/Makefile b/openwrt/Makefile index f5d49fe..5c218f1 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -1,20 +1,10 @@ # Makefile for OpenWrt # +# Copyright (C) 2006 OpenWrt.org # Copyright (C) 2006 by Felix Fietkau <openwrt@nbd.name> # -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. # RELEASE:=Kamikaze |