diff options
260 files changed, 0 insertions, 262 deletions
diff --git a/docs/build.tex b/docs/build.tex index 493be12..c85eed8 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 17fa179..558e247 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 87deb27..b9b95c7 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 c134f54..719468c 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 8b82cde..620c2b3 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 e9bed9b..5e28720 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 8657191..74889cc 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 83e0660..6a11404 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 9679737..6b06cfe 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 75a8ad7..8936e54 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 8700bd1..f8ae392 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 ca1dfd5..716d048 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 093bf5b..440562b 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 c245d51..8453b30 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 cd668e2..4de325a 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 e45bcb0..35b8838 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 ddbea78..2b2dba6 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 08a7914..79db769 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 752241d..fb410eb 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 dc26d51..042f603 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 9445d1b..cb97e18 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 ce9659b..11d051b 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 1977493..fc7fe72 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 <typedefs.h> diff --git a/package/broadcom-57xx/src/hndgige.h b/package/broadcom-57xx/src/hndgige.h index cdda406..4ec9db3 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 3528683..6610766 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 11f63f3..07777b9 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 7e834a7..ab7c2bc 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 63430be..072592a 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 79cd589..8085c71 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 7975a7a..bc6e769 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 159a0a7..68d2bdd 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 19fd4cb..e8c71c7 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 a43f5f3..44c80a8 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 341880a..96894da 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 <linux/module.h> #include <linux/pci.h> diff --git a/package/broadcom-diag/src/diag.h b/package/broadcom-diag/src/diag.h index 52e84fa..eae5872 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 <linux/irq.h> diff --git a/package/broadcom-mmc/Makefile b/package/broadcom-mmc/Makefile index 12fa093..509e993 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 2cb511f..e8aea74 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 c75795a..d314428 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 423a0e5..b363e3f 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 88337d6..f0d502f 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 <typedefs.h> diff --git a/package/broadcom-wl/src/driver/bcmutils.h b/package/broadcom-wl/src/driver/bcmutils.h index 9dcf08b..090e73e 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 c6f6a13..47f0e2f 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 <typedefs.h> diff --git a/package/broadcom-wl/src/driver/hnddma.h b/package/broadcom-wl/src/driver/hnddma.h index 8d1b5ac..6294063 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 cc55eb6..467756b 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 f65c859..b3cbbcc 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 83f4612..89d1356 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 e1aa506..7e32656 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 421b963..11e5842 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 54a17c2..6391b5f 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 f5058b6..90a8802 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 a2cdc58..ac0777b 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 23aa411..8080569 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 785ef22..6c46beb 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 4169060..07777b9 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 832fd43..ab7c2bc 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 5464284..69a3d0c 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 5548e2f..04a10f6 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 9a1a58d..cbf6b69 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 b674e0c..b289b22 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 2854b72..8085c71 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 c4b6dd1..11751bd 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 b83baeb..7436122 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 8b5abe5..f489419 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 b6e7b05..521b415 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 2b1c4ee..3141a27 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 7b32953..417edde 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 d922a5d..6adb53c 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 ced65b6..4e3197c 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 dd35dbe..26f258f 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 6c498bb..7ae2de5 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 43eddd1..0c88961 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 a5aa1fd..4436c7b 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 6c676c7..9ae5d73 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 <stdio.h> #include <unistd.h> diff --git a/package/broadcom-wl/src/wlcompat/Makefile b/package/broadcom-wl/src/wlcompat/Makefile index 31e5424..1d18f45 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 5d2e74d..1b5dd78 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 8eede35..0b4e3d4 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 2cbfec5..999c614 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 0f24c3b..97a9353 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 5fe1509..1b030d1 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 6f9b9bb..07df03c 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 b5078d1..3a66b3e 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 115e68e..0ecff2a 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 a01481b..3bc1836 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 d84b5bf..8dc3c0e 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 5c013a7..8a5465b 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 c2fc2e9..113bc78 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 be684f1..50c4d3c 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 7e6f352..e828ec0 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 3a170f6..c77f56e 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 bac0d3f..1d7b221 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 38b14c7..4955979 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 fd9060b..c46da06 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 117d1cf..3117470 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 7354820..a05f0cd 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 a69cbd3..5e65727 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 05e6943..6083f6f 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 a60a595..1916d8d 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 da96f43..cde3068 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 a5a0906..3c27813 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 5edf5f1..9e03aeb 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 8835dff..6ba02cd 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 bfdd45a..e1923e2 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 943b4a7..cd81ef8 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 2b7661d..444cc87 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 2d63f17..6386bde 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 8a844c6..6226c7e 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 63cc951..58fef46 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 5a08ada..60b6e03 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 5146bf4..602c5e8 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 b6cb96f..813e3a9 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 086bbde..8f46fbb 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 98c1343..9f55003 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 bd8854e..c4ce1f3 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 3171caf..ab59f58 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 44d5050..272b87c 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 d288680..6802ed1 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 620fdb9..7414195 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 750b691..2f5cb60 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 e2d5b7c..62895a8 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 4f9b4f6..330f56b 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 69d3960..13eb4a5 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 dddf82d..433cb61 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 b99e5ed..3561a9b 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 70d4619..858e77a 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 6ce6261..272043d 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 761139f..a19f718 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 8baeca5..0f8543b 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 1c965ac..5848851 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 85ea948..101961d 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 ec20de2..7fdf6b9 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 e882d58..144499c 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 0502698..deca626 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 05ad41d..3933ffb 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 783ee9e..5b57618 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 9043e8a..7850a0c 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 36eb3af..8a155e8 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 c42c28f..44ecd10 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 <stdio.h> diff --git a/package/nvram/src/nvram.c b/package/nvram/src/nvram.c index dbca8e0..47d09a3 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 <stdio.h> diff --git a/package/openssl/Makefile b/package/openssl/Makefile index 6428552..e064631 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 af9c755..384394b 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 496b040..a3693bc 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 09fdbba..2a6c20e 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 d41123f..76e0f6e 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 ae715e3..d433172 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 bfa1ef0..4bc72f5 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 fa763ed..e11acb0 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 4e1f8ad..d5b1310 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 4f58db8..d05e493 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 0636301..affe89f 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 3c1b724..eead4c1 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 ae13436..6f55e43 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 01e2314..1a5f46f 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 4c5f911..b6934cc 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 12d94a5..d5b1310 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 c34386b..87306a0 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/<interface>/ diff --git a/package/ubsec_ssb/Makefile b/package/ubsec_ssb/Makefile index 121feb3..0a0e560 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 9b973e1..71155c9 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 6994504..86f8dad 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 7cd870f..dafac5b 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 d218ea3..c808f95 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 5995050..151cba7 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 c611f9c..9bb8af9 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 f300925..34b6a20 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 006d077..0ad2ff3 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 f1f1bcf..35d1f6d 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 9c8058b..97073a1 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 @@ -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 dd35211..3b0de10 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 12e391e..d0b6b88 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 3d5d9d8..e031755 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 d599a09..fb0526e 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 74866e7..36dfd09 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 de6c937..cd4b8fa 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 bfa9590..d9c55ed 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 355a4b5..344af5d 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 6fd667d..31168bc 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 2553c6f..146fd67 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 6d478d2..691bdab 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 d5737d7..4cf73b5 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 <typedefs.h> 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 9dd4eee..22ef0c5 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 <linux/config.h> 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 cdb45c3..b4e9361 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 <linux/config.h> 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 698598b..cf680a7 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 <linux/config.h> 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 37b41e1..a0aba5d 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 <linux/module.h> 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 1f1dc10..4e58bf1 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 <typedefs.h> 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 c7d7b3b..0e95f2c 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 <typedefs.h> 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 416e5cb..c099717 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 9cb669b..4185167 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 f03e0b6..5d0bb92 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 4c21d14..b779222 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 0f68451..042f603 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 f6754b6..9dd6d85 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 1db4fbd..5185900 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 44423aa..aba28bd 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 78afb52..5cfee70 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 95dc68c..c6051ec 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 d190ea9..9a3bc4a 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 1bd6872..bef3758 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 f74e92c..c98beb6 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 e1dac33..3f16345 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 b291ea3..7e44f1b 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 dd468db..25140e6 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 c3d4c61..1be0608 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 f609f3c..e9a5f18 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 078d7b2..948118d 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 3fc442e..8479d30 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 f20cdf7..649d41d 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 f35ed91..c31959a 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 9819c0c..922aeb1 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 651bc13..a5cc42c 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 615edab..31a553f 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 6dd49b7..0e6fdc1 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 042ef04..bef9183 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 ed95cb3..097a13d 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 2bdd5fc..f5f903a 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 4620725..0a2474e 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 <typedefs.h> 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 adb6b15..20bcc8c 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 32278b3..b04815d 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 <linux/config.h> 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 0e993d1..c7610f0 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 <linux/config.h> 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 a7abb3d..be628da 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 <linux/config.h> 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 86e2970..86870e0 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 <typedefs.h> 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 f841ad1..c8846e7 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 <typedefs.h> 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 244a132..5c85dd7 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 <typedefs.h> 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 03d5c85..95df5a6 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 <linux/config.h> #include <linux/init.h> 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 418671d..fcb9341 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 <typedefs.h> 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 62c7802..7ffb004 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 <typedefs.h> diff --git a/target/linux/brcm-2.4/image/lzma-loader/Makefile b/target/linux/brcm-2.4/image/lzma-loader/Makefile index b56cbaa..5dd6f50 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 b56cbaa..5dd6f50 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 d94bc1a..6429401 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 3d65d1a..cac2d46 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 e7d5807..f7da261 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 ebc9ef3..c5ae676 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 f97d098..77d1cb1 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 933a33f..6bfa04d 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 e286039..f957cca 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 67001b1..4514174 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 <linux/version.h> 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 2ab8146..38268f2 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 466e5a4..93a4f20 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 6a376f1..9e9ad62 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 36d5ade..ce7174e 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 cdad073..d5d4883 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 4e25033..20e98af 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 171c3c3..d75a446 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 03923a6..c990eca 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 2124f7e..af34bad 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 81cb405..9ccc208 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 2f42976..2a1b23c 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 3ea03c6..aeb88a6 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 a9e99e4..f0966e0 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 d4636f7..571f848 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 <stdio.h> 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 e6ac735..86981f8 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 e6ac735..86981f8 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 2b9ceff..7439bc6 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 7685cbb..d6b9d0a 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 <juhosg at openwrt.org> * diff --git a/tools/firmware-utils/src/mkcasfw.c b/tools/firmware-utils/src/mkcasfw.c index e294ad6..626e77d 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 <juhosg at openwrt.org> diff --git a/tools/firmware-utils/src/mkcsysimg.c b/tools/firmware-utils/src/mkcsysimg.c index cf25bdb..3d5f00b 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 <juhosg at openwrt.org> * diff --git a/tools/firmware-utils/src/mkzynfw.c b/tools/firmware-utils/src/mkzynfw.c index b6cb7cf..5c1bc24 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 <juhosg at openwrt.org> diff --git a/tools/firmware-utils/src/motorola-bin.c b/tools/firmware-utils/src/motorola-bin.c index 58563ad..fecb4ce 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 aa25deb..e68ddef 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 <juhosg at openwrt.org> diff --git a/tools/genext2fs/Makefile b/tools/genext2fs/Makefile index 279c40b..78416f2 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 d4636f7..571f848 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 <stdio.h> |