1
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2024-06-23 06:35:34 +00:00

Changed copyright years include 2015

This commit is contained in:
Kim Holviala 2015-03-02 09:00:41 +02:00
parent 2bf7adf3a0
commit 103656fe79
13 changed files with 16 additions and 12 deletions

View File

@ -1,5 +1,9 @@
[ Automatically generated from git log ]
2015-03-02 Kim Holviala <kim@holviala.com>
* Released version 1.7
2015-01-04 Kim Holviala <kim@holviala.com>
* Added ServerDefaultEncoding to automatic caps.txt

View File

@ -1,4 +1,4 @@
Gophernicus - Copyright (c) 2009-2014 Kim Holviala <kim@holviala.com>
Gophernicus - Copyright (c) 2009-2015 Kim Holviala <kim@holviala.com>
All rights reserved.
Redistribution and use in source and binary forms, with or without

View File

@ -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

2
README
View File

@ -1,4 +1,4 @@
Gophernicus - Copyright (c) 2009-2014 Kim Holviala <kim@holviala.com>
Gophernicus - Copyright (c) 2009-2015 Kim Holviala <kim@holviala.com>
Gophernicus is a modern full-featured (and hopefully) secure gopher
daemon for inetd. It is licensed under the BSD license.

2
debian/copyright vendored
View File

@ -1,4 +1,4 @@
Gophernicus - Copyright (c) 2009-2014 Kim Holviala <kim@holviala.com>
Gophernicus - Copyright (c) 2009-2015 Kim Holviala <kim@holviala.com>
All rights reserved.
Redistribution and use in source and binary forms, with or without

2
file.c
View File

@ -1,5 +1,5 @@
/*
* Gophernicus - Copyright (c) 2009-2014 Kim Holviala <kim@holviala.com>
* Gophernicus - Copyright (c) 2009-2015 Kim Holviala <kim@holviala.com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without

View File

@ -1,5 +1,5 @@
/*
* Gophernicus - Copyright (c) 2009-2014 Kim Holviala <kim@holviala.com>
* Gophernicus - Copyright (c) 2009-2015 Kim Holviala <kim@holviala.com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without

View File

@ -1,5 +1,5 @@
/*
* Gophernicus - Copyright (c) 2009-2014 Kim Holviala <kim@holviala.com>
* Gophernicus - Copyright (c) 2009-2015 Kim Holviala <kim@holviala.com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without

2
menu.c
View File

@ -1,5 +1,5 @@
/*
* Gophernicus - Copyright (c) 2009-2014 Kim Holviala <kim@holviala.com>
* Gophernicus - Copyright (c) 2009-2015 Kim Holviala <kim@holviala.com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without

View File

@ -1,5 +1,5 @@
/*
* Gophernicus - Copyright (c) 2009-2014 Kim Holviala <kim@holviala.com>
* Gophernicus - Copyright (c) 2009-2015 Kim Holviala <kim@holviala.com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without

View File

@ -1,5 +1,5 @@
/*
* Gophernicus - Copyright (c) 2009-2014 Kim Holviala <kim@holviala.com>
* Gophernicus - Copyright (c) 2009-2015 Kim Holviala <kim@holviala.com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without

View File

@ -1,5 +1,5 @@
/*
* Gophernicus - Copyright (c) 2009-2014 Kim Holviala <kim@holviala.com>
* Gophernicus - Copyright (c) 2009-2015 Kim Holviala <kim@holviala.com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without

View File

@ -1,5 +1,5 @@
/*
* Gophernicus - Copyright (c) 2009-2014 Kim Holviala <kim@holviala.com>
* Gophernicus - Copyright (c) 2009-2015 Kim Holviala <kim@holviala.com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without