summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2012-05-07 10:00:48 +1000
committerChris Johns <chrisj@rtems.org>2012-05-07 10:00:48 +1000
commit7f7cdc2de97f006def935f3b2788a24dd25248eb (patch)
tree4c16b5da3756f5cb1b15724b377b4c6996658c9e
parent1d0b7d51dd97bc88c91fc7a5245e81ce1d0e2148 (diff)
Update copyright year. Remove the Id tag.
-rw-r--r--dlfcn-shell.c2
-rw-r--r--dlfcn-shell.h2
-rw-r--r--dlfcn.c4
-rw-r--r--init.c4
-rw-r--r--main.c4
-rw-r--r--mksyms.awk4
-rw-r--r--mmap-internal.h4
-rw-r--r--mmap.c4
-rw-r--r--munmap.c4
-rw-r--r--pc386-gdb.c4
-rw-r--r--pc386-gdb.h4
-rw-r--r--rtems.py2
-rw-r--r--rtl-chain-iterator.c4
-rw-r--r--rtl-chain-iterator.h4
-rw-r--r--rtl-debugger.c2
-rw-r--r--rtl-elf.c4
-rw-r--r--rtl-elf.h4
-rw-r--r--rtl-error.c4
-rw-r--r--rtl-error.h4
-rw-r--r--rtl-fwd.h4
-rw-r--r--rtl-mdreloc-arm.c2
-rw-r--r--rtl-mdreloc-i386.c2
-rw-r--r--rtl-mdreloc-m68k.c2
-rw-r--r--rtl-mdreloc-nios2.c2
-rw-r--r--rtl-mdreloc-powerpc.c2
-rw-r--r--rtl-mdreloc-sparc.c2
-rw-r--r--rtl-obj-cache.c4
-rw-r--r--rtl-obj-cache.h4
-rw-r--r--rtl-obj-fwd.h4
-rw-r--r--rtl-obj.c4
-rw-r--r--rtl-obj.h4
-rw-r--r--rtl-shell.c4
-rw-r--r--rtl-shell.h4
-rw-r--r--rtl-sym.c4
-rw-r--r--rtl-sym.h4
-rw-r--r--rtl-trace.c4
-rw-r--r--rtl-trace.h4
-rw-r--r--rtl.c4
-rw-r--r--rtl.h4
39 files changed, 29 insertions, 107 deletions
diff --git a/dlfcn-shell.c b/dlfcn-shell.c
index d531b9c..9825805 100644
--- a/dlfcn-shell.c
+++ b/dlfcn-shell.c
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
* @file
diff --git a/dlfcn-shell.h b/dlfcn-shell.h
index e371efb..0406b6c 100644
--- a/dlfcn-shell.h
+++ b/dlfcn-shell.h
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if !defined(_DLFCN_SHELL_H_)
diff --git a/dlfcn.c b/dlfcn.c
index faafde2..5c7a2bd 100644
--- a/dlfcn.c
+++ b/dlfcn.c
@@ -1,11 +1,9 @@
/*
- * COPYRIGHT (c) 2010 Chris Johns <chrisj@rtems.org>
+ * COPYRIGHT (c) 2012 Chris Johns <chrisj@rtems.org>
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
* @file
diff --git a/init.c b/init.c
index e6c608e..c50d448 100644
--- a/init.c
+++ b/init.c
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
/**
* Configure the RTEMS initialisation.
*/
diff --git a/main.c b/main.c
index 312513d..188d4b3 100644
--- a/main.c
+++ b/main.c
@@ -1,9 +1,7 @@
/*
- * $Id$
- *
* RTEMS Project (http://www.rtems.org/)
*
- * Copyright 2010 Chris Johns (chrisj@rtems.org)
+ * Copyright 2012 Chris Johns (chrisj@rtems.org)
*/
/**
diff --git a/mksyms.awk b/mksyms.awk
index ce41567..f4e1a53 100644
--- a/mksyms.awk
+++ b/mksyms.awk
@@ -1,12 +1,10 @@
#
-# COPYRIGHT (c) 2010 Chris Johns <chrisj@rtems.org>
+# COPYRIGHT (c) 2012 Chris Johns <chrisj@rtems.org>
#
# The license and distribution terms for this file may be
# found in the file LICENSE in this distribution or at
# http://www.rtems.com/license/LICENSE.
#
-# $Id$
-#
# Covert the list of symbols into a C structure.
#
#
diff --git a/mmap-internal.h b/mmap-internal.h
index ec36e3a..505d496 100644
--- a/mmap-internal.h
+++ b/mmap-internal.h
@@ -1,14 +1,12 @@
/*
* mmap() - POSIX 1003.1b 6.3.1 - map pages of memory
*
- * COPYRIGHT (c) 2010.
+ * COPYRIGHT (c) 2012.
* Chris Johns (chrisj@rtems.org)
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifndef MMAP_INTERNAL_H
diff --git a/mmap.c b/mmap.c
index 9717c48..76e8c54 100644
--- a/mmap.c
+++ b/mmap.c
@@ -1,14 +1,12 @@
/*
* mmap() - POSIX 1003.1b 6.3.1 - map pages of memory
*
- * COPYRIGHT (c) 2010.
+ * COPYRIGHT (c) 2012.
* Chris Johns (chrisj@rtems.org)
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/munmap.c b/munmap.c
index 0dfe6a9..8e5f6e6 100644
--- a/munmap.c
+++ b/munmap.c
@@ -1,14 +1,12 @@
/*
* mmap() - POSIX 1003.1b 6.3.1 - map pages of memory
*
- * COPYRIGHT (c) 2010.
+ * COPYRIGHT (c) 2012.
* Chris Johns (chrisj@rtems.org)
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#if HAVE_CONFIG_H
diff --git a/pc386-gdb.c b/pc386-gdb.c
index 08d5fe5..dc0b462 100644
--- a/pc386-gdb.c
+++ b/pc386-gdb.c
@@ -1,9 +1,7 @@
/*
- * $Id$
- *
* RTEMS Project (http://www.rtems.org/)
*
- * Copyright 2007 Chris Johns (chrisj@rtems.org)
+ * Copyright 2007-2012 Chris Johns (chrisj@rtems.org)
*/
/**
diff --git a/pc386-gdb.h b/pc386-gdb.h
index 4b93591..61c11b8 100644
--- a/pc386-gdb.h
+++ b/pc386-gdb.h
@@ -1,9 +1,7 @@
/*
- * $Id$
- *
* RTEMS Project (http://www.rtems.org/)
*
- * Copyright 2007 Chris Johns (chrisj@rtems.org)
+ * Copyright 2007-2012 Chris Johns (chrisj@rtems.org)
*/
/**
diff --git a/rtems.py b/rtems.py
index 470b8fd..69b742f 100644
--- a/rtems.py
+++ b/rtems.py
@@ -1,7 +1,7 @@
#
# RTEMS support for applications.
#
-# Copyright Chris Johns (chrisj@rtems.org)
+# Copyright 2012 Chris Johns (chrisj@rtems.org)
#
import os
import os.path
diff --git a/rtl-chain-iterator.c b/rtl-chain-iterator.c
index 414b4ba..a1e91b8 100644
--- a/rtl-chain-iterator.c
+++ b/rtl-chain-iterator.c
@@ -1,11 +1,9 @@
/*
- * COPYRIGHT (c) 2010 Chris Johns <chrisj@rtems.org>
+ * COPYRIGHT (c) 2012 Chris Johns <chrisj@rtems.org>
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
* @file
diff --git a/rtl-chain-iterator.h b/rtl-chain-iterator.h
index bdaa90e..b3781e0 100644
--- a/rtl-chain-iterator.h
+++ b/rtl-chain-iterator.h
@@ -1,11 +1,9 @@
/*
- * COPYRIGHT (c) 2010 Chris Johns <chrisj@rtems.org>
+ * COPYRIGHT (c) 2012 Chris Johns <chrisj@rtems.org>
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
* @file
diff --git a/rtl-debugger.c b/rtl-debugger.c
index eb526f5..a240bfb 100644
--- a/rtl-debugger.c
+++ b/rtl-debugger.c
@@ -4,8 +4,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
* @file
diff --git a/rtl-elf.c b/rtl-elf.c
index 7ef8104..f9a5684 100644
--- a/rtl-elf.c
+++ b/rtl-elf.c
@@ -1,11 +1,9 @@
/*
- * COPYRIGHT (c) 2010 Chris Johns <chrisj@rtems.org>
+ * COPYRIGHT (c) 2012 Chris Johns <chrisj@rtems.org>
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
* @file
diff --git a/rtl-elf.h b/rtl-elf.h
index b6dc4a8..9f7f88c 100644
--- a/rtl-elf.h
+++ b/rtl-elf.h
@@ -1,11 +1,9 @@
/*
- * COPYRIGHT (c) 2010 Chris Johns <chrisj@rtems.org>
+ * COPYRIGHT (c) 2012 Chris Johns <chrisj@rtems.org>
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
* @file
diff --git a/rtl-error.c b/rtl-error.c
index cef6452..eb73d3a 100644
--- a/rtl-error.c
+++ b/rtl-error.c
@@ -1,11 +1,9 @@
/*
- * COPYRIGHT (c) 2010 Chris Johns <chrisj@rtems.org>
+ * COPYRIGHT (c) 2012 Chris Johns <chrisj@rtems.org>
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
* @file
diff --git a/rtl-error.h b/rtl-error.h
index 0aaf24d..a17db59 100644
--- a/rtl-error.h
+++ b/rtl-error.h
@@ -1,11 +1,9 @@
/*
- * COPYRIGHT (c) 2010 Chris Johns <chrisj@rtems.org>
+ * COPYRIGHT (c) 2012 Chris Johns <chrisj@rtems.org>
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
* @file
diff --git a/rtl-fwd.h b/rtl-fwd.h
index 3527fca..115ba8c 100644
--- a/rtl-fwd.h
+++ b/rtl-fwd.h
@@ -1,11 +1,9 @@
/*
- * COPYRIGHT (c) 2010 Chris Johns <chrisj@rtems.org>
+ * COPYRIGHT (c) 2012 Chris Johns <chrisj@rtems.org>
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
* @file
diff --git a/rtl-mdreloc-arm.c b/rtl-mdreloc-arm.c
index 8b210a2..0e4f3e9 100644
--- a/rtl-mdreloc-arm.c
+++ b/rtl-mdreloc-arm.c
@@ -1,7 +1,5 @@
/*
* Taken from NetBSD and stripped of the relocations not needed on RTEMS.
- *
- * $Id$
*/
/* $NetBSD: mdreloc.c,v 1.33 2010/01/14 12:12:07 skrll Exp $ */
diff --git a/rtl-mdreloc-i386.c b/rtl-mdreloc-i386.c
index 472a246..6b83621 100644
--- a/rtl-mdreloc-i386.c
+++ b/rtl-mdreloc-i386.c
@@ -1,7 +1,5 @@
/*
* Taken from NetBSD and stripped of the relocations not needed on RTEMS.
- *
- * $Id$
*/
/* $NetBSD: mdreloc.c,v 1.31 2010/01/14 11:58:32 skrll Exp $ */
diff --git a/rtl-mdreloc-m68k.c b/rtl-mdreloc-m68k.c
index fef380c..fe1b7b5 100644
--- a/rtl-mdreloc-m68k.c
+++ b/rtl-mdreloc-m68k.c
@@ -1,7 +1,5 @@
/*
* Taken from NetBSD and stripped of the relocations not needed on RTEMS.
- *
- * $Id$
*/
/* $NetBSD: mdreloc.c,v 1.26 2010/01/14 11:58:32 skrll Exp $ */
diff --git a/rtl-mdreloc-nios2.c b/rtl-mdreloc-nios2.c
index e96b3f6..6ec9213 100644
--- a/rtl-mdreloc-nios2.c
+++ b/rtl-mdreloc-nios2.c
@@ -1,7 +1,5 @@
/*
* Taken from NetBSD and stripped of the relocations not needed on RTEMS.
- *
- * $Id$
*/
/* $NetBSD: mdreloc.c,v 1.26 2010/01/14 11:58:32 skrll Exp $ */
diff --git a/rtl-mdreloc-powerpc.c b/rtl-mdreloc-powerpc.c
index eb6c9b9..719570e 100644
--- a/rtl-mdreloc-powerpc.c
+++ b/rtl-mdreloc-powerpc.c
@@ -1,7 +1,5 @@
/*
* Taken from NetBSD and stripped of the relocations not needed on RTEMS.
- *
- * $Id$
*/
/* $NetBSD: ppc_reloc.c,v 1.44 2010/01/13 20:17:22 christos Exp $ */
diff --git a/rtl-mdreloc-sparc.c b/rtl-mdreloc-sparc.c
index 4c2b861..aee9b7b 100644
--- a/rtl-mdreloc-sparc.c
+++ b/rtl-mdreloc-sparc.c
@@ -1,7 +1,5 @@
/*
* Taken from NetBSD and stripped of the relocations not needed on RTEMS.
- *
- * $Id$
*/
/* $NetBSD: mdreloc.c,v 1.43 2010/01/13 20:17:22 christos Exp $ */
diff --git a/rtl-obj-cache.c b/rtl-obj-cache.c
index fbe550b..f46592f 100644
--- a/rtl-obj-cache.c
+++ b/rtl-obj-cache.c
@@ -1,11 +1,9 @@
/*
- * COPYRIGHT (c) 2010 Chris Johns <chrisj@rtems.org>
+ * COPYRIGHT (c) 2012 Chris Johns <chrisj@rtems.org>
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
* @file
diff --git a/rtl-obj-cache.h b/rtl-obj-cache.h
index 014cfd7..01f9e96 100644
--- a/rtl-obj-cache.h
+++ b/rtl-obj-cache.h
@@ -1,11 +1,9 @@
/*
- * COPYRIGHT (c) 2010 Chris Johns <chrisj@rtems.org>
+ * COPYRIGHT (c) 2012 Chris Johns <chrisj@rtems.org>
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
* @file
diff --git a/rtl-obj-fwd.h b/rtl-obj-fwd.h
index 9f1e757..c4186d9 100644
--- a/rtl-obj-fwd.h
+++ b/rtl-obj-fwd.h
@@ -1,11 +1,9 @@
/*
- * COPYRIGHT (c) 2010 Chris Johns <chrisj@rtems.org>
+ * COPYRIGHT (c) 2012 Chris Johns <chrisj@rtems.org>
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
* @file
diff --git a/rtl-obj.c b/rtl-obj.c
index 26fe855..cd710b9 100644
--- a/rtl-obj.c
+++ b/rtl-obj.c
@@ -1,11 +1,9 @@
/*
- * COPYRIGHT (c) 2010 Chris Johns <chrisj@rtems.org>
+ * COPYRIGHT (c) 2012 Chris Johns <chrisj@rtems.org>
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
* @file
diff --git a/rtl-obj.h b/rtl-obj.h
index 5074056..c00397a 100644
--- a/rtl-obj.h
+++ b/rtl-obj.h
@@ -1,11 +1,9 @@
/*
- * COPYRIGHT (c) 2010 Chris Johns <chrisj@rtems.org>
+ * COPYRIGHT (c) 2012 Chris Johns <chrisj@rtems.org>
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
* @file
diff --git a/rtl-shell.c b/rtl-shell.c
index d8d7b49..52d34c9 100644
--- a/rtl-shell.c
+++ b/rtl-shell.c
@@ -1,11 +1,9 @@
/*
- * COPYRIGHT (c) 2010 Chris Johns <chrisj@rtems.org>
+ * COPYRIGHT (c) 2012 Chris Johns <chrisj@rtems.org>
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
* @file
diff --git a/rtl-shell.h b/rtl-shell.h
index 93b5640..ac9bb25 100644
--- a/rtl-shell.h
+++ b/rtl-shell.h
@@ -1,11 +1,9 @@
/*
- * COPYRIGHT (c) 2010 Chris Johns <chrisj@rtems.org>
+ * COPYRIGHT (c) 2012 Chris Johns <chrisj@rtems.org>
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
* @file
diff --git a/rtl-sym.c b/rtl-sym.c
index dc94e24..f4ca8f5 100644
--- a/rtl-sym.c
+++ b/rtl-sym.c
@@ -1,11 +1,9 @@
/*
- * COPYRIGHT (c) 2010 Chris Johns <chrisj@rtems.org>
+ * COPYRIGHT (c) 2012 Chris Johns <chrisj@rtems.org>
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
* @file
diff --git a/rtl-sym.h b/rtl-sym.h
index aa7946e..3dc7503 100644
--- a/rtl-sym.h
+++ b/rtl-sym.h
@@ -1,11 +1,9 @@
/*
- * COPYRIGHT (c) 2010 Chris Johns <chrisj@rtems.org>
+ * COPYRIGHT (c) 2012 Chris Johns <chrisj@rtems.org>
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
* @file
diff --git a/rtl-trace.c b/rtl-trace.c
index bce9c56..089c30f 100644
--- a/rtl-trace.c
+++ b/rtl-trace.c
@@ -1,11 +1,9 @@
/*
- * COPYRIGHT (c) 2010 Chris Johns <chrisj@rtems.org>
+ * COPYRIGHT (c) 2012 Chris Johns <chrisj@rtems.org>
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
* @file
diff --git a/rtl-trace.h b/rtl-trace.h
index 1767761..848e966 100644
--- a/rtl-trace.h
+++ b/rtl-trace.h
@@ -1,11 +1,9 @@
/*
- * COPYRIGHT (c) 2010 Chris Johns <chrisj@rtems.org>
+ * COPYRIGHT (c) 2012 Chris Johns <chrisj@rtems.org>
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
* @file
diff --git a/rtl.c b/rtl.c
index 3898827..5cfeef9 100644
--- a/rtl.c
+++ b/rtl.c
@@ -1,11 +1,9 @@
/*
- * COPYRIGHT (c) 2010 Chris Johns <chrisj@rtems.org>
+ * COPYRIGHT (c) 2012 Chris Johns <chrisj@rtems.org>
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
* @file
diff --git a/rtl.h b/rtl.h
index d9f9356..c1029cf 100644
--- a/rtl.h
+++ b/rtl.h
@@ -1,11 +1,9 @@
/*
- * COPYRIGHT (c) 2010 Chris Johns <chrisj@rtems.org>
+ * COPYRIGHT (c) 2012 Chris Johns <chrisj@rtems.org>
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/**
* @file