diff options
Diffstat (limited to 'assert')
-rw-r--r-- | assert/Makefile | 2 | ||||
-rw-r--r-- | assert/__assert.c | 2 | ||||
-rw-r--r-- | assert/assert-perr.c | 3 | ||||
-rw-r--r-- | assert/assert.c | 2 | ||||
-rw-r--r-- | assert/assert.h | 3 |
5 files changed, 5 insertions, 7 deletions
diff --git a/assert/Makefile b/assert/Makefile index d44d3b1b5d..1ebc657412 100644 --- a/assert/Makefile +++ b/assert/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1991, 1994, 1997, 1998, 2000 Free Software Foundation, Inc. +# Copyright (C) 1991-2013 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/assert/__assert.c b/assert/__assert.c index 447ab00f68..8c544a5f68 100644 --- a/assert/__assert.c +++ b/assert/__assert.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2000, 2002 Free Software Foundation, Inc. +/* Copyright (C) 2000-2013 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/assert/assert-perr.c b/assert/assert-perr.c index d7cdff740c..6afe3fdf6a 100644 --- a/assert/assert-perr.c +++ b/assert/assert-perr.c @@ -1,5 +1,4 @@ -/* Copyright (C) 1994-1998,2001,2002,2005,2009,2011 - Free Software Foundation, Inc. +/* Copyright (C) 1994-2013 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/assert/assert.c b/assert/assert.c index e4e2f21a1a..61e7f6b9f8 100644 --- a/assert/assert.c +++ b/assert/assert.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2012 Free Software Foundation, Inc. +/* Copyright (C) 1991-2013 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/assert/assert.h b/assert/assert.h index e1729ce747..1bb9b2d50f 100644 --- a/assert/assert.h +++ b/assert/assert.h @@ -1,5 +1,4 @@ -/* Copyright (C) 1991,1992,1994-2001,2003,2004,2007,2011,2012 - Free Software Foundation, Inc. +/* Copyright (C) 1991-2013 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 |