updated ToyKeeper's contact info
This commit is contained in:
@@ -18,10 +18,10 @@ It's Choadstre's fault that LCDproc exists. He wanted his computer to have
|
|||||||
a heartbeat, like some HP workstations do. So he found a nice LCD, wrote
|
a heartbeat, like some HP workstations do. So he found a nice LCD, wrote
|
||||||
some amazingly spiffy software for it, and life was good.
|
some amazingly spiffy software for it, and life was good.
|
||||||
|
|
||||||
Scott Scriven (ToyKeeper) <http://toykeeper.net/>:
|
Selene Scriven (ToyKeeper) <lcdproc@toykeeper.net>:
|
||||||
- wrote V0.3 and most of V0.4, and helped procrastinate the rest
|
- wrote V0.3 and most of V0.4, and helped procrastinate the rest
|
||||||
of the time...
|
of the time...
|
||||||
ToyKeeper was the main programmer for LCDproc 0.2 - 0.4-pre9. He took
|
ToyKeeper was the main programmer for LCDproc 0.2 - 0.4-pre9. She took
|
||||||
Choadstre's idea and put it in its current form.
|
Choadstre's idea and put it in its current form.
|
||||||
|
|
||||||
Gareth Watts (Xeno42):
|
Gareth Watts (Xeno42):
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ you can ask the mailing list. For how to get on the mailing list, see
|
|||||||
the main web site.
|
the main web site.
|
||||||
|
|
||||||
LCDproc was originally written by William W. Ferrell <wwf@splatwerks.org>
|
LCDproc was originally written by William W. Ferrell <wwf@splatwerks.org>
|
||||||
and Scott Scriven <scriven@cs.colostate.edu>.
|
and Selene Scriven <lcdproc@toykeeper.net>.
|
||||||
|
|
||||||
-- INSTALLATION --------------------------------------------------------------
|
-- INSTALLATION --------------------------------------------------------------
|
||||||
|
|
||||||
@@ -60,7 +60,7 @@ CREDITS file. Thanks all !
|
|||||||
-- LEGAL STUFF ---------------------------------------------------------------
|
-- LEGAL STUFF ---------------------------------------------------------------
|
||||||
|
|
||||||
LCDproc is Copyright (C) 1998-2006
|
LCDproc is Copyright (C) 1998-2006
|
||||||
William Ferrell, Scott Scriven and many other contributors.
|
William Ferrell, Selene Scriven and many other contributors.
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or
|
This program is free software; you can redistribute it and/or
|
||||||
modify it under the terms of the GNU General Public License
|
modify it under the terms of the GNU General Public License
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
# This is just a small example of a client for LCDd the
|
# This is just a small example of a client for LCDd the
|
||||||
# LCDproc server
|
# LCDproc server
|
||||||
#
|
#
|
||||||
# Copyright (c) 1999, William Ferrell, Scott Scriven
|
# Copyright (c) 1999, William Ferrell, Selene Scriven
|
||||||
# 2001, David Glaude
|
# 2001, David Glaude
|
||||||
# 2002, Jonathan Oxer
|
# 2002, Jonathan Oxer
|
||||||
# 2002, Rene Wagner <reenoo@gmx.de>
|
# 2002, Rene Wagner <reenoo@gmx.de>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ use Fcntl;
|
|||||||
# number of those which ping and number of those which do not and their list
|
# number of those which ping and number of those which do not and their list
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Copyright (c) 1999, William Ferrell, Scott Scriven
|
# Copyright (c) 1999, William Ferrell, Selene Scriven
|
||||||
# 2001, David Glaude
|
# 2001, David Glaude
|
||||||
# 2001, Jarda Benkovsky
|
# 2001, Jarda Benkovsky
|
||||||
# 2002, Jonathan Oxer
|
# 2002, Jonathan Oxer
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# controlled keys
|
# controlled keys
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Copyright (c) 1999, William Ferrell, Scott Scriven
|
# Copyright (c) 1999, William Ferrell, Selene Scriven
|
||||||
# 2001, David Glaude
|
# 2001, David Glaude
|
||||||
# 2001, Jarda Benkovsky
|
# 2001, Jarda Benkovsky
|
||||||
# 2002, Jonathan Oxer
|
# 2002, Jonathan Oxer
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# previous song and skip forward to previous one.
|
# previous song and skip forward to previous one.
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Copyright (c) 1999, William Ferrell, Scott Scriven
|
# Copyright (c) 1999, William Ferrell, Selene Scriven
|
||||||
# 2001, David Glaude
|
# 2001, David Glaude
|
||||||
# 2001, Jarda Benkovsky
|
# 2001, Jarda Benkovsky
|
||||||
# 2002, Jonathan Oxer
|
# 2002, Jonathan Oxer
|
||||||
|
|||||||
@@ -453,7 +453,7 @@ HelpScreen(int exit_state)
|
|||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
"lcdproc - LCDproc system status information viewer\n"
|
"lcdproc - LCDproc system status information viewer\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Copyright (c) 1999-2010 Scott Scriven, William Ferrell, and misc. contributors.\n"
|
"Copyright (c) 1999-2010 Selene Scriven, William Ferrell, and misc. contributors.\n"
|
||||||
"This program is released under the terms of the GNU General Public License.\n"
|
"This program is released under the terms of the GNU General Public License.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Usage: lcdproc [<options>] [<screens> ...]\n"
|
"Usage: lcdproc [<options>] [<screens> ...]\n"
|
||||||
|
|||||||
@@ -111,7 +111,7 @@ credit_screen(int rep, int display, int *flags_ptr)
|
|||||||
*/
|
*/
|
||||||
const char *contributors[] = {
|
const char *contributors[] = {
|
||||||
"William Ferrell",
|
"William Ferrell",
|
||||||
"Scott Scriven",
|
"Selene Scriven",
|
||||||
"Gareth Watts",
|
"Gareth Watts",
|
||||||
"Lorand Bruhacs",
|
"Lorand Bruhacs",
|
||||||
"Benjamin Tse",
|
"Benjamin Tse",
|
||||||
|
|||||||
+1
-1
@@ -516,7 +516,7 @@ lcdexec(1)
|
|||||||
|
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
LCDd was originally written by William Ferrell (wwf@splatwerks.org) and
|
LCDd was originally written by William Ferrell (wwf@splatwerks.org) and
|
||||||
Scott Scriven (scriven@cs.colostate.edu).
|
Selene Scriven (lcdproc@toykeeper.net).
|
||||||
|
|
||||||
Since that time various people have contributed to LCDproc.
|
Since that time various people have contributed to LCDproc.
|
||||||
|
|
||||||
|
|||||||
@@ -57,7 +57,7 @@ command line options.
|
|||||||
|
|
||||||
LCDd - LCDproc Server Daemon, 0.5dev
|
LCDd - LCDproc Server Daemon, 0.5dev
|
||||||
|
|
||||||
Copyright (c) 1999-2006 Scott Scriven, William Ferrell, and misc. contributors.
|
Copyright (c) 1999-2006 Selene Scriven, William Ferrell, and misc. contributors.
|
||||||
This program is released under the terms of the GNU General Public License.
|
This program is released under the terms of the GNU General Public License.
|
||||||
|
|
||||||
Usage: LCDd [<options>]
|
Usage: LCDd [<options>]
|
||||||
@@ -104,7 +104,7 @@ command line options.
|
|||||||
|
|
||||||
lcdproc - LCDproc system status information viewer
|
lcdproc - LCDproc system status information viewer
|
||||||
|
|
||||||
Copyright (c) 1999-2006 Scott Scriven, William Ferrell, and misc. contributors.
|
Copyright (c) 1999-2006 Selene Scriven, William Ferrell, and misc. contributors.
|
||||||
This program is released under the terms of the GNU General Public License.
|
This program is released under the terms of the GNU General Public License.
|
||||||
|
|
||||||
Usage: lcdproc [<options>] [<screens> ...]
|
Usage: lcdproc [<options>] [<screens> ...]
|
||||||
|
|||||||
+1
-1
@@ -157,7 +157,7 @@ lcdproc-config(5)
|
|||||||
|
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
LCDproc was originally written by William Ferrell (wwf@splatwerks.org) andr
|
LCDproc was originally written by William Ferrell (wwf@splatwerks.org) andr
|
||||||
Scott Scriven (scriven@cs.colostate.edu).
|
Selene Scriven (lcdproc@toykeeper.net).
|
||||||
|
|
||||||
Since that time various people have contributed to LCDproc.
|
Since that time various people have contributed to LCDproc.
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ Upstream Author: William W. Ferrell <willfe@yahoo.com> and others
|
|||||||
Copyright:
|
Copyright:
|
||||||
|
|
||||||
Copyright (c) 1999-2006 William Ferrell
|
Copyright (c) 1999-2006 William Ferrell
|
||||||
Portions (c) by Scott Scriven, Joris Robijn, F5 Networks, Inc., Peter Marschall
|
Portions (c) by Selene Scriven, Joris Robijn, F5 Networks, Inc., Peter Marschall
|
||||||
and others, as specified in the corresponding source modules.
|
and others, as specified in the corresponding source modules.
|
||||||
|
|
||||||
LCDproc is released under the terms of the GNU GPL version 2.
|
LCDproc is released under the terms of the GNU GPL version 2.
|
||||||
|
|||||||
+1
-1
@@ -7,7 +7,7 @@
|
|||||||
* This file is released under the GNU General Public License.
|
* This file is released under the GNU General Public License.
|
||||||
* Refer to the COPYING file distributed with this package.
|
* Refer to the COPYING file distributed with this package.
|
||||||
*
|
*
|
||||||
* Copyright (c) 1999, William Ferrell, Scott Scriven
|
* Copyright (c) 1999, William Ferrell, Selene Scriven
|
||||||
* 2002, Joris Robijn
|
* 2002, Joris Robijn
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -7,7 +7,7 @@
|
|||||||
* This file is released under the GNU General Public License.
|
* This file is released under the GNU General Public License.
|
||||||
* Refer to the COPYING file distributed with this package.
|
* Refer to the COPYING file distributed with this package.
|
||||||
*
|
*
|
||||||
* Copyright (c) 1999, William Ferrell, Scott Scriven
|
* Copyright (c) 1999, William Ferrell, Selene Scriven
|
||||||
* 2002, Joris Robijn
|
* 2002, Joris Robijn
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -10,7 +10,7 @@
|
|||||||
* This file is released under the GNU General Public License.
|
* This file is released under the GNU General Public License.
|
||||||
* Refer to the COPYING file distributed with this package.
|
* Refer to the COPYING file distributed with this package.
|
||||||
*
|
*
|
||||||
* Copyright (c) 1999, William Ferrell, Scott Scriven
|
* Copyright (c) 1999, William Ferrell, Selene Scriven
|
||||||
* 2002, Joris Robijn
|
* 2002, Joris Robijn
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -7,7 +7,7 @@
|
|||||||
* This file is released under the GNU General Public License.
|
* This file is released under the GNU General Public License.
|
||||||
* Refer to the COPYING file distributed with this package.
|
* Refer to the COPYING file distributed with this package.
|
||||||
*
|
*
|
||||||
* Copyright (c) 1999, William Ferrell, Scott Scriven
|
* Copyright (c) 1999, William Ferrell, Selene Scriven
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef CLIENTS_H
|
#ifndef CLIENTS_H
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
* This file is released under the GNU General Public License.
|
* This file is released under the GNU General Public License.
|
||||||
* Refer to the COPYING file distributed with this package.
|
* Refer to the COPYING file distributed with this package.
|
||||||
*
|
*
|
||||||
* Copyright (c) 1999, William Ferrell, Scott Scriven
|
* Copyright (c) 1999, William Ferrell, Selene Scriven
|
||||||
* 2002, Joris Robijn
|
* 2002, Joris Robijn
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
* This file is released under the GNU General Public License.
|
* This file is released under the GNU General Public License.
|
||||||
* Refer to the COPYING file distributed with this package.
|
* Refer to the COPYING file distributed with this package.
|
||||||
*
|
*
|
||||||
* Copyright (c) 1999, William Ferrell, Scott Scriven
|
* Copyright (c) 1999, William Ferrell, Selene Scriven
|
||||||
* 2002, Joris Robijn
|
* 2002, Joris Robijn
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
* This file is released under the GNU General Public License.
|
* This file is released under the GNU General Public License.
|
||||||
* Refer to the COPYING file distributed with this package.
|
* Refer to the COPYING file distributed with this package.
|
||||||
*
|
*
|
||||||
* Copyright (c) 1999, William Ferrell, Scott Scriven
|
* Copyright (c) 1999, William Ferrell, Selene Scriven
|
||||||
* 2003, Joris Robijn
|
* 2003, Joris Robijn
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
* This file is released under the GNU General Public License.
|
* This file is released under the GNU General Public License.
|
||||||
* Refer to the COPYING file distributed with this package.
|
* Refer to the COPYING file distributed with this package.
|
||||||
*
|
*
|
||||||
* Copyright (c) 1999, William Ferrell, Scott Scriven
|
* Copyright (c) 1999, William Ferrell, Selene Scriven
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef COMMANDS_COMMAND_LIST_H
|
#ifndef COMMANDS_COMMAND_LIST_H
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
* This file is released under the GNU General Public License.
|
* This file is released under the GNU General Public License.
|
||||||
* Refer to the COPYING file distributed with this package.
|
* Refer to the COPYING file distributed with this package.
|
||||||
*
|
*
|
||||||
* Copyright (c) 1999, William Ferrell, Scott Scriven
|
* Copyright (c) 1999, William Ferrell, Selene Scriven
|
||||||
* 2002, Joris Robijn
|
* 2002, Joris Robijn
|
||||||
* 2004, F5 Networks, Inc. - IP-address input
|
* 2004, F5 Networks, Inc. - IP-address input
|
||||||
* 2005, Peter Marschall - error checks, ...
|
* 2005, Peter Marschall - error checks, ...
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
* This file is released under the GNU General Public License.
|
* This file is released under the GNU General Public License.
|
||||||
* Refer to the COPYING file distributed with this package.
|
* Refer to the COPYING file distributed with this package.
|
||||||
*
|
*
|
||||||
* Copyright (c) 1999, William Ferrell, Scott Scriven
|
* Copyright (c) 1999, William Ferrell, Selene Scriven
|
||||||
* 2002, Joris Robijn
|
* 2002, Joris Robijn
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
* This file is released under the GNU General Public License.
|
* This file is released under the GNU General Public License.
|
||||||
* Refer to the COPYING file distributed with this package.
|
* Refer to the COPYING file distributed with this package.
|
||||||
*
|
*
|
||||||
* Copyright (c) 1999, William Ferrell, Scott Scriven
|
* Copyright (c) 1999, William Ferrell, Selene Scriven
|
||||||
* 2002, Joris Robijn
|
* 2002, Joris Robijn
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
* This file is released under the GNU General Public License.
|
* This file is released under the GNU General Public License.
|
||||||
* Refer to the COPYING file distributed with this package.
|
* Refer to the COPYING file distributed with this package.
|
||||||
*
|
*
|
||||||
* Copyright (c) 1999, William Ferrell, Scott Scriven
|
* Copyright (c) 1999, William Ferrell, Selene Scriven
|
||||||
* 2002, Joris Robijn
|
* 2002, Joris Robijn
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
* This file is released under the GNU General Public License.
|
* This file is released under the GNU General Public License.
|
||||||
* Refer to the COPYING file distributed with this package.
|
* Refer to the COPYING file distributed with this package.
|
||||||
*
|
*
|
||||||
* Copyright (c) 1999, William Ferrell, Scott Scriven
|
* Copyright (c) 1999, William Ferrell, Selene Scriven
|
||||||
* 2002, Joris Robijn
|
* 2002, Joris Robijn
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
* This file is released under the GNU General Public License.
|
* This file is released under the GNU General Public License.
|
||||||
* Refer to the COPYING file distributed with this package.
|
* Refer to the COPYING file distributed with this package.
|
||||||
*
|
*
|
||||||
* Copyright (c) 1999, William Ferrell, Scott Scriven
|
* Copyright (c) 1999, William Ferrell, Selene Scriven
|
||||||
* 2002, Joris Robijn
|
* 2002, Joris Robijn
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
* This file is released under the GNU General Public License.
|
* This file is released under the GNU General Public License.
|
||||||
* Refer to the COPYING file distributed with this package.
|
* Refer to the COPYING file distributed with this package.
|
||||||
*
|
*
|
||||||
* Copyright (c) 1999, William Ferrell, Scott Scriven
|
* Copyright (c) 1999, William Ferrell, Selene Scriven
|
||||||
* 2002, Joris Robijn
|
* 2002, Joris Robijn
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
* This file is released under the GNU General Public License.
|
* This file is released under the GNU General Public License.
|
||||||
* Refer to the COPYING file distributed with this package.
|
* Refer to the COPYING file distributed with this package.
|
||||||
*
|
*
|
||||||
* Copyright (c) 1999, William Ferrell, Scott Scriven
|
* Copyright (c) 1999, William Ferrell, Selene Scriven
|
||||||
* 2002, Joris Robijn
|
* 2002, Joris Robijn
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
/* This is the LCDproc driver for EyeboxOne devices
|
/* This is the LCDproc driver for EyeboxOne devices
|
||||||
|
|
||||||
This code is based on MtxOrb driver (William Ferrell and Scott Scriven)
|
This code is based on MtxOrb driver (William Ferrell and Selene Scriven)
|
||||||
|
|
||||||
Copyright (C) 2006 Cedric TESSIER (aka NeZetiC) http://www.nezetic.info
|
Copyright (C) 2006 Cedric TESSIER (aka NeZetiC) http://www.nezetic.info
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
Copyright (C) 1999, William Ferrell and Scott Scriven
|
Copyright (C) 1999, William Ferrell and Selene Scriven
|
||||||
2001, Andre Breiler
|
2001, Andre Breiler
|
||||||
2001, Philip Pokorny
|
2001, Philip Pokorny
|
||||||
2001, David Douthitt
|
2001, David Douthitt
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
* This file is released under the GNU General Public License. Refer to the
|
* This file is released under the GNU General Public License. Refer to the
|
||||||
* COPYING file distributed with this package.
|
* COPYING file distributed with this package.
|
||||||
*
|
*
|
||||||
* Copyright (c) 1999, William Ferrell, Scott Scriven
|
* Copyright (c) 1999, William Ferrell, Selene Scriven
|
||||||
* 2001, Joris Robijn
|
* 2001, Joris Robijn
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -7,7 +7,7 @@
|
|||||||
* This file is released under the GNU General Public License.
|
* This file is released under the GNU General Public License.
|
||||||
* Refer to the COPYING file distributed with this package.
|
* Refer to the COPYING file distributed with this package.
|
||||||
*
|
*
|
||||||
* Copyright (c) 1999, William Ferrell, Scott Scriven
|
* Copyright (c) 1999, William Ferrell, Selene Scriven
|
||||||
* 2003, Joris Robijn
|
* 2003, Joris Robijn
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -6,7 +6,7 @@
|
|||||||
* This file is released under the GNU General Public License.
|
* This file is released under the GNU General Public License.
|
||||||
* Refer to the COPYING file distributed with this package.
|
* Refer to the COPYING file distributed with this package.
|
||||||
*
|
*
|
||||||
* Copyright (c) 1999, William Ferrell, Scott Scriven
|
* Copyright (c) 1999, William Ferrell, Selene Scriven
|
||||||
* 2003, Joris Robijn
|
* 2003, Joris Robijn
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
+3
-3
@@ -15,7 +15,7 @@
|
|||||||
* This file is released under the GNU General Public License.
|
* This file is released under the GNU General Public License.
|
||||||
* Refer to the COPYING file distributed with this package.
|
* Refer to the COPYING file distributed with this package.
|
||||||
*
|
*
|
||||||
* Copyright (c) 1999, William Ferrell, Scott Scriven
|
* Copyright (c) 1999, William Ferrell, Selene Scriven
|
||||||
* 2001, Joris Robijn
|
* 2001, Joris Robijn
|
||||||
* 2001, Rene Wagner
|
* 2001, Rene Wagner
|
||||||
* 2002, Mike Patnode
|
* 2002, Mike Patnode
|
||||||
@@ -915,7 +915,7 @@ output_GPL_notice(void)
|
|||||||
*/
|
*/
|
||||||
fprintf(stderr, "LCDd %s, LCDproc Protocol %s\n", VERSION, PROTOCOL_VERSION);
|
fprintf(stderr, "LCDd %s, LCDproc Protocol %s\n", VERSION, PROTOCOL_VERSION);
|
||||||
fprintf(stderr, "Part of the LCDproc suite\n");
|
fprintf(stderr, "Part of the LCDproc suite\n");
|
||||||
fprintf(stderr, "Copyright (C) 1998-2010 William Ferrell, Scott Scriven\n"
|
fprintf(stderr, "Copyright (C) 1998-2010 William Ferrell, Selene Scriven\n"
|
||||||
" and many other contributors\n\n");
|
" and many other contributors\n\n");
|
||||||
|
|
||||||
fprintf(stderr, "This program is free software; you can redistribute it and/or\n"
|
fprintf(stderr, "This program is free software; you can redistribute it and/or\n"
|
||||||
@@ -943,7 +943,7 @@ output_help_screen(void)
|
|||||||
debug(RPT_DEBUG, "%s()", __FUNCTION__);
|
debug(RPT_DEBUG, "%s()", __FUNCTION__);
|
||||||
|
|
||||||
fprintf(stdout, "LCDd - LCDproc Server Daemon, %s\n\n", version);
|
fprintf(stdout, "LCDd - LCDproc Server Daemon, %s\n\n", version);
|
||||||
fprintf(stdout, "Copyright (c) 1998-2010 Scott Scriven, William Ferrell, and misc. contributors.\n");
|
fprintf(stdout, "Copyright (c) 1998-2010 Selene Scriven, William Ferrell, and misc. contributors.\n");
|
||||||
fprintf(stdout, "This program is released under the terms of the GNU General Public License.\n\n");
|
fprintf(stdout, "This program is released under the terms of the GNU General Public License.\n\n");
|
||||||
fprintf(stdout, "Usage: LCDd [<options>]\n");
|
fprintf(stdout, "Usage: LCDd [<options>]\n");
|
||||||
fprintf(stdout, " where <options> are:\n");
|
fprintf(stdout, " where <options> are:\n");
|
||||||
|
|||||||
+1
-1
@@ -6,7 +6,7 @@
|
|||||||
* This file is released under the GNU General Public License.
|
* This file is released under the GNU General Public License.
|
||||||
* Refer to the COPYING file distributed with this package.
|
* Refer to the COPYING file distributed with this package.
|
||||||
*
|
*
|
||||||
* Copyright (c) 1999, William Ferrell, Scott Scriven
|
* Copyright (c) 1999, William Ferrell, Selene Scriven
|
||||||
* 2001, Joris Robijn
|
* 2001, Joris Robijn
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -16,7 +16,7 @@
|
|||||||
* This file is released under the GNU General Public License.
|
* This file is released under the GNU General Public License.
|
||||||
* Refer to the COPYING file distributed with this package.
|
* Refer to the COPYING file distributed with this package.
|
||||||
*
|
*
|
||||||
* Copyright (c) 1999, William Ferrell, Scott Scriven
|
* Copyright (c) 1999, William Ferrell, Selene Scriven
|
||||||
* 2002, Joris Robijn
|
* 2002, Joris Robijn
|
||||||
* 2004, F5 Networks, Inc. - IP-address input
|
* 2004, F5 Networks, Inc. - IP-address input
|
||||||
* 2005, Peter Marschall - error checks, ...
|
* 2005, Peter Marschall - error checks, ...
|
||||||
|
|||||||
+1
-1
@@ -7,7 +7,7 @@
|
|||||||
* This file is released under the GNU General Public License.
|
* This file is released under the GNU General Public License.
|
||||||
* Refer to the COPYING file distributed with this package.
|
* Refer to the COPYING file distributed with this package.
|
||||||
*
|
*
|
||||||
* Copyright (c) 1999, William Ferrell, Scott Scriven
|
* Copyright (c) 1999, William Ferrell, Selene Scriven
|
||||||
* 2004, F5 Networks, Inc. - IP-address input
|
* 2004, F5 Networks, Inc. - IP-address input
|
||||||
* 2005, Peter Marschall - error checks, ...
|
* 2005, Peter Marschall - error checks, ...
|
||||||
*/
|
*/
|
||||||
|
|||||||
+1
-1
@@ -7,7 +7,7 @@
|
|||||||
* This file is released under the GNU General Public License.
|
* This file is released under the GNU General Public License.
|
||||||
* Refer to the COPYING file distributed with this package.
|
* Refer to the COPYING file distributed with this package.
|
||||||
*
|
*
|
||||||
* Copyright (c) 1999, William Ferrell, Scott Scriven
|
* Copyright (c) 1999, William Ferrell, Selene Scriven
|
||||||
* 2002, Joris Robijn
|
* 2002, Joris Robijn
|
||||||
* 2004, F5 Networks, Inc. - IP-address input
|
* 2004, F5 Networks, Inc. - IP-address input
|
||||||
* 2005, Peter Marschall - error checks, ...
|
* 2005, Peter Marschall - error checks, ...
|
||||||
|
|||||||
+1
-1
@@ -19,7 +19,7 @@
|
|||||||
* This file is released under the GNU General Public License.
|
* This file is released under the GNU General Public License.
|
||||||
* Refer to the COPYING file distributed with this package.
|
* Refer to the COPYING file distributed with this package.
|
||||||
*
|
*
|
||||||
* Copyright (c) 1999, William Ferrell, Scott Scriven
|
* Copyright (c) 1999, William Ferrell, Selene Scriven
|
||||||
* 2004, F5 Networks, Inc. - IP-address input
|
* 2004, F5 Networks, Inc. - IP-address input
|
||||||
* 2005, Peter Marschall - error checks, ...
|
* 2005, Peter Marschall - error checks, ...
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
* This file is released under the GNU General Public License.
|
* This file is released under the GNU General Public License.
|
||||||
* Refer to the COPYING file distributed with this package.
|
* Refer to the COPYING file distributed with this package.
|
||||||
*
|
*
|
||||||
* Copyright (c) 1999, William Ferrell, Scott Scriven
|
* Copyright (c) 1999, William Ferrell, Selene Scriven
|
||||||
* 2002, Joris Robijn
|
* 2002, Joris Robijn
|
||||||
* 2004, F5 Networks, Inc. - IP-address input
|
* 2004, F5 Networks, Inc. - IP-address input
|
||||||
* 2005, Peter Marschall - error checks, ...
|
* 2005, Peter Marschall - error checks, ...
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
* This file is released under the GNU General Public License.
|
* This file is released under the GNU General Public License.
|
||||||
* Refer to the COPYING file distributed with this package.
|
* Refer to the COPYING file distributed with this package.
|
||||||
*
|
*
|
||||||
* Copyright (c) 1999, William Ferrell, Scott Scriven
|
* Copyright (c) 1999, William Ferrell, Selene Scriven
|
||||||
* 2003, Joris Robijn
|
* 2003, Joris Robijn
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -11,7 +11,7 @@
|
|||||||
* This file is released under the GNU General Public License.
|
* This file is released under the GNU General Public License.
|
||||||
* Refer to the COPYING file distributed with this package.
|
* Refer to the COPYING file distributed with this package.
|
||||||
*
|
*
|
||||||
* Copyright (c) 1999, William Ferrell, Scott Scriven
|
* Copyright (c) 1999, William Ferrell, Selene Scriven
|
||||||
* 2008, Peter Marschall
|
* 2008, Peter Marschall
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -6,7 +6,7 @@
|
|||||||
* This file is released under the GNU General Public License.
|
* This file is released under the GNU General Public License.
|
||||||
* Refer to the COPYING file distributed with this package.
|
* Refer to the COPYING file distributed with this package.
|
||||||
*
|
*
|
||||||
* Copyright (c) 1999, William Ferrell, Scott Scriven
|
* Copyright (c) 1999, William Ferrell, Selene Scriven
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef PARSE_H
|
#ifndef PARSE_H
|
||||||
|
|||||||
+1
-1
@@ -22,7 +22,7 @@
|
|||||||
* This file is released under the GNU General Public License.
|
* This file is released under the GNU General Public License.
|
||||||
* Refer to the COPYING file distributed with this package.
|
* Refer to the COPYING file distributed with this package.
|
||||||
*
|
*
|
||||||
* Copyright (c) 1999, William Ferrell, Scott Scriven
|
* Copyright (c) 1999, William Ferrell, Selene Scriven
|
||||||
* 2001, Joris Robijn
|
* 2001, Joris Robijn
|
||||||
* 2007, Peter Marschall
|
* 2007, Peter Marschall
|
||||||
*/
|
*/
|
||||||
|
|||||||
+1
-1
@@ -6,7 +6,7 @@
|
|||||||
* This file is released under the GNU General Public License.
|
* This file is released under the GNU General Public License.
|
||||||
* Refer to the COPYING file distributed with this package.
|
* Refer to the COPYING file distributed with this package.
|
||||||
*
|
*
|
||||||
* Copyright (c) 1999, William Ferrell, Scott Scriven
|
* Copyright (c) 1999, William Ferrell, Selene Scriven
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef RENDER_H
|
#ifndef RENDER_H
|
||||||
|
|||||||
+1
-1
@@ -9,7 +9,7 @@
|
|||||||
* This file is released under the GNU General Public License.
|
* This file is released under the GNU General Public License.
|
||||||
* Refer to the COPYING file distributed with this package.
|
* Refer to the COPYING file distributed with this package.
|
||||||
*
|
*
|
||||||
* Copyright (c) 1999, William Ferrell, Scott Scriven
|
* Copyright (c) 1999, William Ferrell, Selene Scriven
|
||||||
* 2003, Joris Robijn
|
* 2003, Joris Robijn
|
||||||
* 2008, Peter Marschall
|
* 2008, Peter Marschall
|
||||||
*/
|
*/
|
||||||
|
|||||||
+1
-1
@@ -7,7 +7,7 @@
|
|||||||
* This file is released under the GNU General Public License.
|
* This file is released under the GNU General Public License.
|
||||||
* Refer to the COPYING file distributed with this package.
|
* Refer to the COPYING file distributed with this package.
|
||||||
*
|
*
|
||||||
* Copyright (c) 1999, William Ferrell, Scott Scriven
|
* Copyright (c) 1999, William Ferrell, Selene Scriven
|
||||||
* 2003, Joris Robijn
|
* 2003, Joris Robijn
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -8,7 +8,7 @@
|
|||||||
* This file is released under the GNU General Public License.
|
* This file is released under the GNU General Public License.
|
||||||
* Refer to the COPYING file distributed with this package.
|
* Refer to the COPYING file distributed with this package.
|
||||||
*
|
*
|
||||||
* Copyright (c) 1999, William Ferrell, Scott Scriven
|
* Copyright (c) 1999, William Ferrell, Selene Scriven
|
||||||
* 2003, Joris Robijn
|
* 2003, Joris Robijn
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -6,7 +6,7 @@
|
|||||||
* This file is released under the GNU General Public License.
|
* This file is released under the GNU General Public License.
|
||||||
* Refer to the COPYING file distributed with this package.
|
* Refer to the COPYING file distributed with this package.
|
||||||
*
|
*
|
||||||
* Copyright (c) 1999, William Ferrell, Scott Scriven
|
* Copyright (c) 1999, William Ferrell, Selene Scriven
|
||||||
* 2003, Joris Robijn
|
* 2003, Joris Robijn
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
* This file is released under the GNU General Public License.
|
* This file is released under the GNU General Public License.
|
||||||
* Refer to the COPYING file distributed with this package.
|
* Refer to the COPYING file distributed with this package.
|
||||||
*
|
*
|
||||||
* Copyright (c) 1999, William Ferrell, Scott Scriven
|
* Copyright (c) 1999, William Ferrell, Selene Scriven
|
||||||
* 2002, Joris Robijn
|
* 2002, Joris Robijn
|
||||||
* 2007, Peter Marschall
|
* 2007, Peter Marschall
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
* This file is released under the GNU General Public License.
|
* This file is released under the GNU General Public License.
|
||||||
* Refer to the COPYING file distributed with this package.
|
* Refer to the COPYING file distributed with this package.
|
||||||
*
|
*
|
||||||
* Copyright (c) 1999, William Ferrell, Scott Scriven
|
* Copyright (c) 1999, William Ferrell, Selene Scriven
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef SRVSTATS_H
|
#ifndef SRVSTATS_H
|
||||||
|
|||||||
+1
-1
@@ -11,7 +11,7 @@
|
|||||||
* This file is released under the GNU General Public License.
|
* This file is released under the GNU General Public License.
|
||||||
* Refer to the COPYING file distributed with this package.
|
* Refer to the COPYING file distributed with this package.
|
||||||
*
|
*
|
||||||
* Copyright (c) 1999, William Ferrell, Scott Scriven
|
* Copyright (c) 1999, William Ferrell, Selene Scriven
|
||||||
* 2004, F5 Networks, Inc. - IP-address input
|
* 2004, F5 Networks, Inc. - IP-address input
|
||||||
* 2005, Peter Marschall - error checks, ...
|
* 2005, Peter Marschall - error checks, ...
|
||||||
* 2009, Markus Dolze - input ring buffer
|
* 2009, Markus Dolze - input ring buffer
|
||||||
|
|||||||
+1
-1
@@ -7,7 +7,7 @@
|
|||||||
* This file is released under the GNU General Public License.
|
* This file is released under the GNU General Public License.
|
||||||
* Refer to the COPYING file distributed with this package.
|
* Refer to the COPYING file distributed with this package.
|
||||||
*
|
*
|
||||||
* Copyright (c) 1999, William Ferrell, Scott Scriven
|
* Copyright (c) 1999, William Ferrell, Selene Scriven
|
||||||
* 2004, F5 Networks, Inc. - IP-address verification
|
* 2004, F5 Networks, Inc. - IP-address verification
|
||||||
* 2008, Peter Marschall
|
* 2008, Peter Marschall
|
||||||
*/
|
*/
|
||||||
|
|||||||
+1
-1
@@ -10,7 +10,7 @@
|
|||||||
* This file is released under the GNU General Public License.
|
* This file is released under the GNU General Public License.
|
||||||
* Refer to the COPYING file distributed with this package.
|
* Refer to the COPYING file distributed with this package.
|
||||||
*
|
*
|
||||||
* Copyright (c) 1999, William Ferrell, Scott Scriven
|
* Copyright (c) 1999, William Ferrell, Selene Scriven
|
||||||
* 2002, Joris Robijn
|
* 2002, Joris Robijn
|
||||||
* 2008, Peter Marschall
|
* 2008, Peter Marschall
|
||||||
*/
|
*/
|
||||||
|
|||||||
+1
-1
@@ -7,7 +7,7 @@
|
|||||||
* This file is released under the GNU General Public License.
|
* This file is released under the GNU General Public License.
|
||||||
* Refer to the COPYING file distributed with this package.
|
* Refer to the COPYING file distributed with this package.
|
||||||
*
|
*
|
||||||
* Copyright (c) 1999, William Ferrell, Scott Scriven
|
* Copyright (c) 1999, William Ferrell, Selene Scriven
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "screen.h"
|
#include "screen.h"
|
||||||
|
|||||||
+2
-1
@@ -7,7 +7,8 @@
|
|||||||
* This file is released under the GNU General Public License.
|
* This file is released under the GNU General Public License.
|
||||||
* Refer to the COPYING file distributed with this package.
|
* Refer to the COPYING file distributed with this package.
|
||||||
*
|
*
|
||||||
* Copyright(c) 1999, William Ferrell
|
* Copyright(c) 1994, Selene Scriven
|
||||||
|
* (c) 1999, William Ferrell
|
||||||
* (c) 2000, Guillaume Filion
|
* (c) 2000, Guillaume Filion
|
||||||
* (c) 2001, Joris Robijn
|
* (c) 2001, Joris Robijn
|
||||||
* (c) 2008, Peter Marschall
|
* (c) 2008, Peter Marschall
|
||||||
|
|||||||
+10
@@ -2,6 +2,16 @@
|
|||||||
* Define routines to deal with doubly linked lists
|
* Define routines to deal with doubly linked lists
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/* This file is part of LCDproc.
|
||||||
|
*
|
||||||
|
* This file is released under the GNU General Public License.
|
||||||
|
* Refer to the COPYING file distributed with this package.
|
||||||
|
*
|
||||||
|
* Copyright(c) 1994, Selene Scriven
|
||||||
|
* (c) 1999, William Ferrell
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef LL_H
|
#ifndef LL_H
|
||||||
#define LL_H
|
#define LL_H
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -9,7 +9,7 @@
|
|||||||
* This file is released under the GNU General Public License. Refer to the
|
* This file is released under the GNU General Public License. Refer to the
|
||||||
* COPYING file distributed with this package.
|
* COPYING file distributed with this package.
|
||||||
*
|
*
|
||||||
* Copyright (c) 1999, William Ferrell, Scott Scriven
|
* Copyright (c) 1999, William Ferrell, Selene Scriven
|
||||||
* 2001, Joris Robijn
|
* 2001, Joris Robijn
|
||||||
* 2005, Peter Marschall
|
* 2005, Peter Marschall
|
||||||
*/
|
*/
|
||||||
|
|||||||
+1
-1
@@ -9,7 +9,7 @@
|
|||||||
* This file is released under the GNU General Public License. Refer to the
|
* This file is released under the GNU General Public License. Refer to the
|
||||||
* COPYING file distributed with this package.
|
* COPYING file distributed with this package.
|
||||||
*
|
*
|
||||||
* Copyright (c) 1999, William Ferrell, Scott Scriven
|
* Copyright (c) 1999, William Ferrell, Selene Scriven
|
||||||
* 2001, Joris Robijn
|
* 2001, Joris Robijn
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user