diff options
author | Lukas Fleischer <calcurse@cryptocrack.de> | 2011-04-22 07:26:05 +0200 |
---|---|---|
committer | Lukas Fleischer <calcurse@cryptocrack.de> | 2011-04-22 07:26:05 +0200 |
commit | 38865b8e4841a8678cd567eecb4af443d5f2386b (patch) | |
tree | a45287bc95368369a1ef262a19aa87ebf65793c0 | |
parent | c9db3b7db741946c0dca3747ab7700104f1c39de (diff) | |
download | calcurse-38865b8e4841a8678cd567eecb4af443d5f2386b.tar.gz calcurse-38865b8e4841a8678cd567eecb4af443d5f2386b.zip |
Update copyright notices in source files, documentation and "COPYING".
* Update copyright dates (use 2004-2011 as date range everywhere).
* Change copyright holder from "Frederic Culot" to "calcurse Development
Team".
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
-rw-r--r-- | COPYING | 2 | ||||
-rwxr-xr-x | autogen.sh | 2 | ||||
-rw-r--r-- | doc/calcurse.1.txt | 4 | ||||
-rw-r--r-- | doc/manual.txt | 2 | ||||
-rw-r--r-- | src/apoint.c | 2 | ||||
-rw-r--r-- | src/args.c | 4 | ||||
-rw-r--r-- | src/calcurse.c | 2 | ||||
-rw-r--r-- | src/calcurse.h | 2 | ||||
-rw-r--r-- | src/calendar.c | 2 | ||||
-rw-r--r-- | src/custom.c | 2 | ||||
-rw-r--r-- | src/day.c | 2 | ||||
-rw-r--r-- | src/dmon.c | 2 | ||||
-rw-r--r-- | src/event.c | 2 | ||||
-rw-r--r-- | src/help.c | 4 | ||||
-rw-r--r-- | src/htable.h | 2 | ||||
-rw-r--r-- | src/io.c | 2 | ||||
-rw-r--r-- | src/keys.c | 2 | ||||
-rw-r--r-- | src/llist.c | 2 | ||||
-rw-r--r-- | src/llist.h | 2 | ||||
-rw-r--r-- | src/llist_ts.h | 2 | ||||
-rw-r--r-- | src/mem.c | 2 | ||||
-rw-r--r-- | src/notify.c | 2 | ||||
-rw-r--r-- | src/recur.c | 2 | ||||
-rw-r--r-- | src/sigs.c | 2 | ||||
-rw-r--r-- | src/todo.c | 2 | ||||
-rw-r--r-- | src/utils.c | 2 | ||||
-rw-r--r-- | src/vars.c | 2 | ||||
-rw-r--r-- | src/wins.c | 2 |
28 files changed, 31 insertions, 31 deletions
@@ -1,4 +1,4 @@ -Copyright (c) 2004-2010 Frederic Culot <frederic@culot.org> +Copyright (c) 2004-2011 calcurse Development Team <misc@calcurse.org> All rights reserved. Redistribution and use in source and binary forms, with or without @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2004-2006, 2009 Frederic Culot <frederic@culot.org> +# Copyright (c) 2004-2011 calcurse Development Team <misc@calcurse.org> # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/doc/calcurse.1.txt b/doc/calcurse.1.txt index f61635a..884aa34 100644 --- a/doc/calcurse.1.txt +++ b/doc/calcurse.1.txt @@ -1,6 +1,6 @@ //// /* - * Copyright (c) 2004-2010 Frederic Culot <frederic@culot.org> + * Copyright (c) 2004-2011 calcurse Development Team <misc@calcurse.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -271,5 +271,5 @@ Authors Copyright --------- -Copyright (c) 2004-2010 by Frederic Culot. +Copyright (c) 2004-2011 calcurse Development Team. This software is released under the BSD License. diff --git a/doc/manual.txt b/doc/manual.txt index 89f13fd..17fe724 100644 --- a/doc/manual.txt +++ b/doc/manual.txt @@ -1,6 +1,6 @@ //// /* - * Copyright (c) 2004-2010 Frederic Culot <frederic@culot.org> + * Copyright (c) 2004-2011 calcurse Development Team <misc@calcurse.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/apoint.c b/src/apoint.c index fac37c2..ab3fab5 100644 --- a/src/apoint.c +++ b/src/apoint.c @@ -1,7 +1,7 @@ /* * Calcurse - text-based organizer * - * Copyright (c) 2004-2010 Frederic Culot <frederic@culot.org> + * Copyright (c) 2004-2011 calcurse Development Team <misc@calcurse.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -1,7 +1,7 @@ /* * Calcurse - text-based organizer * - * Copyright (c) 2004-2010 Frederic Culot <frederic@culot.org> + * Copyright (c) 2004-2011 calcurse Development Team <misc@calcurse.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -73,7 +73,7 @@ version_arg () { char vtitle[BUFSIZ]; char *vtext = - _("\nCopyright (c) 2004-2010 Frederic Culot.\n" + _("\nCopyright (c) 2004-2011 calcurse Development Team.\n" "This is free software; see the source for copying conditions.\n"); (void)snprintf (vtitle, BUFSIZ, _("Calcurse %s - text-based organizer\n"), diff --git a/src/calcurse.c b/src/calcurse.c index 3741614..15ee1bd 100644 --- a/src/calcurse.c +++ b/src/calcurse.c @@ -1,7 +1,7 @@ /* * Calcurse - text-based organizer * - * Copyright (c) 2004-2010 Frederic Culot <frederic@culot.org> + * Copyright (c) 2004-2011 calcurse Development Team <misc@calcurse.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/calcurse.h b/src/calcurse.h index c32272e..261a287 100644 --- a/src/calcurse.h +++ b/src/calcurse.h @@ -1,7 +1,7 @@ /* * Calcurse - text-based organizer * - * Copyright (c) 2010 Frederic Culot <frederic@culot.org> + * Copyright (c) 2004-2011 calcurse Development Team <misc@calcurse.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/calendar.c b/src/calendar.c index 45b99c3..6664a93 100644 --- a/src/calendar.c +++ b/src/calendar.c @@ -1,7 +1,7 @@ /* * Calcurse - text-based organizer * - * Copyright (c) 2004-2010 Frederic Culot <frederic@culot.org> + * Copyright (c) 2004-2011 calcurse Development Team <misc@calcurse.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/custom.c b/src/custom.c index 1169b18..188ded2 100644 --- a/src/custom.c +++ b/src/custom.c @@ -1,7 +1,7 @@ /* * Calcurse - text-based organizer * - * Copyright (c) 2004-2010 Frederic Culot <frederic@culot.org> + * Copyright (c) 2004-2011 calcurse Development Team <misc@calcurse.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -1,7 +1,7 @@ /* * Calcurse - text-based organizer * - * Copyright (c) 2004-2010 Frederic Culot <frederic@culot.org> + * Copyright (c) 2004-2011 calcurse Development Team <misc@calcurse.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -1,7 +1,7 @@ /* * Calcurse - text-based organizer * - * Copyright (c) 2009-2010 Frederic Culot <frederic@culot.org> + * Copyright (c) 2004-2011 calcurse Development Team <misc@calcurse.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/event.c b/src/event.c index 9d00fc2..7e76097 100644 --- a/src/event.c +++ b/src/event.c @@ -1,7 +1,7 @@ /* * Calcurse - text-based organizer * - * Copyright (c) 2004-2010 Frederic Culot <frederic@culot.org> + * Copyright (c) 2004-2011 calcurse Development Team <misc@calcurse.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -1,7 +1,7 @@ /* * Calcurse - text-based organizer * - * Copyright (c) 2004-2010 Frederic Culot <frederic@culot.org> + * Copyright (c) 2004-2011 calcurse Development Team <misc@calcurse.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -715,7 +715,7 @@ help_screen (void) hscr[HELP_CREDITS].title = _("Calcurse - text-based organizer"); (void)snprintf (hscr[HELP_CREDITS].text, HELPTEXTSIZ, - _("\nCopyright (c) 2004-2009 Frederic Culot\n" + _("\nCopyright (c) 2004-2011 calcurse Development Team\n" "All rights reserved.\n" "\n" "Redistribution and use in source and binary forms, with or without\n" diff --git a/src/htable.h b/src/htable.h index 743a852..2f7027b 100644 --- a/src/htable.h +++ b/src/htable.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008 Frederic Culot <frederic@culot.org> + * Copyright (c) 2004-2011 calcurse Development Team <misc@calcurse.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -1,7 +1,7 @@ /* * Calcurse - text-based organizer * - * Copyright (c) 2004-2010 Frederic Culot <frederic@culot.org> + * Copyright (c) 2004-2011 calcurse Development Team <misc@calcurse.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -1,7 +1,7 @@ /* * Calcurse - text-based organizer * - * Copyright (c) 2008-2010 Frederic Culot <frederic@culot.org> + * Copyright (c) 2004-2011 calcurse Development Team <misc@calcurse.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/llist.c b/src/llist.c index 8905ac9..9a379c6 100644 --- a/src/llist.c +++ b/src/llist.c @@ -1,7 +1,7 @@ /* * Calcurse - text-based organizer * - * Copyright (c) 2004-2011 Frederic Culot <frederic@culot.org> + * Copyright (c) 2004-2011 calcurse Development Team <misc@calcurse.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/llist.h b/src/llist.h index 6525b9c..d7e4249 100644 --- a/src/llist.h +++ b/src/llist.h @@ -1,7 +1,7 @@ /* * Calcurse - text-based organizer * - * Copyright (c) 2004-2011 Frederic Culot <frederic@culot.org> + * Copyright (c) 2004-2011 calcurse Development Team <misc@calcurse.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/llist_ts.h b/src/llist_ts.h index f30c395..0f90024 100644 --- a/src/llist_ts.h +++ b/src/llist_ts.h @@ -1,7 +1,7 @@ /* * Calcurse - text-based organizer * - * Copyright (c) 2004-2011 Frederic Culot <frederic@culot.org> + * Copyright (c) 2004-2011 calcurse Development Team <misc@calcurse.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -1,7 +1,7 @@ /* * Calcurse - text-based organizer * - * Copyright (c) 2008-2010 Frederic Culot <frederic@culot.org> + * Copyright (c) 2004-2011 calcurse Development Team <misc@calcurse.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/notify.c b/src/notify.c index 3e5d3c7..d66cf80 100644 --- a/src/notify.c +++ b/src/notify.c @@ -1,7 +1,7 @@ /* * Calcurse - text-based organizer * - * Copyright (c) 2004-2010 Frederic Culot <frederic@culot.org> + * Copyright (c) 2004-2011 calcurse Development Team <misc@calcurse.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/recur.c b/src/recur.c index d19cda4..3697036 100644 --- a/src/recur.c +++ b/src/recur.c @@ -1,7 +1,7 @@ /* * Calcurse - text-based organizer * - * Copyright (c) 2004-2010 Frederic Culot <frederic@culot.org> + * Copyright (c) 2004-2011 calcurse Development Team <misc@calcurse.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -1,7 +1,7 @@ /* * Calcurse - text-based organizer * - * Copyright (c) 2007-2010 Frederic Culot <frederic@culot.org> + * Copyright (c) 2004-2011 calcurse Development Team <misc@calcurse.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -1,7 +1,7 @@ /* * Calcurse - text-based organizer * - * Copyright (c) 2004-2010 Frederic Culot <frederic@culot.org> + * Copyright (c) 2004-2011 calcurse Development Team <misc@calcurse.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/utils.c b/src/utils.c index d93c827..aa1326f 100644 --- a/src/utils.c +++ b/src/utils.c @@ -1,7 +1,7 @@ /* * Calcurse - text-based organizer * - * Copyright (c) 2004-2010 Frederic Culot <frederic@culot.org> + * Copyright (c) 2004-2011 calcurse Development Team <misc@calcurse.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -1,7 +1,7 @@ /* * Calcurse - text-based organizer * - * Copyright (c) 2004-2008, 2010 Frederic Culot <frederic@culot.org> + * Copyright (c) 2004-2011 calcurse Development Team <misc@calcurse.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -1,7 +1,7 @@ /* * Calcurse - text-based organizer * - * Copyright (c) 2007-2010 Frederic Culot <frederic@culot.org> + * Copyright (c) 2004-2011 calcurse Development Team <misc@calcurse.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without |