[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-22 21:49:35
[Download RAW message or body]

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

Modified Files:
	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:
Lets address the licensing problem with OpenSSL.
1. Adding the file "LICENSE" to the repository which contains our Licq license 
with an exception for OpenSSL.
2. Prepends a short license statement to every souce file in the daemon.


Index: buffer.cpp
===================================================================
RCS file: /cvsroot/licq/licq/src/buffer.cpp,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- buffer.cpp	17 May 2003 22:57:46 -0000	1.17
+++ buffer.cpp	22 May 2003 21:49:27 -0000	1.18
@@ -1,4 +1,11 @@
 // -*- c-basic-offset: 2 -*-
+/* ----------------------------------------------------------------------------
+ * Licq - A ICQ Client for Unix
+ * Copyright (C) 2003 Licq developers
+ *
+ * This program is licensed under the terms found in the LICENSE file.
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif

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

Index: file.cpp
===================================================================
RCS file: /cvsroot/licq/licq/src/file.cpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- file.cpp	18 May 2003 22:07:50 -0000	1.11
+++ file.cpp	22 May 2003 21:49:27 -0000	1.12
@@ -1,3 +1,11 @@
+// -*- c-basic-offset: 2 -*-
+/* ----------------------------------------------------------------------------
+ * Licq - A ICQ Client for Unix
+ * Copyright (C) 2003 Licq developers
+ *
+ * This program is licensed under the terms found in the LICENSE file.
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif

Index: history.cpp
===================================================================
RCS file: /cvsroot/licq/licq/src/history.cpp,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- history.cpp	19 May 2003 14:04:12 -0000	1.16
+++ history.cpp	22 May 2003 21:49:27 -0000	1.17
@@ -1,3 +1,11 @@
+// -*- c-basic-offset: 2 -*-
+/* ----------------------------------------------------------------------------
+ * Licq - A ICQ Client for Unix
+ * Copyright (C) 2003 Licq developers
+ *
+ * This program is licensed under the terms found in the LICENSE file.
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif

Index: icqcolor.cpp
===================================================================
RCS file: /cvsroot/licq/licq/src/icqcolor.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- icqcolor.cpp	18 Dec 2000 16:49:46 -0000	1.3
+++ icqcolor.cpp	22 May 2003 21:49:27 -0000	1.4
@@ -1,3 +1,11 @@
+// -*- c-basic-offset: 2 -*-
+/* ----------------------------------------------------------------------------
+ * Licq - A ICQ Client for Unix
+ * Copyright (C) 2003 Licq developers
+ *
+ * This program is licensed under the terms found in the LICENSE file.
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif

Index: icqd-chat.cpp
===================================================================
RCS file: /cvsroot/licq/licq/src/icqd-chat.cpp,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- icqd-chat.cpp	18 Jan 2003 01:29:31 -0000	1.20
+++ icqd-chat.cpp	22 May 2003 21:49:27 -0000	1.21
@@ -1,3 +1,11 @@
+// -*- c-basic-offset: 2 -*-
+/* ----------------------------------------------------------------------------
+ * Licq - A ICQ Client for Unix
+ * Copyright (C) 2003 Licq developers
+ *
+ * This program is licensed under the terms found in the LICENSE file.
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif

Index: icqd.cpp
===================================================================
RCS file: /cvsroot/licq/licq/src/icqd.cpp,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -d -r1.70 -r1.71
--- icqd.cpp	18 May 2003 22:07:51 -0000	1.70
+++ icqd.cpp	22 May 2003 21:49:28 -0000	1.71
@@ -1,4 +1,11 @@
 // -*- c-basic-offset: 2 -*-
+/* ----------------------------------------------------------------------------
+ * Licq - A ICQ Client for Unix
+ * Copyright (C) 2003 Licq developers
+ *
+ * This program is licensed under the terms found in the LICENSE file.
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif

Index: icqd-filetransfer.cpp
===================================================================
RCS file: /cvsroot/licq/licq/src/icqd-filetransfer.cpp,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- icqd-filetransfer.cpp	18 May 2003 22:07:51 -0000	1.18
+++ icqd-filetransfer.cpp	22 May 2003 21:49:28 -0000	1.19
@@ -1,3 +1,11 @@
+// -*- c-basic-offset: 2 -*-
+/* ----------------------------------------------------------------------------
+ * Licq - A ICQ Client for Unix
+ * Copyright (C) 2003 Licq developers
+ *
+ * This program is licensed under the terms found in the LICENSE file.
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif

Index: icqd-srv.cpp
===================================================================
RCS file: /cvsroot/licq/licq/src/icqd-srv.cpp,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -d -r1.109 -r1.110
--- icqd-srv.cpp	2 May 2003 19:26:02 -0000	1.109
+++ icqd-srv.cpp	22 May 2003 21:49:28 -0000	1.110
@@ -1,4 +1,11 @@
 // -*- c-basic-offset: 2 -*-
+/* ----------------------------------------------------------------------------
+ * Licq - A ICQ Client for Unix
+ * Copyright (C) 2003 Licq developers
+ *
+ * This program is licensed under the terms found in the LICENSE file.
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif

Index: icqd-tcp.cpp
===================================================================
RCS file: /cvsroot/licq/licq/src/icqd-tcp.cpp,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- icqd-tcp.cpp	19 Apr 2003 02:39:02 -0000	1.53
+++ icqd-tcp.cpp	22 May 2003 21:49:28 -0000	1.54
@@ -1,4 +1,11 @@
 // -*- c-basic-offset: 2 -*-
+/* ----------------------------------------------------------------------------
+ * Licq - A ICQ Client for Unix
+ * Copyright (C) 2003 Licq developers
+ *
+ * This program is licensed under the terms found in the LICENSE file.
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif

Index: icqd-threads.cpp
===================================================================
RCS file: /cvsroot/licq/licq/src/icqd-threads.cpp,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- icqd-threads.cpp	23 Mar 2003 19:00:43 -0000	1.26
+++ icqd-threads.cpp	22 May 2003 21:49:28 -0000	1.27
@@ -1,4 +1,11 @@
 // -*- c-basic-offset: 2 -*-
+/* ----------------------------------------------------------------------------
+ * Licq - A ICQ Client for Unix
+ * Copyright (C) 2003 Licq developers
+ *
+ * This program is licensed under the terms found in the LICENSE file.
+ */
+
 #ifndef LICQTHREADS_H
 #define LICQTHREADS_H
 

Index: icqd-udp.cpp
===================================================================
RCS file: /cvsroot/licq/licq/src/icqd-udp.cpp,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- icqd-udp.cpp	15 Jul 2002 04:46:12 -0000	1.33
+++ icqd-udp.cpp	22 May 2003 21:49:29 -0000	1.34
@@ -1,4 +1,11 @@
 // -*- c-basic-offset: 2 -*-
+/* ----------------------------------------------------------------------------
+ * Licq - A ICQ Client for Unix
+ * Copyright (C) 2003 Licq developers
+ *
+ * This program is licensed under the terms found in the LICENSE file.
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif

Index: icqevent.cpp
===================================================================
RCS file: /cvsroot/licq/licq/src/icqevent.cpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- icqevent.cpp	8 Apr 2003 06:54:57 -0000	1.11
+++ icqevent.cpp	22 May 2003 21:49:29 -0000	1.12
@@ -1,3 +1,11 @@
+// -*- c-basic-offset: 2 -*-
+/* ----------------------------------------------------------------------------
+ * Licq - A ICQ Client for Unix
+ * Copyright (C) 2003 Licq developers
+ *
+ * This program is licensed under the terms found in the LICENSE file.
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif

Index: icqpacket.cpp
===================================================================
RCS file: /cvsroot/licq/licq/src/icqpacket.cpp,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -d -r1.85 -r1.86
--- icqpacket.cpp	2 Mar 2003 23:11:16 -0000	1.85
+++ icqpacket.cpp	22 May 2003 21:49:29 -0000	1.86
@@ -1,4 +1,10 @@
 // -*- c-basic-offset: 2 -*-
+/* ----------------------------------------------------------------------------
+ * Licq - A ICQ Client for Unix
+ * Copyright (C) 2003 Licq developers
+ *
+ * This program is licensed under the terms found in the LICENSE file.
+ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"

Index: licq.cpp
===================================================================
RCS file: /cvsroot/licq/licq/src/licq.cpp,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- licq.cpp	18 May 2003 22:07:52 -0000	1.71
+++ licq.cpp	22 May 2003 21:49:29 -0000	1.72
@@ -1,4 +1,10 @@
 // -*- c-basic-offset: 2 -*-
+/* ----------------------------------------------------------------------------
+ * Licq - A ICQ Client for Unix
+ * Copyright (C) 2003 Licq developers
+ *
+ * This program is licensed under the terms found in the LICENSE file.
+ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"

Index: log.cpp
===================================================================
RCS file: /cvsroot/licq/licq/src/log.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- log.cpp	18 May 2003 22:07:52 -0000	1.12
+++ log.cpp	22 May 2003 21:49:29 -0000	1.13
@@ -1,4 +1,11 @@
 // -*- c-basic-offset: 2 -*-
+/* ----------------------------------------------------------------------------
+ * Licq - A ICQ Client for Unix
+ * Copyright (C) 2003 Licq developers
+ *
+ * This program is licensed under the terms found in the LICENSE file.
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif

Index: main.cpp
===================================================================
RCS file: /cvsroot/licq/licq/src/main.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- main.cpp	4 Jan 2002 10:25:00 -0000	1.12
+++ main.cpp	22 May 2003 21:49:29 -0000	1.13
@@ -1,3 +1,11 @@
+// -*- c-basic-offset: 2 -*-
+/* ----------------------------------------------------------------------------
+ * Licq - A ICQ Client for Unix
+ * Copyright (C) 2003 Licq developers
+ *
+ * This program is licensed under the terms found in the LICENSE file.
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif

Index: message.cpp
===================================================================
RCS file: /cvsroot/licq/licq/src/message.cpp,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- message.cpp	8 Apr 2003 06:54:57 -0000	1.18
+++ message.cpp	22 May 2003 21:49:29 -0000	1.19
@@ -1,4 +1,10 @@
 // -*- c-basic-offset: 2 -*-
+/* ----------------------------------------------------------------------------
+ * Licq - A ICQ Client for Unix
+ * Copyright (C) 2003 Licq developers
+ *
+ * This program is licensed under the terms found in the LICENSE file.
+ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"

Index: onevent.cpp
===================================================================
RCS file: /cvsroot/licq/licq/src/onevent.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- onevent.cpp	12 Sep 2002 05:37:00 -0000	1.5
+++ onevent.cpp	22 May 2003 21:49:30 -0000	1.6
@@ -1,3 +1,11 @@
+// -*- c-basic-offset: 2 -*-
+/* ----------------------------------------------------------------------------
+ * Licq - A ICQ Client for Unix
+ * Copyright (C) 2003 Licq developers
+ *
+ * This program is licensed under the terms found in the LICENSE file.
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif

Index: plugind.cpp
===================================================================
RCS file: /cvsroot/licq/licq/src/plugind.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- plugind.cpp	13 Jul 2000 01:22:07 -0000	1.2
+++ plugind.cpp	22 May 2003 21:49:30 -0000	1.3
@@ -1,3 +1,11 @@
+// -*- c-basic-offset: 2 -*-
+/* ----------------------------------------------------------------------------
+ * Licq - A ICQ Client for Unix
+ * Copyright (C) 2003 Licq developers
+ *
+ * This program is licensed under the terms found in the LICENSE file.
+ */
+
 #include "licq_plugind.h"
 #include "licq_socket.h"
 

Index: protoplugind.cpp
===================================================================
RCS file: /cvsroot/licq/licq/src/protoplugind.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- protoplugind.cpp	8 Apr 2003 06:54:57 -0000	1.2
+++ protoplugind.cpp	22 May 2003 21:49:30 -0000	1.3
@@ -1,3 +1,11 @@
+// -*- c-basic-offset: 2 -*-
+/* ----------------------------------------------------------------------------
+ * Licq - A ICQ Client for Unix
+ * Copyright (C) 2003 Licq developers
+ *
+ * This program is licensed under the terms found in the LICENSE file.
+ */
+
 #include "licq_protoplugind.h"
 #include "licq_constants.h"
 

Index: proxy.cpp
===================================================================
RCS file: /cvsroot/licq/licq/src/proxy.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- proxy.cpp	18 Jan 2003 01:29:32 -0000	1.7
+++ proxy.cpp	22 May 2003 21:49:30 -0000	1.8
@@ -1,19 +1,10 @@
 // -*- c-basic-offset: 2 -*-
-/*
-    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.
-*/
+/* ----------------------------------------------------------------------------
+ * Licq - A ICQ Client for Unix
+ * Copyright (C) 2003 Licq developers
+ *
+ * This program is licensed under the terms found in the LICENSE file.
+ */
 
 /*
     Proxy code written by Sergey Kononenko <sergk@sergk.org.ua>

Index: remoteserver.cpp
===================================================================
RCS file: /cvsroot/licq/licq/src/remoteserver.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- remoteserver.cpp	5 Jun 2000 20:50:03 -0000	1.1
+++ remoteserver.cpp	22 May 2003 21:49:30 -0000	1.2
@@ -1,3 +1,11 @@
+// -*- c-basic-offset: 2 -*-
+/* ----------------------------------------------------------------------------
+ * Licq - A ICQ Client for Unix
+ * Copyright (C) 2003 Licq developers
+ *
+ * This program is licensed under the terms found in the LICENSE file.
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif

Index: sar.cpp
===================================================================
RCS file: /cvsroot/licq/licq/src/sar.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- sar.cpp	18 May 2003 22:07:52 -0000	1.4
+++ sar.cpp	22 May 2003 21:49:30 -0000	1.5
@@ -1,3 +1,11 @@
+// -*- c-basic-offset: 2 -*-
+/* ----------------------------------------------------------------------------
+ * Licq - A ICQ Client for Unix
+ * Copyright (C) 2003 Licq developers
+ *
+ * This program is licensed under the terms found in the LICENSE file.
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif

Index: socket.cpp
===================================================================
RCS file: /cvsroot/licq/licq/src/socket.cpp,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- socket.cpp	8 Apr 2003 06:54:57 -0000	1.31
+++ socket.cpp	22 May 2003 21:49:30 -0000	1.32
@@ -1,4 +1,11 @@
 // -*- c-basic-offset: 2 -*-
+/* ----------------------------------------------------------------------------
+ * Licq - A ICQ Client for Unix
+ * Copyright (C) 2003 Licq developers
+ *
+ * This program is licensed under the terms found in the LICENSE file.
+ */
+
 /* Socket routine descriptions */
 
 #ifdef HAVE_CONFIG_H

Index: translate.cpp
===================================================================
RCS file: /cvsroot/licq/licq/src/translate.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- translate.cpp	17 Oct 2002 03:43:52 -0000	1.8
+++ translate.cpp	22 May 2003 21:49:30 -0000	1.9
@@ -1,5 +1,11 @@
 // -*- c-basic-offset: 2 -*-
-//
+/* ----------------------------------------------------------------------------
+ * Licq - A ICQ Client for Unix
+ * Copyright (C) 2003 Licq developers
+ *
+ * This program is licensed under the terms found in the LICENSE file.
+ */
+
 // Many parts of this source code were 'inspired' by the ircII4.4 translat.c source.
 // RIPPED FROM KVirc: http://www.kvirc.org
 // Original by Szymon Stefanek (kvirc@tin.it).

Index: user.cpp
===================================================================
RCS file: /cvsroot/licq/licq/src/user.cpp,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- user.cpp	2 May 2003 19:26:03 -0000	1.71
+++ user.cpp	22 May 2003 21:49:30 -0000	1.72
@@ -1,3 +1,11 @@
+// -*- c-basic-offset: 2 -*-
+/* ----------------------------------------------------------------------------
+ * Licq - A ICQ Client for Unix
+ * Copyright (C) 2003 Licq developers
+ *
+ * This program is licensed under the terms found in the LICENSE file.
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif

Index: utility.cpp
===================================================================
RCS file: /cvsroot/licq/licq/src/utility.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- utility.cpp	19 Apr 2003 02:39:02 -0000	1.12
+++ utility.cpp	22 May 2003 21:49:30 -0000	1.13
@@ -1,3 +1,11 @@
+// -*- c-basic-offset: 2 -*-
+/* ----------------------------------------------------------------------------
+ * Licq - A ICQ Client for Unix
+ * Copyright (C) 2003 Licq developers
+ *
+ * This program is licensed under the terms found in the LICENSE file.
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif



-------------------------------------------------------
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