mirror of
https://github.com/gophernicus/gophernicus.git
synced 2025-02-02 15:08:00 -05:00
Changed copyright years include 2015
This commit is contained in:
parent
2bf7adf3a0
commit
103656fe79
@ -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
|
||||
|
2
LICENSE
2
LICENSE
@ -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
Makefile
2
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
|
||||
|
2
README
2
README
@ -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
2
debian/copyright
vendored
@ -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
2
file.c
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
2
menu.c
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user