diff options
Diffstat (limited to 'gl')
-rw-r--r-- | gl/lib/mbsalign.c | 2 | ||||
-rw-r--r-- | gl/lib/mbsalign.h | 2 | ||||
-rw-r--r-- | gl/lib/rand-isaac.c | 2 | ||||
-rw-r--r-- | gl/lib/rand-isaac.h | 2 | ||||
-rw-r--r-- | gl/lib/randint.c | 2 | ||||
-rw-r--r-- | gl/lib/randint.h | 2 | ||||
-rw-r--r-- | gl/lib/randperm.c | 2 | ||||
-rw-r--r-- | gl/lib/randread.c | 2 | ||||
-rw-r--r-- | gl/lib/randread.h | 2 | ||||
-rw-r--r-- | gl/lib/root-dev-ino.c | 2 | ||||
-rw-r--r-- | gl/lib/root-dev-ino.h | 2 | ||||
-rw-r--r-- | gl/m4/root-dev-ino.m4 | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/gl/lib/mbsalign.c b/gl/lib/mbsalign.c index b9d7e5255..be259568d 100644 --- a/gl/lib/mbsalign.c +++ b/gl/lib/mbsalign.c @@ -1,5 +1,5 @@ /* Align/Truncate a string in a given screen width - Copyright (C) 2009 Free Software Foundation, Inc. + Copyright (C) 2009-2010 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gl/lib/mbsalign.h b/gl/lib/mbsalign.h index 3d92daee1..a4ec69395 100644 --- a/gl/lib/mbsalign.h +++ b/gl/lib/mbsalign.h @@ -1,5 +1,5 @@ /* Align/Truncate a string in a given screen width - Copyright (C) 2009 Free Software Foundation, Inc. + Copyright (C) 2009-2010 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gl/lib/rand-isaac.c b/gl/lib/rand-isaac.c index a1edf4785..52d53a393 100644 --- a/gl/lib/rand-isaac.c +++ b/gl/lib/rand-isaac.c @@ -1,6 +1,6 @@ /* Bob Jenkins's cryptographic random number generator, ISAAC. - Copyright (C) 1999-2006, 2009 Free Software Foundation, Inc. + Copyright (C) 1999-2006, 2009-2010 Free Software Foundation, Inc. Copyright (C) 1997, 1998, 1999 Colin Plumb. This program is free software: you can redistribute it and/or modify diff --git a/gl/lib/rand-isaac.h b/gl/lib/rand-isaac.h index 7735a0aa7..6559dc8fe 100644 --- a/gl/lib/rand-isaac.h +++ b/gl/lib/rand-isaac.h @@ -1,6 +1,6 @@ /* Bob Jenkins's cryptographic random number generator, ISAAC. - Copyright (C) 1999-2005, 2009 Free Software Foundation, Inc. + Copyright (C) 1999-2005, 2009-2010 Free Software Foundation, Inc. Copyright (C) 1997, 1998, 1999 Colin Plumb. This program is free software: you can redistribute it and/or modify diff --git a/gl/lib/randint.c b/gl/lib/randint.c index cfa6e232b..cb39221b4 100644 --- a/gl/lib/randint.c +++ b/gl/lib/randint.c @@ -1,6 +1,6 @@ /* Generate random integers. - Copyright (C) 2006, 2009 Free Software Foundation, Inc. + Copyright (C) 2006, 2009-2010 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gl/lib/randint.h b/gl/lib/randint.h index 91ba3586c..92d35db6b 100644 --- a/gl/lib/randint.h +++ b/gl/lib/randint.h @@ -1,6 +1,6 @@ /* Generate random integers. - Copyright (C) 2006, 2009 Free Software Foundation, Inc. + Copyright (C) 2006, 2009-2010 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gl/lib/randperm.c b/gl/lib/randperm.c index a03c5b87f..fb829ac25 100644 --- a/gl/lib/randperm.c +++ b/gl/lib/randperm.c @@ -1,6 +1,6 @@ /* Generate random permutations. - Copyright (C) 2006, 2007, 2009 Free Software Foundation, Inc. + Copyright (C) 2006-2007, 2009-2010 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gl/lib/randread.c b/gl/lib/randread.c index 72475017e..65e9d6369 100644 --- a/gl/lib/randread.c +++ b/gl/lib/randread.c @@ -1,6 +1,6 @@ /* Generate buffers of random data. - Copyright (C) 2006, 2008-2009 Free Software Foundation, Inc. + Copyright (C) 2006, 2008-2010 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gl/lib/randread.h b/gl/lib/randread.h index 95043135c..3fad3f0c6 100644 --- a/gl/lib/randread.h +++ b/gl/lib/randread.h @@ -1,6 +1,6 @@ /* Generate buffers of random data. - Copyright (C) 2006, 2009 Free Software Foundation, Inc. + Copyright (C) 2006, 2009-2010 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gl/lib/root-dev-ino.c b/gl/lib/root-dev-ino.c index eb50cf8de..7483336b1 100644 --- a/gl/lib/root-dev-ino.c +++ b/gl/lib/root-dev-ino.c @@ -1,5 +1,5 @@ /* root-dev-ino.c -- get the device and inode numbers for `/'. - Copyright (C) 2003, 2005, 2006, 2009 Free Software Foundation, Inc. + Copyright (C) 2003, 2005-2006, 2009-2010 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gl/lib/root-dev-ino.h b/gl/lib/root-dev-ino.h index bec27f0ae..3c4b45864 100644 --- a/gl/lib/root-dev-ino.h +++ b/gl/lib/root-dev-ino.h @@ -1,6 +1,6 @@ /* Root device and inode number checking. - Copyright (C) 2003, 2006, 2009 Free Software Foundation, Inc. + Copyright (C) 2003, 2006, 2009-2010 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gl/m4/root-dev-ino.m4 b/gl/m4/root-dev-ino.m4 index 304990485..9ab3fe9c6 100644 --- a/gl/m4/root-dev-ino.m4 +++ b/gl/m4/root-dev-ino.m4 @@ -1,5 +1,5 @@ #serial 3 -dnl Copyright (C) 2005, 2006, 2009 Free Software Foundation, Inc. +dnl Copyright (C) 2005-2006, 2009-2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. |