diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2004-03-18 02:58:51 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-04-06 22:31:46 +0200 |
commit | 7e9f8f474cc8d44818a476818f19571e2f54a3d0 (patch) | |
tree | 39d50302e9f2b861dc483eba7984b78423dca993 | |
parent | 5a64504f79c446e31e43d7a48866326d91b33e8d (diff) |
Fix copyright year.
-rw-r--r-- | sysdeps/l4/pt-spin.c | 2 | ||||
-rw-r--r-- | sysdeps/l4/pt-thread-start.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/l4/pt-spin.c b/sysdeps/l4/pt-spin.c index d2917d6..b6978b0 100644 --- a/sysdeps/l4/pt-spin.c +++ b/sysdeps/l4/pt-spin.c @@ -1,5 +1,5 @@ /* Spin locks. L4 version. - Copyright (C) 2000 Free Software Foundation, Inc. + Copyright (C) 2000, 2004 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/l4/pt-thread-start.c b/sysdeps/l4/pt-thread-start.c index 72c4d30..10996e1 100644 --- a/sysdeps/l4/pt-thread-start.c +++ b/sysdeps/l4/pt-thread-start.c @@ -1,5 +1,5 @@ /* Start thread. L4 version. - Copyright (C) 2003 Free Software Foundation, Inc. + Copyright (C) 2003, 2004 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or |