remove obsolete SVN ID tags
authorOliver Hartkopp <socketcan@hartkopp.net>
Wed, 14 Nov 2012 19:57:16 +0000 (20:57 +0100)
committerOliver Hartkopp <socketcan@hartkopp.net>
Wed, 14 Nov 2012 19:57:16 +0000 (20:57 +0100)
Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
25 files changed:
Makefile
asc2log.c
bcmserver.c
canbusload.c
candump.c
cangen.c
cangw.c
canlogserver.c
canplayer.c
cansend.c
cansniffer.c
isotpdump.c
isotprecv.c
isotpsend.c
isotpserver.c
isotpsniffer.c
isotptun.c
lib.c
lib.h
log2asc.c
log2long.c
slcan_attach.c
slcand.c
slcanpty.c
terminal.h

index 9f89ad7..c3e6d9c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,4 @@
 #
-#  $Id$
-#
 #  Copyright (c) 2002-2005 Volkswagen Group Electronic Research
 #  All rights reserved.
 #
index cc0a7c3..bb1baab 100644 (file)
--- a/asc2log.c
+++ b/asc2log.c
@@ -1,8 +1,4 @@
 /*
- *  $Id$
- */
-
-/*
  * asc2log.c - convert ASC logfile to compact CAN frame logfile
  *
  * Copyright (c) 2002-2007 Volkswagen Group Electronic Research
index a6a84a0..39aefef 100644 (file)
@@ -1,8 +1,4 @@
 /*
- *  $Id$
- */
-
-/*
  * tst-bcm-server.c
  *
  * Test programm that implements a socket server which understands ASCII
index 2c97546..a5fb553 100644 (file)
@@ -1,8 +1,4 @@
 /*
- *  $Id$
- */
-
-/*
  * canbusload.c
  *
  * Copyright (c) 2002-2008 Volkswagen Group Electronic Research
index 2981b48..d5936e0 100644 (file)
--- a/candump.c
+++ b/candump.c
@@ -1,8 +1,4 @@
 /*
- *  $Id$
- */
-
-/*
  * candump.c
  *
  * Copyright (c) 2002-2009 Volkswagen Group Electronic Research
index 6cf6c07..7518c12 100644 (file)
--- a/cangen.c
+++ b/cangen.c
@@ -1,8 +1,4 @@
 /*
- *  $Id$
- */
-
-/*
  * cangen.c - CAN frames generator for testing purposes
  *
  * Copyright (c) 2002-2007 Volkswagen Group Electronic Research
diff --git a/cangw.c b/cangw.c
index 3d6a23e..18cc50c 100644 (file)
--- a/cangw.c
+++ b/cangw.c
@@ -1,8 +1,4 @@
 /*
- *  $Id$
- */
-
-/*
  * cangw.c - manage PF_CAN netlink gateway
  *
  * Copyright (c) 2010 Volkswagen Group Electronic Research
index 6967815..6ad2078 100644 (file)
@@ -1,8 +1,4 @@
 /*
- *  $Id$
- */
-
-/*
  * canlogserver.c
  *
  * Copyright (c) 2002-2007 Volkswagen Group Electronic Research
index 626100c..f74668e 100644 (file)
@@ -1,8 +1,4 @@
 /*
- *  $Id$
- */
-
-/*
  * canplayer.c - replay a compact CAN frame logfile to CAN devices
  *
  * Copyright (c) 2002-2007 Volkswagen Group Electronic Research
index d4620e5..f12e924 100644 (file)
--- a/cansend.c
+++ b/cansend.c
@@ -1,8 +1,4 @@
 /*
- *  $Id$
- */
-
-/*
  * cansend.c - simple command line tool to send CAN-frames via CAN_RAW sockets
  *
  * Copyright (c) 2002-2007 Volkswagen Group Electronic Research
index 7be50d6..71ca721 100644 (file)
@@ -1,8 +1,4 @@
 /*
- *  $Id$
- */
-
-/*
  * can-sniffer.c
  *
  * Copyright (c) 2002-2007 Volkswagen Group Electronic Research
index 9c6563f..72cb121 100644 (file)
@@ -1,8 +1,4 @@
 /*
- *  $Id$
- */
-
-/*
  * isotpdump.c - dump and explain ISO15765-2 protocol CAN frames
  *
  * Copyright (c) 2008 Volkswagen Group Electronic Research
index 090164d..1c8f79c 100644 (file)
@@ -1,8 +1,4 @@
 /*
- *  $Id$
- */
-
-/*
  * isotprecv.c
  *
  * Copyright (c) 2008 Volkswagen Group Electronic Research
index 9cdfcd2..3bb8282 100644 (file)
@@ -1,8 +1,4 @@
 /*
- *  $Id$
- */
-
-/*
  * isotpsend.c
  *
  * Copyright (c) 2008 Volkswagen Group Electronic Research
index bded0f4..60b0a73 100644 (file)
@@ -1,8 +1,4 @@
 /*
- *  $Id$
- */
-
-/*
  * isotpserver.c
  *
  * Implements a socket server which understands ASCII HEX
index 40f060e..84d39a2 100644 (file)
@@ -1,8 +1,4 @@
 /*
- *  $Id$
- */
-
-/*
  * isotpsniffer.c - dump ISO15765-2 datagrams using PF_CAN isotp protocol 
  *
  * Copyright (c) 2008 Volkswagen Group Electronic Research
index c489233..77ee1d3 100644 (file)
@@ -1,8 +1,4 @@
 /*
- *  $Id$
- */
-
-/*
  * isotptun.c - IP over CAN ISO-TP (ISO15765-2) tunnel / proof-of-concept
  *
  * This program creates a Linux tunnel netdevice 'ctunX' and transfers the
diff --git a/lib.c b/lib.c
index c8aa84a..4857e80 100644 (file)
--- a/lib.c
+++ b/lib.c
@@ -1,8 +1,4 @@
 /*
- *  $Id$
- */
-
-/*
  * lib.c - library for command line tools
  *
  * Copyright (c) 2002-2007 Volkswagen Group Electronic Research
diff --git a/lib.h b/lib.h
index 435a2d0..7c79d0b 100644 (file)
--- a/lib.h
+++ b/lib.h
@@ -1,8 +1,4 @@
 /*
- *  $Id$
- */
-
-/*
  * lib.h - library include for command line tools
  *
  * Copyright (c) 2002-2007 Volkswagen Group Electronic Research
index 029cd49..446c0b6 100644 (file)
--- a/log2asc.c
+++ b/log2asc.c
@@ -1,8 +1,4 @@
 /*
- *  $Id$
- */
-
-/*
  * log2asc.c - convert compact CAN frame logfile to ASC logfile
  *
  * Copyright (c) 2002-2007 Volkswagen Group Electronic Research
index 04354e5..2c52c78 100644 (file)
@@ -1,8 +1,4 @@
 /*
- *  $Id$
- */
-
-/*
  * log2long.c - convert compact CAN frame representation into user readable
  *
  * Copyright (c) 2002-2007 Volkswagen Group Electronic Research
index 3d6846a..2c95d22 100644 (file)
@@ -1,8 +1,4 @@
 /*
- *  $Id$
- */
-
-/*
  * slcan_attach.c - userspace tool for serial line CAN interface driver SLCAN
  *
  * Copyright (c) 2002-2007 Volkswagen Group Electronic Research
index 2642405..2353c99 100644 (file)
--- a/slcand.c
+++ b/slcand.c
@@ -1,8 +1,4 @@
 /*
- *  $Id$
- */
-
-/*
  * slcand.c - userspace daemon for serial line CAN interface driver SLCAN
  *
  * Copyright (c) 2009 Robert Haddon <robert.haddon@verari.com>
index 67dcf35..b45b1a8 100644 (file)
@@ -1,8 +1,4 @@
 /*
- *  $Id$
- */
-
-/*
  * slcanpty.c -  creates a pty for applications using the slcan ASCII protocol
  * and converts the ASCII data to a CAN network interface (and vice versa)
  *
index 1b7c1e7..7c3a78d 100644 (file)
@@ -1,8 +1,4 @@
 /*
- *  $Id$
- */
-
-/*
  * Copyright (c) 2002-2007 Volkswagen Group Electronic Research
  * All rights reserved.
  *