From: Guillem Jover Date: Fri, 23 Mar 2012 09:31:42 +0000 (+0100) Subject: Add email address to my name X-Git-Tag: 0.4.0~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e7f3976088b038687e54a2df09cb9e3332af42df;p=thirdparty%2Flibbsd.git Add email address to my name --- diff --git a/COPYING b/COPYING index dd472c4..1a4fdce 100644 --- a/COPYING +++ b/COPYING @@ -66,7 +66,7 @@ for man/arc4random.3, man/tree.3 and man/getprogname.3. The rest of the licenses apply to code and/or man pages. - Copyright © 2004-2006, 2008-2011 Guillem Jover + Copyright © 2004-2006, 2008-2011 Guillem Jover Copyright © 2005 Hector Garcia Alvarez Copyright © 2005 Aurelien Jarno Copyright © 2006 Robert Millan diff --git a/include/bsd/bsd.h b/include/bsd/bsd.h index b46056a..c246a91 100644 --- a/include/bsd/bsd.h +++ b/include/bsd/bsd.h @@ -1,5 +1,5 @@ /* - * Copyright © 2004, 2005, 2006 Guillem Jover + * Copyright © 2004, 2005, 2006 Guillem Jover * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/include/bsd/err.h b/include/bsd/err.h index 11d1250..fcaaa85 100644 --- a/include/bsd/err.h +++ b/include/bsd/err.h @@ -1,6 +1,6 @@ /* * Copyright © 2006 Robert Millan - * Copyright © 2009, 2011 Guillem Jover + * Copyright © 2009, 2011 Guillem Jover * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/include/bsd/getopt.h b/include/bsd/getopt.h index 9fb2e7e..a6505e9 100644 --- a/include/bsd/getopt.h +++ b/include/bsd/getopt.h @@ -1,5 +1,5 @@ /* - * Copyright © 2011 Guillem Jover + * Copyright © 2011 Guillem Jover * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/include/bsd/nlist.h b/include/bsd/nlist.h index 310748f..2730237 100644 --- a/include/bsd/nlist.h +++ b/include/bsd/nlist.h @@ -1,5 +1,5 @@ /* - * Copyright © 2009 Guillem Jover + * Copyright © 2009 Guillem Jover * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/include/bsd/stdio.h b/include/bsd/stdio.h index 22e9d2c..62d587f 100644 --- a/include/bsd/stdio.h +++ b/include/bsd/stdio.h @@ -1,5 +1,5 @@ /* - * Copyright © 2004, 2005, 2009, 2011 Guillem Jover + * Copyright © 2004, 2005, 2009, 2011 Guillem Jover * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/include/bsd/stdlib.h b/include/bsd/stdlib.h index 5448011..dd30703 100644 --- a/include/bsd/stdlib.h +++ b/include/bsd/stdlib.h @@ -1,7 +1,7 @@ /* * Copyright © 2005 Aurelien Jarno * Copyright © 2006 Robert Millan - * Copyright © 2008-2011 Guillem Jover + * Copyright © 2008-2011 Guillem Jover * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/include/bsd/string.h b/include/bsd/string.h index ac2a5a5..f385947 100644 --- a/include/bsd/string.h +++ b/include/bsd/string.h @@ -1,5 +1,5 @@ /* - * Copyright © 2004, 2005, 2009, 2011 Guillem Jover + * Copyright © 2004, 2005, 2009, 2011 Guillem Jover * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/include/bsd/sys/cdefs.h b/include/bsd/sys/cdefs.h index 49bbeb5..c08d68d 100644 --- a/include/bsd/sys/cdefs.h +++ b/include/bsd/sys/cdefs.h @@ -1,5 +1,5 @@ /* - * Copyright © 2004-2006, 2009-2011 Guillem Jover + * Copyright © 2004-2006, 2009-2011 Guillem Jover * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/include/bsd/sys/endian.h b/include/bsd/sys/endian.h index 58fca50..6ddf715 100644 --- a/include/bsd/sys/endian.h +++ b/include/bsd/sys/endian.h @@ -1,5 +1,5 @@ /* - * Copyright © 2011 Guillem Jover + * Copyright © 2011 Guillem Jover * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/include/bsd/sys/poll.h b/include/bsd/sys/poll.h index 0e34103..455efa4 100644 --- a/include/bsd/sys/poll.h +++ b/include/bsd/sys/poll.h @@ -1,5 +1,5 @@ /* - * Copyright © 2011 Guillem Jover + * Copyright © 2011 Guillem Jover * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/include/bsd/unistd.h b/include/bsd/unistd.h index e576b89..193dd35 100644 --- a/include/bsd/unistd.h +++ b/include/bsd/unistd.h @@ -1,6 +1,6 @@ /* * Copyright © 2006 Robert Millan - * Copyright © 2008-2011 Guillem Jover + * Copyright © 2008-2011 Guillem Jover * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/fgetln.c b/src/fgetln.c index 87bd2e9..183e853 100644 --- a/src/fgetln.c +++ b/src/fgetln.c @@ -1,6 +1,6 @@ /* * Copyright © 2005 Hector Garcia Alvarez - * Copyright © 2005, 2008, 2009, 2011 Guillem Jover + * Copyright © 2005, 2008, 2009, 2011 Guillem Jover * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/fpurge.c b/src/fpurge.c index e2483f2..e31b84a 100644 --- a/src/fpurge.c +++ b/src/fpurge.c @@ -1,5 +1,5 @@ /* - * Copyright © 2011 Guillem Jover + * Copyright © 2011 Guillem Jover * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/getpeereid.c b/src/getpeereid.c index 8990357..3694219 100644 --- a/src/getpeereid.c +++ b/src/getpeereid.c @@ -1,5 +1,5 @@ /* - * Copyright © 2010 Guillem Jover + * Copyright © 2010 Guillem Jover * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/local-elf.h b/src/local-elf.h index 0c06c49..afcc8ed 100644 --- a/src/local-elf.h +++ b/src/local-elf.h @@ -1,5 +1,5 @@ /* - * Copyright © 2009 Guillem Jover + * Copyright © 2009 Guillem Jover * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/setproctitle.c b/src/setproctitle.c index 0cf36ef..239fb01 100644 --- a/src/setproctitle.c +++ b/src/setproctitle.c @@ -1,5 +1,5 @@ /* - * Copyright © 2010 Guillem Jover + * Copyright © 2010 Guillem Jover * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions