[prev in list] [next in list] [prev in thread] [next in thread] 

List:       licq-cvs
Subject:    [Licq-cvs] licq/src
From:       Thomas Reitelbach <dreamforce2 () users ! sourceforge ! net>
Date:       2003-05-24 12:26:47
[Download RAW message or body]

Update of /cvsroot/licq/licq/src
In directory sc8-pr-cvs1:/tmp/cvs-serv8440

Modified Files:
	countrycodes.c hebrev.c languagecodes.c pthread_rdwr.c 
	sighandler.c support.c buffer.cpp fifo.cpp file.cpp 
	history.cpp icqcolor.cpp icqd-chat.cpp icqd.cpp 
	icqd-filetransfer.cpp icqd-srv.cpp icqd-tcp.cpp 
	icqd-threads.cpp icqd-udp.cpp icqevent.cpp icqpacket.cpp 
	licq.cpp log.cpp main.cpp message.cpp onevent.cpp plugind.cpp 
	protoplugind.cpp proxy.cpp remoteserver.cpp sar.cpp socket.cpp 
	translate.cpp user.cpp utility.cpp 
Log Message:
update copyright tag


Index: countrycodes.c
===================================================================
RCS file: /cvsroot/licq/licq/src/countrycodes.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- countrycodes.c	14 Sep 2000 22:10:51 -0000	1.6
+++ countrycodes.c	24 May 2003 12:26:43 -0000	1.7
@@ -1,3 +1,11 @@
+// -*- c-basic-offset: 2 -*-
+/* ----------------------------------------------------------------------------
+ * Licq - A ICQ Client for Unix
+ * Copyright (C) 1998 - 2003 Licq developers
+ *
+ * This program is licensed under the terms found in the LICENSE file.
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif

Index: hebrev.c
===================================================================
RCS file: /cvsroot/licq/licq/src/hebrev.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- hebrev.c	7 Dec 2001 14:59:17 -0000	1.5
+++ hebrev.c	24 May 2003 12:26:43 -0000	1.6
@@ -1,3 +1,11 @@
+// -*- c-basic-offset: 2 -*-
+/* ----------------------------------------------------------------------------
+ * Licq - A ICQ Client for Unix
+ * Copyright (C) 1998 - 2003 Licq developers
+ *
+ * This program is licensed under the terms found in the LICENSE file.
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif

Index: languagecodes.c
===================================================================
RCS file: /cvsroot/licq/licq/src/languagecodes.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- languagecodes.c	26 Oct 2002 22:49:38 -0000	1.7
+++ languagecodes.c	24 May 2003 12:26:43 -0000	1.8
@@ -1,3 +1,11 @@
+// -*- c-basic-offset: 2 -*-
+/* ----------------------------------------------------------------------------
+ * Licq - A ICQ Client for Unix
+ * Copyright (C) 1998 - 2003 Licq developers
+ *
+ * This program is licensed under the terms found in the LICENSE file.
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif

Index: pthread_rdwr.c
===================================================================
RCS file: /cvsroot/licq/licq/src/pthread_rdwr.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pthread_rdwr.c	5 Jun 2000 20:50:03 -0000	1.1
+++ pthread_rdwr.c	24 May 2003 12:26:43 -0000	1.2
@@ -1,3 +1,11 @@
+// -*- c-basic-offset: 2 -*-
+/* ----------------------------------------------------------------------------
+ * Licq - A ICQ Client for Unix
+ * Copyright (C) 1998 - 2003 Licq developers
+ *
+ * This program is licensed under the terms found in the LICENSE file.
+ */
+
 /********************************************************
  * An example source module to accompany...
  *

Index: sighandler.c
===================================================================
RCS file: /cvsroot/licq/licq/src/sighandler.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- sighandler.c	14 Mar 2001 19:41:58 -0000	1.3
+++ sighandler.c	24 May 2003 12:26:43 -0000	1.4
@@ -1,3 +1,11 @@
+// -*- c-basic-offset: 2 -*-
+/* ----------------------------------------------------------------------------
+ * Licq - A ICQ Client for Unix
+ * Copyright (C) 1998 - 2003 Licq developers
+ *
+ * This program is licensed under the terms found in the LICENSE file.
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif

Index: support.c
===================================================================
RCS file: /cvsroot/licq/licq/src/support.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- support.c	18 Jan 2003 01:29:32 -0000	1.9
+++ support.c	24 May 2003 12:26:43 -0000	1.10
@@ -1,3 +1,11 @@
+// -*- c-basic-offset: 2 -*-
+/* ----------------------------------------------------------------------------
+ * Licq - A ICQ Client for Unix
+ * Copyright (C) 1998 - 2003 Licq developers
+ *
+ * This program is licensed under the terms found in the LICENSE file.
+ */
+
 /* support.h -- supporting functions for systems missing things we need. */
 
 #ifndef SUPPORT_H

Index: buffer.cpp
===================================================================
RCS file: /cvsroot/licq/licq/src/buffer.cpp,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- buffer.cpp	22 May 2003 21:49:27 -0000	1.18
+++ buffer.cpp	24 May 2003 12:26:43 -0000	1.19
@@ -1,7 +1,7 @@
 // -*- c-basic-offset: 2 -*-
 /* ----------------------------------------------------------------------------
  * Licq - A ICQ Client for Unix
- * Copyright (C) 2003 Licq developers
+ * Copyright (C) 1998 - 2003 Licq developers
  *
  * This program is licensed under the terms found in the LICENSE file.
  */

Index: fifo.cpp
===================================================================
RCS file: /cvsroot/licq/licq/src/fifo.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- fifo.cpp	22 May 2003 21:49:27 -0000	1.10
+++ fifo.cpp	24 May 2003 12:26:43 -0000	1.11
@@ -1,7 +1,7 @@
 // -*- c-basic-offset: 2 -*-
 /* ----------------------------------------------------------------------------
  * Licq - A ICQ Client for Unix
- * Copyright (C) 2003 Licq developers
+ * Copyright (C) 1998 - 2003 Licq developers
  *
  * This program is licensed under the terms found in the LICENSE file.
  */

Index: file.cpp
===================================================================
RCS file: /cvsroot/licq/licq/src/file.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- file.cpp	22 May 2003 21:49:27 -0000	1.12
+++ file.cpp	24 May 2003 12:26:43 -0000	1.13
@@ -1,7 +1,7 @@
 // -*- c-basic-offset: 2 -*-
 /* ----------------------------------------------------------------------------
  * Licq - A ICQ Client for Unix
- * Copyright (C) 2003 Licq developers
+ * Copyright (C) 1998 - 2003 Licq developers
  *
  * This program is licensed under the terms found in the LICENSE file.
  */

Index: history.cpp
===================================================================
RCS file: /cvsroot/licq/licq/src/history.cpp,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- history.cpp	22 May 2003 21:49:27 -0000	1.17
+++ history.cpp	24 May 2003 12:26:43 -0000	1.18
@@ -1,7 +1,7 @@
 // -*- c-basic-offset: 2 -*-
 /* ----------------------------------------------------------------------------
  * Licq - A ICQ Client for Unix
- * Copyright (C) 2003 Licq developers
+ * Copyright (C) 1998 - 2003 Licq developers
  *
  * This program is licensed under the terms found in the LICENSE file.
  */

Index: icqcolor.cpp
===================================================================
RCS file: /cvsroot/licq/licq/src/icqcolor.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- icqcolor.cpp	22 May 2003 21:49:27 -0000	1.4
+++ icqcolor.cpp	24 May 2003 12:26:43 -0000	1.5
@@ -1,7 +1,7 @@
 // -*- c-basic-offset: 2 -*-
 /* ----------------------------------------------------------------------------
  * Licq - A ICQ Client for Unix
- * Copyright (C) 2003 Licq developers
+ * Copyright (C) 1998 - 2003 Licq developers
  *
  * This program is licensed under the terms found in the LICENSE file.
  */

Index: icqd-chat.cpp
===================================================================
RCS file: /cvsroot/licq/licq/src/icqd-chat.cpp,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- icqd-chat.cpp	22 May 2003 21:49:27 -0000	1.21
+++ icqd-chat.cpp	24 May 2003 12:26:43 -0000	1.22
@@ -1,7 +1,7 @@
 // -*- c-basic-offset: 2 -*-
 /* ----------------------------------------------------------------------------
  * Licq - A ICQ Client for Unix
- * Copyright (C) 2003 Licq developers
+ * Copyright (C) 1998 - 2003 Licq developers
  *
  * This program is licensed under the terms found in the LICENSE file.
  */

Index: icqd.cpp
===================================================================
RCS file: /cvsroot/licq/licq/src/icqd.cpp,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- icqd.cpp	22 May 2003 21:49:28 -0000	1.71
+++ icqd.cpp	24 May 2003 12:26:43 -0000	1.72
@@ -1,7 +1,7 @@
 // -*- c-basic-offset: 2 -*-
 /* ----------------------------------------------------------------------------
  * Licq - A ICQ Client for Unix
- * Copyright (C) 2003 Licq developers
+ * Copyright (C) 1998 - 2003 Licq developers
  *
  * This program is licensed under the terms found in the LICENSE file.
  */

Index: icqd-filetransfer.cpp
===================================================================
RCS file: /cvsroot/licq/licq/src/icqd-filetransfer.cpp,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- icqd-filetransfer.cpp	22 May 2003 21:49:28 -0000	1.19
+++ icqd-filetransfer.cpp	24 May 2003 12:26:43 -0000	1.20
@@ -1,7 +1,7 @@
 // -*- c-basic-offset: 2 -*-
 /* ----------------------------------------------------------------------------
  * Licq - A ICQ Client for Unix
- * Copyright (C) 2003 Licq developers
+ * Copyright (C) 1998 - 2003 Licq developers
  *
  * This program is licensed under the terms found in the LICENSE file.
  */

Index: icqd-srv.cpp
===================================================================
RCS file: /cvsroot/licq/licq/src/icqd-srv.cpp,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -d -r1.111 -r1.112
--- icqd-srv.cpp	23 May 2003 11:08:11 -0000	1.111
+++ icqd-srv.cpp	24 May 2003 12:26:43 -0000	1.112
@@ -1,7 +1,7 @@
 // -*- c-basic-offset: 2 -*-
 /* ----------------------------------------------------------------------------
  * Licq - A ICQ Client for Unix
- * Copyright (C) 2003 Licq developers
+ * Copyright (C) 1998 - 2003 Licq developers
  *
  * This program is licensed under the terms found in the LICENSE file.
  */

Index: icqd-tcp.cpp
===================================================================
RCS file: /cvsroot/licq/licq/src/icqd-tcp.cpp,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- icqd-tcp.cpp	22 May 2003 21:49:28 -0000	1.54
+++ icqd-tcp.cpp	24 May 2003 12:26:43 -0000	1.55
@@ -1,7 +1,7 @@
 // -*- c-basic-offset: 2 -*-
 /* ----------------------------------------------------------------------------
  * Licq - A ICQ Client for Unix
- * Copyright (C) 2003 Licq developers
+ * Copyright (C) 1998 - 2003 Licq developers
  *
  * This program is licensed under the terms found in the LICENSE file.
  */

Index: icqd-threads.cpp
===================================================================
RCS file: /cvsroot/licq/licq/src/icqd-threads.cpp,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- icqd-threads.cpp	22 May 2003 21:49:28 -0000	1.27
+++ icqd-threads.cpp	24 May 2003 12:26:43 -0000	1.28
@@ -1,7 +1,7 @@
 // -*- c-basic-offset: 2 -*-
 /* ----------------------------------------------------------------------------
  * Licq - A ICQ Client for Unix
- * Copyright (C) 2003 Licq developers
+ * Copyright (C) 1998 - 2003 Licq developers
  *
  * This program is licensed under the terms found in the LICENSE file.
  */

Index: icqd-udp.cpp
===================================================================
RCS file: /cvsroot/licq/licq/src/icqd-udp.cpp,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- icqd-udp.cpp	22 May 2003 21:49:29 -0000	1.34
+++ icqd-udp.cpp	24 May 2003 12:26:43 -0000	1.35
@@ -1,7 +1,7 @@
 // -*- c-basic-offset: 2 -*-
 /* ----------------------------------------------------------------------------
  * Licq - A ICQ Client for Unix
- * Copyright (C) 2003 Licq developers
+ * Copyright (C) 1998 - 2003 Licq developers
  *
  * This program is licensed under the terms found in the LICENSE file.
  */

Index: icqevent.cpp
===================================================================
RCS file: /cvsroot/licq/licq/src/icqevent.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- icqevent.cpp	22 May 2003 21:49:29 -0000	1.12
+++ icqevent.cpp	24 May 2003 12:26:43 -0000	1.13
@@ -1,7 +1,7 @@
 // -*- c-basic-offset: 2 -*-
 /* ----------------------------------------------------------------------------
  * Licq - A ICQ Client for Unix
- * Copyright (C) 2003 Licq developers
+ * Copyright (C) 1998 - 2003 Licq developers
  *
  * This program is licensed under the terms found in the LICENSE file.
  */

Index: icqpacket.cpp
===================================================================
RCS file: /cvsroot/licq/licq/src/icqpacket.cpp,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -d -r1.86 -r1.87
--- icqpacket.cpp	22 May 2003 21:49:29 -0000	1.86
+++ icqpacket.cpp	24 May 2003 12:26:43 -0000	1.87
@@ -1,7 +1,7 @@
 // -*- c-basic-offset: 2 -*-
 /* ----------------------------------------------------------------------------
  * Licq - A ICQ Client for Unix
- * Copyright (C) 2003 Licq developers
+ * Copyright (C) 1998 - 2003 Licq developers
  *
  * This program is licensed under the terms found in the LICENSE file.
  */

Index: licq.cpp
===================================================================
RCS file: /cvsroot/licq/licq/src/licq.cpp,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -d -r1.72 -r1.73
--- licq.cpp	22 May 2003 21:49:29 -0000	1.72
+++ licq.cpp	24 May 2003 12:26:43 -0000	1.73
@@ -1,7 +1,7 @@
 // -*- c-basic-offset: 2 -*-
 /* ----------------------------------------------------------------------------
  * Licq - A ICQ Client for Unix
- * Copyright (C) 2003 Licq developers
+ * Copyright (C) 1998 - 2003 Licq developers
  *
  * This program is licensed under the terms found in the LICENSE file.
  */

Index: log.cpp
===================================================================
RCS file: /cvsroot/licq/licq/src/log.cpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- log.cpp	22 May 2003 21:49:29 -0000	1.13
+++ log.cpp	24 May 2003 12:26:43 -0000	1.14
@@ -1,7 +1,7 @@
 // -*- c-basic-offset: 2 -*-
 /* ----------------------------------------------------------------------------
  * Licq - A ICQ Client for Unix
- * Copyright (C) 2003 Licq developers
+ * Copyright (C) 1998 - 2003 Licq developers
  *
  * This program is licensed under the terms found in the LICENSE file.
  */

Index: main.cpp
===================================================================
RCS file: /cvsroot/licq/licq/src/main.cpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- main.cpp	22 May 2003 21:49:29 -0000	1.13
+++ main.cpp	24 May 2003 12:26:43 -0000	1.14
@@ -1,7 +1,7 @@
 // -*- c-basic-offset: 2 -*-
 /* ----------------------------------------------------------------------------
  * Licq - A ICQ Client for Unix
- * Copyright (C) 2003 Licq developers
+ * Copyright (C) 1998 - 2003 Licq developers
  *
  * This program is licensed under the terms found in the LICENSE file.
  */

Index: message.cpp
===================================================================
RCS file: /cvsroot/licq/licq/src/message.cpp,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- message.cpp	22 May 2003 21:49:29 -0000	1.19
+++ message.cpp	24 May 2003 12:26:43 -0000	1.20
@@ -1,7 +1,7 @@
 // -*- c-basic-offset: 2 -*-
 /* ----------------------------------------------------------------------------
  * Licq - A ICQ Client for Unix
- * Copyright (C) 2003 Licq developers
+ * Copyright (C) 1998 - 2003 Licq developers
  *
  * This program is licensed under the terms found in the LICENSE file.
  */

Index: onevent.cpp
===================================================================
RCS file: /cvsroot/licq/licq/src/onevent.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- onevent.cpp	22 May 2003 21:49:30 -0000	1.6
+++ onevent.cpp	24 May 2003 12:26:43 -0000	1.7
@@ -1,7 +1,7 @@
 // -*- c-basic-offset: 2 -*-
 /* ----------------------------------------------------------------------------
  * Licq - A ICQ Client for Unix
- * Copyright (C) 2003 Licq developers
+ * Copyright (C) 1998 - 2003 Licq developers
  *
  * This program is licensed under the terms found in the LICENSE file.
  */

Index: plugind.cpp
===================================================================
RCS file: /cvsroot/licq/licq/src/plugind.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- plugind.cpp	22 May 2003 21:49:30 -0000	1.3
+++ plugind.cpp	24 May 2003 12:26:43 -0000	1.4
@@ -1,7 +1,7 @@
 // -*- c-basic-offset: 2 -*-
 /* ----------------------------------------------------------------------------
  * Licq - A ICQ Client for Unix
- * Copyright (C) 2003 Licq developers
+ * Copyright (C) 1998 - 2003 Licq developers
  *
  * This program is licensed under the terms found in the LICENSE file.
  */

Index: protoplugind.cpp
===================================================================
RCS file: /cvsroot/licq/licq/src/protoplugind.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- protoplugind.cpp	22 May 2003 21:49:30 -0000	1.3
+++ protoplugind.cpp	24 May 2003 12:26:43 -0000	1.4
@@ -1,7 +1,7 @@
 // -*- c-basic-offset: 2 -*-
 /* ----------------------------------------------------------------------------
  * Licq - A ICQ Client for Unix
- * Copyright (C) 2003 Licq developers
+ * Copyright (C) 1998 - 2003 Licq developers
  *
  * This program is licensed under the terms found in the LICENSE file.
  */

Index: proxy.cpp
===================================================================
RCS file: /cvsroot/licq/licq/src/proxy.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- proxy.cpp	22 May 2003 21:49:30 -0000	1.8
+++ proxy.cpp	24 May 2003 12:26:43 -0000	1.9
@@ -1,7 +1,7 @@
 // -*- c-basic-offset: 2 -*-
 /* ----------------------------------------------------------------------------
  * Licq - A ICQ Client for Unix
- * Copyright (C) 2003 Licq developers
+ * Copyright (C) 1998 - 2003 Licq developers
  *
  * This program is licensed under the terms found in the LICENSE file.
  */

Index: remoteserver.cpp
===================================================================
RCS file: /cvsroot/licq/licq/src/remoteserver.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- remoteserver.cpp	22 May 2003 21:49:30 -0000	1.2
+++ remoteserver.cpp	24 May 2003 12:26:44 -0000	1.3
@@ -1,7 +1,7 @@
 // -*- c-basic-offset: 2 -*-
 /* ----------------------------------------------------------------------------
  * Licq - A ICQ Client for Unix
- * Copyright (C) 2003 Licq developers
+ * Copyright (C) 1998 - 2003 Licq developers
  *
  * This program is licensed under the terms found in the LICENSE file.
  */

Index: sar.cpp
===================================================================
RCS file: /cvsroot/licq/licq/src/sar.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- sar.cpp	22 May 2003 21:49:30 -0000	1.5
+++ sar.cpp	24 May 2003 12:26:44 -0000	1.6
@@ -1,7 +1,7 @@
 // -*- c-basic-offset: 2 -*-
 /* ----------------------------------------------------------------------------
  * Licq - A ICQ Client for Unix
- * Copyright (C) 2003 Licq developers
+ * Copyright (C) 1998 - 2003 Licq developers
  *
  * This program is licensed under the terms found in the LICENSE file.
  */

Index: socket.cpp
===================================================================
RCS file: /cvsroot/licq/licq/src/socket.cpp,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- socket.cpp	22 May 2003 21:49:30 -0000	1.32
+++ socket.cpp	24 May 2003 12:26:44 -0000	1.33
@@ -1,7 +1,7 @@
 // -*- c-basic-offset: 2 -*-
 /* ----------------------------------------------------------------------------
  * Licq - A ICQ Client for Unix
- * Copyright (C) 2003 Licq developers
+ * Copyright (C) 1998 - 2003 Licq developers
  *
  * This program is licensed under the terms found in the LICENSE file.
  */

Index: translate.cpp
===================================================================
RCS file: /cvsroot/licq/licq/src/translate.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- translate.cpp	22 May 2003 21:49:30 -0000	1.9
+++ translate.cpp	24 May 2003 12:26:44 -0000	1.10
@@ -1,7 +1,7 @@
 // -*- c-basic-offset: 2 -*-
 /* ----------------------------------------------------------------------------
  * Licq - A ICQ Client for Unix
- * Copyright (C) 2003 Licq developers
+ * Copyright (C) 1998 - 2003 Licq developers
  *
  * This program is licensed under the terms found in the LICENSE file.
  */

Index: user.cpp
===================================================================
RCS file: /cvsroot/licq/licq/src/user.cpp,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -d -r1.72 -r1.73
--- user.cpp	22 May 2003 21:49:30 -0000	1.72
+++ user.cpp	24 May 2003 12:26:44 -0000	1.73
@@ -1,7 +1,7 @@
 // -*- c-basic-offset: 2 -*-
 /* ----------------------------------------------------------------------------
  * Licq - A ICQ Client for Unix
- * Copyright (C) 2003 Licq developers
+ * Copyright (C) 1998 - 2003 Licq developers
  *
  * This program is licensed under the terms found in the LICENSE file.
  */

Index: utility.cpp
===================================================================
RCS file: /cvsroot/licq/licq/src/utility.cpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- utility.cpp	22 May 2003 21:49:30 -0000	1.13
+++ utility.cpp	24 May 2003 12:26:44 -0000	1.14
@@ -1,7 +1,7 @@
 // -*- c-basic-offset: 2 -*-
 /* ----------------------------------------------------------------------------
  * Licq - A ICQ Client for Unix
- * Copyright (C) 2003 Licq developers
+ * Copyright (C) 1998 - 2003 Licq developers
  *
  * This program is licensed under the terms found in the LICENSE file.
  */



-------------------------------------------------------
This SF.net email is sponsored by: ObjectStore.
If flattening out C++ or Java code to make your application fit in a
relational database is painful, don't do it! Check out ObjectStore.
Now part of Progress Software. http://www.objectstore.net/sourceforge
_______________________________________________
Licq-cvs mailing list
Licq-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/licq-cvs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic