From 306fafc1d1d19c51d7ac24479f49c76272934ce5 Mon Sep 17 00:00:00 2001 From: Saya Andy Date: Thu, 30 Jul 2026 12:49:23 +0700 Subject: licensing: add author preambles where changes were done Add a copyright for changes done by me, also note in README the nature of this repo --- cgit.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'cgit.c') 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 + * Copyright (C) 2026 Saya Andy + * + * 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 -- cgit v1.3.1+13