aboutsummaryrefslogtreecommitdiff
path: root/cgit.c
diff options
from:
to:
context:
space:
mode:
authorGravatar Saya Andy <saya.andy@posteo.com> 2026-07-30 12:49:23 +0700
committerGravatar Saya Andy <saya.andy@posteo.com> 2026-07-31 11:38:28 +0700
commit306fafc1d1d19c51d7ac24479f49c76272934ce5 (patch)
treee2ab62c141f406bf2c8d8c675b00b66a409f7c52 /cgit.c
parent1614f25c38d5dd1817cf7651b2fc5e07503fc454 (diff)
downloadcgitext-306fafc1d1d19c51d7ac24479f49c76272934ce5.tar.gz
cgitext-306fafc1d1d19c51d7ac24479f49c76272934ce5.zip
licensing: add author preambles where changes were donev1.3.1+9
Add a copyright for changes done by me, also note in README the nature of this repo
Diffstat (limited to 'cgit.c')
-rw-r--r--cgit.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/cgit.c b/cgit.c
index 97a4180..30c1d23 100644
--- a/cgit.c
+++ b/cgit.c
@@ -1,6 +1,10 @@
/* cgit.c: cgi for the git scm
*
* Copyright (C) 2006-2014 cgit Development Team <cgit@lists.zx2c4.com>
+ * Copyright (C) 2026 Saya Andy <saya.andy@posteo.com>
+ *
+ * Modified 2026 by Saya Andy:
+ * Always check there is git repo on repo.path
*
* Licensed under GNU General Public License v2
* (see COPYING for full license text)
@@ -997,7 +1001,7 @@ static void cgit_parse_args(int argc, const char **argv)
for (i = 1; i < argc; i++) {
if (!strcmp(argv[i], "--version")) {
- printf("CGit %s | https://git.zx2c4.com/cgit/\n\nCompiled in features:\n", CGIT_VERSION);
+ printf("CGit %s | https://sayag.it/cgitext.git | https://git.zx2c4.com/cgit/\n\nCompiled in features:\n", CGIT_VERSION);
#ifdef NO_LUA
printf("[-] ");
#else