gnome-mud r782 - in trunk: . src



Author: lharris
Date: Wed Mar  4 15:08:24 2009
New Revision: 782
URL: http://svn.gnome.org/viewvc/gnome-mud?rev=782&view=rev

Log:
Updated Copyright information, added license preamble where missing.

Modified:
   trunk/ChangeLog
   trunk/configure.ac
   trunk/src/gnome-mud.c
   trunk/src/gnome-mud.h
   trunk/src/mud-connections.c
   trunk/src/mud-connections.h
   trunk/src/mud-log.c
   trunk/src/mud-log.h
   trunk/src/mud-parse-alias.c
   trunk/src/mud-parse-alias.h
   trunk/src/mud-parse-base.c
   trunk/src/mud-parse-base.h
   trunk/src/mud-parse-trigger.c
   trunk/src/mud-parse-trigger.h
   trunk/src/mud-preferences-window.c
   trunk/src/mud-preferences-window.h
   trunk/src/mud-profile.c
   trunk/src/mud-profile.h
   trunk/src/mud-regex.c
   trunk/src/mud-regex.h
   trunk/src/mud-telnet-handlers.c
   trunk/src/mud-telnet-handlers.h
   trunk/src/mud-telnet-mccp.c
   trunk/src/mud-telnet-mccp.h
   trunk/src/mud-telnet-msp.c
   trunk/src/mud-telnet-msp.h
   trunk/src/mud-telnet-zmp.c
   trunk/src/mud-telnet-zmp.h
   trunk/src/mud-telnet.c
   trunk/src/mud-telnet.h
   trunk/src/mud-tray.c
   trunk/src/mud-tray.h
   trunk/src/mud-window-profile.c
   trunk/src/mud-window-profile.h
   trunk/src/mud-window.c
   trunk/src/mud-window.h
   trunk/src/utils.c
   trunk/src/utils.h

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Wed Mar  4 15:08:24 2009
@@ -1,6 +1,7 @@
 dnl Configuration for GNOME-Mud -- a MUD client for the GNOME Desktop
 dnl
-dnl Copyright (C) 1999,2000,2001,2002,2003,2004,2005,2006,2008,2009 Free Software Foundation, Inc.
+dnl Copyright (C) 1998-2005 Robin Ericsson <lobbin localhost nu>
+dnl Copyright (C) 2005-2009 Les Harris <lharris gnome org>
 dnl
 dnl GNOME-Mud is free software; you can redistribute it and/or modify
 dnl it under the terms of the GNU General Public License as published by

Modified: trunk/src/gnome-mud.c
==============================================================================
--- trunk/src/gnome-mud.c	(original)
+++ trunk/src/gnome-mud.c	Wed Mar  4 15:08:24 2009
@@ -1,5 +1,7 @@
-/* GNOME-Mud - A simple Mud CLient
- * Copyright (C) 1998-2006 Robin Ericsson <lobbin localhost nu>
+/* GNOME-Mud - A simple Mud Client
+ * gnome-mud.c
+ * Copyright (C) 1998-2005 Robin Ericsson <lobbin localhost nu>
+ * Copyright (C) 2005-2009 Les Harris <lharris gnome org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: trunk/src/gnome-mud.h
==============================================================================
--- trunk/src/gnome-mud.h	(original)
+++ trunk/src/gnome-mud.h	Wed Mar  4 15:08:24 2009
@@ -1,5 +1,7 @@
-/* GNOME-Mud - A simple Mud CLient
+/* GNOME-Mud - A simple Mud Client
+ * gnome-mud.h
  * Copyright (C) 1998-2005 Robin Ericsson <lobbin localhost nu>
+ * Copyright (C) 2005-2009 Les Harris <lharris gnome org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: trunk/src/mud-connections.c
==============================================================================
--- trunk/src/mud-connections.c	(original)
+++ trunk/src/mud-connections.c	Wed Mar  4 15:08:24 2009
@@ -1,5 +1,6 @@
-/* GNOME-Mud - A simple Mud CLient
- * Copyright (C) 1998-2006 Robin Ericsson <lobbin localhost nu>
+/* GNOME-Mud - A simple Mud Client
+ * mud-connections.c
+ * Copyright (C) 2008-2009 Les Harris <lharris gnome org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: trunk/src/mud-connections.h
==============================================================================
--- trunk/src/mud-connections.h	(original)
+++ trunk/src/mud-connections.h	Wed Mar  4 15:08:24 2009
@@ -1,5 +1,6 @@
-/* GNOME-Mud - A simple Mud CLient
- * Copyright (C) 1998-2006 Robin Ericsson <lobbin localhost nu>
+/* GNOME-Mud - A simple Mud Client
+ * mud-connections.h
+ * Copyright (C) 2008-2009 Les Harris <lharris gnome org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: trunk/src/mud-log.c
==============================================================================
--- trunk/src/mud-log.c	(original)
+++ trunk/src/mud-log.c	Wed Mar  4 15:08:24 2009
@@ -1,5 +1,6 @@
-/* GNOME-Mud - A simple Mud CLient
- * Copyright (C) 1998-2006 Robin Ericsson <lobbin localhost nu>
+/* GNOME-Mud - A simple Mud Client
+ * mud-log.c
+ * Copyright (C) 2006-2009 Les Harris <lharris gnome org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: trunk/src/mud-log.h
==============================================================================
--- trunk/src/mud-log.h	(original)
+++ trunk/src/mud-log.h	Wed Mar  4 15:08:24 2009
@@ -1,5 +1,6 @@
-/* GNOME-Mud - A simple Mud CLient
- * Copyright (C) 1998-2006 Robin Ericsson <lobbin localhost nu>
+/* GNOME-Mud - A simple Mud Client
+ * mud-log.h
+ * Copyright (C) 2008-2009 Les Harris <lharris gnome org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: trunk/src/mud-parse-alias.c
==============================================================================
--- trunk/src/mud-parse-alias.c	(original)
+++ trunk/src/mud-parse-alias.c	Wed Mar  4 15:08:24 2009
@@ -1,5 +1,6 @@
-/* GNOME-Mud - A simple Mud CLient
- * Copyright (C) 2006 Robin Ericsson <lobbin localhost nu>
+/* GNOME-Mud - A simple Mud Client
+ * mud-parse-alias.c
+ * Copyright (C) 2006-2009 Les Harris <lharris gnome org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: trunk/src/mud-parse-alias.h
==============================================================================
--- trunk/src/mud-parse-alias.h	(original)
+++ trunk/src/mud-parse-alias.h	Wed Mar  4 15:08:24 2009
@@ -1,3 +1,22 @@
+/* GNOME-Mud - A simple Mud Client
+ * mud-parse-alias.h
+ * Copyright (C) 2006-2009 Les Harris <lharris gnome org>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
 #ifndef MUD_PARSE_ALIAS_H
 #define MUD_PARSE_ALIAS_H
 

Modified: trunk/src/mud-parse-base.c
==============================================================================
--- trunk/src/mud-parse-base.c	(original)
+++ trunk/src/mud-parse-base.c	Wed Mar  4 15:08:24 2009
@@ -1,5 +1,6 @@
-/* GNOME-Mud - A simple Mud CLient
- * Copyright (C) 2006 Robin Ericsson <lobbin localhost nu>
+/* GNOME-Mud - A simple Mud Client
+ * mud-parse-base.c
+ * Copyright (C) 2005-2009 Les Harris <lharris gnome org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: trunk/src/mud-parse-base.h
==============================================================================
--- trunk/src/mud-parse-base.h	(original)
+++ trunk/src/mud-parse-base.h	Wed Mar  4 15:08:24 2009
@@ -1,3 +1,22 @@
+/* GNOME-Mud - A simple Mud Client
+ * mud-parse-base.h
+ * Copyright (C) 2005-2009 Les Harris <lharris gnome org>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
 #ifndef MUD_PARSE_BASE_H
 #define MUD_PARSE_BASE_H
 

Modified: trunk/src/mud-parse-trigger.c
==============================================================================
--- trunk/src/mud-parse-trigger.c	(original)
+++ trunk/src/mud-parse-trigger.c	Wed Mar  4 15:08:24 2009
@@ -1,5 +1,6 @@
-/* GNOME-Mud - A simple Mud CLient
- * Copyright (C) 2006 Robin Ericsson <lobbin localhost nu>
+/* GNOME-Mud - A simple Mud Client
+ * mud-parse-trigger.c
+ * Copyright (C) 2005-2009 Les Harris <lharris gnome org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: trunk/src/mud-parse-trigger.h
==============================================================================
--- trunk/src/mud-parse-trigger.h	(original)
+++ trunk/src/mud-parse-trigger.h	Wed Mar  4 15:08:24 2009
@@ -1,3 +1,22 @@
+/* GNOME-Mud - A simple Mud Client
+ * mud-parse-trigger.h
+ * Copyright (C) 2005-2009 Les Harris <lharris gnome org>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
 #ifndef MUD_PARSE_TRIGGER_H
 #define MUD_PARSE_TRIGGER_H
 

Modified: trunk/src/mud-preferences-window.c
==============================================================================
--- trunk/src/mud-preferences-window.c	(original)
+++ trunk/src/mud-preferences-window.c	Wed Mar  4 15:08:24 2009
@@ -1,5 +1,7 @@
-/* GNOME-Mud - A simple Mud CLient
- * Copyright (C) 1998-2006 Robin Ericsson <lobbin localhost nu>
+/* GNOME-Mud - A simple Mud Client
+ * mud-preferences-window.c
+ * Copyright (C) 1998-2005 Robin Ericsson <lobbin localhost nu>
+ * Copyright (C) 2005-2009 Les Harris <lharris gnome org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: trunk/src/mud-preferences-window.h
==============================================================================
--- trunk/src/mud-preferences-window.h	(original)
+++ trunk/src/mud-preferences-window.h	Wed Mar  4 15:08:24 2009
@@ -1,3 +1,23 @@
+/* GNOME-Mud - A simple Mud Client
+ * mud-preferences-window.h
+ * Copyright (C) 1998-2005 Robin Ericsson <lobbin localhost nu>
+ * Copyright (C) 2005-2009 Les Harris <lharris gnome org>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
 #ifndef MUD_PREFERENCES_WINDOW_H
 #define MUD_PREFERENCES_WINDOW_H
 

Modified: trunk/src/mud-profile.c
==============================================================================
--- trunk/src/mud-profile.c	(original)
+++ trunk/src/mud-profile.c	Wed Mar  4 15:08:24 2009
@@ -1,5 +1,7 @@
-/* GNOME-Mud - A simple Mud CLient
- * Copyright (C) 1998-2006 Robin Ericsson <lobbin localhost nu>
+/* GNOME-Mud - A simple Mud Client
+ * mud-profile.c
+ * Copyright (C) 1998-2005 Robin Ericsson <lobbin localhost nu>
+ * Copyright (C) 2005-2009 Les Harris <lharris gnome org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: trunk/src/mud-profile.h
==============================================================================
--- trunk/src/mud-profile.h	(original)
+++ trunk/src/mud-profile.h	Wed Mar  4 15:08:24 2009
@@ -1,3 +1,23 @@
+/* GNOME-Mud - A simple Mud Client
+ * mud-profile.h
+ * Copyright (C) 1998-2005 Robin Ericsson <lobbin localhost nu>
+ * Copyright (C) 2005-2009 Les Harris <lharris gnome org>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
 #ifndef MUD_PROFILE_H
 #define MUD_PROFILE_H
 

Modified: trunk/src/mud-regex.c
==============================================================================
--- trunk/src/mud-regex.c	(original)
+++ trunk/src/mud-regex.c	Wed Mar  4 15:08:24 2009
@@ -1,5 +1,6 @@
-/* GNOME-Mud - A simple Mud CLient
- * Copyright (C) 2006 Robin Ericsson <lobbin localhost nu>
+/* GNOME-Mud - A simple Mud Client
+ * mud-regex.c
+ * Copyright (C) 2005-2009 Les Harris <lharris gnome org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: trunk/src/mud-regex.h
==============================================================================
--- trunk/src/mud-regex.h	(original)
+++ trunk/src/mud-regex.h	Wed Mar  4 15:08:24 2009
@@ -1,3 +1,22 @@
+/* GNOME-Mud - A simple Mud Client
+ * mud-regex.h
+ * Copyright (C) 2005-2009 Les Harris <lharris gnome org>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
 #ifndef MUD_REGEX_H
 #define MUD_REGEX_H
 

Modified: trunk/src/mud-telnet-handlers.c
==============================================================================
--- trunk/src/mud-telnet-handlers.c	(original)
+++ trunk/src/mud-telnet-handlers.c	Wed Mar  4 15:08:24 2009
@@ -1,5 +1,6 @@
-/* GNOME-Mud - A simple Mud CLient
- * Copyright (C) 1998-2006 Robin Ericsson <lobbin localhost nu>
+/* GNOME-Mud - A simple Mud Client
+ * mud-telnet-handlers.c
+ * Copyright (C) 2005-2009 Les Harris <lharris gnome org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -16,11 +17,6 @@
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
-/* Code originally from wxMUD. Converted to a GObject by Les Harris.
- * wxMUD - an open source cross-platform MUD client.
- * Copyright (C) 2003-2008 Mart Raudsepp and Gabriel Levin
- */
-
 #ifdef HAVE_CONFIG_H
 #  include "config.h"
 #endif

Modified: trunk/src/mud-telnet-handlers.h
==============================================================================
--- trunk/src/mud-telnet-handlers.h	(original)
+++ trunk/src/mud-telnet-handlers.h	Wed Mar  4 15:08:24 2009
@@ -1,5 +1,6 @@
-/* GNOME-Mud - A simple Mud CLient
- * Copyright (C) 1998-2006 Robin Ericsson <lobbin localhost nu>
+/* GNOME-Mud - A simple Mud Client
+ * mud-telnet-handlers.c
+ * Copyright (C) 2005-2009 Les Harris <lharris gnome org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -16,11 +17,6 @@
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
-/* Code originally from wxMUD. Converted to a GObject by Les Harris.
- * wxMUD - an open source cross-platform MUD client.
- * Copyright (C) 2003-2008 Mart Raudsepp and Gabriel Levin
- */
-
 #ifndef MUD_TELNET_HANDLERS_H
 #define MUD_TELNET_HANDLERS_H
 

Modified: trunk/src/mud-telnet-mccp.c
==============================================================================
--- trunk/src/mud-telnet-mccp.c	(original)
+++ trunk/src/mud-telnet-mccp.c	Wed Mar  4 15:08:24 2009
@@ -1,5 +1,6 @@
-/* GNOME-Mud - A simple Mud CLient
- * Copyright (C) 1998-2006 Robin Ericsson <lobbin localhost nu>
+/* GNOME-Mud - A simple Mud Client
+ * mud-telnet-mccp.c
+ * Copyright (C) 2008-2009 Les Harris <lharris gnome org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: trunk/src/mud-telnet-mccp.h
==============================================================================
--- trunk/src/mud-telnet-mccp.h	(original)
+++ trunk/src/mud-telnet-mccp.h	Wed Mar  4 15:08:24 2009
@@ -1,5 +1,6 @@
-/* GNOME-Mud - A simple Mud CLient
- * Copyright (C) 1998-2006 Robin Ericsson <lobbin localhost nu>
+/* GNOME-Mud - A simple Mud Client
+ * mud-telnet-mccp.h
+ * Copyright (C) 2008-2009 Les Harris <lharris gnome org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: trunk/src/mud-telnet-msp.c
==============================================================================
--- trunk/src/mud-telnet-msp.c	(original)
+++ trunk/src/mud-telnet-msp.c	Wed Mar  4 15:08:24 2009
@@ -1,5 +1,6 @@
-/* GNOME-Mud - A simple Mud CLient
- * Copyright (C) 1998-2006 Robin Ericsson <lobbin localhost nu>
+/* GNOME-Mud - A simple Mud Client
+ * mud-telnet-msp.c
+ * Copyright (C) 2008-2009 Les Harris <lharris gnome org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: trunk/src/mud-telnet-msp.h
==============================================================================
--- trunk/src/mud-telnet-msp.h	(original)
+++ trunk/src/mud-telnet-msp.h	Wed Mar  4 15:08:24 2009
@@ -1,5 +1,6 @@
-/* GNOME-Mud - A simple Mud CLient
- * Copyright (C) 1998-2006 Robin Ericsson <lobbin localhost nu>
+/* GNOME-Mud - A simple Mud Client
+ * mud-telnet-msp.h
+ * Copyright (C) 2008-2009 Les Harris <lharris gnome org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: trunk/src/mud-telnet-zmp.c
==============================================================================
--- trunk/src/mud-telnet-zmp.c	(original)
+++ trunk/src/mud-telnet-zmp.c	Wed Mar  4 15:08:24 2009
@@ -1,5 +1,6 @@
-/* GNOME-Mud - A simple Mud CLient
- * Copyright (C) 1998-2006 Robin Ericsson <lobbin localhost nu>
+/* GNOME-Mud - A simple Mud Client
+ * mud-telnet-zmp.c
+ * Copyright (C) 2008-2009 Les Harris <lharris gnome org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: trunk/src/mud-telnet-zmp.h
==============================================================================
--- trunk/src/mud-telnet-zmp.h	(original)
+++ trunk/src/mud-telnet-zmp.h	Wed Mar  4 15:08:24 2009
@@ -1,5 +1,6 @@
-/* GNOME-Mud - A simple Mud CLient
- * Copyright (C) 1998-2006 Robin Ericsson <lobbin localhost nu>
+/* GNOME-Mud - A simple Mud Client
+ * mud-telnet-zmp.h
+ * Copyright (C) 2008-2009 Les Harris <lharris gnome org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: trunk/src/mud-telnet.c
==============================================================================
--- trunk/src/mud-telnet.c	(original)
+++ trunk/src/mud-telnet.c	Wed Mar  4 15:08:24 2009
@@ -1,6 +1,10 @@
-/* GNOME-Mud - A simple Mud CLient
- * Copyright (C) 1998-2006 Robin Ericsson <lobbin localhost nu>
- *
+/* GNOME-Mud - A simple Mud Client
+ * mud-telnet.c
+ * Code originally from wxMUD. Converted to a GObject by Les Harris.
+ * wxMUD - an open source cross-platform MUD client.
+ * Copyright (C) 2003-2008 Mart Raudsepp and Gabriel Levin
+ * Copyright (C) 2008-2009 Les Harris <lharris gnome org>
+ * 
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
@@ -16,11 +20,6 @@
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
-/* Code originally from wxMUD. Converted to a GObject by Les Harris.
- * wxMUD - an open source cross-platform MUD client.
- * Copyright (C) 2003-2008 Mart Raudsepp and Gabriel Levin
- */
-
 #ifdef HAVE_CONFIG_H
 #  include "config.h"
 #endif

Modified: trunk/src/mud-telnet.h
==============================================================================
--- trunk/src/mud-telnet.h	(original)
+++ trunk/src/mud-telnet.h	Wed Mar  4 15:08:24 2009
@@ -1,6 +1,10 @@
-/* GNOME-Mud - A simple Mud CLient
- * Copyright (C) 2006 Robin Ericsson <lobbin localhost nu>
- *
+/* GNOME-Mud - A simple Mud Client
+ * mud-telnet.c
+ * Code originally from wxMUD. Converted to a GObject by Les Harris.
+ * wxMUD - an open source cross-platform MUD client.
+ * Copyright (C) 2003-2008 Mart Raudsepp and Gabriel Levin
+ * Copyright (C) 2008-2009 Les Harris <lharris gnome org>
+ * 
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
@@ -16,11 +20,6 @@
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
-/* Code originally from wxMUD. Converted to a GObject by Les Harris.
- * wxMUD - an open source cross-platform MUD client.
- * Copyright (C) 2003-2008 Mart Raudsepp
- */
-
 #ifndef MUD_TELNET_H
 #define MUD_TELNET_H
 

Modified: trunk/src/mud-tray.c
==============================================================================
--- trunk/src/mud-tray.c	(original)
+++ trunk/src/mud-tray.c	Wed Mar  4 15:08:24 2009
@@ -1,5 +1,7 @@
-/* GNOME-Mud - A simple Mud CLient
- * Copyright (C) 1998-2006 Robin Ericsson <lobbin localhost nu>
+/* GNOME-Mud - A simple Mud Client
+ * mud-tray.c
+ * Copyright (C) 1998-2005 Robin Ericsson <lobbin localhost nu>
+ * Copyright (C) 2005-2009 Les Harris <lharris gnome org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -14,9 +16,6 @@
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- *
- *
- * Heavily inspired on the gaim docklet plugin
  */
 
 #include <glib/gi18n.h>

Modified: trunk/src/mud-tray.h
==============================================================================
--- trunk/src/mud-tray.h	(original)
+++ trunk/src/mud-tray.h	Wed Mar  4 15:08:24 2009
@@ -1,3 +1,23 @@
+/* GNOME-Mud - A simple Mud Client
+ * mud-tray.h
+ * Copyright (C) 1998-2005 Robin Ericsson <lobbin localhost nu>
+ * Copyright (C) 2005-2009 Les Harris <lharris gnome org>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
 #ifndef MUD_TRAY_H
 #define MUD_TRAY_H
 

Modified: trunk/src/mud-window-profile.c
==============================================================================
--- trunk/src/mud-window-profile.c	(original)
+++ trunk/src/mud-window-profile.c	Wed Mar  4 15:08:24 2009
@@ -1,5 +1,6 @@
-/* GNOME-Mud - A simple Mud CLient
- * Copyright (C) 1998-2006 Robin Ericsson <lobbin localhost nu>
+/* GNOME-Mud - A simple Mud Client
+ * mud-window-profile.c
+ * Copyright (C) 2008-2009 Les Harris <lharris gnome org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: trunk/src/mud-window-profile.h
==============================================================================
--- trunk/src/mud-window-profile.h	(original)
+++ trunk/src/mud-window-profile.h	Wed Mar  4 15:08:24 2009
@@ -1,3 +1,22 @@
+/* GNOME-Mud - A simple Mud Client
+ * mud-window-profile.h
+ * Copyright (C) 2008-2009 Les Harris <lharris gnome org>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
 #ifndef MUD_PROFILE_WINDOW_H
 #define MUD_PROFILE_WINDOW_H
 

Modified: trunk/src/mud-window.c
==============================================================================
--- trunk/src/mud-window.c	(original)
+++ trunk/src/mud-window.c	Wed Mar  4 15:08:24 2009
@@ -1,5 +1,7 @@
-/* GNOME-Mud - A simple Mud CLient
- * Copyright (C) 1998-2006 Robin Ericsson <lobbin localhost nu>
+/* GNOME-Mud - A simple Mud Client
+ * mud-window.c
+ * Copyright (C) 1998-2005 Robin Ericsson <lobbin localhost nu>
+ * Copyright (C) 2005-2009 Les Harris <lharris gnome org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: trunk/src/mud-window.h
==============================================================================
--- trunk/src/mud-window.h	(original)
+++ trunk/src/mud-window.h	Wed Mar  4 15:08:24 2009
@@ -1,3 +1,23 @@
+/* GNOME-Mud - A simple Mud Client
+ * mud-window.h
+ * Copyright (C) 1998-2005 Robin Ericsson <lobbin localhost nu>
+ * Copyright (C) 2005-2009 Les Harris <lharris gnome org>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
 #ifndef MUD_WINDOW_H
 #define MUD_WINDOW_H
 

Modified: trunk/src/utils.c
==============================================================================
--- trunk/src/utils.c	(original)
+++ trunk/src/utils.c	Wed Mar  4 15:08:24 2009
@@ -1,5 +1,6 @@
 /* GNOME-Mud - A simple Mud CLient
- * Copyright (C) 1998-2006 Robin Ericsson <lobbin localhost nu>
+ * utils.c
+ * Copyright (C) 2005-2009 Les Harris <lharris gnome org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: trunk/src/utils.h
==============================================================================
--- trunk/src/utils.h	(original)
+++ trunk/src/utils.h	Wed Mar  4 15:08:24 2009
@@ -1,3 +1,22 @@
+/* GNOME-Mud - A simple Mud CLient
+ * utils.h
+ * Copyright (C) 2005-2009 Les Harris <lharris gnome org>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
 #ifndef UTILS_H
 #define UTILS_H
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]