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

Changed copyright years to 2009-2016

This commit is contained in:
Kim Holviala 2015-12-29 09:48:09 +02:00
parent 8bfea301c9
commit fa4221fbbe
12 changed files with 16 additions and 11 deletions

View File

@ -1,5 +1,10 @@
[ Automatically generated from git log ]
2015-10-16 Kim Holviala <kim@holviala.com>
* Released version 1.8.1 (1.8 had broken gophermap support)
* Fix for executing shell commands inside gophermaps (previous commit broke this)
2015-09-23 Kim Holviala <kim@holviala.com>
* Released version 1.8

View File

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

2
README
View File

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