summaryrefslogtreecommitdiffstats
path: root/cpukit/zlib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-10-28 08:30:17 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-10-28 08:30:17 +0000
commit4b911ddcb7e4500cde3bbb0dfbe285c05de4193f (patch)
treeb46e97582c502e899abb5ceaf39b0eeff867d72f /cpukit/zlib
parent2005-10-28 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-4b911ddcb7e4500cde3bbb0dfbe285c05de4193f.tar.bz2
Reformat CVS Ids
Diffstat (limited to 'cpukit/zlib')
-rw-r--r--cpukit/zlib/adler32.c2
-rw-r--r--cpukit/zlib/compress.c2
-rw-r--r--cpukit/zlib/crc32.c2
-rw-r--r--cpukit/zlib/deflate.c2
-rw-r--r--cpukit/zlib/deflate.h2
-rw-r--r--cpukit/zlib/gzio.c2
-rw-r--r--cpukit/zlib/trees.c2
-rw-r--r--cpukit/zlib/uncompr.c2
-rw-r--r--cpukit/zlib/zconf.h2
-rw-r--r--cpukit/zlib/zconf.in.h2
-rw-r--r--cpukit/zlib/zutil.c2
-rw-r--r--cpukit/zlib/zutil.h2
12 files changed, 12 insertions, 12 deletions
diff --git a/cpukit/zlib/adler32.c b/cpukit/zlib/adler32.c
index 007ba26277..b2fbcee282 100644
--- a/cpukit/zlib/adler32.c
+++ b/cpukit/zlib/adler32.c
@@ -3,7 +3,7 @@
* For conditions of distribution and use, see copyright notice in zlib.h
*/
-/* @(#) $Id$ */
+/* $Id$ */
#define ZLIB_INTERNAL
#include "zlib.h"
diff --git a/cpukit/zlib/compress.c b/cpukit/zlib/compress.c
index df04f0148e..7dfd8c3c7d 100644
--- a/cpukit/zlib/compress.c
+++ b/cpukit/zlib/compress.c
@@ -3,7 +3,7 @@
* For conditions of distribution and use, see copyright notice in zlib.h
*/
-/* @(#) $Id$ */
+/* $Id$ */
#define ZLIB_INTERNAL
#include "zlib.h"
diff --git a/cpukit/zlib/crc32.c b/cpukit/zlib/crc32.c
index 62b025f290..eeb2147653 100644
--- a/cpukit/zlib/crc32.c
+++ b/cpukit/zlib/crc32.c
@@ -9,7 +9,7 @@
* factor of two increase in speed on a Power PC G4 (PPC7455) using gcc -O3.
*/
-/* @(#) $Id$ */
+/* $Id$ */
/*
Note on the use of DYNAMIC_CRC_TABLE: there is no mutex or semaphore
diff --git a/cpukit/zlib/deflate.c b/cpukit/zlib/deflate.c
index 159f94660b..660aad479d 100644
--- a/cpukit/zlib/deflate.c
+++ b/cpukit/zlib/deflate.c
@@ -47,7 +47,7 @@
*
*/
-/* @(#) $Id$ */
+/* $Id$ */
#include "deflate.h"
diff --git a/cpukit/zlib/deflate.h b/cpukit/zlib/deflate.h
index c7c3ffdb40..2b74e927f8 100644
--- a/cpukit/zlib/deflate.h
+++ b/cpukit/zlib/deflate.h
@@ -8,7 +8,7 @@
subject to change. Applications should only use zlib.h.
*/
-/* @(#) $Id$ */
+/* $Id$ */
#ifndef DEFLATE_H
#define DEFLATE_H
diff --git a/cpukit/zlib/gzio.c b/cpukit/zlib/gzio.c
index 217a4cc410..2e2f85cf1f 100644
--- a/cpukit/zlib/gzio.c
+++ b/cpukit/zlib/gzio.c
@@ -5,7 +5,7 @@
* Compile this file with -DNO_GZCOMPRESS to avoid the compression code.
*/
-/* @(#) $Id$ */
+/* $Id$ */
#include <stdio.h>
diff --git a/cpukit/zlib/trees.c b/cpukit/zlib/trees.c
index 48c651b873..f0b8d1ec38 100644
--- a/cpukit/zlib/trees.c
+++ b/cpukit/zlib/trees.c
@@ -29,7 +29,7 @@
* Addison-Wesley, 1983. ISBN 0-201-06672-6.
*/
-/* @(#) $Id$ */
+/* $Id$ */
/* #define GEN_TREES_H */
diff --git a/cpukit/zlib/uncompr.c b/cpukit/zlib/uncompr.c
index b59e3d0def..fb1202aabe 100644
--- a/cpukit/zlib/uncompr.c
+++ b/cpukit/zlib/uncompr.c
@@ -3,7 +3,7 @@
* For conditions of distribution and use, see copyright notice in zlib.h
*/
-/* @(#) $Id$ */
+/* $Id$ */
#define ZLIB_INTERNAL
#include "zlib.h"
diff --git a/cpukit/zlib/zconf.h b/cpukit/zlib/zconf.h
index 6897bf0235..55319ef348 100644
--- a/cpukit/zlib/zconf.h
+++ b/cpukit/zlib/zconf.h
@@ -3,7 +3,7 @@
* For conditions of distribution and use, see copyright notice in zlib.h
*/
-/* @(#) $Id$ */
+/* $Id$ */
#ifndef ZCONF_H
#define ZCONF_H
diff --git a/cpukit/zlib/zconf.in.h b/cpukit/zlib/zconf.in.h
index 6897bf0235..55319ef348 100644
--- a/cpukit/zlib/zconf.in.h
+++ b/cpukit/zlib/zconf.in.h
@@ -3,7 +3,7 @@
* For conditions of distribution and use, see copyright notice in zlib.h
*/
-/* @(#) $Id$ */
+/* $Id$ */
#ifndef ZCONF_H
#define ZCONF_H
diff --git a/cpukit/zlib/zutil.c b/cpukit/zlib/zutil.c
index 868d42f70d..59377f6121 100644
--- a/cpukit/zlib/zutil.c
+++ b/cpukit/zlib/zutil.c
@@ -3,7 +3,7 @@
* For conditions of distribution and use, see copyright notice in zlib.h
*/
-/* @(#) $Id$ */
+/* $Id$ */
#include "zutil.h"
diff --git a/cpukit/zlib/zutil.h b/cpukit/zlib/zutil.h
index 5209d656cd..58908dd3a3 100644
--- a/cpukit/zlib/zutil.h
+++ b/cpukit/zlib/zutil.h
@@ -8,7 +8,7 @@
subject to change. Applications should only use zlib.h.
*/
-/* @(#) $Id$ */
+/* $Id$ */
#ifndef ZUTIL_H
#define ZUTIL_H