From 38865b8e4841a8678cd567eecb4af443d5f2386b Mon Sep 17 00:00:00 2001
From: Lukas Fleischer <calcurse@cryptocrack.de>
Date: Fri, 22 Apr 2011 07:26:05 +0200
Subject: 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>
---
 COPYING            | 2 +-
 autogen.sh         | 2 +-
 doc/calcurse.1.txt | 4 ++--
 doc/manual.txt     | 2 +-
 src/apoint.c       | 2 +-
 src/args.c         | 4 ++--
 src/calcurse.c     | 2 +-
 src/calcurse.h     | 2 +-
 src/calendar.c     | 2 +-
 src/custom.c       | 2 +-
 src/day.c          | 2 +-
 src/dmon.c         | 2 +-
 src/event.c        | 2 +-
 src/help.c         | 4 ++--
 src/htable.h       | 2 +-
 src/io.c           | 2 +-
 src/keys.c         | 2 +-
 src/llist.c        | 2 +-
 src/llist.h        | 2 +-
 src/llist_ts.h     | 2 +-
 src/mem.c          | 2 +-
 src/notify.c       | 2 +-
 src/recur.c        | 2 +-
 src/sigs.c         | 2 +-
 src/todo.c         | 2 +-
 src/utils.c        | 2 +-
 src/vars.c         | 2 +-
 src/wins.c         | 2 +-
 28 files changed, 31 insertions(+), 31 deletions(-)

diff --git a/COPYING b/COPYING
index e264725..541b49b 100644
--- a/COPYING
+++ b/COPYING
@@ -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
diff --git a/autogen.sh b/autogen.sh
index 2e86945..cb7514f 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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
diff --git a/src/args.c b/src/args.c
index 9510b69..cfa25cc 100644
--- a/src/args.c
+++ b/src/args.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
@@ -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
diff --git a/src/day.c b/src/day.c
index 0ad9438..10ecc33 100644
--- a/src/day.c
+++ b/src/day.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/dmon.c b/src/dmon.c
index fff9a55..6a24739 100644
--- a/src/dmon.c
+++ b/src/dmon.c
@@ -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
diff --git a/src/help.c b/src/help.c
index 2b341fe..edc916e 100644
--- a/src/help.c
+++ b/src/help.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
@@ -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
diff --git a/src/io.c b/src/io.c
index 63e9d22..f82de50 100644
--- a/src/io.c
+++ b/src/io.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/keys.c b/src/keys.c
index 916d4e8..12bdd5c 100644
--- a/src/keys.c
+++ b/src/keys.c
@@ -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
diff --git a/src/mem.c b/src/mem.c
index 1e54afc..82b28f3 100644
--- a/src/mem.c
+++ b/src/mem.c
@@ -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
diff --git a/src/sigs.c b/src/sigs.c
index 380a818..dabb1cb 100644
--- a/src/sigs.c
+++ b/src/sigs.c
@@ -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
diff --git a/src/todo.c b/src/todo.c
index 9ea066d..8000197 100644
--- a/src/todo.c
+++ b/src/todo.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/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
diff --git a/src/vars.c b/src/vars.c
index 03cd0c9..3a790f1 100644
--- a/src/vars.c
+++ b/src/vars.c
@@ -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
diff --git a/src/wins.c b/src/wins.c
index 19b5b9c..7b7384b 100644
--- a/src/wins.c
+++ b/src/wins.c
@@ -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
-- 
cgit v1.2.3-70-g09d2