diff --git a/server/commands/client_commands.c b/server/commands/client_commands.c index 07cb97b..bbbdc2e 100644 --- a/server/commands/client_commands.c +++ b/server/commands/client_commands.c @@ -1,16 +1,5 @@ -/* \file client_commands.c +/* \file server/commands/client_commands.c * Defines handlers for general client commands. - */ - -/* - * This file is part of LCDd, the lcdproc server. - * - * This file is released under the GNU General Public License. Refer to the - * COPYING file distributed with this package. - * - * Copyright (c) 1999, William Ferrell, Scott Scriven - * 2002, Joris Robijn - * * * This contains definitions for all the functions which clients can run. * The functions here are to be called only from parse.c's interpreter. @@ -19,6 +8,15 @@ * for each command. */ +/* This file is part of LCDd, the lcdproc server. + * + * This file is released under the GNU General Public License. + * Refer to the COPYING file distributed with this package. + * + * Copyright (c) 1999, William Ferrell, Scott Scriven + * 2002, Joris Robijn + */ + #include #include #include diff --git a/server/commands/client_commands.h b/server/commands/client_commands.h index 181a51a..4b016ad 100644 --- a/server/commands/client_commands.h +++ b/server/commands/client_commands.h @@ -1,16 +1,14 @@ -/* \file client_commands.h +/* \file server/commands/client_commands.h * Declares handlers for general client commands. */ -/* - * This file is part of LCDd, the lcdproc server. +/* This file is part of LCDd, the lcdproc server. * - * This file is released under the GNU General Public License. Refer to the - * COPYING file distributed with this package. + * This file is released under the GNU General Public License. + * Refer to the COPYING file distributed with this package. * * Copyright (c) 1999, William Ferrell, Scott Scriven * 2002, Joris Robijn - * */ #ifndef COMMANDS_CLIENT_H diff --git a/server/commands/command_list.c b/server/commands/command_list.c index b20424d..b4f7bc5 100644 --- a/server/commands/command_list.c +++ b/server/commands/command_list.c @@ -1,16 +1,5 @@ -/* \file command_list.c +/* \file server/commands/command_list.c * Defines the dispatcher for handlers dealing with the client commands. - */ - -/* - * This file is part of LCDd, the lcdproc server. - * - * This file is released under the GNU General Public License. Refer to the - * COPYING file distributed with this package. - * - * Copyright (c) 1999, William Ferrell, Scott Scriven - * 2003, Joris Robijn - * * * This contains definitions for all the functions which clients can run. * The functions here are to be called only from parse.c's interpreter. @@ -19,6 +8,15 @@ * for each command. <-- TODO ! */ +/* This file is part of LCDd, the lcdproc server. + * + * This file is released under the GNU General Public License. + * Refer to the COPYING file distributed with this package. + * + * Copyright (c) 1999, William Ferrell, Scott Scriven + * 2003, Joris Robijn + */ + #include "command_list.h" #include "server_commands.h" #include "client_commands.h" diff --git a/server/commands/command_list.h b/server/commands/command_list.h index 4bd2be7..3f98970 100644 --- a/server/commands/command_list.h +++ b/server/commands/command_list.h @@ -1,15 +1,13 @@ -/* \file command_list.h +/* \file server/commands/command_list.h * Declares client command dispatcher function. */ -/* - * This file is part of LCDd, the lcdproc server. +/* This file is part of LCDd, the lcdproc server. * - * This file is released under the GNU General Public License. Refer to the - * COPYING file distributed with this package. + * This file is released under the GNU General Public License. + * Refer to the COPYING file distributed with this package. * * Copyright (c) 1999, William Ferrell, Scott Scriven - * */ #ifndef COMMANDS_COMMAND_LIST_H diff --git a/server/commands/menu_commands.c b/server/commands/menu_commands.c index f197a0b..3e8fb18 100644 --- a/server/commands/menu_commands.c +++ b/server/commands/menu_commands.c @@ -1,18 +1,5 @@ -/* \file menu_commands.c +/* \file server/commands/menu_commands.c * Defines handlers for client commands concerning menus. - */ - -/* - * This file is part of LCDd, the lcdproc server. - * - * This file is released under the GNU General Public License. Refer to the - * COPYING file distributed with this package. - * - * Copyright (c) 1999, William Ferrell, Scott Scriven - * 2002, Joris Robijn - * 2004, F5 Networks, Inc. - IP-address input - * 2005, Peter Marschall - error checks, ... - * * * This contains definitions for all the functions which clients can run. * The functions here are to be called only from parse.c's interpreter. @@ -21,6 +8,17 @@ * for each command. */ +/* This file is part of LCDd, the lcdproc server. + * + * This file is released under the GNU General Public License. + * Refer to the COPYING file distributed with this package. + * + * Copyright (c) 1999, William Ferrell, Scott Scriven + * 2002, Joris Robijn + * 2004, F5 Networks, Inc. - IP-address input + * 2005, Peter Marschall - error checks, ... + */ + #include #include #include diff --git a/server/commands/menu_commands.h b/server/commands/menu_commands.h index a3d1a3c..5adff69 100644 --- a/server/commands/menu_commands.h +++ b/server/commands/menu_commands.h @@ -1,16 +1,14 @@ -/* \file menu_commands.h +/* \file server/commands/menu_commands.h * Declares handlers for client menu commands. */ -/* - * This file is part of LCDd, the lcdproc server. +/* This file is part of LCDd, the lcdproc server. * - * This file is released under the GNU General Public License. Refer to the - * COPYING file distributed with this package. + * This file is released under the GNU General Public License. + * Refer to the COPYING file distributed with this package. * * Copyright (c) 1999, William Ferrell, Scott Scriven * 2002, Joris Robijn - * */ #ifndef COMMANDS_MENU_H diff --git a/server/commands/screen_commands.c b/server/commands/screen_commands.c index b9cd185..3207e9f 100644 --- a/server/commands/screen_commands.c +++ b/server/commands/screen_commands.c @@ -1,16 +1,5 @@ -/* \file screens_commands.c +/* \file server/commands/screens_commands.c * Defines handlers for the client commands concerning screens. - */ - -/* - * This file is part of LCDd, the lcdproc server. - * - * This file is released under the GNU General Public License. Refer to the - * COPYING file distributed with this package. - * - * Copyright (c) 1999, William Ferrell, Scott Scriven - * 2002, Joris Robijn - * * * This contains definitions for all the functions which clients can run. * The functions here are to be called only from parse.c's interpreter. @@ -19,6 +8,15 @@ * for each command. */ +/* This file is part of LCDd, the lcdproc server. + * + * This file is released under the GNU General Public License. + * Refer to the COPYING file distributed with this package. + * + * Copyright (c) 1999, William Ferrell, Scott Scriven + * 2002, Joris Robijn + */ + #include #include #include diff --git a/server/commands/screen_commands.h b/server/commands/screen_commands.h index cac0082..0306ba8 100644 --- a/server/commands/screen_commands.h +++ b/server/commands/screen_commands.h @@ -1,16 +1,14 @@ -/* \file screen_commands.h +/* \file server/commands/screen_commands.h * Declares handlers for client screen commands. */ -/* - * This file is part of LCDd, the lcdproc server. +/* This file is part of LCDd, the lcdproc server. * - * This file is released under the GNU General Public License. Refer to the - * COPYING file distributed with this package. + * This file is released under the GNU General Public License. + * Refer to the COPYING file distributed with this package. * * Copyright (c) 1999, William Ferrell, Scott Scriven * 2002, Joris Robijn - * */ #ifndef COMMANDS_SCREEN_H diff --git a/server/commands/server_commands.c b/server/commands/server_commands.c index bc637e3..cbc983b 100644 --- a/server/commands/server_commands.c +++ b/server/commands/server_commands.c @@ -1,16 +1,5 @@ -/* \file server_commands.c +/* \file server/commands/server_commands.c * Defines handlers for client commands concerning the server settings. - */ - -/* - * This file is part of LCDd, the lcdproc server. - * - * This file is released under the GNU General Public License. Refer to the - * COPYING file distributed with this package. - * - * Copyright (c) 1999, William Ferrell, Scott Scriven - * 2002, Joris Robijn - * * * This contains definitions for all the functions which clients can run. * The functions here are to be called only from parse.c's interpreter. @@ -19,6 +8,15 @@ * for each command. */ +/* This file is part of LCDd, the lcdproc server. + * + * This file is released under the GNU General Public License. + * Refer to the COPYING file distributed with this package. + * + * Copyright (c) 1999, William Ferrell, Scott Scriven + * 2002, Joris Robijn + */ + #include #include #include diff --git a/server/commands/server_commands.h b/server/commands/server_commands.h index ba63f55..b8e7a66 100644 --- a/server/commands/server_commands.h +++ b/server/commands/server_commands.h @@ -1,16 +1,14 @@ -/* \file server_commands.h +/* \file server/commands/server_commands.h * Declares handlers for client commands dealing with server properties. */ -/* - * This file is part of LCDd, the lcdproc server. +/* This file is part of LCDd, the lcdproc server. * - * This file is released under the GNU General Public License. Refer to the - * COPYING file distributed with this package. + * This file is released under the GNU General Public License. + * Refer to the COPYING file distributed with this package. * * Copyright (c) 1999, William Ferrell, Scott Scriven * 2002, Joris Robijn - * */ #ifndef COMMANDS_SERVER_H diff --git a/server/commands/widget_commands.c b/server/commands/widget_commands.c index e953684..a989893 100644 --- a/server/commands/widget_commands.c +++ b/server/commands/widget_commands.c @@ -1,16 +1,5 @@ -/* \file widget_commands.c +/* \file server/commands/widget_commands.c * Defines handlers for client commands concerning widgets. - */ - -/* - * This file is part of LCDd, the lcdproc server. - * - * This file is released under the GNU General Public License. Refer to the - * COPYING file distributed with this package. - * - * Copyright (c) 1999, William Ferrell, Scott Scriven - * 2002, Joris Robijn - * * * This contains definitions for all the functions which clients can run. * The functions here are to be called only from parse.c's interpreter. @@ -19,6 +8,15 @@ * for each command. */ +/* This file is part of LCDd, the lcdproc server. + * + * This file is released under the GNU General Public License. + * Refer to the COPYING file distributed with this package. + * + * Copyright (c) 1999, William Ferrell, Scott Scriven + * 2002, Joris Robijn + */ + #include #include #include diff --git a/server/commands/widget_commands.h b/server/commands/widget_commands.h index 51b989f..b15c9f9 100644 --- a/server/commands/widget_commands.h +++ b/server/commands/widget_commands.h @@ -1,16 +1,14 @@ -/* \file widget_commands.h +/* \file server/commands/widget_commands.h * Declares handlers for client widget commands. */ -/* - * This file is part of LCDd, the lcdproc server. +/* This file is part of LCDd, the lcdproc server. * - * This file is released under the GNU General Public License. Refer to the - * COPYING file distributed with this package. + * This file is released under the GNU General Public License. + * Refer to the COPYING file distributed with this package. * * Copyright (c) 1999, William Ferrell, Scott Scriven * 2002, Joris Robijn - * */ #ifndef COMMANDS_WIDGET_H