Skip to content

Commit

Permalink
Updated copyright notice.
Browse files Browse the repository at this point in the history
git-svn-id: https://shellinabox.googlecode.com/svn/trunk@25 0da03de8-d603-11dd-86c2-0f8696b7b6f9
  • Loading branch information
zodiac committed Jan 2, 2009
1 parent 8dc6ebb commit 046a930
Show file tree
Hide file tree
Showing 33 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion COPYING
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (C) 2008 Markus Gutschke <[email protected]>
Copyright (C) 2008-2009 Markus Gutschke <[email protected]>

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
Expand Down
2 changes: 1 addition & 1 deletion debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ It was downloaded from http://shellinabox.com/

Upstream Author: [email protected]

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
Expand Down
2 changes: 1 addition & 1 deletion libhttp/hashmap.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// hashmap.c -- Basic implementation of a hashmap abstract data type
// Copyright (C) 2008 Markus Gutschke <[email protected]>
// Copyright (C) 2008-2009 Markus Gutschke <[email protected]>
//
// 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
Expand Down
2 changes: 1 addition & 1 deletion libhttp/hashmap.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// hashmap.h -- Basic implementation of a hashmap abstract data type
// Copyright (C) 2008 Markus Gutschke <[email protected]>
// Copyright (C) 2008-2009 Markus Gutschke <[email protected]>
//
// 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
Expand Down
2 changes: 1 addition & 1 deletion libhttp/http.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// http.h -- Library for implementing embedded custom HTTP servers
// Copyright (C) 2008 Markus Gutschke <[email protected]>
// Copyright (C) 2008-2009 Markus Gutschke <[email protected]>
//
// 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
Expand Down
2 changes: 1 addition & 1 deletion libhttp/httpconnection.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// httpconnection.c -- Manage state machine for HTTP connections
// Copyright (C) 2008 Markus Gutschke <[email protected]>
// Copyright (C) 2008-2009 Markus Gutschke <[email protected]>
//
// 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
Expand Down
2 changes: 1 addition & 1 deletion libhttp/httpconnection.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// httpconnection.h -- Manage state machine for HTTP connections
// Copyright (C) 2008 Markus Gutschke <[email protected]>
// Copyright (C) 2008-2009 Markus Gutschke <[email protected]>
//
// 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
Expand Down
2 changes: 1 addition & 1 deletion libhttp/server.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// server.c -- Generic server that can deal with HTTP connections
// Copyright (C) 2008 Markus Gutschke <[email protected]>
// Copyright (C) 2008-2009 Markus Gutschke <[email protected]>
//
// 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
Expand Down
2 changes: 1 addition & 1 deletion libhttp/server.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// server.h -- Generic server that can deal with HTTP connections
// Copyright (C) 2008 Markus Gutschke <[email protected]>
// Copyright (C) 2008-2009 Markus Gutschke <[email protected]>
//
// 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
Expand Down
2 changes: 1 addition & 1 deletion libhttp/ssl.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ssl.c -- Support functions that find and load SSL support, if available
// Copyright (C) 2008 Markus Gutschke <[email protected]>
// Copyright (C) 2008-2009 Markus Gutschke <[email protected]>
//
// 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
Expand Down
2 changes: 1 addition & 1 deletion libhttp/ssl.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ssl.h -- Support functions that find and load SSL support, if available
// Copyright (C) 2008 Markus Gutschke <[email protected]>
// Copyright (C) 2008-2009 Markus Gutschke <[email protected]>
//
// 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
Expand Down
2 changes: 1 addition & 1 deletion libhttp/trie.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// trie.c -- Basic implementation of a trie abstract data type
// Copyright (C) 2008 Markus Gutschke <[email protected]>
// Copyright (C) 2008-2009 Markus Gutschke <[email protected]>
//
// 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
Expand Down
2 changes: 1 addition & 1 deletion libhttp/trie.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// trie.h -- Basic implementation of a trie abstract data type
// Copyright (C) 2008 Markus Gutschke <[email protected]>
// Copyright (C) 2008-2009 Markus Gutschke <[email protected]>
//
// 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
Expand Down
2 changes: 1 addition & 1 deletion libhttp/url.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// url.c -- Object representing uniform resource locators
// Copyright (C) 2008 Markus Gutschke <[email protected]>
// Copyright (C) 2008-2009 Markus Gutschke <[email protected]>
//
// 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
Expand Down
2 changes: 1 addition & 1 deletion libhttp/url.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// url.h -- Object representing uniform resource locators
// Copyright (C) 2008 Markus Gutschke <[email protected]>
// Copyright (C) 2008-2009 Markus Gutschke <[email protected]>
//
// 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
Expand Down
2 changes: 1 addition & 1 deletion logging/logging.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// logging.c -- Utility functions for managing log messages
// Copyright (C) 2008 Markus Gutschke <[email protected]>
// Copyright (C) 2008-2009 Markus Gutschke <[email protected]>
//
// 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
Expand Down
2 changes: 1 addition & 1 deletion logging/logging.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// logging.h -- Utility functions for managing log messages
// Copyright (C) 2008 Markus Gutschke <[email protected]>
// Copyright (C) 2008-2009 Markus Gutschke <[email protected]>
//
// 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
Expand Down
2 changes: 1 addition & 1 deletion shellinabox/cgi_root.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<!--
ShellInABox - Make command line applications available as AJAX web applications
Copyright (C) 2008 Markus Gutschke [email protected]
Copyright (C) 2008-2009 Markus Gutschke [email protected]
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
Expand Down
2 changes: 1 addition & 1 deletion shellinabox/externalfile.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// externalfile.h -- Serve static files through HTTP/HTTPS
// Copyright (C) 2008 Markus Gutschke <[email protected]>
// Copyright (C) 2008-2009 Markus Gutschke <[email protected]>
//
// 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
Expand Down
2 changes: 1 addition & 1 deletion shellinabox/externalfile.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// externalfile.h -- Serve static files through HTTP/HTTPS
// Copyright (C) 2008 Markus Gutschke <[email protected]>
// Copyright (C) 2008-2009 Markus Gutschke <[email protected]>
//
// 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
Expand Down
2 changes: 1 addition & 1 deletion shellinabox/launcher.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// launcher.c -- Launch services from a privileged process
// Copyright (C) 2008 Markus Gutschke <[email protected]>
// Copyright (C) 2008-2009 Markus Gutschke <[email protected]>
//
// 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
Expand Down
2 changes: 1 addition & 1 deletion shellinabox/launcher.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// launcher.h -- Launch services from a privileged process
// Copyright (C) 2008 Markus Gutschke <[email protected]>
// Copyright (C) 2008-2009 Markus Gutschke <[email protected]>
//
// 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
Expand Down
2 changes: 1 addition & 1 deletion shellinabox/privileges.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// privileges.c -- Manage process privileges
// Copyright (C) 2008 Markus Gutschke <[email protected]>
// Copyright (C) 2008-2009 Markus Gutschke <[email protected]>
//
// 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
Expand Down
2 changes: 1 addition & 1 deletion shellinabox/privileges.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// privileges.h -- Manage process privileges
// Copyright (C) 2008 Markus Gutschke <[email protected]>
// Copyright (C) 2008-2009 Markus Gutschke <[email protected]>
//
// 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
Expand Down
2 changes: 1 addition & 1 deletion shellinabox/root_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<!--
ShellInABox - Make command line applications available as AJAX web applications
Copyright (C) 2008 Markus Gutschke [email protected]
Copyright (C) 2008-2009 Markus Gutschke [email protected]
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
Expand Down
2 changes: 1 addition & 1 deletion shellinabox/service.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// service.c -- Service descriptions
// Copyright (C) 2008 Markus Gutschke <[email protected]>
// Copyright (C) 2008-2009 Markus Gutschke <[email protected]>
//
// 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
Expand Down
2 changes: 1 addition & 1 deletion shellinabox/service.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// service.h -- Service descriptions
// Copyright (C) 2008 Markus Gutschke <[email protected]>
// Copyright (C) 2008-2009 Markus Gutschke <[email protected]>
//
// 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
Expand Down
2 changes: 1 addition & 1 deletion shellinabox/session.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// session.c -- Session management for HTTP/HTTPS connections
// Copyright (C) 2008 Markus Gutschke <[email protected]>
// Copyright (C) 2008-2009 Markus Gutschke <[email protected]>
//
// 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
Expand Down
2 changes: 1 addition & 1 deletion shellinabox/session.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// session.h -- Session management for HTTP/HTTPS connections
// Copyright (C) 2008 Markus Gutschke <[email protected]>
// Copyright (C) 2008-2009 Markus Gutschke <[email protected]>
//
// 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
Expand Down
4 changes: 2 additions & 2 deletions shellinabox/shell_in_a_box.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ShellInABox.js -- Use XMLHttpRequest to provide an AJAX terminal emulator.
// Copyright (C) 2008 Markus Gutschke <[email protected]>
// Copyright (C) 2008-2009 Markus Gutschke <[email protected]>
//
// 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
Expand Down Expand Up @@ -347,7 +347,7 @@ ShellInABox.prototype.extendContextMenu = function(entries, actions) {

ShellInABox.prototype.about = function() {
alert("Shell In A Box version " + VERSION +
"\nCopyright 2008 by Markus Gutschke\n" +
"\nCopyright 2008-2009 by Markus Gutschke\n" +
"For more information check http://shellinabox.com" +
(serverSupportsSSL ?
"\n\n" +
Expand Down
2 changes: 1 addition & 1 deletion shellinabox/shellinaboxd.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// shellinaboxd.c -- A custom web server that makes command line applications
// available as AJAX web applications.
// Copyright (C) 2008 Markus Gutschke <[email protected]>
// Copyright (C) 2008-2009 Markus Gutschke <[email protected]>
//
// 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
Expand Down
4 changes: 2 additions & 2 deletions shellinabox/shellinaboxd.man.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'\" t
.\" shellinaboxd.man -- Make command line applications available as AJAX web applications
.\" Copyright (C) 2008 Markus Gutschke <[email protected]>
.\" Copyright (C) 2008-2009 Markus Gutschke <[email protected]>
.\"
.\" 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
Expand Down Expand Up @@ -492,7 +492,7 @@ and
.B --user
options should be used to change to a dedicated user.
.SH AUTHOR
Copyright (C) 2008 by Markus Gutschke
Copyright (C) 2008-2009 by Markus Gutschke
.RI < "[email protected]" >.
.P
This program is free software; you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion shellinabox/vt100.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// VT100.js -- JavaScript based terminal emulator
// Copyright (C) 2008 Markus Gutschke <[email protected]>
// Copyright (C) 2008-2009 Markus Gutschke <[email protected]>
//
// 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
Expand Down

0 comments on commit 046a930

Please sign in to comment.