Added license declarations to some files that were missing it
authorArt Cancro <ajc@uncensored.citadel.org>
Fri, 23 Mar 2012 17:14:38 +0000 (13:14 -0400)
committerArt Cancro <ajc@uncensored.citadel.org>
Fri, 23 Mar 2012 17:14:38 +0000 (13:14 -0400)
citadel/textclient/messages.h
citadel/textclient/rooms.h
citadel/textclient/routines.c
citadel/textclient/routines.h
citadel/textclient/routines2.c
citadel/textclient/routines2.h
citadel/textclient/screen.c
citadel/textclient/screen.h
citadel/textclient/tuiconfig.h

index a624db5abd36d34adac5a08320f6e3e351ef1507..e959acddda3197c905a6bf82d569d9caa96a82b3 100644 (file)
@@ -1,3 +1,15 @@
+/*
+ * Copyright (c) 1987-2012 by the citadel.org team
+ *
+ *  This program is open source software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License version 3.
+ *
+ * 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.
+ */
+
 
 #define MAXURLS                50      /* Max embedded URL's per message */
 extern int num_urls;
index e3e046246760f669efe3494daeb099642a239747..71edc800f9584ce67cc2bea6599c99a425ecc09f 100644 (file)
@@ -1,3 +1,15 @@
+/*
+ * Copyright (c) 1987-2012 by the citadel.org team
+ *
+ *  This program is open source software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License version 3.
+ *
+ *  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.
+ */
+
 void listzrooms(CtdlIPC *ipc);
 void readinfo(CtdlIPC *ipc);
 void forget(CtdlIPC *ipc);
index 6d8018e34c96ee98a4ed857c51914dd250fdcf5a..f7261ee2dd326db782f19cd90b7a1694f830f384 100644 (file)
@@ -1,5 +1,15 @@
 /*
  * Client-side support functions.
+ *
+ * Copyright (c) 1987-2012 by the citadel.org team
+ *
+ *  This program is open source software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License version 3.
+ *
+ *  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.
  */
 
 #include "sysdep.h"
index 3ecc03d7e399a40f02eeee8f3b1e209da82ad339..499400a798ed0b9fe0f8e4257a6d2b11c9cfc38d 100644 (file)
@@ -1,3 +1,15 @@
+/*
+ * Copyright (c) 1987-2012 by the citadel.org team
+ *
+ *  This program is open source software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License version 3.
+ *
+ *  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.
+ */
+
 void edituser(CtdlIPC *ipc, int cmd);
 void interr(int errnum);
 int struncmp(char *lstr, char *rstr, int len);
index 7f5db8e45f5f75283823fefcb50423bcae3f221c..afe38dbb909786ad325919156ec64b79cb811bb1 100644 (file)
@@ -1,6 +1,16 @@
 /*
  * More client-side support functions.
  * Unlike routines.c, some of these DO use global variables.
+ *
+ * Copyright (c) 1987-2012 by the citadel.org team
+ *
+ *  This program is open source software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License version 3.
+ *
+ *  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.
  */
 
 #include <stdlib.h>
index 6187b01172a1fe17283da30a0c1f7684d6a4777e..6ee959942fb43ec882d6741f8bb4dbb0de23eab3 100644 (file)
@@ -1,3 +1,14 @@
+/*
+ * Copyright (c) 1987-2012 by the citadel.org team
+ *
+ *  This program is open source software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License version 3.
+ *
+ *  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.
+ */
 void updatels(CtdlIPC *ipc);
 void updatelsa(CtdlIPC *ipc);
 void movefile(CtdlIPC *ipc);
index 11d047c6cf45e79bb23ff0f780d6d24a17d98adf..6bcc4b5f8a05d2a5b573b010dc6f09b21919258d 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Screen output handling
  *
- * Copyright (c) 1987-2011 by the citadel.org team
+ * Copyright (c) 1987-2012 by the citadel.org team
  *
  * This program is open source software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License version 3.
index 825a550a4d09a0ccd52669d6513767e500b8620e..8e057964617e9097164efab34bdb2358ff833008 100644 (file)
@@ -1,5 +1,16 @@
-
-/* client code may need the ERR define: */
+/*
+ * client code may need the ERR define
+ *
+ * Copyright (c) 1987-2012 by the citadel.org team
+ *
+ *  This program is open source software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License version 3.
+ *
+ *  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.
+ */
 
 void screen_new(void);
 int scr_printf(char *fmt, ...);
index fd19e355396527ef0917978876a6407c205da32a..7e65bc4b6bed6115af9a9671cae678e99cba9e14 100644 (file)
@@ -1,3 +1,15 @@
+/*
+ * Copyright (c) 1987-2012 by the citadel.org team
+ *
+ *  This program is open source software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License version 3.
+ *
+ *  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.
+ */
+
 void do_internet_configuration(CtdlIPC *ipc);
 void do_ignet_configuration(CtdlIPC *ipc);
 void network_config_management(CtdlIPC *ipc, char *entrytype, char *comment);