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 | f9e5c1b1d5c9d4968f8a3ca32a29e65997b704b9 (patch) | |
tree | 58dcdc6b5eac875892aadbea0214c286939381fe /Makefile | |
parent | d746a3c00aa26d453d96f4fbba451f30cdc13287 (diff) | |
download | upstream-f9e5c1b1d5c9d4968f8a3ca32a29e65997b704b9.tar.gz upstream-f9e5c1b1d5c9d4968f8a3ca32a29e65997b704b9.tar.bz2 upstream-f9e5c1b1d5c9d4968f8a3ca32a29e65997b704b9.zip |
credit where credit is due
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4091 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 16 |
1 files changed, 3 insertions, 13 deletions
@@ -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 |