From: Felix Fietkau Date: Fri, 17 Apr 2009 14:09:46 +0000 (+0000) Subject: get rid of $Id$ - it has never helped us and it has broken too many patches ;) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=360629be01ded35ecb7ebf2528dd93acdc4db3ae get rid of $Id$ - it has never helped us and it has broken too many patches ;) SVN-Revision: 15242 --- diff --git a/docs/build.tex b/docs/build.tex index 493be127c6..c85eed80e0 100644 --- a/docs/build.tex +++ b/docs/build.tex @@ -204,7 +204,6 @@ simplifies the entire ordeal. Here for example, is \texttt{package/bridge/Makefile}: \begin{Verbatim}[frame=single,numbers=left] -# $Id: Makefile 5624 2006-11-23 00:29:07Z nbd $ include $(TOPDIR)/rules.mk @@ -394,7 +393,6 @@ To do so, you can use the following template, which basically sets to nothing th Compile templates. \begin{Verbatim}[frame=single,numbers=left] -# $Id: $ include $(TOPDIR)/rules.mk @@ -451,7 +449,6 @@ For external kernel modules, you can add them to the build system just like if t Here for instance the Makefile for the I2C subsytem kernel modules : \begin{Verbatim}[frame=single,numbers=left] -# $Id $ I2CMENU:=I2C Bus diff --git a/include/autotools.mk b/include/autotools.mk index 17fa179fa1..558e247fd8 100644 --- a/include/autotools.mk +++ b/include/autotools.mk @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ define replace if [ -f "$(PKG_BUILD_DIR)/$(3)$(1)" -a -e "$(2)/$(1)" ]; then \ diff --git a/include/netfilter.mk b/include/netfilter.mk index 87deb277a7..b9b95c797c 100644 --- a/include/netfilter.mk +++ b/include/netfilter.mk @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id: netfilter.mk 2411 2005-11-11 03:41:43Z nico $ ifneq ($(__inc_netfilter),1) __inc_netfilter:=1 diff --git a/include/package.mk b/include/package.mk index c134f542ed..719468c253 100644 --- a/include/package.mk +++ b/include/package.mk @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ all: $(if $(DUMP),dumpinfo,compile) diff --git a/include/verbose.mk b/include/verbose.mk index 8b82cde7be..620c2b3f00 100644 --- a/include/verbose.mk +++ b/include/verbose.mk @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id:$ ifeq ($(NO_TRACE_MAKE),) NO_TRACE_MAKE := $(MAKE) V=99 diff --git a/package/Makefile b/package/Makefile index e9bed9b6cc..5e28720438 100644 --- a/package/Makefile +++ b/package/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ curdir:=package diff --git a/package/acx-mac80211/Makefile b/package/acx-mac80211/Makefile index 865719160a..74889ccb1b 100644 --- a/package/acx-mac80211/Makefile +++ b/package/acx-mac80211/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk diff --git a/package/acx/Makefile b/package/acx/Makefile index 83e0660146..6a11404642 100644 --- a/package/acx/Makefile +++ b/package/acx/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk diff --git a/package/admswconfig/Makefile b/package/admswconfig/Makefile index 96797378cc..6b06cfe6ad 100644 --- a/package/admswconfig/Makefile +++ b/package/admswconfig/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk diff --git a/package/apex/Makefile b/package/apex/Makefile index 75a8ad7828..8936e54e7b 100644 --- a/package/apex/Makefile +++ b/package/apex/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk diff --git a/package/ar7-atm/Makefile b/package/ar7-atm/Makefile index 8700bd12df..f8ae39298d 100644 --- a/package/ar7-atm/Makefile +++ b/package/ar7-atm/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk diff --git a/package/arptables/Makefile b/package/arptables/Makefile index ca1dfd5ebc..716d048d31 100644 --- a/package/arptables/Makefile +++ b/package/arptables/Makefile @@ -3,7 +3,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 093bf5b984..440562b877 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk diff --git a/package/base-files/files/bin/firstboot b/package/base-files/files/bin/firstboot index c245d517c2..8453b30096 100755 --- a/package/base-files/files/bin/firstboot +++ b/package/base-files/files/bin/firstboot @@ -1,5 +1,4 @@ #!/bin/sh -# $Id: firstboot 5544 2006-11-17 03:07:10Z nbd $ . /etc/functions.sh partname="rootfs_data" diff --git a/package/br2684ctl/Makefile b/package/br2684ctl/Makefile index cd668e2f7e..4de325ac8e 100644 --- a/package/br2684ctl/Makefile +++ b/package/br2684ctl/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id: Makefile 6582 2007-03-16 20:21:39Z nbd $ include $(TOPDIR)/rules.mk diff --git a/package/bridge-utils/Makefile b/package/bridge-utils/Makefile index e45bcb0f0b..35b883884c 100644 --- a/package/bridge-utils/Makefile +++ b/package/bridge-utils/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk diff --git a/package/broadcom-57xx/Makefile b/package/broadcom-57xx/Makefile index ddbea7894f..2b2dba655a 100644 --- a/package/broadcom-57xx/Makefile +++ b/package/broadcom-57xx/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id: Makefile 8694 2007-09-08 19:55:42Z nbd $ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk diff --git a/package/broadcom-57xx/src/Makefile b/package/broadcom-57xx/src/Makefile index 08a7914879..79db769900 100644 --- a/package/broadcom-57xx/src/Makefile +++ b/package/broadcom-57xx/src/Makefile @@ -1,7 +1,6 @@ # # Broadcom BCM57XX Gigabit Ethernet driver make file. # -# $Id: Makefile,v 1.1.1.4 2006/09/26 02:17:12 michael Exp $ # O_TARGET = bcm57xx.o diff --git a/package/broadcom-57xx/src/b57um.c b/package/broadcom-57xx/src/b57um.c index 752241dd4b..fb410eb120 100644 --- a/package/broadcom-57xx/src/b57um.c +++ b/package/broadcom-57xx/src/b57um.c @@ -10,7 +10,6 @@ /* */ /******************************************************************************/ -/* $Id: b57um.c,v 1.32 2007/09/06 07:28:06 yogo Exp $ */ char bcm5700_driver[] = "bcm57xx"; char bcm5700_version[] = "8.3.14"; diff --git a/package/broadcom-57xx/src/bcmendian.h b/package/broadcom-57xx/src/bcmendian.h index dc26d51fff..042f6036fd 100644 --- a/package/broadcom-57xx/src/bcmendian.h +++ b/package/broadcom-57xx/src/bcmendian.h @@ -9,7 +9,6 @@ * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * - * $Id: bcmendian.h,v 1.1.1.11 2007/05/31 08:00:41 michael Exp $ */ #ifndef _BCMENDIAN_H_ diff --git a/package/broadcom-57xx/src/bcmparams.h b/package/broadcom-57xx/src/bcmparams.h index 9445d1b0f3..cb97e183b8 100644 --- a/package/broadcom-57xx/src/bcmparams.h +++ b/package/broadcom-57xx/src/bcmparams.h @@ -8,7 +8,6 @@ * KIND, EXPRESS OR IMPLIED, BY STATUTE, COMMUNICATION OR OTHERWISE. BROADCOM * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. - * $Id: bcmparams.h,v 1.1.1.5 2007/05/31 08:00:41 michael Exp $ */ #ifndef _bcmparams_h_ diff --git a/package/broadcom-57xx/src/bcmrobo.h b/package/broadcom-57xx/src/bcmrobo.h index ce9659bba0..11d051b7c3 100644 --- a/package/broadcom-57xx/src/bcmrobo.h +++ b/package/broadcom-57xx/src/bcmrobo.h @@ -9,7 +9,6 @@ * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * - * $Id: bcmrobo.h,v 1.1.1.6 2007/05/31 08:00:41 michael Exp $ */ #ifndef _bcm_robo_h_ diff --git a/package/broadcom-57xx/src/hndgige.c b/package/broadcom-57xx/src/hndgige.c index 19774934a3..fc7fe7249d 100644 --- a/package/broadcom-57xx/src/hndgige.c +++ b/package/broadcom-57xx/src/hndgige.c @@ -9,7 +9,6 @@ * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * - * $Id: hndgige.c,v 1.6 2007/06/01 05:59:06 michael Exp $ */ #include diff --git a/package/broadcom-57xx/src/hndgige.h b/package/broadcom-57xx/src/hndgige.h index cdda406cf5..4ec9db3ea8 100644 --- a/package/broadcom-57xx/src/hndgige.h +++ b/package/broadcom-57xx/src/hndgige.h @@ -9,7 +9,6 @@ * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * - * $Id: hndgige.h,v 1.5 2007/06/01 05:58:20 michael Exp $ */ #ifndef _hndgige_h_ diff --git a/package/broadcom-57xx/src/mm.h b/package/broadcom-57xx/src/mm.h index 35286831f2..66107660e3 100644 --- a/package/broadcom-57xx/src/mm.h +++ b/package/broadcom-57xx/src/mm.h @@ -10,7 +10,6 @@ /* */ /******************************************************************************/ -/* $Id: mm.h,v 1.6 2006/09/26 05:22:21 michael Exp $ */ #ifndef MM_H #define MM_H diff --git a/package/broadcom-57xx/src/proto/bcmip.h b/package/broadcom-57xx/src/proto/bcmip.h index 11f63f3208..07777b95b8 100644 --- a/package/broadcom-57xx/src/proto/bcmip.h +++ b/package/broadcom-57xx/src/proto/bcmip.h @@ -9,7 +9,6 @@ * * Fundamental constants relating to IP Protocol * - * $Id: bcmip.h,v 1.1.1.4 2007/05/31 08:00:41 michael Exp $ */ #ifndef _bcmip_h_ diff --git a/package/broadcom-57xx/src/proto/bcmtcp.h b/package/broadcom-57xx/src/proto/bcmtcp.h index 7e834a77b9..ab7c2bceb0 100644 --- a/package/broadcom-57xx/src/proto/bcmtcp.h +++ b/package/broadcom-57xx/src/proto/bcmtcp.h @@ -9,7 +9,6 @@ * * Fundamental constants relating to TCP Protocol * - * $Id: bcmtcp.h,v 1.1.1.1 2007/05/31 08:00:41 michael Exp $ */ #ifndef _bcmtcp_h_ diff --git a/package/broadcom-57xx/src/proto/ethernet.h b/package/broadcom-57xx/src/proto/ethernet.h index 63430be5e2..072592a8d9 100644 --- a/package/broadcom-57xx/src/proto/ethernet.h +++ b/package/broadcom-57xx/src/proto/ethernet.h @@ -9,7 +9,6 @@ * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * - * $Id: ethernet.h,v 1.1.1.16 2007/05/31 08:00:41 michael Exp $ */ #ifndef _NET_ETHERNET_H_ /* use native BSD ethernet.h when available */ diff --git a/package/broadcom-57xx/src/proto/vlan.h b/package/broadcom-57xx/src/proto/vlan.h index 79cd5891e1..8085c71833 100644 --- a/package/broadcom-57xx/src/proto/vlan.h +++ b/package/broadcom-57xx/src/proto/vlan.h @@ -9,7 +9,6 @@ * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * - * $Id: vlan.h,v 1.1.1.4 2007/05/31 08:00:41 michael Exp $ */ #ifndef _vlan_h_ diff --git a/package/broadcom-57xx/src/sbgige.h b/package/broadcom-57xx/src/sbgige.h index 7975a7ac7e..bc6e7693e4 100644 --- a/package/broadcom-57xx/src/sbgige.h +++ b/package/broadcom-57xx/src/sbgige.h @@ -9,7 +9,6 @@ * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * - * $Id: sbgige.h,v 1.5 2007/06/01 05:58:20 michael Exp $ */ #ifndef _sbgige_h_ diff --git a/package/broadcom-57xx/src/tigon3.c b/package/broadcom-57xx/src/tigon3.c index 159a0a7f56..68d2bdd1a3 100644 --- a/package/broadcom-57xx/src/tigon3.c +++ b/package/broadcom-57xx/src/tigon3.c @@ -11,7 +11,6 @@ /* History: */ /******************************************************************************/ -/* $Id: tigon3.c,v 1.10 2007/06/01 05:58:19 michael Exp $ */ #include "mm.h" #include "typedefs.h" diff --git a/package/broadcom-diag/Makefile b/package/broadcom-diag/Makefile index 19fd4cb87f..e8c71c7856 100644 --- a/package/broadcom-diag/Makefile +++ b/package/broadcom-diag/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk diff --git a/package/broadcom-diag/src/Makefile b/package/broadcom-diag/src/Makefile index a43f5f3043..44c80a8bff 100644 --- a/package/broadcom-diag/src/Makefile +++ b/package/broadcom-diag/src/Makefile @@ -1,4 +1,3 @@ -# $Id$ # # Makefile for diag driver # diff --git a/package/broadcom-diag/src/diag.c b/package/broadcom-diag/src/diag.c index 341880a70e..96894da0a8 100644 --- a/package/broadcom-diag/src/diag.c +++ b/package/broadcom-diag/src/diag.c @@ -19,7 +19,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * - * $Id$ */ #include #include diff --git a/package/broadcom-diag/src/diag.h b/package/broadcom-diag/src/diag.h index 52e84fa4bc..eae5872e75 100644 --- a/package/broadcom-diag/src/diag.h +++ b/package/broadcom-diag/src/diag.h @@ -18,7 +18,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * - * $Id:$ */ #include diff --git a/package/broadcom-mmc/Makefile b/package/broadcom-mmc/Makefile index 12fa093466..509e993c49 100644 --- a/package/broadcom-mmc/Makefile +++ b/package/broadcom-mmc/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id: $ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk diff --git a/package/broadcom-wl/Makefile b/package/broadcom-wl/Makefile index 2cb511f969..e8aea74962 100644 --- a/package/broadcom-wl/Makefile +++ b/package/broadcom-wl/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk diff --git a/package/broadcom-wl/src/driver/Makefile b/package/broadcom-wl/src/driver/Makefile index c75795a554..d314428647 100644 --- a/package/broadcom-wl/src/driver/Makefile +++ b/package/broadcom-wl/src/driver/Makefile @@ -9,7 +9,6 @@ # SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS # FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. # -# $Id: Makefile,v 1.2 2005/03/29 03:32:18 mbm Exp $ EXTRA_CFLAGS += -I$(TOPDIR)/arch/mips/bcm947xx/include -DBCMDRIVER=1 -DBCMDMA64=1 diff --git a/package/broadcom-wl/src/driver/bcmip.h b/package/broadcom-wl/src/driver/bcmip.h index 423a0e5c5c..b363e3f9fb 100644 --- a/package/broadcom-wl/src/driver/bcmip.h +++ b/package/broadcom-wl/src/driver/bcmip.h @@ -9,7 +9,6 @@ * * Fundamental constants relating to IP Protocol * - * $Id: bcmip.h,v 1.1.1.3 2006/02/27 03:43:16 honor Exp $ */ #ifndef _bcmip_h_ diff --git a/package/broadcom-wl/src/driver/bcmutils.c b/package/broadcom-wl/src/driver/bcmutils.c index 88337d60c7..f0d502f767 100644 --- a/package/broadcom-wl/src/driver/bcmutils.c +++ b/package/broadcom-wl/src/driver/bcmutils.c @@ -8,7 +8,6 @@ * KIND, EXPRESS OR IMPLIED, BY STATUTE, COMMUNICATION OR OTHERWISE. BROADCOM * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. - * $Id$ */ #include diff --git a/package/broadcom-wl/src/driver/bcmutils.h b/package/broadcom-wl/src/driver/bcmutils.h index 9dcf08b726..090e73e98f 100644 --- a/package/broadcom-wl/src/driver/bcmutils.h +++ b/package/broadcom-wl/src/driver/bcmutils.h @@ -8,7 +8,6 @@ * KIND, EXPRESS OR IMPLIED, BY STATUTE, COMMUNICATION OR OTHERWISE. BROADCOM * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. - * $Id$ */ #ifndef _bcmutils_h_ diff --git a/package/broadcom-wl/src/driver/hnddma.c b/package/broadcom-wl/src/driver/hnddma.c index c6f6a13ed7..47f0e2fc9f 100644 --- a/package/broadcom-wl/src/driver/hnddma.c +++ b/package/broadcom-wl/src/driver/hnddma.c @@ -10,7 +10,6 @@ * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * - * $Id$ */ #include diff --git a/package/broadcom-wl/src/driver/hnddma.h b/package/broadcom-wl/src/driver/hnddma.h index 8d1b5acb6b..62940631a6 100644 --- a/package/broadcom-wl/src/driver/hnddma.h +++ b/package/broadcom-wl/src/driver/hnddma.h @@ -9,7 +9,6 @@ * KIND, EXPRESS OR IMPLIED, BY STATUTE, COMMUNICATION OR OTHERWISE. BROADCOM * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. - * $Id$ */ #ifndef _hnddma_h_ diff --git a/package/broadcom-wl/src/driver/linux_osl.c b/package/broadcom-wl/src/driver/linux_osl.c index cc55eb68e9..467756b0ef 100644 --- a/package/broadcom-wl/src/driver/linux_osl.c +++ b/package/broadcom-wl/src/driver/linux_osl.c @@ -9,7 +9,6 @@ * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * - * $Id$ */ #define LINUX_OSL diff --git a/package/broadcom-wl/src/driver/linux_osl.h b/package/broadcom-wl/src/driver/linux_osl.h index f65c85966b..b3cbbcc438 100644 --- a/package/broadcom-wl/src/driver/linux_osl.h +++ b/package/broadcom-wl/src/driver/linux_osl.h @@ -9,7 +9,6 @@ * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * - * $Id$ */ #ifndef _linux_osl_h_ diff --git a/package/broadcom-wl/src/driver/proto/802.11.h b/package/broadcom-wl/src/driver/proto/802.11.h index 83f4612e57..89d13564ed 100644 --- a/package/broadcom-wl/src/driver/proto/802.11.h +++ b/package/broadcom-wl/src/driver/proto/802.11.h @@ -9,7 +9,6 @@ * * Fundamental types and constants relating to 802.11 * - * $Id$ */ #ifndef _802_11_H_ diff --git a/package/broadcom-wl/src/driver/proto/802.11e.h b/package/broadcom-wl/src/driver/proto/802.11e.h index e1aa5069e8..7e32656001 100644 --- a/package/broadcom-wl/src/driver/proto/802.11e.h +++ b/package/broadcom-wl/src/driver/proto/802.11e.h @@ -9,7 +9,6 @@ * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * - * $Id$ */ #ifndef _802_11e_H_ diff --git a/package/broadcom-wl/src/driver/proto/802.1d.h b/package/broadcom-wl/src/driver/proto/802.1d.h index 421b963202..11e584208a 100644 --- a/package/broadcom-wl/src/driver/proto/802.1d.h +++ b/package/broadcom-wl/src/driver/proto/802.1d.h @@ -9,7 +9,6 @@ * * Fundamental types and constants relating to 802.1D * - * $Id$ */ #ifndef _802_1_D_ diff --git a/package/broadcom-wl/src/driver/proto/802.3.h b/package/broadcom-wl/src/driver/proto/802.3.h index 54a17c24ed..6391b5f56c 100644 --- a/package/broadcom-wl/src/driver/proto/802.3.h +++ b/package/broadcom-wl/src/driver/proto/802.3.h @@ -9,7 +9,6 @@ * * Fundamental constants relating to 802.3 * - * $Id$ */ #ifndef _802_3_h_ diff --git a/package/broadcom-wl/src/driver/proto/bcmarp.h b/package/broadcom-wl/src/driver/proto/bcmarp.h index f5058b6aa7..90a8802a41 100644 --- a/package/broadcom-wl/src/driver/proto/bcmarp.h +++ b/package/broadcom-wl/src/driver/proto/bcmarp.h @@ -9,7 +9,6 @@ * * Fundamental constants relating to ARP Protocol * - * $Id$ */ #ifndef _bcmarp_h_ diff --git a/package/broadcom-wl/src/driver/proto/bcmdhcp.h b/package/broadcom-wl/src/driver/proto/bcmdhcp.h index a2cdc58fbd..ac0777b33c 100644 --- a/package/broadcom-wl/src/driver/proto/bcmdhcp.h +++ b/package/broadcom-wl/src/driver/proto/bcmdhcp.h @@ -9,7 +9,6 @@ * * Fundamental constants relating to DHCP Protocol * - * $Id$ */ #ifndef _bcmdhcp_h_ diff --git a/package/broadcom-wl/src/driver/proto/bcmeth.h b/package/broadcom-wl/src/driver/proto/bcmeth.h index 23aa41159d..80805699fd 100644 --- a/package/broadcom-wl/src/driver/proto/bcmeth.h +++ b/package/broadcom-wl/src/driver/proto/bcmeth.h @@ -9,7 +9,6 @@ * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * - * $Id$ */ /* diff --git a/package/broadcom-wl/src/driver/proto/bcmevent.h b/package/broadcom-wl/src/driver/proto/bcmevent.h index 785ef22bb2..6c46beb7cd 100644 --- a/package/broadcom-wl/src/driver/proto/bcmevent.h +++ b/package/broadcom-wl/src/driver/proto/bcmevent.h @@ -12,7 +12,6 @@ * * Dependencies: proto/bcmeth.h * - * $Id$ * */ diff --git a/package/broadcom-wl/src/driver/proto/bcmip.h b/package/broadcom-wl/src/driver/proto/bcmip.h index 4169060da3..07777b95b8 100644 --- a/package/broadcom-wl/src/driver/proto/bcmip.h +++ b/package/broadcom-wl/src/driver/proto/bcmip.h @@ -9,7 +9,6 @@ * * Fundamental constants relating to IP Protocol * - * $Id$ */ #ifndef _bcmip_h_ diff --git a/package/broadcom-wl/src/driver/proto/bcmtcp.h b/package/broadcom-wl/src/driver/proto/bcmtcp.h index 832fd434c0..ab7c2bceb0 100644 --- a/package/broadcom-wl/src/driver/proto/bcmtcp.h +++ b/package/broadcom-wl/src/driver/proto/bcmtcp.h @@ -9,7 +9,6 @@ * * Fundamental constants relating to TCP Protocol * - * $Id$ */ #ifndef _bcmtcp_h_ diff --git a/package/broadcom-wl/src/driver/proto/bcmudp.h b/package/broadcom-wl/src/driver/proto/bcmudp.h index 5464284cf7..69a3d0cf5b 100644 --- a/package/broadcom-wl/src/driver/proto/bcmudp.h +++ b/package/broadcom-wl/src/driver/proto/bcmudp.h @@ -9,7 +9,6 @@ * * Fundamental constants relating to UDP Protocol * - * $Id$ */ #ifndef _bcmudp_h_ diff --git a/package/broadcom-wl/src/driver/proto/eap.h b/package/broadcom-wl/src/driver/proto/eap.h index 5548e2fb54..04a10f6259 100644 --- a/package/broadcom-wl/src/driver/proto/eap.h +++ b/package/broadcom-wl/src/driver/proto/eap.h @@ -6,7 +6,6 @@ * * Copyright (C) 2002 Broadcom Corporation * - * $Id$ */ #ifndef _eap_h_ diff --git a/package/broadcom-wl/src/driver/proto/eapol.h b/package/broadcom-wl/src/driver/proto/eapol.h index 9a1a58da83..cbf6b69617 100644 --- a/package/broadcom-wl/src/driver/proto/eapol.h +++ b/package/broadcom-wl/src/driver/proto/eapol.h @@ -7,7 +7,6 @@ * * Copyright (C) 2002 Broadcom Corporation * - * $Id$ */ #ifndef _eapol_h_ diff --git a/package/broadcom-wl/src/driver/proto/ethernet.h b/package/broadcom-wl/src/driver/proto/ethernet.h index b674e0ce36..b289b22eb6 100644 --- a/package/broadcom-wl/src/driver/proto/ethernet.h +++ b/package/broadcom-wl/src/driver/proto/ethernet.h @@ -9,7 +9,6 @@ * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * - * $Id$ */ #ifndef _NET_ETHERNET_H_ /* use native BSD ethernet.h when available */ diff --git a/package/broadcom-wl/src/driver/proto/vlan.h b/package/broadcom-wl/src/driver/proto/vlan.h index 2854b72c6f..8085c71833 100644 --- a/package/broadcom-wl/src/driver/proto/vlan.h +++ b/package/broadcom-wl/src/driver/proto/vlan.h @@ -9,7 +9,6 @@ * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * - * $Id$ */ #ifndef _vlan_h_ diff --git a/package/broadcom-wl/src/driver/proto/wpa.h b/package/broadcom-wl/src/driver/proto/wpa.h index c4b6dd1db1..11751bdc2c 100644 --- a/package/broadcom-wl/src/driver/proto/wpa.h +++ b/package/broadcom-wl/src/driver/proto/wpa.h @@ -9,7 +9,6 @@ * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * - * $Id$ */ #ifndef _proto_wpa_h_ diff --git a/package/broadcom-wl/src/driver/sbhnddma.h b/package/broadcom-wl/src/driver/sbhnddma.h index b83baeb614..743612206c 100644 --- a/package/broadcom-wl/src/driver/sbhnddma.h +++ b/package/broadcom-wl/src/driver/sbhnddma.h @@ -10,7 +10,6 @@ * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * - * $Id$ */ #ifndef _sbhnddma_h_ diff --git a/package/broadcom-wl/src/include/bcmdefs.h b/package/broadcom-wl/src/include/bcmdefs.h index 8b5abe5d26..f489419003 100644 --- a/package/broadcom-wl/src/include/bcmdefs.h +++ b/package/broadcom-wl/src/include/bcmdefs.h @@ -8,7 +8,6 @@ * KIND, EXPRESS OR IMPLIED, BY STATUTE, COMMUNICATION OR OTHERWISE. BROADCOM * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. - * $Id: bcmdefs.h,v 1.1.1.3 2006/04/08 06:13:39 honor Exp $ */ #ifndef _bcmdefs_h_ diff --git a/package/broadcom-wl/src/include/bcmutils.h b/package/broadcom-wl/src/include/bcmutils.h index b6e7b0542b..521b415e04 100644 --- a/package/broadcom-wl/src/include/bcmutils.h +++ b/package/broadcom-wl/src/include/bcmutils.h @@ -8,7 +8,6 @@ * KIND, EXPRESS OR IMPLIED, BY STATUTE, COMMUNICATION OR OTHERWISE. BROADCOM * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. - * $Id: bcmutils.h,v 1.1.1.16 2006/04/08 06:13:39 honor Exp $ */ #ifndef _bcmutils_h_ diff --git a/package/broadcom-wl/src/include/proto/802.11.h b/package/broadcom-wl/src/include/proto/802.11.h index 2b1c4ee111..3141a27cdc 100644 --- a/package/broadcom-wl/src/include/proto/802.11.h +++ b/package/broadcom-wl/src/include/proto/802.11.h @@ -9,7 +9,6 @@ * * Fundamental types and constants relating to 802.11 * - * $Id: 802.11.h,v 1.1.1.17 2006/04/15 01:29:08 michael Exp $ */ #ifndef _802_11_H_ diff --git a/package/broadcom-wl/src/include/proto/bcmeth.h b/package/broadcom-wl/src/include/proto/bcmeth.h index 7b3295389a..417eddeafc 100644 --- a/package/broadcom-wl/src/include/proto/bcmeth.h +++ b/package/broadcom-wl/src/include/proto/bcmeth.h @@ -9,7 +9,6 @@ * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * - * $Id: bcmeth.h,v 1.1.1.4 2006/02/27 03:43:16 honor Exp $ */ /* diff --git a/package/broadcom-wl/src/include/proto/bcmevent.h b/package/broadcom-wl/src/include/proto/bcmevent.h index d922a5d215..6adb53cb96 100644 --- a/package/broadcom-wl/src/include/proto/bcmevent.h +++ b/package/broadcom-wl/src/include/proto/bcmevent.h @@ -12,7 +12,6 @@ * * Dependencies: proto/bcmeth.h * - * $Id: bcmevent.h,v 1.1.1.3 2006/02/27 03:43:16 honor Exp $ * */ diff --git a/package/broadcom-wl/src/include/proto/ethernet.h b/package/broadcom-wl/src/include/proto/ethernet.h index ced65b6963..4e3197cb69 100644 --- a/package/broadcom-wl/src/include/proto/ethernet.h +++ b/package/broadcom-wl/src/include/proto/ethernet.h @@ -9,7 +9,6 @@ * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * - * $Id: ethernet.h,v 1.1.1.14 2006/02/27 03:43:16 honor Exp $ */ #ifndef __NET_ETHERNET_H diff --git a/package/broadcom-wl/src/include/proto/wpa.h b/package/broadcom-wl/src/include/proto/wpa.h index dd35dbef02..26f258f1a8 100644 --- a/package/broadcom-wl/src/include/proto/wpa.h +++ b/package/broadcom-wl/src/include/proto/wpa.h @@ -9,7 +9,6 @@ * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * - * $Id: wpa.h,v 1.1.1.4 2006/02/27 03:43:16 honor Exp $ */ #ifndef _proto_wpa_h_ diff --git a/package/broadcom-wl/src/include/typedefs.h b/package/broadcom-wl/src/include/typedefs.h index 6c498bbcb2..7ae2de5a4e 100644 --- a/package/broadcom-wl/src/include/typedefs.h +++ b/package/broadcom-wl/src/include/typedefs.h @@ -6,7 +6,6 @@ * KIND, EXPRESS OR IMPLIED, BY STATUTE, COMMUNICATION OR OTHERWISE. BROADCOM * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. - * $Id: typedefs.h,v 1.1.1.12 2006/04/08 06:13:40 honor Exp $ */ #ifndef _TYPEDEFS_H_ diff --git a/package/broadcom-wl/src/include/wlioctl.h b/package/broadcom-wl/src/include/wlioctl.h index 43eddd1d0b..0c8896140e 100644 --- a/package/broadcom-wl/src/include/wlioctl.h +++ b/package/broadcom-wl/src/include/wlioctl.h @@ -12,7 +12,6 @@ * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * - * $Id: wlioctl.h,v 1.1.1.22 2006/04/15 01:29:08 michael Exp $ */ #ifndef _wlioctl_h_ diff --git a/package/broadcom-wl/src/include/wlutils.h b/package/broadcom-wl/src/include/wlutils.h index a5aa1fd663..4436c7b1a8 100644 --- a/package/broadcom-wl/src/include/wlutils.h +++ b/package/broadcom-wl/src/include/wlutils.h @@ -9,7 +9,6 @@ * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * - * $Id: wlutils.h,v 1.1.1.12 2006/02/27 03:43:20 honor Exp $ */ #ifndef _wlutils_h_ diff --git a/package/broadcom-wl/src/wlc/ioctl.c b/package/broadcom-wl/src/wlc/ioctl.c index 6c676c7c9b..9ae5d73064 100644 --- a/package/broadcom-wl/src/wlc/ioctl.c +++ b/package/broadcom-wl/src/wlc/ioctl.c @@ -9,7 +9,6 @@ * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * - * $Id: wl.c,v 1.1.1.11 2006/02/27 03:43:20 honor Exp $ */ #include #include diff --git a/package/broadcom-wl/src/wlcompat/Makefile b/package/broadcom-wl/src/wlcompat/Makefile index 31e54244e8..1d18f45668 100644 --- a/package/broadcom-wl/src/wlcompat/Makefile +++ b/package/broadcom-wl/src/wlcompat/Makefile @@ -1,4 +1,3 @@ -# $Id$ # # Makefile for wlcompat # diff --git a/package/broadcom-wl/src/wlcompat/wlcompat.c b/package/broadcom-wl/src/wlcompat/wlcompat.c index 5d2e74d412..1b5dd78e16 100644 --- a/package/broadcom-wl/src/wlcompat/wlcompat.c +++ b/package/broadcom-wl/src/wlcompat/wlcompat.c @@ -18,7 +18,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * - * $Id$ */ diff --git a/package/busybox/Makefile b/package/busybox/Makefile index 8eede35993..0b4e3d456d 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk diff --git a/package/comgt/Makefile b/package/comgt/Makefile index 2cbfec5eb7..999c614b3b 100644 --- a/package/comgt/Makefile +++ b/package/comgt/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk diff --git a/package/crda/Makefile b/package/crda/Makefile index 0f24c3b3d4..97a93532e3 100644 --- a/package/crda/Makefile +++ b/package/crda/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk diff --git a/package/dnsmasq/Makefile b/package/dnsmasq/Makefile index 5fe1509601..1b030d1ad0 100644 --- a/package/dnsmasq/Makefile +++ b/package/dnsmasq/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk diff --git a/package/dropbear/Makefile b/package/dropbear/Makefile index 6f9b9bbddd..07df03c530 100644 --- a/package/dropbear/Makefile +++ b/package/dropbear/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk diff --git a/package/e2fsprogs/Makefile b/package/e2fsprogs/Makefile index b5078d192d..3a66b3e14c 100644 --- a/package/e2fsprogs/Makefile +++ b/package/e2fsprogs/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk diff --git a/package/ead/Makefile b/package/ead/Makefile index 115e68eb8f..0ecff2a8ed 100644 --- a/package/ead/Makefile +++ b/package/ead/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk diff --git a/package/ead/src/tinysrp/mkinstalldirs b/package/ead/src/tinysrp/mkinstalldirs index a01481be43..3bc183603e 100755 --- a/package/ead/src/tinysrp/mkinstalldirs +++ b/package/ead/src/tinysrp/mkinstalldirs @@ -4,7 +4,6 @@ # Created: 1993-05-16 # Public domain -# $Id: mkinstalldirs,v 1.10 1996/05/03 07:37:52 friedman Exp $ errstatus=0 diff --git a/package/ebtables/Makefile b/package/ebtables/Makefile index d84b5bf41c..8dc3c0e8b2 100644 --- a/package/ebtables/Makefile +++ b/package/ebtables/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk diff --git a/package/fuse/Makefile b/package/fuse/Makefile index 5c013a7bc7..8a5465be12 100644 --- a/package/fuse/Makefile +++ b/package/fuse/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk diff --git a/package/gdb/Makefile b/package/gdb/Makefile index c2fc2e97b3..113bc784c0 100644 --- a/package/gdb/Makefile +++ b/package/gdb/Makefile @@ -3,7 +3,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk diff --git a/package/gpioctl/Makefile b/package/gpioctl/Makefile index be684f11fa..50c4d3c659 100644 --- a/package/gpioctl/Makefile +++ b/package/gpioctl/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk diff --git a/package/grub/Makefile b/package/grub/Makefile index 7e6f3527ec..e828ec0338 100644 --- a/package/grub/Makefile +++ b/package/grub/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id: Makefile 4855 2006-09-24 20:49:31Z nico $ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk diff --git a/package/hostap-driver/Makefile b/package/hostap-driver/Makefile index 3a170f6b00..c77f56ed04 100644 --- a/package/hostap-driver/Makefile +++ b/package/hostap-driver/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk diff --git a/package/hostap-utils/Makefile b/package/hostap-utils/Makefile index bac0d3f106..1d7b22122e 100644 --- a/package/hostap-utils/Makefile +++ b/package/hostap-utils/Makefile @@ -3,7 +3,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile index 38b14c7e1b..4955979309 100644 --- a/package/hostapd/Makefile +++ b/package/hostapd/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk diff --git a/package/hotplug2/Makefile b/package/hotplug2/Makefile index fd9060b2ec..c46da06e0a 100644 --- a/package/hotplug2/Makefile +++ b/package/hotplug2/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk diff --git a/package/ifenslave/Makefile b/package/ifenslave/Makefile index 117d1cfdab..31174702e9 100644 --- a/package/ifenslave/Makefile +++ b/package/ifenslave/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk diff --git a/package/iproute2/Makefile b/package/iproute2/Makefile index 7354820a0c..a05f0cdfe1 100644 --- a/package/iproute2/Makefile +++ b/package/iproute2/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk diff --git a/package/ipset/Makefile b/package/ipset/Makefile index a69cbd3479..5e657275e5 100644 --- a/package/ipset/Makefile +++ b/package/ipset/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ # include $(TOPDIR)/rules.mk diff --git a/package/iptables/Makefile b/package/iptables/Makefile index 05e6943592..6083f6f4dc 100644 --- a/package/iptables/Makefile +++ b/package/iptables/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk diff --git a/package/iw/Makefile b/package/iw/Makefile index a60a595460..1916d8d868 100644 --- a/package/iw/Makefile +++ b/package/iw/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk diff --git a/package/kernel/Makefile b/package/kernel/Makefile index da96f43a7b..cde30683c3 100644 --- a/package/kernel/Makefile +++ b/package/kernel/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk diff --git a/package/kernel/modules/block.mk b/package/kernel/modules/block.mk index a5a0906e8f..3c27813972 100644 --- a/package/kernel/modules/block.mk +++ b/package/kernel/modules/block.mk @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ BLOCK_MENU:=Block Devices diff --git a/package/kernel/modules/crypto.mk b/package/kernel/modules/crypto.mk index 5edf5f17f9..9e03aeb165 100644 --- a/package/kernel/modules/crypto.mk +++ b/package/kernel/modules/crypto.mk @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ CRYPTO_MENU:=Cryptographic API modules diff --git a/package/kernel/modules/firewire.mk b/package/kernel/modules/firewire.mk index 8835dff8f8..6ba02cd04d 100644 --- a/package/kernel/modules/firewire.mk +++ b/package/kernel/modules/firewire.mk @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ FIREWIRE_MENU:=FireWire support diff --git a/package/kernel/modules/fs.mk b/package/kernel/modules/fs.mk index bfdd45a009..e1923e2d68 100644 --- a/package/kernel/modules/fs.mk +++ b/package/kernel/modules/fs.mk @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ FS_MENU:=Filesystems diff --git a/package/kernel/modules/hwmon.mk b/package/kernel/modules/hwmon.mk index 943b4a7e82..cd81ef8fe9 100644 --- a/package/kernel/modules/hwmon.mk +++ b/package/kernel/modules/hwmon.mk @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ HWMON_MENU:=Hardware Monitoring Support diff --git a/package/kernel/modules/i2c.mk b/package/kernel/modules/i2c.mk index 2b7661d7af..444cc874f5 100644 --- a/package/kernel/modules/i2c.mk +++ b/package/kernel/modules/i2c.mk @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id $ I2C_MENU:=I2C support diff --git a/package/kernel/modules/netdevices.mk b/package/kernel/modules/netdevices.mk index 2d63f17ad1..6386bde3e5 100644 --- a/package/kernel/modules/netdevices.mk +++ b/package/kernel/modules/netdevices.mk @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ NETWORK_DEVICES_MENU:=Network Devices diff --git a/package/kernel/modules/netfilter.mk b/package/kernel/modules/netfilter.mk index 8a844c6cf3..6226c7e246 100644 --- a/package/kernel/modules/netfilter.mk +++ b/package/kernel/modules/netfilter.mk @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ NF_MENU:=Netfilter Extensions NF_KMOD:=1 diff --git a/package/kernel/modules/netsupport.mk b/package/kernel/modules/netsupport.mk index 63cc951f81..58fef46690 100644 --- a/package/kernel/modules/netsupport.mk +++ b/package/kernel/modules/netsupport.mk @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ NETWORK_SUPPORT_MENU:=Network Support diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index 5a08ada02f..60b6e037b8 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ OTHER_MENU:=Other modules diff --git a/package/kernel/modules/sound.mk b/package/kernel/modules/sound.mk index 5146bf4693..602c5e8ccd 100644 --- a/package/kernel/modules/sound.mk +++ b/package/kernel/modules/sound.mk @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ SOUND_MENU:=Sound Support diff --git a/package/kernel/modules/usb.mk b/package/kernel/modules/usb.mk index b6cb96fd32..813e3a98c1 100644 --- a/package/kernel/modules/usb.mk +++ b/package/kernel/modules/usb.mk @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ USB_MENU:=USB Support diff --git a/package/kernel/modules/video.mk b/package/kernel/modules/video.mk index 086bbde91f..8f46fbb90f 100644 --- a/package/kernel/modules/video.mk +++ b/package/kernel/modules/video.mk @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ VIDEO_MENU:=Video Support diff --git a/package/kernel/modules/wireless.mk b/package/kernel/modules/wireless.mk index 98c13434a0..9f55003df6 100644 --- a/package/kernel/modules/wireless.mk +++ b/package/kernel/modules/wireless.mk @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ WIRELESS_MENU:=Wireless Drivers diff --git a/package/kexec-tools/Makefile b/package/kexec-tools/Makefile index bd8854e634..c4ce1f3a5d 100644 --- a/package/kexec-tools/Makefile +++ b/package/kexec-tools/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk diff --git a/package/libertas/Makefile b/package/libertas/Makefile index 3171caf9c3..ab59f5866c 100644 --- a/package/libertas/Makefile +++ b/package/libertas/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id: Makefile 8694 2007-09-08 19:55:42Z nbd $ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk diff --git a/package/libipfix/Makefile b/package/libipfix/Makefile index 44d5050c18..272b87c6ac 100644 --- a/package/libipfix/Makefile +++ b/package/libipfix/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk diff --git a/package/libnl/Makefile b/package/libnl/Makefile index d288680ca8..6802ed16f8 100644 --- a/package/libnl/Makefile +++ b/package/libnl/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk diff --git a/package/libpcap/Makefile b/package/libpcap/Makefile index 620fdb94bc..7414195d95 100644 --- a/package/libpcap/Makefile +++ b/package/libpcap/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk diff --git a/package/libreadline/Makefile b/package/libreadline/Makefile index 750b691c1f..2f5cb60e84 100644 --- a/package/libreadline/Makefile +++ b/package/libreadline/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id: Makefile 5624 2006-11-23 00:29:07Z nbd $ include $(TOPDIR)/rules.mk diff --git a/package/libtool/Makefile b/package/libtool/Makefile index e2d5b7c8e7..62895a8087 100644 --- a/package/libtool/Makefile +++ b/package/libtool/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk diff --git a/package/linux-atm/Makefile b/package/linux-atm/Makefile index 4f9b4f612d..330f56bb54 100644 --- a/package/linux-atm/Makefile +++ b/package/linux-atm/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk diff --git a/package/lua/Makefile b/package/lua/Makefile index 69d39601ba..13eb4a518a 100644 --- a/package/lua/Makefile +++ b/package/lua/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk diff --git a/package/madwifi/Makefile b/package/madwifi/Makefile index dddf82d0fb..433cb61e15 100644 --- a/package/madwifi/Makefile +++ b/package/madwifi/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk diff --git a/package/mtd/Makefile b/package/mtd/Makefile index b99e5ed4de..3561a9b397 100644 --- a/package/mtd/Makefile +++ b/package/mtd/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk diff --git a/package/mtd/src/jffs2.h b/package/mtd/src/jffs2.h index 70d4619534..858e77a017 100644 --- a/package/mtd/src/jffs2.h +++ b/package/mtd/src/jffs2.h @@ -8,7 +8,6 @@ * For licensing information, see the file 'LICENCE' in the * jffs2 directory. * - * $Id: jffs2.h,v 1.38 2005/09/26 11:37:23 havasi Exp $ * */ diff --git a/package/mtd/src/mtd-api.h b/package/mtd/src/mtd-api.h index 6ce62611e3..272043ddb2 100644 --- a/package/mtd/src/mtd-api.h +++ b/package/mtd/src/mtd-api.h @@ -1,5 +1,4 @@ -/* $Id: mtd.h,v 1.38 2003/01/12 16:30:19 spse Exp $ */ #ifndef __MTD_MTD_H__ #define __MTD_MTD_H__ diff --git a/package/mtd/src/mtd.c b/package/mtd/src/mtd.c index 761139f4e7..a19f718062 100644 --- a/package/mtd/src/mtd.c +++ b/package/mtd/src/mtd.c @@ -18,7 +18,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * - * $Id$ * * The code is based on the linux-mtd examples. */ diff --git a/package/ncurses/Makefile b/package/ncurses/Makefile index 8baeca52ca..0f8543bc75 100644 --- a/package/ncurses/Makefile +++ b/package/ncurses/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk diff --git a/package/nozomi/Makefile b/package/nozomi/Makefile index 1c965ac730..58488519ab 100644 --- a/package/nozomi/Makefile +++ b/package/nozomi/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk diff --git a/package/nozomi/files/Makefile b/package/nozomi/files/Makefile index 85ea948f6f..101961db09 100644 --- a/package/nozomi/files/Makefile +++ b/package/nozomi/files/Makefile @@ -1,4 +1,3 @@ -# $Id$ O_TARGET := noz.o diff --git a/package/nvram/Makefile b/package/nvram/Makefile index ec20de2cb4..7fdf6b9ad9 100644 --- a/package/nvram/Makefile +++ b/package/nvram/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk diff --git a/package/nvram/src/Makefile b/package/nvram/src/Makefile index e882d58ea0..144499ca65 100644 --- a/package/nvram/src/Makefile +++ b/package/nvram/src/Makefile @@ -1,4 +1,3 @@ -# $Id$ LIBNVRAM_OBJS := nvram.o diff --git a/package/nvram/src/include/bcmnvram.h b/package/nvram/src/include/bcmnvram.h index 0502698538..deca626d48 100644 --- a/package/nvram/src/include/bcmnvram.h +++ b/package/nvram/src/include/bcmnvram.h @@ -9,7 +9,6 @@ * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * - * $Id$ */ #ifndef _bcmnvram_h_ diff --git a/package/nvram/src/include/bcmutils.h b/package/nvram/src/include/bcmutils.h index 05ad41d9d8..3933ffb73f 100644 --- a/package/nvram/src/include/bcmutils.h +++ b/package/nvram/src/include/bcmutils.h @@ -8,7 +8,6 @@ * KIND, EXPRESS OR IMPLIED, BY STATUTE, COMMUNICATION OR OTHERWISE. BROADCOM * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. - * $Id$ */ #ifndef _bcmutils_h_ diff --git a/package/nvram/src/include/shutils.h b/package/nvram/src/include/shutils.h index 783ee9ede1..5b57618370 100644 --- a/package/nvram/src/include/shutils.h +++ b/package/nvram/src/include/shutils.h @@ -9,7 +9,6 @@ * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * - * $Id$ */ #ifndef _shutils_h_ diff --git a/package/nvram/src/include/typedefs.h b/package/nvram/src/include/typedefs.h index 9043e8a9ad..7850a0cac3 100644 --- a/package/nvram/src/include/typedefs.h +++ b/package/nvram/src/include/typedefs.h @@ -6,7 +6,6 @@ * KIND, EXPRESS OR IMPLIED, BY STATUTE, COMMUNICATION OR OTHERWISE. BROADCOM * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. - * $Id$ */ #ifndef _TYPEDEFS_H_ diff --git a/package/nvram/src/include/wlutils.h b/package/nvram/src/include/wlutils.h index 36eb3af3f5..8a155e85f1 100644 --- a/package/nvram/src/include/wlutils.h +++ b/package/nvram/src/include/wlutils.h @@ -9,7 +9,6 @@ * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * - * $Id$ */ #ifndef _wlutils_h_ diff --git a/package/nvram/src/main.c b/package/nvram/src/main.c index c42c28f1fd..44ecd10d1c 100644 --- a/package/nvram/src/main.c +++ b/package/nvram/src/main.c @@ -9,7 +9,6 @@ * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * - * $Id$ */ #include diff --git a/package/nvram/src/nvram.c b/package/nvram/src/nvram.c index dbca8e058d..47d09a397d 100644 --- a/package/nvram/src/nvram.c +++ b/package/nvram/src/nvram.c @@ -9,7 +9,6 @@ * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * - * $Id$ */ #include diff --git a/package/openssl/Makefile b/package/openssl/Makefile index 6428552a42..e064631e67 100644 --- a/package/openssl/Makefile +++ b/package/openssl/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk diff --git a/package/pcmcia-cs/Makefile b/package/pcmcia-cs/Makefile index af9c755c1d..384394b612 100644 --- a/package/pcmcia-cs/Makefile +++ b/package/pcmcia-cs/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk diff --git a/package/ppp/Makefile b/package/ppp/Makefile index 496b0407be..a3693bc941 100644 --- a/package/ppp/Makefile +++ b/package/ppp/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk diff --git a/package/ppp/files/etc/ppp/radius/dictionary.microsoft b/package/ppp/files/etc/ppp/radius/dictionary.microsoft index 09fdbba63f..2a6c20e5ff 100644 --- a/package/ppp/files/etc/ppp/radius/dictionary.microsoft +++ b/package/ppp/files/etc/ppp/radius/dictionary.microsoft @@ -1,7 +1,6 @@ # # Microsoft's VSA's, from RFC 2548 # -# $Id$ # VENDOR Microsoft 311 Microsoft diff --git a/package/pptp/Makefile b/package/pptp/Makefile index d41123f587..76e0f6e644 100644 --- a/package/pptp/Makefile +++ b/package/pptp/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk diff --git a/package/qos-scripts/Makefile b/package/qos-scripts/Makefile index ae715e3f99..d433172a7f 100644 --- a/package/qos-scripts/Makefile +++ b/package/qos-scripts/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk diff --git a/package/robocfg/Makefile b/package/robocfg/Makefile index bfa1ef0020..4bc72f51db 100644 --- a/package/robocfg/Makefile +++ b/package/robocfg/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk diff --git a/package/robocfg/src/Makefile b/package/robocfg/src/Makefile index fa763edbc8..e11acb020a 100644 --- a/package/robocfg/src/Makefile +++ b/package/robocfg/src/Makefile @@ -1,4 +1,3 @@ -# $Id$ all: robocfg diff --git a/package/robocfg/src/etc53xx.h b/package/robocfg/src/etc53xx.h index 4e1f8ad8a2..d5b1310cb6 100644 --- a/package/robocfg/src/etc53xx.h +++ b/package/robocfg/src/etc53xx.h @@ -9,7 +9,6 @@ * KIND, EXPRESS OR IMPLIED, BY STATUTE, COMMUNICATION OR OTHERWISE. BROADCOM * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. - * $Id$ */ #ifndef __BCM535M_H_ diff --git a/package/rt2570/Makefile b/package/rt2570/Makefile index 4f58db8c0e..d05e493ebf 100644 --- a/package/rt2570/Makefile +++ b/package/rt2570/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk diff --git a/package/siit/Makefile b/package/siit/Makefile index 0636301cb3..affe89f104 100644 --- a/package/siit/Makefile +++ b/package/siit/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id: Makefile 10203 2008-01-15 03:25:11Z matteo $ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk diff --git a/package/spidev_test/Makefile b/package/spidev_test/Makefile index 3c1b724a25..eead4c14e7 100644 --- a/package/spidev_test/Makefile +++ b/package/spidev_test/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id: $ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk diff --git a/package/swconfig/Makefile b/package/swconfig/Makefile index ae134369c6..6f55e4379a 100644 --- a/package/swconfig/Makefile +++ b/package/swconfig/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk diff --git a/package/switch/Makefile b/package/switch/Makefile index 01e2314b46..1a5f46f3f4 100644 --- a/package/switch/Makefile +++ b/package/switch/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk diff --git a/package/switch/src/Makefile b/package/switch/src/Makefile index 4c5f911ea2..b6934cc66b 100644 --- a/package/switch/src/Makefile +++ b/package/switch/src/Makefile @@ -1,4 +1,3 @@ -# $Id$ # # Makefile for switch driver # diff --git a/package/switch/src/etc53xx.h b/package/switch/src/etc53xx.h index 12d94a5d03..d5b1310cb6 100644 --- a/package/switch/src/etc53xx.h +++ b/package/switch/src/etc53xx.h @@ -9,7 +9,6 @@ * KIND, EXPRESS OR IMPLIED, BY STATUTE, COMMUNICATION OR OTHERWISE. BROADCOM * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. - * $Id: etc53xx.h,v 1.1 2005/05/14 13:15:46 nbd Exp $ */ #ifndef __BCM535M_H_ diff --git a/package/switch/src/switch-core.c b/package/switch/src/switch-core.c index c34386b76f..87306a05ed 100644 --- a/package/switch/src/switch-core.c +++ b/package/switch/src/switch-core.c @@ -17,7 +17,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * - * $Id: $ * * Basic doc of driver's /proc interface: * /proc/switch// diff --git a/package/ubsec_ssb/Makefile b/package/ubsec_ssb/Makefile index 121feb3e9b..0a0e5606eb 100644 --- a/package/ubsec_ssb/Makefile +++ b/package/ubsec_ssb/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id: $ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk diff --git a/package/ubsec_ssb/src/Makefile b/package/ubsec_ssb/src/Makefile index 9b973e1fc4..71155c964c 100644 --- a/package/ubsec_ssb/src/Makefile +++ b/package/ubsec_ssb/src/Makefile @@ -1,4 +1,3 @@ -# $Id$ # # Makefile for b5365ips driver # diff --git a/package/ubsec_ssb/src/ubsec_ssb.c b/package/ubsec_ssb/src/ubsec_ssb.c index 6994504140..86f8dadbea 100644 --- a/package/ubsec_ssb/src/ubsec_ssb.c +++ b/package/ubsec_ssb/src/ubsec_ssb.c @@ -1,4 +1,3 @@ -/* $Id: $ */ /* * Copyright (c) 2008 Daniel Mueller (daniel@danm.de) diff --git a/package/ubsec_ssb/src/ubsecreg.h b/package/ubsec_ssb/src/ubsecreg.h index 7cd870f66b..dafac5b413 100644 --- a/package/ubsec_ssb/src/ubsecreg.h +++ b/package/ubsec_ssb/src/ubsecreg.h @@ -1,4 +1,3 @@ -/* $Id: $ */ /* * Copyright (c) 2008 Daniel Mueller (daniel@danm.de) diff --git a/package/ubsec_ssb/src/ubsecvar.h b/package/ubsec_ssb/src/ubsecvar.h index d218ea31f3..c808f955b4 100644 --- a/package/ubsec_ssb/src/ubsecvar.h +++ b/package/ubsec_ssb/src/ubsecvar.h @@ -1,4 +1,3 @@ -/* $Id: $ */ /* * Copyright (c) 2008 Daniel Mueller (daniel@danm.de) diff --git a/package/uci/Makefile b/package/uci/Makefile index 5995050768..151cba7c91 100644 --- a/package/uci/Makefile +++ b/package/uci/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk diff --git a/package/udev/Makefile b/package/udev/Makefile index c611f9cc4a..9bb8af9b64 100644 --- a/package/udev/Makefile +++ b/package/udev/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk diff --git a/package/wireless-tools/Makefile b/package/wireless-tools/Makefile index f300925208..34b6a20370 100644 --- a/package/wireless-tools/Makefile +++ b/package/wireless-tools/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk diff --git a/package/wpa_supplicant/Makefile b/package/wpa_supplicant/Makefile index 006d0777d4..0ad2ff31f8 100644 --- a/package/wpa_supplicant/Makefile +++ b/package/wpa_supplicant/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk diff --git a/package/yamonenv/Makefile b/package/yamonenv/Makefile index f1f1bcfb40..35d1f6d17a 100644 --- a/package/yamonenv/Makefile +++ b/package/yamonenv/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk diff --git a/package/zlib/Makefile b/package/zlib/Makefile index 9c8058bfa5..97073a10b1 100644 --- a/package/zlib/Makefile +++ b/package/zlib/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk diff --git a/rules.mk b/rules.mk index dad7456a6b..965265d148 100644 --- a/rules.mk +++ b/rules.mk @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ ifneq ($(__rules_inc),1) __rules_inc=1 diff --git a/scripts/abs2rel.pl b/scripts/abs2rel.pl index dd35211d97..3b0de10655 100755 --- a/scripts/abs2rel.pl +++ b/scripts/abs2rel.pl @@ -5,7 +5,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ use strict; require File::Spec; diff --git a/target/imagebuilder/Makefile b/target/imagebuilder/Makefile index 12e391ef90..d0b6b88b2e 100644 --- a/target/imagebuilder/Makefile +++ b/target/imagebuilder/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id: Makefile 6070 2007-01-10 21:21:59Z nbd $ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk diff --git a/target/linux/adm5120/base-files/etc/diag.sh b/target/linux/adm5120/base-files/etc/diag.sh index 3d5d9d84aa..e031755239 100755 --- a/target/linux/adm5120/base-files/etc/diag.sh +++ b/target/linux/adm5120/base-files/etc/diag.sh @@ -2,7 +2,6 @@ # # Copyright (C) 2007 OpenWrt.org # -# $Id$ # . /lib/adm5120.sh diff --git a/target/linux/adm5120/base-files/lib/adm5120.sh b/target/linux/adm5120/base-files/lib/adm5120.sh index d599a09b15..fb0526e402 100755 --- a/target/linux/adm5120/base-files/lib/adm5120.sh +++ b/target/linux/adm5120/base-files/lib/adm5120.sh @@ -2,7 +2,6 @@ # # Copyright (C) 2007 OpenWrt.org # -# $Id$ # board_name="" diff --git a/target/linux/adm5120/image/lzma-loader/Makefile b/target/linux/adm5120/image/lzma-loader/Makefile index 74866e765e..36dfd09eae 100644 --- a/target/linux/adm5120/image/lzma-loader/Makefile +++ b/target/linux/adm5120/image/lzma-loader/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk diff --git a/target/linux/adm5120/image/lzma-loader/src/decompress.c b/target/linux/adm5120/image/lzma-loader/src/decompress.c index de6c937d37..cd4b8fa605 100644 --- a/target/linux/adm5120/image/lzma-loader/src/decompress.c +++ b/target/linux/adm5120/image/lzma-loader/src/decompress.c @@ -1,5 +1,4 @@ /* - * $Id$ * * LZMA compressed kernel decompressor for ADM5120 boards * diff --git a/target/linux/at91/files/drivers/mtd/at91part.c b/target/linux/at91/files/drivers/mtd/at91part.c index bfa9590492..d9c55ed326 100644 --- a/target/linux/at91/files/drivers/mtd/at91part.c +++ b/target/linux/at91/files/drivers/mtd/at91part.c @@ -1,5 +1,4 @@ /* - * $Id: at91part.c 6948 2007-04-15 04:01:45Z hcg $ * * Copyright (C) 2007 OpenWrt.org * diff --git a/target/linux/at91/image/dfboot/Makefile b/target/linux/at91/image/dfboot/Makefile index 355a4b540f..344af5d56d 100644 --- a/target/linux/at91/image/dfboot/Makefile +++ b/target/linux/at91/image/dfboot/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk diff --git a/target/linux/at91/image/u-boot/Makefile b/target/linux/at91/image/u-boot/Makefile index 6fd667de12..31168bcec4 100644 --- a/target/linux/at91/image/u-boot/Makefile +++ b/target/linux/at91/image/u-boot/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk diff --git a/target/linux/atheros/files-2.6.26/drivers/mtd/devices/spiflash.h b/target/linux/atheros/files-2.6.26/drivers/mtd/devices/spiflash.h index 2553c6f50f..146fd67f8c 100644 --- a/target/linux/atheros/files-2.6.26/drivers/mtd/devices/spiflash.h +++ b/target/linux/atheros/files-2.6.26/drivers/mtd/devices/spiflash.h @@ -1,7 +1,6 @@ /* * SPI Flash Memory support header file. * - * $Id: //depot/sw/releases/linuxsrc/src/kernels/mips-linux-2.4.25/drivers/mtd/devices/spiflash.h#3 $ * * * Copyright (c) 2005, Atheros Communications Inc. diff --git a/target/linux/atheros/files-2.6.26/drivers/net/ar2313/dma.h b/target/linux/atheros/files-2.6.26/drivers/net/ar2313/dma.h index 6d478d21fe..691bdabafd 100644 --- a/target/linux/atheros/files-2.6.26/drivers/net/ar2313/dma.h +++ b/target/linux/atheros/files-2.6.26/drivers/net/ar2313/dma.h @@ -8,7 +8,6 @@ * * DMA register definition. * - * File : $Id: dma.h,v 1.3 2002/06/06 18:34:03 astichte Exp $ * * Author : ryan.holmQVist@idt.com * Date : 20011005 diff --git a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/bcmsrom.c b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/bcmsrom.c index d5737d72fc..4cf73b5af8 100644 --- a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/bcmsrom.c +++ b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/bcmsrom.c @@ -8,7 +8,6 @@ * KIND, EXPRESS OR IMPLIED, BY STATUTE, COMMUNICATION OR OTHERWISE. BROADCOM * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. - * $Id$ */ #include diff --git a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/cfe_env.c b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/cfe_env.c index 9dd4eeeb31..22ef0c55b2 100644 --- a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/cfe_env.c +++ b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/cfe_env.c @@ -9,7 +9,6 @@ * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * - * $Id$ */ #include diff --git a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/generic/int-handler.S b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/generic/int-handler.S index cdb45c3e16..b4e93618c1 100644 --- a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/generic/int-handler.S +++ b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/generic/int-handler.S @@ -9,7 +9,6 @@ * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * - * $Id: int-handler.S,v 1.1 2005/03/16 13:50:00 wbx Exp $ */ #include diff --git a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/generic/irq.c b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/generic/irq.c index 698598b0d1..cf680a73de 100644 --- a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/generic/irq.c +++ b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/generic/irq.c @@ -9,7 +9,6 @@ * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * - * $Id: irq.c,v 1.1 2005/03/16 13:50:00 wbx Exp $ */ #include diff --git a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/gpio.c b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/gpio.c index 37b41e1ec3..a0aba5d2a7 100644 --- a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/gpio.c +++ b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/gpio.c @@ -9,7 +9,6 @@ * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * - * $Id$ */ #include diff --git a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/hndchipc.c b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/hndchipc.c index 1f1dc10efa..4e58bf18ab 100644 --- a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/hndchipc.c +++ b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/hndchipc.c @@ -9,7 +9,6 @@ * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * - * $Id$ */ #include diff --git a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/hndpmu.c b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/hndpmu.c index c7d7b3be75..0e95f2cfe9 100644 --- a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/hndpmu.c +++ b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/hndpmu.c @@ -9,7 +9,6 @@ * KIND, EXPRESS OR IMPLIED, BY STATUTE, COMMUNICATION OR OTHERWISE. BROADCOM * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. - * $Id$ */ #include diff --git a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/bcm4710.h b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/bcm4710.h index 416e5cb669..c099717f10 100644 --- a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/bcm4710.h +++ b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/bcm4710.h @@ -11,7 +11,6 @@ * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * - * $Id: bcm4710.h,v 1.3 2004/09/27 07:23:30 tallest Exp $ */ #ifndef _bcm4710_h_ diff --git a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/bcmdefs.h b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/bcmdefs.h index 9cb669bd91..4185167d75 100644 --- a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/bcmdefs.h +++ b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/bcmdefs.h @@ -8,7 +8,6 @@ * KIND, EXPRESS OR IMPLIED, BY STATUTE, COMMUNICATION OR OTHERWISE. BROADCOM * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. - * $Id: bcmdefs.h,v 1.1.1.3 2006/04/08 06:13:39 honor Exp $ */ #ifndef _bcmdefs_h_ diff --git a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/bcmdevs.h b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/bcmdevs.h index f03e0b6b1b..5d0bb92d94 100644 --- a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/bcmdevs.h +++ b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/bcmdevs.h @@ -8,7 +8,6 @@ * KIND, EXPRESS OR IMPLIED, BY STATUTE, COMMUNICATION OR OTHERWISE. BROADCOM * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. - * $Id$ */ #ifndef _BCMDEVS_H diff --git a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/bcmdevs1.h b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/bcmdevs1.h index 4c21d141f3..b7792221de 100644 --- a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/bcmdevs1.h +++ b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/bcmdevs1.h @@ -8,7 +8,6 @@ * KIND, EXPRESS OR IMPLIED, BY STATUTE, COMMUNICATION OR OTHERWISE. BROADCOM * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. - * $Id$ */ #ifndef _BCMDEVS_H diff --git a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/bcmendian.h b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/bcmendian.h index 0f68451132..042f6036fd 100644 --- a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/bcmendian.h +++ b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/bcmendian.h @@ -9,7 +9,6 @@ * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * - * $Id$ */ #ifndef _BCMENDIAN_H_ diff --git a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/bcmnvram.h b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/bcmnvram.h index f6754b6fb3..9dd6d8576a 100644 --- a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/bcmnvram.h +++ b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/bcmnvram.h @@ -9,7 +9,6 @@ * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * - * $Id$ */ #ifndef _bcmnvram_h_ diff --git a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/bcmsrom.h b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/bcmsrom.h index 1db4fbd638..518590082a 100644 --- a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/bcmsrom.h +++ b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/bcmsrom.h @@ -9,7 +9,6 @@ * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * - * $Id$ */ #ifndef _bcmsrom_h_ diff --git a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/hndchipc.h b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/hndchipc.h index 44423aafdf..aba28bd9de 100644 --- a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/hndchipc.h +++ b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/hndchipc.h @@ -9,7 +9,6 @@ * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * - * $Id$ */ #ifndef _hndchipc_h_ diff --git a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/hndcpu.h b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/hndcpu.h index 78afb5256c..5cfee709bc 100644 --- a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/hndcpu.h +++ b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/hndcpu.h @@ -9,7 +9,6 @@ * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * - * $Id$ */ #ifndef _hndcpu_h_ diff --git a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/hndmips.h b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/hndmips.h index 95dc68c633..c6051ec17b 100644 --- a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/hndmips.h +++ b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/hndmips.h @@ -9,7 +9,6 @@ * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * - * $Id$ */ #ifndef _hndmips_h_ diff --git a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/hndpci.h b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/hndpci.h index d190ea99cd..9a3bc4a091 100644 --- a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/hndpci.h +++ b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/hndpci.h @@ -1,7 +1,6 @@ /* * HND SiliconBackplane PCI core software interface. * - * $Id$ * Copyright 2007, Broadcom Corporation * All Rights Reserved. * diff --git a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/hndpmu.h b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/hndpmu.h index 1bd68728ca..bef3758fc4 100644 --- a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/hndpmu.h +++ b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/hndpmu.h @@ -9,7 +9,6 @@ * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * - * $Id$ */ #ifndef _hndpmu_h_ diff --git a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/linux_gpio.h b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/linux_gpio.h index f74e92c64f..c98beb6373 100644 --- a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/linux_gpio.h +++ b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/linux_gpio.h @@ -9,7 +9,6 @@ * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * - * $Id$ */ #ifndef _linux_gpio_h_ diff --git a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/linuxver.h b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/linuxver.h index e1dac33c5d..3f16345f74 100644 --- a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/linuxver.h +++ b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/linuxver.h @@ -10,7 +10,6 @@ * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * - * $Id$ */ #ifndef _linuxver_h_ diff --git a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/mipsinc.h b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/mipsinc.h index b291ea30b5..7e44f1b890 100644 --- a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/mipsinc.h +++ b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/mipsinc.h @@ -9,7 +9,6 @@ * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * - * $Id$ */ #ifndef _MISPINC_H diff --git a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/pcicfg.h b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/pcicfg.h index dd468db76c..25140e622c 100644 --- a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/pcicfg.h +++ b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/pcicfg.h @@ -9,7 +9,6 @@ * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * - * $Id$ */ #ifndef _h_pcicfg_ diff --git a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/sbchipc.h b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/sbchipc.h index c3d4c6110e..1be060870e 100644 --- a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/sbchipc.h +++ b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/sbchipc.h @@ -5,7 +5,6 @@ * jtag, 0/1/2 uarts, clock frequency control, a watchdog interrupt timer, * gpio interface, extbus, and support for serial and parallel flashes. * - * $Id$ * Copyright 2007, Broadcom Corporation * All Rights Reserved. * diff --git a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/sbconfig.h b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/sbconfig.h index f609f3c2eb..e9a5f183dd 100644 --- a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/sbconfig.h +++ b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/sbconfig.h @@ -9,7 +9,6 @@ * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * - * $Id$ */ #ifndef _SBCONFIG_H diff --git a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/sbextif.h b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/sbextif.h index 078d7b2344..948118d402 100644 --- a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/sbextif.h +++ b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/sbextif.h @@ -20,7 +20,6 @@ * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * - * $Id: sbextif.h,v 1.1.1.8 2006/02/27 03:43:16 honor Exp $ */ #ifndef _SBEXTIF_H diff --git a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/sbhndmips.h b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/sbhndmips.h index 3fc442ee2b..8479d3033a 100644 --- a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/sbhndmips.h +++ b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/sbhndmips.h @@ -15,7 +15,6 @@ * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * - * $Id$ */ #ifndef _sbhndmips_h_ diff --git a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/sbmemc.h b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/sbmemc.h index f20cdf77f2..649d41d210 100644 --- a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/sbmemc.h +++ b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/sbmemc.h @@ -9,7 +9,6 @@ * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * - * $Id$ */ #ifndef _SBMEMC_H diff --git a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/sbpci.h b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/sbpci.h index f35ed910e3..c31959ab25 100644 --- a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/sbpci.h +++ b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/sbpci.h @@ -9,7 +9,6 @@ * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * - * $Id$ */ #ifndef _sbpci_h_ diff --git a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/sbpcie.h b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/sbpcie.h index 9819c0c41a..922aeb1095 100644 --- a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/sbpcie.h +++ b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/sbpcie.h @@ -9,7 +9,6 @@ * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * - * $Id$ */ #ifndef _SBPCIE_H diff --git a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/sbpcmcia.h b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/sbpcmcia.h index 651bc139f4..a5cc42c496 100644 --- a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/sbpcmcia.h +++ b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/sbpcmcia.h @@ -9,7 +9,6 @@ * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * - * $Id$ */ #ifndef _SBPCMCIA_H diff --git a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/sbsdram.h b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/sbsdram.h index 615edabb8e..31a553fa99 100644 --- a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/sbsdram.h +++ b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/sbsdram.h @@ -9,7 +9,6 @@ * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * - * $Id$ */ #ifndef _SBSDRAM_H diff --git a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/sbsocram.h b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/sbsocram.h index 6dd49b7632..0e6fdc1e1a 100644 --- a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/sbsocram.h +++ b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/sbsocram.h @@ -9,7 +9,6 @@ * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * - * $Id$ */ #ifndef _SBSOCRAM_H diff --git a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/sbsprom.h b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/sbsprom.h index 042ef04412..bef9183ece 100644 --- a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/sbsprom.h +++ b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/sbsprom.h @@ -1,7 +1,6 @@ /* * SPROM format definitions for the Broadcom 47xx and 43xx chip family. * - * $Id$ * Copyright(c) 2002 Broadcom Corporation */ diff --git a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/sbutils.h b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/sbutils.h index ed95cb3815..097a13d021 100644 --- a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/sbutils.h +++ b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/sbutils.h @@ -10,7 +10,6 @@ * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * - * $Id$ */ #ifndef _sbutils_h_ diff --git a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/sflash.h b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/sflash.h index 2bdd5fc13c..f5f903a4cb 100644 --- a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/sflash.h +++ b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/sflash.h @@ -9,7 +9,6 @@ * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * - * $Id$ */ #ifndef _sflash_h_ diff --git a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/trxhdr.h b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/trxhdr.h index 4620725f89..0a2474e499 100644 --- a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/trxhdr.h +++ b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/trxhdr.h @@ -9,7 +9,6 @@ * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * - * $Id$ */ #include diff --git a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/typedefs.h b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/typedefs.h index adb6b1589d..20bcc8c2fd 100644 --- a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/typedefs.h +++ b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/include/typedefs.h @@ -6,7 +6,6 @@ * KIND, EXPRESS OR IMPLIED, BY STATUTE, COMMUNICATION OR OTHERWISE. BROADCOM * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. - * $Id$ */ #ifndef _TYPEDEFS_H_ diff --git a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/nvram_linux.c b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/nvram_linux.c index 32278b3778..b04815d902 100644 --- a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/nvram_linux.c +++ b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/nvram_linux.c @@ -9,7 +9,6 @@ * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * - * $Id: nvram_linux.c,v 1.19 2006/04/08 07:12:42 honor Exp $ */ #include diff --git a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/pcibios.c b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/pcibios.c index 0e993d1b95..c7610f0d79 100644 --- a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/pcibios.c +++ b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/pcibios.c @@ -9,7 +9,6 @@ * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * - * $Id: pcibios.c,v 1.1.1.9 2006/02/27 03:42:55 honor Exp $ */ #include diff --git a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/prom.c b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/prom.c index a7abb3dbd8..be628da625 100644 --- a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/prom.c +++ b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/prom.c @@ -9,7 +9,6 @@ * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * - * $Id: prom.c,v 1.1 2005/03/16 13:49:59 wbx Exp $ */ #include diff --git a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/sbmips.c b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/sbmips.c index 86e2970d24..86870e05e1 100644 --- a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/sbmips.c +++ b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/sbmips.c @@ -9,7 +9,6 @@ * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * - * $Id$ */ #include diff --git a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/sbpci.c b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/sbpci.c index f841ad119d..c8846e7743 100644 --- a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/sbpci.c +++ b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/sbpci.c @@ -9,7 +9,6 @@ * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * - * $Id: hndpci.c,v 1.1.1.3 2006/04/08 06:13:39 honor Exp $ */ #include diff --git a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/sbutils.c b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/sbutils.c index 244a1324f6..5c85dd7c9f 100644 --- a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/sbutils.c +++ b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/sbutils.c @@ -9,7 +9,6 @@ * KIND, EXPRESS OR IMPLIED, BY STATUTE, COMMUNICATION OR OTHERWISE. BROADCOM * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. - * $Id$ */ #include diff --git a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/time.c b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/time.c index 03d5c85651..95df5a6b25 100644 --- a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/time.c +++ b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/time.c @@ -7,7 +7,6 @@ * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * - * $Id: time.c,v 1.1.1.10 2006/02/27 03:42:55 honor Exp $ */ #include #include diff --git a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/utils.c b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/utils.c index 418671d7f3..fcb9341a15 100644 --- a/target/linux/brcm-2.4/files/arch/mips/bcm947xx/utils.c +++ b/target/linux/brcm-2.4/files/arch/mips/bcm947xx/utils.c @@ -8,7 +8,6 @@ * KIND, EXPRESS OR IMPLIED, BY STATUTE, COMMUNICATION OR OTHERWISE. BROADCOM * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. - * $Id$ */ #include diff --git a/target/linux/brcm-2.4/files/drivers/mtd/devices/sflash.c b/target/linux/brcm-2.4/files/drivers/mtd/devices/sflash.c index 62c7802221..7ffb004785 100644 --- a/target/linux/brcm-2.4/files/drivers/mtd/devices/sflash.c +++ b/target/linux/brcm-2.4/files/drivers/mtd/devices/sflash.c @@ -9,7 +9,6 @@ * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * - * $Id$ */ #include diff --git a/target/linux/brcm-2.4/image/lzma-loader/Makefile b/target/linux/brcm-2.4/image/lzma-loader/Makefile index b56cbaab0f..5dd6f50977 100644 --- a/target/linux/brcm-2.4/image/lzma-loader/Makefile +++ b/target/linux/brcm-2.4/image/lzma-loader/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk diff --git a/target/linux/brcm63xx/image/lzma-loader/Makefile b/target/linux/brcm63xx/image/lzma-loader/Makefile index b56cbaab0f..5dd6f50977 100644 --- a/target/linux/brcm63xx/image/lzma-loader/Makefile +++ b/target/linux/brcm63xx/image/lzma-loader/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk diff --git a/target/linux/etrax/files-2.6.25/arch/cris/arch-v10/drivers/i2c_gvc.c b/target/linux/etrax/files-2.6.25/arch/cris/arch-v10/drivers/i2c_gvc.c index bc2c07ecbd..681712f5f3 100644 --- a/target/linux/etrax/files-2.6.25/arch/cris/arch-v10/drivers/i2c_gvc.c +++ b/target/linux/etrax/files-2.6.25/arch/cris/arch-v10/drivers/i2c_gvc.c @@ -8,7 +8,6 @@ *! ( C ) Copyright 1999-2002 Axis Communications AB, LUND, SWEDEN *! *!***************************************************************************/ -/* $Id: i2c.c,v 1.16 2005/09/29 13:33:35 bjarne Exp $ */ #define DYNAMIC_MAJOR_I2CDEV_NUMBER_ALLOC //#undef DYNAMIC_MAJOR_I2CDEV_NUMBER_ALLOC diff --git a/target/linux/etrax/files-2.6.25/arch/cris/arch-v10/drivers/i2c_gvc.h b/target/linux/etrax/files-2.6.25/arch/cris/arch-v10/drivers/i2c_gvc.h index 9707058986..e4d4d2c7fe 100644 --- a/target/linux/etrax/files-2.6.25/arch/cris/arch-v10/drivers/i2c_gvc.h +++ b/target/linux/etrax/files-2.6.25/arch/cris/arch-v10/drivers/i2c_gvc.h @@ -1,4 +1,3 @@ -/* $Id: i2c.h,v 1.3 2004/05/28 09:26:59 starvik Exp $ */ #ifndef _I2C_H #define _I2C_H diff --git a/target/linux/etrax/image/boot_linux b/target/linux/etrax/image/boot_linux index e7d5807f53..f7da261e20 100755 --- a/target/linux/etrax/image/boot_linux +++ b/target/linux/etrax/image/boot_linux @@ -94,7 +94,6 @@ #!---------------------------------------------------------------------------- #! (C) Copyright 2001, Axis Communications AB, LUND, SWEDEN #!**************************************************************************** -# $Id: boot_linux,v 1.16 2004/11/01 16:32:27 starvik Exp $ #****************** INCLUDE FILES SECTION ************************************ diff --git a/target/linux/etrax/image/e100boot/Makefile b/target/linux/etrax/image/e100boot/Makefile index ebc9ef3d41..c5ae676358 100644 --- a/target/linux/etrax/image/e100boot/Makefile +++ b/target/linux/etrax/image/e100boot/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk diff --git a/target/linux/etrax/image/mkfimage/Makefile b/target/linux/etrax/image/mkfimage/Makefile index f97d098d9b..77d1cb1514 100644 --- a/target/linux/etrax/image/mkfimage/Makefile +++ b/target/linux/etrax/image/mkfimage/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk diff --git a/target/linux/generic-2.6/files/fs/yaffs2/yaffs_checkptrw.c b/target/linux/generic-2.6/files/fs/yaffs2/yaffs_checkptrw.c index 933a33fb8b..6bfa04dc16 100644 --- a/target/linux/generic-2.6/files/fs/yaffs2/yaffs_checkptrw.c +++ b/target/linux/generic-2.6/files/fs/yaffs2/yaffs_checkptrw.c @@ -12,7 +12,6 @@ */ const char *yaffs_checkptrw_c_version = - "$Id: yaffs_checkptrw.c,v 1.14 2007-05-15 20:07:40 charles Exp $"; #include "yaffs_checkptrw.h" diff --git a/target/linux/generic-2.6/files/fs/yaffs2/yaffs_ecc.c b/target/linux/generic-2.6/files/fs/yaffs2/yaffs_ecc.c index e2860393d3..f957cca538 100644 --- a/target/linux/generic-2.6/files/fs/yaffs2/yaffs_ecc.c +++ b/target/linux/generic-2.6/files/fs/yaffs2/yaffs_ecc.c @@ -29,7 +29,6 @@ */ const char *yaffs_ecc_c_version = - "$Id: yaffs_ecc.c,v 1.9 2007-02-14 01:09:06 wookey Exp $"; #include "yportenv.h" diff --git a/target/linux/generic-2.6/files/fs/yaffs2/yaffs_fs.c b/target/linux/generic-2.6/files/fs/yaffs2/yaffs_fs.c index 67001b10e6..4514174794 100644 --- a/target/linux/generic-2.6/files/fs/yaffs2/yaffs_fs.c +++ b/target/linux/generic-2.6/files/fs/yaffs2/yaffs_fs.c @@ -32,7 +32,6 @@ */ const char *yaffs_fs_c_version = - "$Id: yaffs_fs.c,v 1.63 2007-09-19 20:35:40 imcd Exp $"; extern const char *yaffs_guts_c_version; #include diff --git a/target/linux/generic-2.6/files/fs/yaffs2/yaffs_guts.c b/target/linux/generic-2.6/files/fs/yaffs2/yaffs_guts.c index 2ab8146913..38268f2324 100644 --- a/target/linux/generic-2.6/files/fs/yaffs2/yaffs_guts.c +++ b/target/linux/generic-2.6/files/fs/yaffs2/yaffs_guts.c @@ -12,7 +12,6 @@ */ const char *yaffs_guts_c_version = - "$Id: yaffs_guts.c,v 1.49 2007-05-15 20:07:40 charles Exp $"; #include "yportenv.h" diff --git a/target/linux/generic-2.6/files/fs/yaffs2/yaffs_mtdif.c b/target/linux/generic-2.6/files/fs/yaffs2/yaffs_mtdif.c index 466e5a44c6..93a4f20ede 100644 --- a/target/linux/generic-2.6/files/fs/yaffs2/yaffs_mtdif.c +++ b/target/linux/generic-2.6/files/fs/yaffs2/yaffs_mtdif.c @@ -12,7 +12,6 @@ */ const char *yaffs_mtdif_c_version = - "$Id: yaffs_mtdif.c,v 1.19 2007-02-14 01:09:06 wookey Exp $"; #include "yportenv.h" diff --git a/target/linux/generic-2.6/files/fs/yaffs2/yaffs_mtdif1-compat.c b/target/linux/generic-2.6/files/fs/yaffs2/yaffs_mtdif1-compat.c index 6a376f1f72..9e9ad62e6b 100644 --- a/target/linux/generic-2.6/files/fs/yaffs2/yaffs_mtdif1-compat.c +++ b/target/linux/generic-2.6/files/fs/yaffs2/yaffs_mtdif1-compat.c @@ -102,7 +102,6 @@ Content-Disposition: attachment; /* Don't compile this module if we don't have MTD's mtd_oob_ops interface */ #if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,17)) -const char *yaffs_mtdif1_c_version = "$Id$"; #ifndef CONFIG_YAFFS_9BYTE_TAGS # define YTAG1_SIZE 8 diff --git a/target/linux/generic-2.6/files/fs/yaffs2/yaffs_mtdif1.c b/target/linux/generic-2.6/files/fs/yaffs2/yaffs_mtdif1.c index 36d5adec5c..ce7174e765 100644 --- a/target/linux/generic-2.6/files/fs/yaffs2/yaffs_mtdif1.c +++ b/target/linux/generic-2.6/files/fs/yaffs2/yaffs_mtdif1.c @@ -36,7 +36,6 @@ /* Don't compile this module if we don't have MTD's mtd_oob_ops interface */ #if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,17)) -const char *yaffs_mtdif1_c_version = "$Id: yaffs_mtdif1.c,v 1.3 2007/05/15 20:16:11 ian Exp $"; #ifndef CONFIG_YAFFS_9BYTE_TAGS # define YTAG1_SIZE 8 diff --git a/target/linux/generic-2.6/files/fs/yaffs2/yaffs_mtdif2.c b/target/linux/generic-2.6/files/fs/yaffs2/yaffs_mtdif2.c index cdad0734bf..d5d4883145 100644 --- a/target/linux/generic-2.6/files/fs/yaffs2/yaffs_mtdif2.c +++ b/target/linux/generic-2.6/files/fs/yaffs2/yaffs_mtdif2.c @@ -14,7 +14,6 @@ /* mtd interface for YAFFS2 */ const char *yaffs_mtdif2_c_version = - "$Id: yaffs_mtdif2.c,v 1.17 2007-02-14 01:09:06 wookey Exp $"; #include "yportenv.h" diff --git a/target/linux/generic-2.6/files/fs/yaffs2/yaffs_nand.c b/target/linux/generic-2.6/files/fs/yaffs2/yaffs_nand.c index 4e250338d7..20e98afa01 100644 --- a/target/linux/generic-2.6/files/fs/yaffs2/yaffs_nand.c +++ b/target/linux/generic-2.6/files/fs/yaffs2/yaffs_nand.c @@ -12,7 +12,6 @@ */ const char *yaffs_nand_c_version = - "$Id: yaffs_nand.c,v 1.7 2007-02-14 01:09:06 wookey Exp $"; #include "yaffs_nand.h" #include "yaffs_tagscompat.h" diff --git a/target/linux/generic-2.6/image/lzma-loader/Makefile b/target/linux/generic-2.6/image/lzma-loader/Makefile index 171c3c3938..d75a4468b0 100644 --- a/target/linux/generic-2.6/image/lzma-loader/Makefile +++ b/target/linux/generic-2.6/image/lzma-loader/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id: Makefile 1823 2005-09-01 20:07:42Z nbd $ include $(TOPDIR)/rules.mk diff --git a/target/linux/rb532/files-2.6.24/include/asm-mips/rc32434/ddr.h b/target/linux/rb532/files-2.6.24/include/asm-mips/rc32434/ddr.h index 03923a6588..c990eca64c 100644 --- a/target/linux/rb532/files-2.6.24/include/asm-mips/rc32434/ddr.h +++ b/target/linux/rb532/files-2.6.24/include/asm-mips/rc32434/ddr.h @@ -8,7 +8,6 @@ * * DDR register definition. * - * File : $Id: ddr.h,v 1.2 2002/06/06 18:34:03 astichte Exp $ * * Author : ryan.holmQVist@idt.com * Date : 20011005 diff --git a/target/linux/rb532/files-2.6.24/include/asm-mips/rc32434/dma.h b/target/linux/rb532/files-2.6.24/include/asm-mips/rc32434/dma.h index 2124f7e510..af34bad455 100644 --- a/target/linux/rb532/files-2.6.24/include/asm-mips/rc32434/dma.h +++ b/target/linux/rb532/files-2.6.24/include/asm-mips/rc32434/dma.h @@ -8,7 +8,6 @@ * * DMA register definition. * - * File : $Id: dma.h,v 1.3 2002/06/06 18:34:03 astichte Exp $ * * Author : ryan.holmQVist@idt.com * Date : 20011005 diff --git a/target/linux/rb532/files-2.6.24/include/asm-mips/rc32434/dma_v.h b/target/linux/rb532/files-2.6.24/include/asm-mips/rc32434/dma_v.h index 81cb40505d..9ccc208bb3 100644 --- a/target/linux/rb532/files-2.6.24/include/asm-mips/rc32434/dma_v.h +++ b/target/linux/rb532/files-2.6.24/include/asm-mips/rc32434/dma_v.h @@ -8,7 +8,6 @@ * * DMA register definition. * - * File : $Id: dma.h,v 1.3 2002/06/06 18:34:03 astichte Exp $ * * Author : ryan.holmQVist@idt.com * Date : 20011005 diff --git a/target/linux/rb532/files-2.6.24/include/asm-mips/rc32434/eth.h b/target/linux/rb532/files-2.6.24/include/asm-mips/rc32434/eth.h index 2f42976508..2a1b23c2f4 100644 --- a/target/linux/rb532/files-2.6.24/include/asm-mips/rc32434/eth.h +++ b/target/linux/rb532/files-2.6.24/include/asm-mips/rc32434/eth.h @@ -8,7 +8,6 @@ * * Ethernet register definition. * - * File : $Id: eth.h,v 1.3 2002/06/06 18:34:04 astichte Exp $ * * Author : Allen.Stichter@idt.com * Date : 20020605 diff --git a/target/linux/rb532/files-2.6.24/include/asm-mips/rc32434/eth_v.h b/target/linux/rb532/files-2.6.24/include/asm-mips/rc32434/eth_v.h index 3ea03c6725..aeb88a6636 100644 --- a/target/linux/rb532/files-2.6.24/include/asm-mips/rc32434/eth_v.h +++ b/target/linux/rb532/files-2.6.24/include/asm-mips/rc32434/eth_v.h @@ -8,7 +8,6 @@ * * Ethernet register definition. * - * File : $Id: eth.h,v 1.3 2002/06/06 18:34:04 astichte Exp $ * * Author : Allen.Stichter@idt.com * Date : 20020605 diff --git a/target/linux/rb532/files-2.6.24/include/asm-mips/rc32434/integ.h b/target/linux/rb532/files-2.6.24/include/asm-mips/rc32434/integ.h index a9e99e4be7..f0966e070c 100644 --- a/target/linux/rb532/files-2.6.24/include/asm-mips/rc32434/integ.h +++ b/target/linux/rb532/files-2.6.24/include/asm-mips/rc32434/integ.h @@ -8,7 +8,6 @@ * * System Integrity register definition. * - * File : $Id: integ.h,v 1.3 2002/06/06 18:34:04 astichte Exp $ * * Author : ryan.holmQVist@idt.com * Date : 20011005 diff --git a/target/linux/rb532/src/patch-cmdline.c b/target/linux/rb532/src/patch-cmdline.c index d4636f7732..571f848d81 100644 --- a/target/linux/rb532/src/patch-cmdline.c +++ b/target/linux/rb532/src/patch-cmdline.c @@ -17,7 +17,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * - * $Id:$ */ #include diff --git a/target/linux/rdc/files/arch/i386/mach-rdc/platform.c b/target/linux/rdc/files/arch/i386/mach-rdc/platform.c index e6ac7354a1..86981f8441 100644 --- a/target/linux/rdc/files/arch/i386/mach-rdc/platform.c +++ b/target/linux/rdc/files/arch/i386/mach-rdc/platform.c @@ -1,5 +1,4 @@ /* - * $Id: platform.c 8331 2007-08-03 15:59:23Z florian $ * * Generic RDC321x platform devices * diff --git a/target/linux/rdc/files/arch/x86/mach-rdc/platform.c b/target/linux/rdc/files/arch/x86/mach-rdc/platform.c index e6ac7354a1..86981f8441 100644 --- a/target/linux/rdc/files/arch/x86/mach-rdc/platform.c +++ b/target/linux/rdc/files/arch/x86/mach-rdc/platform.c @@ -1,5 +1,4 @@ /* - * $Id: platform.c 8331 2007-08-03 15:59:23Z florian $ * * Generic RDC321x platform devices * diff --git a/target/sdk/Makefile b/target/sdk/Makefile index 2b9ceff6c3..7439bc6199 100644 --- a/target/sdk/Makefile +++ b/target/sdk/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk diff --git a/tools/firmware-utils/src/csysimg.h b/tools/firmware-utils/src/csysimg.h index 7685cbb90a..d6b9d0a4da 100644 --- a/tools/firmware-utils/src/csysimg.h +++ b/tools/firmware-utils/src/csysimg.h @@ -1,5 +1,4 @@ /* - * $Id$ * * Copyright (C) 2007 Gabor Juhos * diff --git a/tools/firmware-utils/src/mkcasfw.c b/tools/firmware-utils/src/mkcasfw.c index e294ad659c..626e77d4c4 100644 --- a/tools/firmware-utils/src/mkcasfw.c +++ b/tools/firmware-utils/src/mkcasfw.c @@ -1,5 +1,4 @@ /* - * $Id$ * * Copyright (C) 2007 OpenWrt.org * Copyright (C) 2007 Gabor Juhos diff --git a/tools/firmware-utils/src/mkcsysimg.c b/tools/firmware-utils/src/mkcsysimg.c index cf25bdbe44..3d5f00b9be 100644 --- a/tools/firmware-utils/src/mkcsysimg.c +++ b/tools/firmware-utils/src/mkcsysimg.c @@ -1,5 +1,4 @@ /* - * $Id$ * * Copyright (C) 2007 Gabor Juhos * diff --git a/tools/firmware-utils/src/mkzynfw.c b/tools/firmware-utils/src/mkzynfw.c index b6cb7cfa1d..5c1bc24372 100644 --- a/tools/firmware-utils/src/mkzynfw.c +++ b/tools/firmware-utils/src/mkzynfw.c @@ -1,5 +1,4 @@ /* - * $Id$ * * Copyright (C) 2007-2008 OpenWrt.org * Copyright (C) 2007-2008 Gabor Juhos diff --git a/tools/firmware-utils/src/motorola-bin.c b/tools/firmware-utils/src/motorola-bin.c index 58563add32..fecb4ce95b 100644 --- a/tools/firmware-utils/src/motorola-bin.c +++ b/tools/firmware-utils/src/motorola-bin.c @@ -6,7 +6,6 @@ * D. Hugh Redelmeier * OpenWrt.org * - * $Id$ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/tools/firmware-utils/src/zynos.h b/tools/firmware-utils/src/zynos.h index aa25deb474..e68ddefbd2 100644 --- a/tools/firmware-utils/src/zynos.h +++ b/tools/firmware-utils/src/zynos.h @@ -1,5 +1,4 @@ /* - * $Id$ * * Copyright (C) 2007-2008 OpenWrt.org * Copyright (C) 2007-2008 Gabor Juhos diff --git a/tools/genext2fs/Makefile b/tools/genext2fs/Makefile index 279c40bb58..78416f2b3e 100644 --- a/tools/genext2fs/Makefile +++ b/tools/genext2fs/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk diff --git a/tools/patch-cmdline/src/patch-cmdline.c b/tools/patch-cmdline/src/patch-cmdline.c index d4636f7732..571f848d81 100644 --- a/tools/patch-cmdline/src/patch-cmdline.c +++ b/tools/patch-cmdline/src/patch-cmdline.c @@ -17,7 +17,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * - * $Id:$ */ #include