cgit

commit f7f26f88755ac6a3b9af4918b51b0d6e7a692c78

Author: Lukas Fleischer <cgit@crytocrack.de>

Update copyright information

* Name "cgit Development Team" as copyright holder to avoid listing
  every single developer.

* Update copyright ranges.

Signed-off-by: Lukas Fleischer <cgit@crytocrack.de>

 cache.c | 2 +-
 cgit.c | 3 +--
 cmd.c | 3 +--
 configfile.c | 2 +-
 html.c | 2 +-
 parsing.c | 2 +-
 scan-tree.c | 5 ++---
 shared.c | 2 +-
 ui-atom.c | 2 +-
 ui-blob.c | 3 +--
 ui-clone.c | 2 +-
 ui-commit.c | 2 +-
 ui-diff.c | 2 +-
 ui-log.c | 2 +-
 ui-patch.c | 2 +-
 ui-plain.c | 2 +-
 ui-refs.c | 2 +-
 ui-repolist.c | 3 +--
 ui-shared.c | 2 +-
 ui-snapshot.c | 3 +--
 ui-summary.c | 3 +--
 ui-tag.c | 2 +-
 ui-tree.c | 2 +-


diff --git a/cache.c b/cache.c
index aa870e3654125cf6017d5f7d6d0f21da8a549a0e..d339435b7f8b7fc8cd75216ee594787074f98f31 100644
--- a/cache.c
+++ b/cache.c
@@ -1,6 +1,6 @@
 /* cache.c: cache management
  *
- * Copyright (C) 2006 Lars Hjemli
+ * Copyright (C) 2006-2014 cgit Development Team <cgit@lists.zx2c4.com>
  *
  * Licensed under GNU General Public License v2
  *   (see COPYING for full license text)




diff --git a/cgit.c b/cgit.c
index 861352a5e9e8da1558cde08b3cc076375d138ede..1f84da86a03bb483f36a75af0612dff557c7f003 100644
--- a/cgit.c
+++ b/cgit.c
@@ -1,7 +1,6 @@
 /* cgit.c: cgi for the git scm
  *
- * Copyright (C) 2006 Lars Hjemli
- * Copyright (C) 2010-2013 Jason A. Donenfeld <Jason@zx2c4.com>
+ * Copyright (C) 2006-2014 cgit Development Team <cgit@lists.zx2c4.com>
  *
  * Licensed under GNU General Public License v2
  *   (see COPYING for full license text)




diff --git a/cmd.c b/cmd.c
index 0202917e6c7366fdd6e95e3cde3c39198e6968f6..420b3b118a5d2d0b2d8e913b0d0fe6081db69063 100644
--- a/cmd.c
+++ b/cmd.c
@@ -1,7 +1,6 @@
 /* cmd.c: the cgit command dispatcher
  *
- * Copyright (C) 2008 Lars Hjemli
- * Copyright (C) 2013 Jason A. Donenfeld <Jason@zx2c4.com>.
+ * Copyright (C) 2006-2014 cgit Development Team <cgit@lists.zx2c4.com>
  *
  * Licensed under GNU General Public License v2
  *   (see COPYING for full license text)




diff --git a/configfile.c b/configfile.c
index 31fe5c88915a418fbec3dfb58d44fc67f6ac6b0d..833f158e1a76469bbfdc9a1e5aac7dc0947a603f 100644
--- a/configfile.c
+++ b/configfile.c
@@ -1,6 +1,6 @@
 /* configfile.c: parsing of config files
  *
- * Copyright (C) 2008 Lars Hjemli
+ * Copyright (C) 2006-2014 cgit Development Team <cgit@lists.zx2c4.com>
  *
  * Licensed under GNU General Public License v2
  *   (see COPYING for full license text)




diff --git a/html.c b/html.c
index 03277db9b73235c964f608df4e358f44323756c6..903d4b78d45584172d9291460109a7658dfa0055 100644
--- a/html.c
+++ b/html.c
@@ -1,6 +1,6 @@
 /* html.c: helper functions for html output
  *
- * Copyright (C) 2006 Lars Hjemli
+ * Copyright (C) 2006-2014 cgit Development Team <cgit@lists.zx2c4.com>
  *
  * Licensed under GNU General Public License v2
  *   (see COPYING for full license text)




diff --git a/parsing.c b/parsing.c
index 658621d8e76b74336eb8827b3354d59ec9d35320..248b6ee9d8ca8e60df28e25456e2ae04c901d34d 100644
--- a/parsing.c
+++ b/parsing.c
@@ -1,6 +1,6 @@
 /* config.c: parsing of config files
  *
- * Copyright (C) 2006 Lars Hjemli
+ * Copyright (C) 2006-2014 cgit Development Team <cgit@lists.zx2c4.com>
  *
  * Licensed under GNU General Public License v2
  *   (see COPYING for full license text)




diff --git a/scan-tree.c b/scan-tree.c
index 29c8263a0f6feeea85545999adfeef41a8ab03ae..1a2ea87e5008afe396df231114fabb59df8ce1b2 100644
--- a/scan-tree.c
+++ b/scan-tree.c
@@ -1,7 +1,6 @@
 /* scan-tree.c
- * 
- * Copyright (C) 2008-2009 Lars Hjemli
- * Copyright (C) 2010-2013 Jason A. Donenfeld <Jason@zx2c4.com>
+ *
+ * Copyright (C) 2006-2014 cgit Development Team <cgit@lists.zx2c4.com>
  *
  * Licensed under GNU General Public License v2
  *   (see COPYING for full license text)




diff --git a/shared.c b/shared.c
index 919a99ef6629549fd597aa8154f78737306f1d03..c5c4b00e905dc1af28dff362f4874b8546aaa35c 100644
--- a/shared.c
+++ b/shared.c
@@ -1,6 +1,6 @@
 /* shared.c: global vars + some callback functions
  *
- * Copyright (C) 2006 Lars Hjemli
+ * Copyright (C) 2006-2014 cgit Development Team <cgit@lists.zx2c4.com>
  *
  * Licensed under GNU General Public License v2
  *   (see COPYING for full license text)




diff --git a/ui-atom.c b/ui-atom.c
index 2a1eb595314248a364d9cedc1efdf5bf5db3e60d..838f220ae301700ff50e61e1bcbfee5f3f0e7bce 100644
--- a/ui-atom.c
+++ b/ui-atom.c
@@ -1,6 +1,6 @@
 /* ui-atom.c: functions for atom feeds
  *
- * Copyright (C) 2008 Lars Hjemli
+ * Copyright (C) 2006-2014 cgit Development Team <cgit@lists.zx2c4.com>
  *
  * Licensed under GNU General Public License v2
  *   (see COPYING for full license text)




diff --git a/ui-blob.c b/ui-blob.c
index eb14a754c8e9995b3def375b1988544a54d7197f..608926ea0669187d33cb3296c0000b8d72b94ca5 100644
--- a/ui-blob.c
+++ b/ui-blob.c
@@ -1,7 +1,6 @@
 /* ui-blob.c: show blob content
  *
- * Copyright (C) 2008 Lars Hjemli
- * Copyright (C) 2010-2013 Jason A. Donenfeld <Jason@zx2c4.com>
+ * Copyright (C) 2006-2014 cgit Development Team <cgit@lists.zx2c4.com>
  *
  * Licensed under GNU General Public License v2
  *   (see COPYING for full license text)




diff --git a/ui-clone.c b/ui-clone.c
index 30d020e447223705dc799c8e1eafca518e136b49..9d0d6ad5f7cee475ba97445e2eaf5d0d0f6e4c09 100644
--- a/ui-clone.c
+++ b/ui-clone.c
@@ -1,7 +1,7 @@
 /* ui-clone.c: functions for http cloning, based on
  * git's http-backend.c by Shawn O. Pearce
  *
- * Copyright (C) 2008 Lars Hjemli
+ * Copyright (C) 2006-2014 cgit Development Team <cgit@lists.zx2c4.com>
  *
  * Licensed under GNU General Public License v2
  *   (see COPYING for full license text)




diff --git a/ui-commit.c b/ui-commit.c
index ef85a499e9fb7b98e7613fb69c5147f4fd0a67fe..aa1892f630a7f2fce1c97deeb8d5bfc034b38a16 100644
--- a/ui-commit.c
+++ b/ui-commit.c
@@ -1,6 +1,6 @@
 /* ui-commit.c: generate commit view
  *
- * Copyright (C) 2006 Lars Hjemli
+ * Copyright (C) 2006-2014 cgit Development Team <cgit@lists.zx2c4.com>
  *
  * Licensed under GNU General Public License v2
  *   (see COPYING for full license text)




diff --git a/ui-diff.c b/ui-diff.c
index 7395c4573966adc23a8fb16fb97f0cad21b7bdee..5ccd03e5d113b48717cf5e8db6e7c54b5971730a 100644
--- a/ui-diff.c
+++ b/ui-diff.c
@@ -1,6 +1,6 @@
 /* ui-diff.c: show diff between two blobs
  *
- * Copyright (C) 2006 Lars Hjemli
+ * Copyright (C) 2006-2014 cgit Development Team <cgit@lists.zx2c4.com>
  *
  * Licensed under GNU General Public License v2
  *   (see COPYING for full license text)




diff --git a/ui-log.c b/ui-log.c
index c154f69224314dac9a3415cb21d793b2a1dcf0d3..584336a9766c0a6d6aa4d8bb33d5f28f185d583e 100644
--- a/ui-log.c
+++ b/ui-log.c
@@ -1,6 +1,6 @@
 /* ui-log.c: functions for log output
  *
- * Copyright (C) 2006 Lars Hjemli
+ * Copyright (C) 2006-2014 cgit Development Team <cgit@lists.zx2c4.com>
  *
  * Licensed under GNU General Public License v2
  *   (see COPYING for full license text)




diff --git a/ui-patch.c b/ui-patch.c
index 333bb99a3864dda876185080aa88704ea866be30..3086608539dd04ed6719950d1686be416cd45bf8 100644
--- a/ui-patch.c
+++ b/ui-patch.c
@@ -1,6 +1,6 @@
 /* ui-patch.c: generate patch view
  *
- * Copyright (C) 2007 Lars Hjemli
+ * Copyright (C) 2006-2014 cgit Development Team <cgit@lists.zx2c4.com>
  *
  * Licensed under GNU General Public License v2
  *   (see COPYING for full license text)




diff --git a/ui-plain.c b/ui-plain.c
index c9ec40338c46999164412839562837d9738ba0ca..68e0387ff800720778abc206537b794d5d45267f 100644
--- a/ui-plain.c
+++ b/ui-plain.c
@@ -1,6 +1,6 @@
 /* ui-plain.c: functions for output of plain blobs by path
  *
- * Copyright (C) 2008 Lars Hjemli
+ * Copyright (C) 2006-2014 cgit Development Team <cgit@lists.zx2c4.com>
  *
  * Licensed under GNU General Public License v2
  *   (see COPYING for full license text)




diff --git a/ui-refs.c b/ui-refs.c
index 0ae0612665e95c3254aa6a3ed769f5f355cf5b12..7af6fed0ad0c85b6db64472330fcfcf06bc0a065 100644
--- a/ui-refs.c
+++ b/ui-refs.c
@@ -1,6 +1,6 @@
 /* ui-refs.c: browse symbolic refs
  *
- * Copyright (C) 2006 Lars Hjemli
+ * Copyright (C) 2006-2014 cgit Development Team <cgit@lists.zx2c4.com>
  *
  * Licensed under GNU General Public License v2
  *   (see COPYING for full license text)




diff --git a/ui-repolist.c b/ui-repolist.c
index 2ab6e9e41cca24fa9a2e3ad17682090cfc592e20..d4ee2798c0d9be1ec02a308b4072ac97b0889c42 100644
--- a/ui-repolist.c
+++ b/ui-repolist.c
@@ -1,7 +1,6 @@
 /* ui-repolist.c: functions for generating the repolist page
  *
- * Copyright (C) 2006 Lars Hjemli
- * Copyright (C) 2012 Jason A. Donenfeld <Jason@zx2c4.com>
+ * Copyright (C) 2006-2014 cgit Development Team <cgit@lists.zx2c4.com>
  *
  * Licensed under GNU General Public License v2
  *   (see COPYING for full license text)




diff --git a/ui-shared.c b/ui-shared.c
index 7ab2ab187d5f3cc9ce6e835c72ab2f47af2ef13e..d32852f4d213a933be4c3ee9165bc40cbb5fb594 100644
--- a/ui-shared.c
+++ b/ui-shared.c
@@ -1,6 +1,6 @@
 /* ui-shared.c: common web output functions
  *
- * Copyright (C) 2006 Lars Hjemli
+ * Copyright (C) 2006-2014 cgit Development Team <cgit@lists.zx2c4.com>
  *
  * Licensed under GNU General Public License v2
  *   (see COPYING for full license text)




diff --git a/ui-snapshot.c b/ui-snapshot.c
index 42b7489d5b4048248b9223cfc14a437fabdeba09..901c0c9ea56ce7af9515df780bc76ad5f4bb2fda 100644
--- a/ui-snapshot.c
+++ b/ui-snapshot.c
@@ -1,7 +1,6 @@
 /* ui-snapshot.c: generate snapshot of a commit
  *
- * Copyright (C) 2006 Lars Hjemli
- * Copyright (C) 2012 Jason A. Donenfeld <Jason@zx2c4.com>
+ * Copyright (C) 2006-2014 cgit Development Team <cgit@lists.zx2c4.com>
  *
  * Licensed under GNU General Public License v2
  *   (see COPYING for full license text)




diff --git a/ui-summary.c b/ui-summary.c
index 5598d0808ae066dd7827d0f6b282caae69394630..3a7c7a75b000c949845af8e46c69df3757c1c0a9 100644
--- a/ui-summary.c
+++ b/ui-summary.c
@@ -1,7 +1,6 @@
 /* ui-summary.c: functions for generating repo summary page
  *
- * Copyright (C) 2006 Lars Hjemli
- * Copyright (C) 2010-2013 Jason A. Donenfeld <Jason@zx2c4.com>
+ * Copyright (C) 2006-2014 cgit Development Team <cgit@lists.zx2c4.com>
  *
  * Licensed under GNU General Public License v2
  *   (see COPYING for full license text)




diff --git a/ui-tag.c b/ui-tag.c
index aea795879dfe595f851efe4908e8d31fb2976837..ec9c757db22d8196bebefb1ae020ac33ca30b627 100644
--- a/ui-tag.c
+++ b/ui-tag.c
@@ -1,6 +1,6 @@
 /* ui-tag.c: display a tag
  *
- * Copyright (C) 2007 Lars Hjemli
+ * Copyright (C) 2006-2014 cgit Development Team <cgit@lists.zx2c4.com>
  *
  * Licensed under GNU General Public License v2
  *   (see COPYING for full license text)




diff --git a/ui-tree.c b/ui-tree.c
index 52b57b7a07ddbb313def5296529b31682a0705d5..5ae39269cc7278d6cbaa41df5ee35b032be1e0cc 100644
--- a/ui-tree.c
+++ b/ui-tree.c
@@ -1,6 +1,6 @@
 /* ui-tree.c: functions for tree output
  *
- * Copyright (C) 2006 Lars Hjemli
+ * Copyright (C) 2006-2014 cgit Development Team <cgit@lists.zx2c4.com>
  *
  * Licensed under GNU General Public License v2
  *   (see COPYING for full license text)