aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Fleischer <cgit@crytocrack.de>2014-01-08 15:10:49 +0100
committerLukas Fleischer <cgit@crytocrack.de>2014-01-08 15:10:49 +0100
commitf7f26f88755ac6a3b9af4918b51b0d6e7a692c78 (patch)
tree3dcbd76894f319a00305233aeb5b8f98d913a98e
parentgit: update to 1.8.5 (diff)
downloadcgit-f7f26f88755ac6a3b9af4918b51b0d6e7a692c78.tar.xz
cgit-f7f26f88755ac6a3b9af4918b51b0d6e7a692c78.zip
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>
-rw-r--r--cache.c2
-rw-r--r--cgit.c3
-rw-r--r--cmd.c3
-rw-r--r--configfile.c2
-rw-r--r--html.c2
-rw-r--r--parsing.c2
-rw-r--r--scan-tree.c5
-rw-r--r--shared.c2
-rw-r--r--ui-atom.c2
-rw-r--r--ui-blob.c3
-rw-r--r--ui-clone.c2
-rw-r--r--ui-commit.c2
-rw-r--r--ui-diff.c2
-rw-r--r--ui-log.c2
-rw-r--r--ui-patch.c2
-rw-r--r--ui-plain.c2
-rw-r--r--ui-refs.c2
-rw-r--r--ui-repolist.c3
-rw-r--r--ui-shared.c2
-rw-r--r--ui-snapshot.c3
-rw-r--r--ui-summary.c3
-rw-r--r--ui-tag.c2
-rw-r--r--ui-tree.c2
23 files changed, 24 insertions, 31 deletions
diff --git a/cache.c b/cache.c
index aa870e3..d339435 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 861352a..1f84da8 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 0202917..420b3b1 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 31fe5c8..833f158 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 03277db..903d4b7 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 658621d..248b6ee 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 29c8263..1a2ea87 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 919a99e..c5c4b00 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 2a1eb59..838f220 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 eb14a75..608926e 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 30d020e..9d0d6ad 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 ef85a49..aa1892f 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 7395c45..5ccd03e 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 c154f69..584336a 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 333bb99..3086608 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 c9ec403..68e0387 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 0ae0612..7af6fed 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 2ab6e9e..d4ee279 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 7ab2ab1..d32852f 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 42b7489..901c0c9 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 5598d08..3a7c7a7 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 aea7958..ec9c757 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 52b57b7..5ae3926 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)