diff --git a/ChangeLog b/ChangeLog index c0a27c5..8698764 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ [ Automatically generated from git log ] +2015-03-02 Kim Holviala + + * Released version 1.7 + 2015-01-04 Kim Holviala * Added ServerDefaultEncoding to automatic caps.txt diff --git a/LICENSE b/LICENSE index 2b0ee50..a4e1e7a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Gophernicus - Copyright (c) 2009-2014 Kim Holviala +Gophernicus - Copyright (c) 2009-2015 Kim Holviala All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/Makefile b/Makefile index 3210616..4124a3e 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ NAME = gophernicus PACKAGE = $(NAME) BINARY = in.$(NAME) -VERSION = 1.7 +VERSION = 1.8-alpha SOURCES = $(NAME).c file.c menu.c string.c platform.c session.c options.c HEADERS = functions.h files.h diff --git a/README b/README index a24e024..f51e67c 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Gophernicus - Copyright (c) 2009-2014 Kim Holviala +Gophernicus - Copyright (c) 2009-2015 Kim Holviala Gophernicus is a modern full-featured (and hopefully) secure gopher daemon for inetd. It is licensed under the BSD license. diff --git a/debian/copyright b/debian/copyright index 2b0ee50..a4e1e7a 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,4 +1,4 @@ -Gophernicus - Copyright (c) 2009-2014 Kim Holviala +Gophernicus - Copyright (c) 2009-2015 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 c2e14d0..1512c25 100644 --- a/file.c +++ b/file.c @@ -1,5 +1,5 @@ /* - * Gophernicus - Copyright (c) 2009-2014 Kim Holviala + * Gophernicus - Copyright (c) 2009-2015 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 66f280a..3ca2f05 100644 --- a/gophernicus.c +++ b/gophernicus.c @@ -1,5 +1,5 @@ /* - * Gophernicus - Copyright (c) 2009-2014 Kim Holviala + * Gophernicus - Copyright (c) 2009-2015 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 e840844..c18fb35 100644 --- a/gophernicus.h +++ b/gophernicus.h @@ -1,5 +1,5 @@ /* - * Gophernicus - Copyright (c) 2009-2014 Kim Holviala + * Gophernicus - Copyright (c) 2009-2015 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 11004d3..dc9f7b6 100644 --- a/menu.c +++ b/menu.c @@ -1,5 +1,5 @@ /* - * Gophernicus - Copyright (c) 2009-2014 Kim Holviala + * Gophernicus - Copyright (c) 2009-2015 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 63a2e3a..6d8bc6e 100644 --- a/options.c +++ b/options.c @@ -1,5 +1,5 @@ /* - * Gophernicus - Copyright (c) 2009-2014 Kim Holviala + * Gophernicus - Copyright (c) 2009-2015 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 6c52176..9a16c04 100644 --- a/platform.c +++ b/platform.c @@ -1,5 +1,5 @@ /* - * Gophernicus - Copyright (c) 2009-2014 Kim Holviala + * Gophernicus - Copyright (c) 2009-2015 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 15c2b73..6999d61 100644 --- a/session.c +++ b/session.c @@ -1,5 +1,5 @@ /* - * Gophernicus - Copyright (c) 2009-2014 Kim Holviala + * Gophernicus - Copyright (c) 2009-2015 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 0e085be..6f6fbb2 100644 --- a/string.c +++ b/string.c @@ -1,5 +1,5 @@ /* - * Gophernicus - Copyright (c) 2009-2014 Kim Holviala + * Gophernicus - Copyright (c) 2009-2015 Kim Holviala * All rights reserved. * * Redistribution and use in source and binary forms, with or without