Began removing $Id$ tags. This will be an ongoing process.
authorArt Cancro <ajc@citadel.org>
Wed, 1 Sep 2010 17:15:15 +0000 (13:15 -0400)
committerArt Cancro <ajc@citadel.org>
Wed, 1 Sep 2010 17:15:15 +0000 (13:15 -0400)
113 files changed:
citadel/Makefile.in
citadel/auth.c
citadel/auth.h
citadel/axdefs.h
citadel/bootstrap
citadel/citadel-slapd.conf
citadel/citadel.h
citadel/citadel.pam
citadel/citadel.rc
citadel/citadel_decls.h
citadel/citadel_ldap.h
citadel/citserver.c
citadel/citserver.h
citadel/clientsocket.c
citadel/clientsocket.h
citadel/config.c
citadel/config.h
citadel/configure.ac
citadel/context.c
citadel/context.h
citadel/control.c
citadel/control.h
citadel/database.c
citadel/database.h
citadel/domain.c
citadel/domain.h
citadel/ecrash.c
citadel/euidindex.c
citadel/euidindex.h
citadel/file_ops.c
citadel/file_ops.h
citadel/genstamp.c
citadel/genstamp.h
citadel/getutline.c
citadel/housekeeping.c
citadel/housekeeping.h
citadel/ical_dezonify.c
citadel/ical_dezonify.h
citadel/imap_tools.h
citadel/include/php_datadefinitions.h
citadel/include/undef_data.h
citadel/internet_addressing.c
citadel/internet_addressing.h
citadel/internetmail.h
citadel/ipcdef.h
citadel/journaling.c
citadel/journaling.h
citadel/ldap.c
citadel/locate_host.c
citadel/locate_host.h
citadel/md5.h
citadel/mkinstalldirs
citadel/msgbase.c
citadel/msgbase.h
citadel/parsedate.h
citadel/room_ops.c
citadel/room_ops.h
citadel/serv_extensions.c
citadel/serv_extensions.h
citadel/serv_network.h
citadel/serv_sieve.h
citadel/serv_vcard.h
citadel/server.h
citadel/server_main.c
citadel/snprintf.c
citadel/snprintf.h
citadel/support.c
citadel/support.h
citadel/sysconfig.h
citadel/sysdep.c
citadel/sysdep_decls.h
citadel/threads.c
citadel/threads.h
citadel/typesize.h
citadel/user_ops.c
citadel/user_ops.h
citadel/utillib/ipc_c_tcp.c
libcitadel/conftools/mkinstalldirs
libcitadel/lib/html_to_ascii.c
libcitadel/lib/json.c
libcitadel/lib/vcard.c
libcitadel/lib/wildfire.c
libcitadel/tests/Makefile.in
webcit/listsub.c
webcit/static/instant_messenger.html
webcit/static/styles/iconbaricns.css
webcit/static/styles/iconbarpiconly.css
webcit/tests/Makefile.in
webcit/tests/test_main.c
webcit/tiny_mce/plugins/advhr/editor_plugin_src.js
webcit/tiny_mce/plugins/advimage/editor_plugin_src.js
webcit/tiny_mce/plugins/advlink/editor_plugin_src.js
webcit/tiny_mce/plugins/autosave/editor_plugin_src.js
webcit/tiny_mce/plugins/bbcode/editor_plugin_src.js
webcit/tiny_mce/plugins/compat2x/editor_plugin_src.js
webcit/tiny_mce/plugins/contextmenu/editor_plugin_src.js
webcit/tiny_mce/plugins/directionality/editor_plugin_src.js
webcit/tiny_mce/plugins/emotions/editor_plugin_src.js
webcit/tiny_mce/plugins/example/editor_plugin_src.js
webcit/tiny_mce/plugins/fullpage/editor_plugin_src.js
webcit/tiny_mce/plugins/fullscreen/editor_plugin_src.js
webcit/tiny_mce/plugins/iespell/editor_plugin_src.js
webcit/tiny_mce/plugins/inlinepopups/editor_plugin_src.js
webcit/tiny_mce/plugins/insertdatetime/editor_plugin_src.js
webcit/tiny_mce/plugins/layer/editor_plugin_src.js
webcit/tiny_mce/plugins/media/editor_plugin_src.js
webcit/tiny_mce/plugins/nonbreaking/editor_plugin_src.js
webcit/tiny_mce/plugins/noneditable/editor_plugin_src.js
webcit/tiny_mce/plugins/pagebreak/editor_plugin_src.js
webcit/tiny_mce/plugins/paste/editor_plugin_src.js
webcit/tiny_mce/plugins/preview/editor_plugin_src.js
webcit/tiny_mce/plugins/print/editor_plugin_src.js
webcit/tiny_mce/plugins/safari/editor_plugin_src.js

index 5c42a103287f876ed1477b466951a28953df2b75..89895dfa0e6c7d3efb3555e99f90aa955f3e61fe 100644 (file)
@@ -8,8 +8,6 @@
 # 2. Send e-mail to ajc@uncensored.citadel.org and let me know what you
 #    did, so any necessary changes can be put into the next release.
 #
-# $Id$
-#
 ########################################################################
 
 prefix=@prefix@
index d2061a8cb7f17fbd40f3a42df4e00c7b79a7d19f..f1062a84f923b1d9cbb3f48abdde7306ce03888c 100644 (file)
@@ -1,26 +1,23 @@
 /*
- * $Id$
- *
  * system-level password checking for host auth mode
  * by Nathan Bryant, March 1999
  * updated by Trey van Riper, June 2005
  *
  * Copyright (c) 1999-2009 by the citadel.org team
  *
- *  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 3 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.
+ * 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 3 of the License, or
+ * (at your option) any later version.
  *
- *  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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
 #if defined(__linux) || defined(__sun) /* needed for crypt(): */
@@ -151,4 +148,3 @@ int validate_password(uid_t uid, const char *pass)
 
        return retval;
 }
-
index d80afb9309a5e7756069cf832fe811d6ba846ee1..a0799aac23ab871e65d0cc940267cad5dbb075fe 100644 (file)
@@ -1,2 +1 @@
-/* $Id$ */
 int validate_password(uid_t uid, const char *pass);
index 7baee190802f4be195ac32ce694d230d7c74dde8..bb23fd9ae1797b5b4d05984feea314f18b71d25d 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id$ */
 #ifndef AXDEFS
 
 char *axdefs[]={
index 14ceb3d83b7afb48e4ebfead2d4c69cadeefc5ad..636a4b1687313a320736e6cdd3aac72894acc1a4 100755 (executable)
@@ -1,9 +1,6 @@
 #!/bin/sh
 #
-# run me after checking Citadel out of CVS.
-#
-# $Id$
-#
+# run me after checking Citadel out of the source code repository.
 
 # Remove any vestiges of pre-6.05 build environments
 rm -f .libs modules *.so *.lo *.la 2>/dev/null
index eb2fd8fccff79d06fc5df2a528a06eef83f29f94..d4b3cf67455af74f6ed00fcb54c99267cd909014 100644 (file)
@@ -1,5 +1,3 @@
-# $Id$
-#
 # This is a sample OpenLDAP configuration file (usually placed in
 # /etc/openldap/slapd.conf) for use with the Citadel LDAP connector.
 #
index d519766a7b5dd70599019292e0cbf9aff5bf44f9..abcd3c42c1c1a4ba5a40f6d10feca68f6b606273 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Main Citadel header file
  *
  * Copyright (c) 1987-2010 by the citadel.org team
index bc522f765e3e690c66b810a8db71e211500b3186..743c35a4b49e535514006811a08ac6771443effa 100644 (file)
@@ -2,8 +2,6 @@
 #
 # /etc/pam.d/citadel: PAM configuration file for Linux-PAM.
 #
-# $Id$
-#
 auth       include system-auth
 account    include system-auth
 session    include system-auth
index 4b67a1924365540365cce39fecfca2742dd4d044..75284cac426984bc1194118713439cd10260aceb 100644 (file)
@@ -1,6 +1,4 @@
 #
-# $Id$
-#
 # This file allows full customization of the user interface.
 #
 # The standard client looks for this file in:
index c5bbf2eb784f06175c34b26c327a0c8a2728d285..19895e6261070787a25835aa93cb49db3b37e75f 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id$ */
 extern char fullname[USERNAME_SIZE];
 extern unsigned room_flags;
 extern char room_name[ROOMNAMELEN];
index e8c65a5d2bb87d50a451f0882c65879872ad2d62..b401cc9f1cab8b6037ff6fd7002b91d8d2cd5999 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Configuration for LDAP authentication.  Most of this stuff gets pulled out of our site config file.
  *
  * Copyright (c) 1987-2009 by the citadel.org team
index 51916926c1a1d83acea824058ece1d7b6a61f7d8..48e4deae038439e250011538a2e800934481aa86 100644 (file)
@@ -1,6 +1,4 @@
 /* 
- * $Id$
- *
  * Main source module for the Citadel server
  *
  * Copyright (c) 1987-2010 by the citadel.org team
@@ -1106,6 +1104,6 @@ CTDL_MODULE_INIT(citserver)
                CtdlRegisterProtoHook(cmd_scdn, "SCDN", "schedule or cancel a server shutdown");
                CtdlRegisterProtoHook(cmd_time, "TIME", "fetch the date and time from the server");
        }
-        /* return our Subversion id for the Log */
-       return "$Id$";
+        /* return our id for the Log */
+       return "citserver";
 }
index 0e230831328e2686493d01de84854165005f23b6..02815f5956e37bbe6f63c2243edfe19e811722c0 100644 (file)
@@ -1,5 +1,4 @@
-/* $Id$
- *
+/*
  * Copyright (c) 1987-2009 by the citadel.org team
  *
  *  This program is free software; you can redistribute it and/or modify
@@ -45,10 +44,4 @@ void GenerateRoomDisplay(char *real_room,
                         CitContext *viewer);
 extern int panic_fd;
 char CtdlCheckExpress(void);
-
-
-
-
-
 extern time_t server_startup_time;
-
index 5e232c98da542b729a0407a17dd0fdad7519ff4e..1f66a261bab66bcb72c46c6d2a30e8f86ba7b17a 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * This module handles client-side sockets opened by the Citadel server (for
  * the client side of Internet protocols, etc.)   It does _not_ handle client
  * sockets for the Citadel client; for that you must look in ipc_c_tcp.c
index 794a6dbf3a8520e712cdc975cd915b20d66e9342..55540098ce0a68d5d0d2b620ab1ce45179cee16d 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Header file for TCP client socket library
  *
  * Copyright (c) 1987-2009 by the citadel.org team
index 9d731d3e7fee51a8bfe67588c50b485f9fab649a..6817e27fe860c19621028152f5c7281ea5d08d5e 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Read and write the citadel.config file
  *
  * Copyright (c) 1987-2009 by the citadel.org team
index 967818c54a54c47b8750742284c002504e2a093d..22a96b1d1947b6796bed6d72e30b2159e955aff5 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Copyright (c) 1987-2009 by the citadel.org team
  *
  *  This program is free software; you can redistribute it and/or modify
index bbf3ce77c2830629d07e506cc1c3d6b3f786bd23..b4ec4a178e5450d5b52e9eba0956b2350aee747d 100644 (file)
@@ -1,5 +1,4 @@
 dnl Process this file with autoconf to produce a configure script.
-dnl $Id$
 AC_PREREQ(2.52)
 AC_INIT([Citadel], [7.83], [http://www.citadel.org/])
 AC_REVISION([$Revision: 5108 $])
index fb4a5dd11f9a68537204b958c5e7362a7b1aa750..aa6033c80889f0ba3abb1e60a4971f761cc9ece0 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id: sysdep.c 7989 2009-10-31 15:29:37Z davew $
- *
  * Citadel context management stuff.
  * Here's where we (hopefully) have all the code that manipulates contexts.
  *
index 7a71d3b96eb04c79bed04a840b071a75995f5ec9..8fc79cfe0d4bb64354d266c6da60e872f0eec7a4 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id: sysdep_decls.h 7265 2009-03-25 23:18:46Z dothebart $ */
 
 #ifndef CONTEXT_H
 #define CONTEXT_H
index 7048ab702c65acbc388cf07ac913baa5de6de7fc..1779633faff7bd13976d23803509977498ecdc58 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * This module handles states which are global to the entire server.
  *
  * Copyright (c) 1987-2010 by the citadel.org team
@@ -726,6 +724,6 @@ CTDL_MODULE_INIT(control)
        if (!threading) {
                CtdlRegisterProtoHook(cmd_conf, "CONF", "get/set system configuration");
        }
-       /* return our Subversion id for the Log */
-       return "$Id$";
+       /* return our id for the Log */
+       return "control";
 }
index 5719a92dcd50e4a878ce2d2554a7b3dde9e8fa2f..daaa5eeb081756da0e184e7177afcc37e6de1904 100644 (file)
@@ -1,5 +1,4 @@
-/* $Id$
- *
+/*
  * Copyright (c) 1987-2009 by the citadel.org team
  *
  *  This program is free software; you can redistribute it and/or modify
index 95b4f9a60a104044232e8138558e80d10b825789..95c69476e7e4be641a13ca4c3696f27e82845f5f 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * This is a data store backend for the Citadel server which uses Berkeley DB.
  *
  * Copyright (c) 1987-2009 by the citadel.org team
index 33f69154b3ceeca452bfb6e503649b917079e55a..c87533d19fa6079622882928867b73db46d26bee 100644 (file)
@@ -1,5 +1,4 @@
-/* $Id$
- *
+/*
  * Copyright (c) 1987-2009 by the citadel.org team
  *
  *  This program is free software; you can redistribute it and/or modify
index 4f723134b0efdc61c95e8d7921a761361ecace7f..0522c17fdf4e5a8c091aac3f16af5a7cad99e4b6 100644 (file)
@@ -1,24 +1,21 @@
 /*
- * $Id$
- *
  * DNS lookup for SMTP sender
  *
- *
  * Copyright (c) 1987-2009 by the citadel.org team
  *
- *  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 3 of the License, or
- *  (at your option) any later version.
+ * 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 3 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.
+ * 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
 #include "sysdep.h"
index 646c23df1cac460f1b5b7c550ba57b21720f73e9..664d61fd3380f60aa90155a3e9d6e48c806c43dd 100644 (file)
@@ -1,22 +1,19 @@
 /*
- * $Id$
- *
- *
  * Copyright (c) 1987-2009 by the citadel.org team
  *
- *  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 3 of the License, or
- *  (at your option) any later version.
+ * 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 3 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.
+ * 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
 struct mx {
index 9c41041298e85a33d10ce27e2d55703c38017233..f93742a71fd137006f6b76aa99bca0ea50b2e5a5 100644 (file)
@@ -1,31 +1,29 @@
 /*
- * $Id$
- *
  * author: David Frascone
  * 
- *  eCrash Implementation
+ * eCrash Implementation
  *
- *  eCrash will allow you to capture stack traces in the
- *  event of a crash, and write those traces to disk, stdout,
- *  or any other file handle.
+ * eCrash will allow you to capture stack traces in the
+ * event of a crash, and write those traces to disk, stdout,
+ * or any other file handle.
  *
- *  modified to integrate closer into citadel by Wilfried Goesgens
+ * modified to integrate closer into citadel by Wilfried Goesgens
  *
  * vim: ts=4
  *
- *  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 3 of the License, or
- *  (at your option) any later version.
+ * 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 3 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.
+ * 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
 #include "sysdep.h"
index d45689ff730c625d1744ae46ec672fce7836ed30..842fa1d782af43257535c8dfe1784441f8c7b281 100644 (file)
@@ -1,8 +1,5 @@
 /*
- * $Id$
- *
  * Index messages by EUID per room.
- *
  */
 
 #include "sysdep.h"
@@ -262,5 +259,5 @@ CTDL_MODULE_INIT(euidindex)
                CtdlRegisterProtoHook(cmd_euid, "EUID", "Autoconverted. TODO: document me.");
        }
        /* return our Subversion id for the Log */
-       return "$Id$";
+       return "euidindex";
 }
index 3357b679225da057353a335bd88321347711fb04..8622c6ad7129a52749b93aeb6bdacf01467693f7 100644 (file)
@@ -1,8 +1,5 @@
 /*
- * $Id$
- *
  * Index messages by EUID per room.
- *
  */
 
 int DoesThisRoomNeedEuidIndexing(struct ctdlroom *qrbuf);
@@ -11,4 +8,3 @@ long locate_message_by_euid(char *euid, struct ctdlroom *qrbuf) __attribute__ ((
 void index_message_by_euid(char *euid, struct ctdlroom *qrbuf, long msgnum);
 void rebuild_euid_index(void);
 void cmd_euid(char *cmdbuf);
-
index ada1a78141a11a6e7ee583e5c12885091872531b..2e7c4f707e0dfc84c48efed2ff03d50a00194be4 100644 (file)
@@ -1,8 +1,5 @@
 /* 
- * $Id$
- *
  * Server functions which handle file transfers and room directories.
- *
  */
 
 #include "sysdep.h"
@@ -829,5 +826,5 @@ CTDL_MODULE_INIT(file_ops)
                CtdlRegisterProtoHook(cmd_uimg, "UIMG", "Upload an image file");
        }
         /* return our Subversion id for the Log */
-       return "$Id$";
+       return "file_ops";
 }
index 18751f1e64f0c95befdea205df9a6bb362a54df7..125c5a6beaa642da1130350b2ef8e76e3a0322a5 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id$ */
 #ifndef FILE_OPS_H
 #define FILE_OPS_H
 
index cbf89d4488c0364ab792a98cbb00d2dd1e5f9449..eb594119ab01eb8fc1f6adeb229aa1d6c2e15603 100644 (file)
@@ -1,8 +1,5 @@
 /*
- * $Id$
- *
  * Function to generate RFC822-compliant textual time/date stamp
- *
  */
 
 #include "sysdep.h"
@@ -91,4 +88,3 @@ void datestring(char *buf, size_t n, time_t xtime, int which_format) {
 
        }
 }
-
index 58e32c78d845d7815d4f3ef0f8b7a3657ecf52bf..43208d9105caa5a18d4ece8180f1f54ce399bc4c 100644 (file)
@@ -1,7 +1,3 @@
-/*
- * $Id$
- *
- */
 
 void datestring(char *buf, size_t n, time_t xtime, int which_format);
 
index 5eae2a76003cbd5e01a890ad319dbd88a0e0d72a..7c6b78e2fb5608de02d39a53b21c90353ad475cc 100644 (file)
@@ -1,9 +1,6 @@
 /*
- * $Id$
- *
  * getutline.c: not-quite-compatible replacement for getutline(3)
  * by nathan bryant, feb 1999
- *
  */
 
 #include "sysdep.h"
index 5d64012f67767ca11882926dfdfa0f614b96c9d3..0b2f2464d4ce8eb829ad14cfa8f60ce2f219cefc 100644 (file)
@@ -1,8 +1,5 @@
 /*
- * $Id$
- *
  * This file contains miscellaneous housekeeping tasks.
- *
  */
 
 #include "sysdep.h"
index 8e8affb8baa72648424c0f6c26036cb7f2079f9e..90ee12a2a981519b739ce1649cbd39749f1594fa 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id$ */
 void check_sched_shutdown(void);
 void check_ref_counts(void);
 void do_housekeeping(void);
index dc9c245afae949ccbcd84b2771da8e94e644f8ae..8ec12f7e9268dd97ce5956ba5968b3b3db808d70 100644 (file)
@@ -1,10 +1,7 @@
 /* 
- * $Id$ 
- *
  * Function to go through an ical component set and convert all non-UTC
  * date/time properties to UTC.  It also strips out any VTIMEZONE
  * subcomponents afterwards, because they're irrelevant.
- *
  */
 
 
index b28b729c008177eaa5d80ad3dd58b142a3ed68d6..ccef82ba83d98daf1e6ed05880057bb6b89e1ee9 100644 (file)
@@ -1,5 +1,2 @@
-/*
- * $Id$
- */
 void ical_dezonify(icalcomponent *cal);
 icaltimezone *get_default_icaltimezone(void);
index 78e2f5afdd58a573bb2ad5e46ec362aa99c342e3..8c64aba24172168e7246faed551e42ab202be759 100644 (file)
@@ -1,8 +1,3 @@
-/*
- * $Id$
- *
- */
-
 /*
  * FDELIM defines which character we want to use as a folder delimiter
  * in room names.  Originally we used a forward slash, but that caused
index 276ed5c69bddca60af96be9fc7dbf07b4173e3d2..176757ea03e5ceb13d5aee38649848c2a6e44e52 100644 (file)
@@ -1,7 +1,4 @@
-/**
- *
- * $Id: $
- *
+/*
  * this file contains the defines that convert our x-macros to datatypes
  */
 
index 791a9458b77333e6764da87af1c62be44bf8b8f7..07fec48da4ed53435d0ee371e24377dac576ce2a 100644 (file)
@@ -1,7 +1,4 @@
-/**
- * 
- * $Id: $
- *
+/*
  * this file contains the defines that convert our x-macros to datatypes
  */
 
index 5f19a9a56cb6e7d3e19d5fb9f1f3db0dbd7dc499..0bb741a9819a8e3391d264b0aea1b5ea60fd4dd9 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * This file contains functions which handle the mapping of Internet addresses
  * to users on the Citadel system.
  */
index 77486d061219e8aeb644be11caec45b51206a643..24411095584a4bc5b3adf1f2187d3c8d2e01f385 100644 (file)
@@ -1,7 +1,3 @@
-/* 
- * $Id$
- *
- */
 
 #include "server.h"
 
index 71c1d80cba6703c36f14d66ff25bacea8ed48659..00c565297b15bc801f75311a1781dfcbec1e0cb1 100644 (file)
@@ -1,3 +1,2 @@
-/* $Id$ */
 void LoadInternetConfig(void);
 int IsHostLocal(char *WhichHost);
index d5dc44e849f8ae0804c08188277b824a7d34a6fb..a350069bae801a60985f774e8b693586a0a550c7 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 #ifdef __cplusplus
 extern "C" {
 #endif
index 38201ff5236c7567d45647c9ae60c4ce7524fd0a..33b840732fa300178933c38f7631bc3ba0f5837d 100644 (file)
@@ -1,8 +1,5 @@
 /*
- * $Id$
- *
  * Message journaling functions.
- *
  */
 
 #include "sysdep.h"
index 017bc6a37f539fb4167323a409cf67be446eb3ef..4a66781aed8e5956f1bcb8aa96080efa8e4d807e 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 struct jnlq {
        struct jnlq *next;
        struct recptypes recps;
index 19625454605246c51bd8fb85cf2f7e1e1cd7ede2..75bbb976a5fe17d85021700c76ddb190afff23ea 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * These functions implement the portions of AUTHMODE_LDAP and AUTHMODE_LDAP_AD which
  * actually speak to the LDAP server.
  *
index e3840570e5dbfa1a0b9483bba929465e32922531..e1693d25cd92571c7beccc7a26c7d3dd00e8b643 100644 (file)
@@ -1,8 +1,5 @@
 /*
- * $Id$
- *
  * Functions which handle hostname/address lookups and resolution
- *
  */
 
 #include "sysdep.h"
index 21ae5bdfdd48a55b02cae5ce53b85198f7ccadad..10039b9965a1fa82e1c045e5b0a11e6fa9f2248a 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id$ */
 void locate_host(char *tbuf, size_t n, char *abuf, size_t na, int client_socket);
 int rbl_check(char *message_to_spammer);
 int hostname_to_dotted_quad(char *addr, char *host);
index 6af36908432684ed81e58fd26103f0e572b88acf..8fc29223cf501f35e80544801c81ab75dbbba8ab 100644 (file)
@@ -1,6 +1,3 @@
-/*
- * $Id$
- */
 
 #ifndef MD5_H
 #define MD5_H
index d0fd194fd6c74a8fe333eb68698337eef16273fc..f945dbf2bcef821a53120501b0a06fc0388a2d5c 100755 (executable)
@@ -4,8 +4,6 @@
 # Created: 1993-05-16
 # Public domain
 
-# $Id$
-
 errstatus=0
 
 for file
index 5178f2c5157c38e33750f95f50693dbbd27eec0f..2af2d39521ac1cb8f5b1430d11b64efcd960219d 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Implements the message store.
  *
  * Copyright (c) 1987-2010 by the citadel.org team
@@ -4943,5 +4941,5 @@ CTDL_MODULE_INIT(msgbase)
        }
 
         /* return our Subversion id for the Log */
-       return "$Id$";
+       return "msgbase";
 }
index 0917f1978a526115023728a0c601de053b36d741..5bbd7aef6a10e1f005f0e86844887c63eb3ed56a 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id$ */
 
 #ifndef MSGBASE_H
 #define MSGBASE_H
index b28dae0eb16cf5c1d41a7b4ef9984e889991d2a0..55b7bc5ce23b95f1690196e7e980cb6d39c65752 100644 (file)
@@ -1,6 +1,2 @@
-/*
- * $Id$
- *
- */ 
 
 time_t parsedate(char *);
index 25d335220fd1eb5d4de9b82155873e84dbd58cd3..83d68a3475afe609a1aab40e2bbe9107e8d2fabf 100644 (file)
@@ -1,6 +1,4 @@
 /* 
- * $Id$
- * 
  * Server functions which perform operations on room objects.
  *
  */
@@ -2264,5 +2262,5 @@ CTDL_MODULE_INIT(room_ops)
                CtdlRegisterProtoHook(cmd_eflr, "EFLR", "Autoconverted. TODO: document me.");
        }
         /* return our Subversion id for the Log */
-       return "$Id$";
+       return "room_ops";
 }
index 880ff8219c4d30a85e4457f7b00b17d257e8be3d..f4c7cf527c0e35f2261d83b580eb96b58cd84c41 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id$ */
 int is_known (struct ctdlroom *roombuf, int roomnum,
              struct ctdluser *userbuf);
 int has_newmsgs (struct ctdlroom *roombuf, int roomnum,
index c74dcb6d3901ac3a442b94ef761f6a8693e2136f..5417d2672ed65de4b7833cccbe1514a1de823c5e 100644 (file)
@@ -1,9 +1,6 @@
 /*
- * $Id$
- *
  * Citadel Dynamic Loading Module
  * Written by Brian Costello <btx@calyx.net>
- *
  */
 
 #include "sysdep.h"
index a34526badbbe6953d88c8c47ce9135717b9677ac..6cca652aac791d603ace405b3db81041343191f0 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id$ */
 
 #ifndef SERV_EXTENSIONS_H
 #define SERV_EXTENSIONS_H
index ba6232cc8c07d3833e93a3f6b30fe556316ceb18..6f05431e81612dfc677fdde7da60f3f8ae46307e 100644 (file)
@@ -1,6 +1,3 @@
-/*
- * $Id$
- */
 
 typedef struct namelist namelist;
 
index 516b8342054e933307b8947092f317716157e733..2a203cda70975be8ddad3b5ba59e8251698fcc6d 100644 (file)
@@ -1,6 +1,3 @@
-/*
- * $Id$
- */
 
 
 #include <sieve2.h>
index 003b8d3d7accbeca5b5aa27fc2cfc691caf19c8f..5e4b68fcec60f932cdbd40f67756d7a5151aa8ec 100644 (file)
@@ -1,6 +1,3 @@
-/*
- * $Id$
- */
 void extract_inet_email_addrs(char *, size_t, char *, size_t, struct vCard *v, int local_addrs_only);
 struct vCard *vcard_get_user(struct ctdluser *u);
 
index f894719b2305fec5cf23778ed7396f5ed1da7bf1..70770a15a931cbde9814401bcadf3b4cf969a330 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id$ */
 
 
 #ifndef SERVER_H
index b44cd09966e41e6070976ca6e360dad7e2a55844..d4558f86d5299c3061406adbe70a3d869d474ceb 100644 (file)
@@ -1,23 +1,21 @@
 /*
- * $Id$
- *
  * citserver's main() function lives here.
  * 
  * Copyright (c) 1987-2010 by the citadel.org team
  *
- *  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 3 of the License, or
- *  (at your option) any later version.
+ * 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 3 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.
+ * 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
 #include "sysdep.h"
index dcc9cd81cc8879c94d5d2ca810c993c9c8376cf8..ad04a02e23a7230419a869dfcd67e8448944409d 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Replacements for snprintf() and vsnprintf()
  *
  * modified from Sten Gunterberg's BUGTRAQ post of 22 Jul 1997
index 13c7c8e3257c376e56a26c572c631c1c9a88a516..9cabca4e5d36fef11868e10ff3f67ba05bf772bf 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id$ */
 #ifndef __DECC
 
 #ifdef __GNUC__
index b650c7ee8c2cfcbb5bbac65b999e08dee7fbcd88..d3ffa929ee525530d4c9a710781981fdadbf8e04 100644 (file)
@@ -1,8 +1,5 @@
 /*
- * $Id$
- *
  * Server-side utility functions
- *
  */
 
 #include "sysdep.h"
index 0b4aa3dce20ac7ae07197e1499985898461fe51f..0cfea7aac995a56c9ea554b48c8c61612e3f53e7 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id$ */
 void strproc (char *string);
 int getstring (FILE *fp, char *string);
 void mesg_locate (char *targ, size_t n, const char *searchfor,
index 5ff5afb9b3a175c7c972cb571dc45d60cae4e92c..97ecc1dff8e55e3415f1baf08919a485e85e6ff4 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * NOTE: this file is for client software tuning, not customization.  For
  * making changes to the behavior of the client, you want to edit citadel.rc,
  * not this file.
index f4a860e2c4ccba62a1378cc911aaf185ec3855ea..09b66f286cecabb0f6c2ff4345340a1d303f19b4 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Citadel "system dependent" stuff.
  * See COPYING for copyright information.
  *
index 1a80dee2f3e70f608d1713eb0cab4f061a057c24..a95afedf27323892e54b332a53d8855bc096b008 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id$ */
 
 #ifndef SYSDEP_DECLS_H
 #define SYSDEP_DECLS_H
index b3f13a02e37e850f305e1b01c2412c5f7c36acc9..96d3e4c0492e6cf71e52fc0d0ea7479919438106 100644 (file)
@@ -1,11 +1,21 @@
 /*
- * $Id$
+ * Thread handling stuff for Citadel server
  *
- * Citadel "system dependent" stuff.
- * See COPYING for copyright information.
+ * Copyright (c) 1987-2010 by the citadel.org team
  *
- * Here's where we have the Citadel thread implimentation
+ * 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 3 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
 #include <stdlib.h>
index 4103466f5b861d3222b8b2d620c451f705e12024..f6fa812bf1c176ae2db0649640ed85b12d8e76ad 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id$ */
 
 #ifndef THREADS_H
 #define THREADS_H
index 57593307c3b4fb050b0ec269fdc0c427b3c4aebb..3732c39669f6a4f5184418db185218ce206f1c1d 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id$ */
 
 /*
    This file defines typedefs for 8, 16, and 32 bit integers.  They are:
index ed726858709fa66fe4aeb7e61c27dd99bbe210b2..8b833a3cdd8d7b58974d152735114462be304073 100644 (file)
@@ -1,8 +1,5 @@
 /* 
- * $Id$
- *
  * Server functions which perform operations on user objects.
- *
  */
 
 #include "sysdep.h"
@@ -2090,5 +2087,5 @@ CTDL_MODULE_INIT(user_ops)
                CtdlRegisterProtoHook(cmd_newu, "NEWU", "Autoconverted. TODO: document me.");
        }
        /* return our Subversion id for the Log */
-       return "$Id$";
+       return "user_ops";
 }
index 1dcc07974a985f10bdc91473385e88b81a844ef8..90c7ea8c2a0bf58e94bed9e5093bb8723e7925e4 100644 (file)
@@ -2,7 +2,6 @@
 #define __USER_OPS_H__
 
 #include <ctype.h>
-/* $Id$ */
 int hash (char *str);
 /* getuser is deprecated, use CtdlGetUser instead */
 int getuser (struct ctdluser *, char *) __attribute__ ((deprecated));
index 811aa876b6de1bb2ed7193bd2f5f6cecdda7adf3..a6cae96c7335bc297006b518e7a7687caa27365b 100644 (file)
@@ -1,8 +1,5 @@
 /*
- * $Id: ipc_c_tcp.c -1   $
- * 
  * Client-side IPC functions
- *
  */
 
 
index c5291db03655126792657f37953f5d6956699cae..1e0d7c99cb89d9a4fc0cc9b89b6255eaf2a2033b 100755 (executable)
@@ -1,11 +1,9 @@
-#! /bin/sh
+#!/bin/sh
 # mkinstalldirs --- make directory hierarchy
 # Author: Noah Friedman <friedman@prep.ai.mit.edu>
 # Created: 1993-05-16
 # Public domain
 
-# $Id: mkinstalldirs,v 1.1 2000/09/18 16:26:21 coopercc Exp $
-
 errstatus=0
 
 for file
index 86cbdedeed4574c0fb0f8e67de99354e06644f5e..ccf074a48574e8dbb4b15e71cb38da1d15eae401 100644 (file)
@@ -1,22 +1,20 @@
 /*
- * $Id: html.c 6014 2008-02-04 18:38:35Z ajc $
- *
  * Functions which handle translation between HTML and plain text
  * Copyright (c) 2000-2010 by the citadel.org team
  *
- *  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 3 of the License, or
- *  (at your option) any later version.
+ * 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 3 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.
+ * 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
 #include <stdlib.h>
index 9c941bc626436755706e0fce9749d76b3152f8e2..4e045da3eb38ef5703fbf36721037b09cf6cda35 100644 (file)
@@ -1,6 +1,3 @@
-/*
- * $Id: wildfire.c 6962 2009-01-18 19:33:45Z dothebart $
- */
 /**
  * \defgroup Subst Variable substitution type stuff
  * \ingroup CitadelConfig
index 8acef10586a3548dce2d21fd158a646b257d9b0a..5223da6b7c95a6b599808ce7d9cfeb7a0ac6d560 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id: vcard.c 5754 2007-11-16 05:52:26Z ajc $
- *
  * vCard implementation for Citadel
  *
  * Copyright (C) 1999-2008 by the citadel.org development team.
index babdd86f3d69a4f106afe88c670af78de2f80238..623c3b7c23a25d40b1b75293b081b8e1eed108e7 100644 (file)
@@ -1,7 +1,3 @@
-/*
- * $Id: wildfire.c 6962 2009-01-18 19:33:45Z dothebart $
- */
-
 /*@{*/
 
 #include "sysdep.h"
index db30bcad58d12c047dad3c53a853188357b69257..8ffea74e43dc64d054e53a1f1be4bc22f5475941 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: Makefile.in 7752 2009-08-29 10:37:43Z dothebart $
-
 AUTOCONF=@AUTOCONF@
 CC=@CC@
 CFLAGS=@CFLAGS@
index 1a6b992e451566a309ebb34c754a8c5084afd86b..60b5a49a6b272252c719565bec0222fc134c6834 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id: listsub.c 8232 2010-01-14 21:46:39Z dothebart $
- *
  * Web forms for handling mailing list subscribe/unsubscribe requests.
  */
 
index 3526613efe05d855f9dbe055b848af79feec9ef6..eb8add9f2131ceb9d4f69d1e9a7045560e190e11 100644 (file)
@@ -16,8 +16,7 @@
 
 <script type="text/javascript">
 /*
- * $Id: instant_messanger.html 7193 2009-03-07 17:24:58Z dothebart $
- * Copyright 2000 - 2009 The Citadel Team
+ * Copyright 2000 - 2010 The Citadel Team
  * Licensed under the GPL V3
  *
  * Chat window for Person 2 Person Chat
index c65dfd7d5c653e994681b057305d5e9b63d786c9..190409ee4e30344fc67acf6559d9129293e9fb7f 100644 (file)
@@ -1,10 +1,8 @@
 /*
- * $Id: iconbaricns.css 7193 2009-03-07 17:24:58Z dothebart $
  * Copyright 2005 - 2009 The Citadel Team
  * Licensed under the GPL V3
  *
  * Styles for the WebCit Iconbar.
- *
  */
 
 .ib_button {
index 3bee21a6570835f26ba0e20e8b7b7f50a9d8334e..6f75a3dcaddcd16905ccb5ff7d695a81124133f9 100644 (file)
@@ -1,10 +1,8 @@
 /*
- * $Id: iconbaricns.css 7193 2009-03-07 17:24:58Z dothebart $
  * Copyright 2005 - 2009 The Citadel Team
  * Licensed under the GPL V3
  *
  * Styles for the WebCit Iconbar in textonly mode.
- *
  */
 
 @import url("/static/iconbaricns.css");
@@ -17,4 +15,4 @@
 }
 .ib_button_link span {
     display: none;
-}
\ No newline at end of file
+}
index 099c1eb98ecec6646f523ecb103eef9e08a00879..36ece72f88b686511d6c582691117c29b85267d2 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: Makefile.in 7860 2009-10-05 20:25:07Z dothebart $
-
 prefix=@prefix@
 srcdir=@srcdir@/../
 VPATH=$(srcdir)
index 577a1dd3d574c05855ce5f8acc8ca78a287a8917..6d4eabceb31db4dc7cdbd982a3fedc9321a053f9 100644 (file)
@@ -1,13 +1,10 @@
 /*
- * $Id: webserver.c 7847 2009-10-03 17:57:14Z dothebart $
- *
  * This contains a simple multithreaded TCP server manager.  It sits around
  * waiting on the specified port for incoming HTTP connections.  When a
  * connection is established, it calls context_loop() from context_loop.c.
  *
- * Copyright (c) 1996-2009 by the citadel.org developers.
+ * Copyright (c) 1996-2010 by the citadel.org developers.
  * This program is released under the terms of the GNU General Public License v3.
- *
  */
 
 #include "../webcit.h"
index 8a847532bf7502674d8b60cfc5a3ff31436dc3a5..3569717864c0cd0118528064baca2582013f2a80 100644 (file)
@@ -1,8 +1,5 @@
-/**\r
- * $Id: editor_plugin_src.js 520 2008-01-07 16:30:32Z spocke $\r
- *\r
- * @author Moxiecode\r
- * @copyright Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.\r
+/*\r
+ * Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.\r
  */\r
 \r
 (function() {\r
@@ -51,4 +48,4 @@
 \r
        // Register plugin\r
        tinymce.PluginManager.add('advhr', tinymce.plugins.AdvancedHRPlugin);\r
-})();
\ No newline at end of file
+})();\r
index f526842e6f4cbf5a8d9003ad3b287417cf47bf94..0b96fd641d3d5accb7e6c4e5d6e0e63d56d06f73 100644 (file)
@@ -1,8 +1,5 @@
-/**\r
- * $Id: editor_plugin_src.js 677 2008-03-07 13:52:41Z spocke $\r
- *\r
- * @author Moxiecode\r
- * @copyright Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.\r
+/*\r
+ * Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.\r
  */\r
 \r
 (function() {\r
@@ -44,4 +41,4 @@
 \r
        // Register plugin\r
        tinymce.PluginManager.add('advimage', tinymce.plugins.AdvancedImagePlugin);\r
-})();
\ No newline at end of file
+})();\r
index fc5325a9677066a1cabb3ad64fdf481f9c2f056d..fa782b6e852051e14d6a3cbcb18671e76602e3a4 100644 (file)
@@ -1,8 +1,5 @@
-/**\r
- * $Id: editor_plugin_src.js 539 2008-01-14 19:08:58Z spocke $\r
- *\r
- * @author Moxiecode\r
- * @copyright Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.\r
+/*\r
+ * Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.\r
  */\r
 \r
 (function() {\r
@@ -55,4 +52,4 @@
 \r
        // Register plugin\r
        tinymce.PluginManager.add('advlink', tinymce.plugins.AdvancedLinkPlugin);\r
-})();
\ No newline at end of file
+})();\r
index 3c4325abe59b7385df8c86a2a23db02f93367cd5..d75d5d5a2128bbebfe03ef5c7d36cf51a09343eb 100644 (file)
@@ -1,8 +1,5 @@
-/**\r
- * $Id: editor_plugin_src.js 520 2008-01-07 16:30:32Z spocke $\r
- *\r
- * @author Moxiecode\r
- * @copyright Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.\r
+/*\r
+ * Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.\r
  */\r
 \r
 (function() {\r
@@ -48,4 +45,4 @@
 \r
        // Register plugin\r
        tinymce.PluginManager.add('autosave', tinymce.plugins.AutoSavePlugin);\r
-})();
\ No newline at end of file
+})();\r
index 1d7493e26d710b2a19602b1fb1108a547cb85911..4ab226376aabf0823538581819bb93889a4b2e6b 100644 (file)
@@ -1,8 +1,5 @@
-/**\r
- * $Id: editor_plugin_src.js 201 2007-02-12 15:56:56Z spocke $\r
- *\r
- * @author Moxiecode\r
- * @copyright Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.\r
+/*\r
+ * Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.\r
  */\r
 \r
 (function() {\r
 \r
        // Register plugin\r
        tinymce.PluginManager.add('bbcode', tinymce.plugins.BBCodePlugin);\r
-})();
\ No newline at end of file
+})();\r
index 60d4f2d03f95584548369ce5d1ab8b636a71bc92..16ff615b0af06ad906dba7ed2eb7a9db52bf9fa4 100644 (file)
@@ -1,8 +1,5 @@
-/**\r
- * $Id: editor_plugin_src.js 264 2007-04-26 20:53:09Z spocke $\r
- *\r
- * @author Moxiecode\r
- * @copyright Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.\r
+/*\r
+ * Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.\r
  */\r
 \r
 (function() {\r
index a2c1866ba56d00fea8796f57c95dfc03a7340407..a686c77eb57b134e3bbc4daf488c911dc7e70819 100644 (file)
@@ -1,8 +1,5 @@
-/**\r
- * $Id: editor_plugin_src.js 848 2008-05-15 11:54:40Z spocke $\r
- *\r
- * @author Moxiecode\r
- * @copyright Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.\r
+/*\r
+ * Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.\r
  */\r
 \r
 (function() {\r
@@ -92,4 +89,4 @@
 \r
        // Register plugin\r
        tinymce.PluginManager.add('contextmenu', tinymce.plugins.ContextMenu);\r
-})();
\ No newline at end of file
+})();\r
index 81818e37ca211de530a6be0a45b5aac5e0422285..5c3b2ae0ebd5c81fd6333e353bdca76305082501 100644 (file)
@@ -1,8 +1,5 @@
-/**\r
- * $Id: editor_plugin_src.js 520 2008-01-07 16:30:32Z spocke $\r
- *\r
- * @author Moxiecode\r
- * @copyright Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.\r
+/*\r
+ * Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.\r
  */\r
 \r
 (function() {\r
@@ -76,4 +73,4 @@
 \r
        // Register plugin\r
        tinymce.PluginManager.add('directionality', tinymce.plugins.Directionality);\r
-})();
\ No newline at end of file
+})();\r
index df0d370aeab690245bf03bb35623dd7b180720d0..67f9ddebddfccbf9cb66e9432636b5b12ad26061 100644 (file)
@@ -1,8 +1,5 @@
-/**\r
- * $Id: editor_plugin_src.js 520 2008-01-07 16:30:32Z spocke $\r
- *\r
- * @author Moxiecode\r
- * @copyright Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.\r
+/*\r
+ * Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.\r
  */\r
 \r
 (function() {\r
@@ -37,4 +34,4 @@
 \r
        // Register plugin\r
        tinymce.PluginManager.add('emotions', tinymce.plugins.EmotionsPlugin);\r
-})();
\ No newline at end of file
+})();\r
index 50505504dd674af8e62c78404a0c2932d7e9f5e0..5705a140196589724b1e860ff517beb2d93f051d 100644 (file)
@@ -1,8 +1,5 @@
-/**\r
- * $Id: editor_plugin_src.js 201 2007-02-12 15:56:56Z spocke $\r
- *\r
- * @author Moxiecode\r
- * @copyright Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.\r
+/*\r
+ * Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.\r
  */\r
 \r
 (function() {\r
@@ -78,4 +75,4 @@
 \r
        // Register plugin\r
        tinymce.PluginManager.add('example', tinymce.plugins.ExamplePlugin);\r
-})();
\ No newline at end of file
+})();\r
index 019682d6928e278a4e855db947efbb5c6b764969..146d3c2d3839023eb3638f4f9b900fef45cd5559 100644 (file)
@@ -1,8 +1,5 @@
-/**\r
- * $Id: editor_plugin_src.js 920 2008-09-09 14:05:33Z spocke $\r
- *\r
- * @author Moxiecode\r
- * @copyright Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.\r
+/*\r
+ * Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.\r
  */\r
 \r
 (function() {\r
 \r
        // Register plugin\r
        tinymce.PluginManager.add('fullpage', tinymce.plugins.FullPagePlugin);\r
-})();
\ No newline at end of file
+})();\r
index 77a8c3b9ab443176737267a6ae71d217b09937ce..0d85bd17c25b9df89c1ff0cc331fd5ac247db5d9 100644 (file)
@@ -1,8 +1,5 @@
-/**\r
- * $Id: editor_plugin_src.js 923 2008-09-09 16:45:29Z spocke $\r
- *\r
- * @author Moxiecode\r
- * @copyright Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.\r
+/*\r
+ * Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.\r
  */\r
 \r
 (function() {\r
 \r
        // Register plugin\r
        tinymce.PluginManager.add('fullscreen', tinymce.plugins.FullScreenPlugin);\r
-})();
\ No newline at end of file
+})();\r
index a68f69a23807ba9473e8b3e5cddb49f4dd7d5a30..af5f36029aa6b118b72cecf5c9ecc835dd341786 100644 (file)
@@ -1,8 +1,5 @@
-/**\r
- * $Id: editor_plugin_src.js 520 2008-01-07 16:30:32Z spocke $\r
- *\r
- * @author Moxiecode\r
- * @copyright Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.\r
+/*\r
+ * Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.\r
  */\r
 \r
 (function() {\r
@@ -48,4 +45,4 @@
 \r
        // Register plugin\r
        tinymce.PluginManager.add('iespell', tinymce.plugins.IESpell);\r
-})();
\ No newline at end of file
+})();\r
index 027a23cdf822aa53fffce7d24334681d62455e9b..0b23b8bdaa97fb9dfc82cf3492e3b239a0e2934f 100644 (file)
@@ -1,8 +1,5 @@
-/**\r
- * $Id: editor_plugin_src.js 961 2008-11-14 10:31:07Z spocke $\r
- *\r
- * @author Moxiecode\r
- * @copyright Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.\r
+/*\r
+ * Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.\r
  */\r
 \r
 (function() {\r
index 9ab3135bd5b9e5fed464538ac5fc37b913734a33..a2ae302355704e07f6578eb0ff9ebc17204df33d 100644 (file)
@@ -1,8 +1,5 @@
-/**\r
- * $Id: editor_plugin_src.js 520 2008-01-07 16:30:32Z spocke $\r
- *\r
- * @author Moxiecode\r
- * @copyright Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.\r
+/*\r
+ * Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.\r
  */\r
 \r
 (function() {\r
@@ -77,4 +74,4 @@
 \r
        // Register plugin\r
        tinymce.PluginManager.add('insertdatetime', tinymce.plugins.InsertDateTime);\r
-})();
\ No newline at end of file
+})();\r
index a72f6c36e73eb9106503f9f43860428320210016..d76048605e3349602960232c75b90f6ea0c280f1 100644 (file)
@@ -1,8 +1,5 @@
-/**\r
- * $Id: editor_plugin_src.js 652 2008-02-29 13:09:46Z spocke $\r
- *\r
- * @author Moxiecode\r
- * @copyright Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.\r
+/*\r
+ * Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.\r
  */\r
 \r
 (function() {\r
 \r
        // Register plugin\r
        tinymce.PluginManager.add('layer', tinymce.plugins.Layer);\r
-})();
\ No newline at end of file
+})();\r
index beec3bf07be7e2a69d0e02daedd0dde390479895..4555ff46f3c5af03ba00c8b552155c7b2bbe57d4 100644 (file)
@@ -1,8 +1,5 @@
-/**\r
- * $Id: editor_plugin_src.js 952 2008-11-03 17:56:04Z spocke $\r
- *\r
- * @author Moxiecode\r
- * @copyright Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.\r
+/*\r
+ * Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.\r
  */\r
 \r
 (function() {\r
 \r
        // Register plugin\r
        tinymce.PluginManager.add('media', tinymce.plugins.MediaPlugin);\r
-})();
\ No newline at end of file
+})();\r
index b72375660c317531a795b8c070c86a9c6516b4fa..216bfd11f54649d20fc5de3d6edde5ce23521b17 100644 (file)
@@ -1,8 +1,5 @@
-/**\r
- * $Id: editor_plugin_src.js 201 2007-02-12 15:56:56Z spocke $\r
- *\r
- * @author Moxiecode\r
- * @copyright Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.\r
+/*\r
+ * Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.\r
  */\r
 \r
 (function() {\r
@@ -47,4 +44,4 @@
 \r
        // Register plugin\r
        tinymce.PluginManager.add('nonbreaking', tinymce.plugins.Nonbreaking);\r
-})();
\ No newline at end of file
+})();\r
index 77db577cf611abfaaf68b85641998e9cc54e020f..00c8b139a95b77f2add07bfd48c9f5dfdc229a1e 100644 (file)
@@ -1,8 +1,5 @@
-/**\r
- * $Id: editor_plugin_src.js 743 2008-03-23 17:47:33Z spocke $\r
- *\r
- * @author Moxiecode\r
- * @copyright Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.\r
+/*\r
+ * Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.\r
  */\r
 \r
 (function() {\r
@@ -84,4 +81,4 @@
 \r
        // Register plugin\r
        tinymce.PluginManager.add('noneditable', tinymce.plugins.NonEditablePlugin);\r
-})();
\ No newline at end of file
+})();\r
index 16f5748279078596f68fdbe79e379bccf30c3e80..8f4711558e1755f3fa24d7c15a5435d12d0f6097 100644 (file)
@@ -1,8 +1,5 @@
-/**\r
- * $Id: editor_plugin_src.js 201 2007-02-12 15:56:56Z spocke $\r
- *\r
- * @author Moxiecode\r
- * @copyright Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.\r
+/*\r
+ * Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.\r
  */\r
 \r
 (function() {\r
@@ -71,4 +68,4 @@
 \r
        // Register plugin\r
        tinymce.PluginManager.add('pagebreak', tinymce.plugins.PageBreakPlugin);\r
-})();
\ No newline at end of file
+})();\r
index bb5f5aadbecace671e471eea14e7ce6fb273f27f..c970227d2813c9024fb6989592354c96ab9f60f9 100644 (file)
@@ -1,8 +1,5 @@
-/**\r
- * $Id: editor_plugin_src.js 919 2008-09-08 20:31:23Z spocke $\r
- *\r
- * @author Moxiecode\r
- * @copyright Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.\r
+/*\r
+ * Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.\r
  */\r
 \r
 (function() {\r
 \r
        // Register plugin\r
        tinymce.PluginManager.add('paste', tinymce.plugins.PastePlugin);\r
-})();
\ No newline at end of file
+})();\r
index b2d27f7c7800e0244b98c3b1a84aa4cf9650063b..d3bb164ade6e25a3ca37313be6047c4c750ac5de 100644 (file)
@@ -1,8 +1,5 @@
-/**
- * $Id: editor_plugin_src.js 895 2008-07-10 14:34:23Z spocke $
- *
- * @author Moxiecode
- * @copyright Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.
+/*
+ * Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.
  */
 
 (function() {
@@ -47,4 +44,4 @@
 
        // Register plugin
        tinymce.PluginManager.add('preview', tinymce.plugins.Preview);
-})();
\ No newline at end of file
+})();
index 51fe156778f4ca659eb3a90e7b4543526cd84389..67d57fc4b05458b2a2d55069443da14eef297424 100644 (file)
@@ -1,8 +1,5 @@
-/**\r
- * $Id: editor_plugin_src.js 520 2008-01-07 16:30:32Z spocke $\r
- *\r
- * @author Moxiecode\r
- * @copyright Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.\r
+/*\r
+ * Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.\r
  */\r
 \r
 (function() {\r
index 642d659ea5eee25b7ff20b90bcd781794300ea84..a547d2d9d72f4acdc2eabd8a597db39c3f952ec5 100644 (file)
@@ -1,8 +1,5 @@
-/**\r
- * $Id: editor_plugin_src.js 264 2007-04-26 20:53:09Z spocke $\r
- *\r
- * @author Moxiecode\r
- * @copyright Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.\r
+/*\r
+ * Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.\r
  */\r
 \r
 (function() {\r