* we moved to COPYING instead of copyright.txt due to the request of debian; these...
authorWilfried Göesgens <willi@citadel.org>
Sun, 8 Mar 2009 14:40:47 +0000 (14:40 +0000)
committerWilfried Göesgens <willi@citadel.org>
Sun, 8 Mar 2009 14:40:47 +0000 (14:40 +0000)
citadel/citadel.h
citadel/messages.c
citadel/sysdep.c
citadel/threads.c

index d8ad296d41df387c3effedc0d1fe730f780bb31d..aee3f693b17c225fb6a479d3a426447a0207989c 100644 (file)
@@ -2,7 +2,7 @@
  * $Id$
  *
  * Main Citadel header file
- * See copyright.txt for copyright information.
+ * See COPYING for copyright information.
  */
 
 /* system customizations are in sysconfig.h */
index 3f295f9cbb5a65a163fff64bad5534f2ead3bb6f..bd37f397e386c39c082292b85b7f348a7c4df5c5 100644 (file)
@@ -2,7 +2,7 @@
  * $Id$
  *
  * Citadel message support routines
- * see copyright.txt for copyright information
+ * see COPYING for copyright information
  */
 
 #include "sysdep.h"
index 0170b4956bafe0770f93748797971dc1aae8c72b..2e10704c780edd2099b4bc70633ea10b26c9fc34 100644 (file)
@@ -2,7 +2,7 @@
  * $Id$
  *
  * Citadel "system dependent" stuff.
- * See copyright.txt for copyright information.
+ * See COPYING for copyright information.
  *
  * Here's where we (hopefully) have most parts of the Citadel server that
  * would need to be altered to run the server in a non-POSIX environment.
index 63e6ba0724b72aa7ae708b1da24eab3f10c93aa8..489fa416dc9c000fdb31ae54b27ed991f4ac931f 100644 (file)
@@ -2,7 +2,7 @@
  * $Id: sysdep.c 5882 2007-12-13 19:46:05Z davew $
  *
  * Citadel "system dependent" stuff.
- * See copyright.txt for copyright information.
+ * See COPYING for copyright information.
  *
  * Here's where we have the Citadel thread implimentation
  *