From 046a9305c9350fe5287fa5a2983c2b769473b42a Mon Sep 17 00:00:00 2001 From: zodiac Date: Fri, 2 Jan 2009 06:09:13 +0000 Subject: [PATCH] Updated copyright notice. git-svn-id: https://shellinabox.googlecode.com/svn/trunk@25 0da03de8-d603-11dd-86c2-0f8696b7b6f9 --- COPYING | 2 +- debian/copyright | 2 +- libhttp/hashmap.c | 2 +- libhttp/hashmap.h | 2 +- libhttp/http.h | 2 +- libhttp/httpconnection.c | 2 +- libhttp/httpconnection.h | 2 +- libhttp/server.c | 2 +- libhttp/server.h | 2 +- libhttp/ssl.c | 2 +- libhttp/ssl.h | 2 +- libhttp/trie.c | 2 +- libhttp/trie.h | 2 +- libhttp/url.c | 2 +- libhttp/url.h | 2 +- logging/logging.c | 2 +- logging/logging.h | 2 +- shellinabox/cgi_root.html | 2 +- shellinabox/externalfile.c | 2 +- shellinabox/externalfile.h | 2 +- shellinabox/launcher.c | 2 +- shellinabox/launcher.h | 2 +- shellinabox/privileges.c | 2 +- shellinabox/privileges.h | 2 +- shellinabox/root_page.html | 2 +- shellinabox/service.c | 2 +- shellinabox/service.h | 2 +- shellinabox/session.c | 2 +- shellinabox/session.h | 2 +- shellinabox/shell_in_a_box.js | 4 ++-- shellinabox/shellinaboxd.c | 2 +- shellinabox/shellinaboxd.man.in | 4 ++-- shellinabox/vt100.js | 2 +- 33 files changed, 35 insertions(+), 35 deletions(-) diff --git a/COPYING b/COPYING index e004e7f..2992243 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ -Copyright (C) 2008 Markus Gutschke +Copyright (C) 2008-2009 Markus Gutschke This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as diff --git a/debian/copyright b/debian/copyright index 999ab25..f86ac29 100644 --- a/debian/copyright +++ b/debian/copyright @@ -5,7 +5,7 @@ It was downloaded from http://shellinabox.com/ Upstream Author: markus@shellinabox.com -Copyright (c) 2008, Markus Gutschke +Copyright (c) 2008-2009, Markus Gutschke All rights reserved. This program is free software; you can redistribute it and/or modify diff --git a/libhttp/hashmap.c b/libhttp/hashmap.c index 8f49c42..13edc41 100644 --- a/libhttp/hashmap.c +++ b/libhttp/hashmap.c @@ -1,5 +1,5 @@ // hashmap.c -- Basic implementation of a hashmap abstract data type -// Copyright (C) 2008 Markus Gutschke +// Copyright (C) 2008-2009 Markus Gutschke // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License version 2 as diff --git a/libhttp/hashmap.h b/libhttp/hashmap.h index 2bd3236..62441a6 100644 --- a/libhttp/hashmap.h +++ b/libhttp/hashmap.h @@ -1,5 +1,5 @@ // hashmap.h -- Basic implementation of a hashmap abstract data type -// Copyright (C) 2008 Markus Gutschke +// Copyright (C) 2008-2009 Markus Gutschke // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License version 2 as diff --git a/libhttp/http.h b/libhttp/http.h index fb5ec65..3b79771 100644 --- a/libhttp/http.h +++ b/libhttp/http.h @@ -1,5 +1,5 @@ // http.h -- Library for implementing embedded custom HTTP servers -// Copyright (C) 2008 Markus Gutschke +// Copyright (C) 2008-2009 Markus Gutschke // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License version 2 as diff --git a/libhttp/httpconnection.c b/libhttp/httpconnection.c index d85b51e..0d6edf4 100644 --- a/libhttp/httpconnection.c +++ b/libhttp/httpconnection.c @@ -1,5 +1,5 @@ // httpconnection.c -- Manage state machine for HTTP connections -// Copyright (C) 2008 Markus Gutschke +// Copyright (C) 2008-2009 Markus Gutschke // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License version 2 as diff --git a/libhttp/httpconnection.h b/libhttp/httpconnection.h index 6eb05de..dfe210c 100644 --- a/libhttp/httpconnection.h +++ b/libhttp/httpconnection.h @@ -1,5 +1,5 @@ // httpconnection.h -- Manage state machine for HTTP connections -// Copyright (C) 2008 Markus Gutschke +// Copyright (C) 2008-2009 Markus Gutschke // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License version 2 as diff --git a/libhttp/server.c b/libhttp/server.c index d8d881e..a33ec07 100644 --- a/libhttp/server.c +++ b/libhttp/server.c @@ -1,5 +1,5 @@ // server.c -- Generic server that can deal with HTTP connections -// Copyright (C) 2008 Markus Gutschke +// Copyright (C) 2008-2009 Markus Gutschke // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License version 2 as diff --git a/libhttp/server.h b/libhttp/server.h index dfbf6c5..38db472 100644 --- a/libhttp/server.h +++ b/libhttp/server.h @@ -1,5 +1,5 @@ // server.h -- Generic server that can deal with HTTP connections -// Copyright (C) 2008 Markus Gutschke +// Copyright (C) 2008-2009 Markus Gutschke // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License version 2 as diff --git a/libhttp/ssl.c b/libhttp/ssl.c index 252463b..b48ebbd 100644 --- a/libhttp/ssl.c +++ b/libhttp/ssl.c @@ -1,5 +1,5 @@ // ssl.c -- Support functions that find and load SSL support, if available -// Copyright (C) 2008 Markus Gutschke +// Copyright (C) 2008-2009 Markus Gutschke // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License version 2 as diff --git a/libhttp/ssl.h b/libhttp/ssl.h index 9610794..240b9b2 100644 --- a/libhttp/ssl.h +++ b/libhttp/ssl.h @@ -1,5 +1,5 @@ // ssl.h -- Support functions that find and load SSL support, if available -// Copyright (C) 2008 Markus Gutschke +// Copyright (C) 2008-2009 Markus Gutschke // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License version 2 as diff --git a/libhttp/trie.c b/libhttp/trie.c index e1e12e8..ef92a27 100644 --- a/libhttp/trie.c +++ b/libhttp/trie.c @@ -1,5 +1,5 @@ // trie.c -- Basic implementation of a trie abstract data type -// Copyright (C) 2008 Markus Gutschke +// Copyright (C) 2008-2009 Markus Gutschke // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License version 2 as diff --git a/libhttp/trie.h b/libhttp/trie.h index dcaebf6..e96ae75 100644 --- a/libhttp/trie.h +++ b/libhttp/trie.h @@ -1,5 +1,5 @@ // trie.h -- Basic implementation of a trie abstract data type -// Copyright (C) 2008 Markus Gutschke +// Copyright (C) 2008-2009 Markus Gutschke // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License version 2 as diff --git a/libhttp/url.c b/libhttp/url.c index 66ad710..eee4c04 100644 --- a/libhttp/url.c +++ b/libhttp/url.c @@ -1,5 +1,5 @@ // url.c -- Object representing uniform resource locators -// Copyright (C) 2008 Markus Gutschke +// Copyright (C) 2008-2009 Markus Gutschke // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License version 2 as diff --git a/libhttp/url.h b/libhttp/url.h index c92473f..3df8bb5 100644 --- a/libhttp/url.h +++ b/libhttp/url.h @@ -1,5 +1,5 @@ // url.h -- Object representing uniform resource locators -// Copyright (C) 2008 Markus Gutschke +// Copyright (C) 2008-2009 Markus Gutschke // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License version 2 as diff --git a/logging/logging.c b/logging/logging.c index 126477f..066046b 100644 --- a/logging/logging.c +++ b/logging/logging.c @@ -1,5 +1,5 @@ // logging.c -- Utility functions for managing log messages -// Copyright (C) 2008 Markus Gutschke +// Copyright (C) 2008-2009 Markus Gutschke // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License version 2 as diff --git a/logging/logging.h b/logging/logging.h index 916a628..28d8f76 100644 --- a/logging/logging.h +++ b/logging/logging.h @@ -1,5 +1,5 @@ // logging.h -- Utility functions for managing log messages -// Copyright (C) 2008 Markus Gutschke +// Copyright (C) 2008-2009 Markus Gutschke // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License version 2 as diff --git a/shellinabox/cgi_root.html b/shellinabox/cgi_root.html index 22155ca..5c4afc1 100644 --- a/shellinabox/cgi_root.html +++ b/shellinabox/cgi_root.html @@ -4,7 +4,7 @@