diff options
author | David Lamparter <equinox@diac24.net> | 2012-04-16 18:14:50 +0200 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2012-04-16 18:14:50 +0200 |
commit | 086695cb8eea5b405b21e66b92ef0348355c4821 (patch) | |
tree | ee07310a272656210f65e070da55b0b4952aeca8 | |
parent | aa3b264282677fcd33513352aa878d00163d2dbf (diff) |
isisd: reapply removal of CVS cruft
this re-removes CVS keywords and .cvsignore files. original commits:
b82cdeb delete CVS keywords
05e54ee build: delete .cvsignore files
-rw-r--r-- | isisd/.cvsignore | 12 | ||||
-rw-r--r-- | isisd/dict.c | 3 | ||||
-rw-r--r-- | isisd/include-netbsd/.cvsignore | 3 | ||||
-rw-r--r-- | isisd/topology/.cvsignore | 9 |
4 files changed, 0 insertions, 27 deletions
diff --git a/isisd/.cvsignore b/isisd/.cvsignore deleted file mode 100644 index 26aa85cb..00000000 --- a/isisd/.cvsignore +++ /dev/null @@ -1,12 +0,0 @@ -Makefile -Makefile.in -*.o -isisd -.deps -isisd.conf -.nfs* -*.lo -*.la -*.libs -.arch-inventory -.arch-ids diff --git a/isisd/dict.c b/isisd/dict.c index 35cb924c..bbcb4213 100644 --- a/isisd/dict.c +++ b/isisd/dict.c @@ -13,9 +13,6 @@ * This source code may be translated into executable form and incorporated * into proprietary software; there is no requirement for such software to * contain a copyright notice related to this source. - * - * $Id$ - * $Name$ */ #include "zebra.h" diff --git a/isisd/include-netbsd/.cvsignore b/isisd/include-netbsd/.cvsignore deleted file mode 100644 index 73bcf19d..00000000 --- a/isisd/include-netbsd/.cvsignore +++ /dev/null @@ -1,3 +0,0 @@ -.arch-inventory -.arch-ids - diff --git a/isisd/topology/.cvsignore b/isisd/topology/.cvsignore deleted file mode 100644 index b0ae823b..00000000 --- a/isisd/topology/.cvsignore +++ /dev/null @@ -1,9 +0,0 @@ -Makefile -Makefile.in -*.o -tags -TAGS -.deps -.nfs* -.arch-inventory -.arch-ids |