mirror of
https://github.com/gophernicus/gophernicus.git
synced 2025-01-03 14:56:43 -05:00
Changed copyright years to 2009-2016
This commit is contained in:
parent
8bfea301c9
commit
fa4221fbbe
@ -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
|
||||
|
2
LICENSE
2
LICENSE
@ -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
2
README
@ -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
2
debian/copyright
vendored
@ -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
2
file.c
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
2
menu.c
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user