diff --git a/INSTALL b/INSTALL index 96bfec5..b5758a1 100644 --- a/INSTALL +++ b/INSTALL @@ -105,8 +105,8 @@ If you need to port Gophernicus to a new platform, please take a look at gophernicus.h which has a bunch of HAVE_* #defines. Fiddling with those usually makes it possible to compile a working server. If you succeed in compiling Gophernicus to a new -platform please send the patches to kim@holviala.com so I can -include them into the next release. +platform please send the patches to me so I can include them into +the next release. Tested (and semi-supported) platforms include: diff --git a/LICENSE b/LICENSE index 1524fce..ae18689 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Gophernicus - Copyright (c) 2009-2017 Kim Holviala +Gophernicus - Copyright (c) 2009-2018 Kim Holviala All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/Makefile b/Makefile index f5221bd..9e6fbe6 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,7 @@ VERSION = `./version` CODENAME = Outta Prison AUTHOR = Kim Holviala EMAIL = kimholviala@fastmail.com +STARTED = 2009 SOURCES = $(NAME).c file.c menu.c string.c platform.c session.c options.c HEADERS = functions.h files.h @@ -308,3 +309,12 @@ defines: functions.h files.h loc: @wc -l *.c + +# +# Fix copyright notes +# +copyright: + sed -i .stupid -e "s/Copyright .c. 2.*$$/Copyright (c) $(STARTED)-`date +%Y` $(AUTHOR) <$(EMAIL)>/" *.c *.h LICENSE README debian/copyright + sed -i .stupid -e "s/Maintainer: .*$$/Maintainer: $(AUTHOR) <$(EMAIL)>/" debian/control + rm -f *.stupid debian/*.stupid + diff --git a/README b/README index 2710cdb..d79bfff 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Gophernicus - Copyright (c) 2009-2017 Kim Holviala +Gophernicus - Copyright (c) 2009-2018 Kim Holviala Gophernicus is a modern full-featured (and hopefully) secure gopher daemon. It is licensed under the BSD license. diff --git a/README.Gophermap b/README.Gophermap index 7e0e852..5cb88d5 100644 --- a/README.Gophermap +++ b/README.Gophermap @@ -74,7 +74,7 @@ Examples of valid resource lines: 1Absolute internal link /subdir 1External link / gopher.floodgap.com 70 1External relative link (which shouldn't work) subdir/ gopher.domain.dom 70 -0Finger-to-gopher link kim holviala.com 79 +0Finger-to-gopher link user example.test 79 hLink to a website URL:http://www.google.com/ hLink to a local html page /path/to/file.html @@ -82,7 +82,7 @@ hLink to a local html page /path/to/file.html 9Link to a binary file /path/to/binary 7Search engine query /query -8Telnet session kim holviala.com 79 +8Telnet session user example.test 79 # Hide a few files from the menu listing generated by * -hiddenfile.txt diff --git a/bin2c.c b/bin2c.c index 33cecdf..3402acf 100755 --- a/bin2c.c +++ b/bin2c.c @@ -1,5 +1,5 @@ /* - * bin2c - Copyright (c) 2010 Kim Holviala + * bin2c - Copyright (c) 2009-2018 Kim Holviala * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/debian/control b/debian/control index 9fce808..4eca63d 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: gophernicus Section: net Priority: extra -Maintainer: Kim Holviala +Maintainer: Kim Holviala Build-Depends: debhelper (>= 5), libwrap0-dev Standards-Version: 3.7.3 Homepage: gopher://gophernicus.org/1/software/gophernicus/server/ diff --git a/debian/copyright b/debian/copyright index 1524fce..ae18689 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,4 +1,4 @@ -Gophernicus - Copyright (c) 2009-2017 Kim Holviala +Gophernicus - Copyright (c) 2009-2018 Kim Holviala All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/file.c b/file.c index b3ed74b..7ddd45a 100644 --- a/file.c +++ b/file.c @@ -1,5 +1,5 @@ /* - * Gophernicus - Copyright (c) 2009-2017 Kim Holviala + * Gophernicus - Copyright (c) 2009-2018 Kim Holviala * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/gophernicus.c b/gophernicus.c index 4bca07b..22c2a39 100644 --- a/gophernicus.c +++ b/gophernicus.c @@ -1,5 +1,5 @@ /* - * Gophernicus - Copyright (c) 2009-2017 Kim Holviala + * Gophernicus - Copyright (c) 2009-2018 Kim Holviala * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/gophernicus.h b/gophernicus.h index 5189efa..3cb44b4 100644 --- a/gophernicus.h +++ b/gophernicus.h @@ -1,5 +1,5 @@ /* - * Gophernicus - Copyright (c) 2009-2017 Kim Holviala + * Gophernicus - Copyright (c) 2009-2018 Kim Holviala * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/menu.c b/menu.c index 39eb28b..9ffa259 100644 --- a/menu.c +++ b/menu.c @@ -1,5 +1,5 @@ /* - * Gophernicus - Copyright (c) 2009-2017 Kim Holviala + * Gophernicus - Copyright (c) 2009-2018 Kim Holviala * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/options.c b/options.c index fa1d8e7..dfce700 100644 --- a/options.c +++ b/options.c @@ -1,5 +1,5 @@ /* - * Gophernicus - Copyright (c) 2009-2017 Kim Holviala + * Gophernicus - Copyright (c) 2009-2018 Kim Holviala * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/platform.c b/platform.c index 51c9d92..1636fdc 100644 --- a/platform.c +++ b/platform.c @@ -1,5 +1,5 @@ /* - * Gophernicus - Copyright (c) 2009-2017 Kim Holviala + * Gophernicus - Copyright (c) 2009-2018 Kim Holviala * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/session.c b/session.c index 3058006..89ecfea 100644 --- a/session.c +++ b/session.c @@ -1,5 +1,5 @@ /* - * Gophernicus - Copyright (c) 2009-2017 Kim Holviala + * Gophernicus - Copyright (c) 2009-2018 Kim Holviala * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/string.c b/string.c index 78e166e..238950d 100644 --- a/string.c +++ b/string.c @@ -1,5 +1,5 @@ /* - * Gophernicus - Copyright (c) 2009-2017 Kim Holviala + * Gophernicus - Copyright (c) 2009-2018 Kim Holviala * All rights reserved. * * Redistribution and use in source and binary forms, with or without