summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2012-03-10 21:13:22 +0200
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2012-03-10 21:13:22 +0200
commitbf88761455597a47f1074d01c4a29c41e0fe270c (patch)
tree54b4117e92e502798c35a112a0787bda1fdbf29e
parentffef21cd7a2a48d51ed40c71993b5810616d96d6 (diff)
copyrights
-rwxr-xr-x[-rw-r--r--]clist.cpp2
-rwxr-xr-x[-rw-r--r--]commonheaders.h2
-rwxr-xr-x[-rw-r--r--]globals.h2
-rwxr-xr-x[-rw-r--r--]gpg_wrapper.cpp2
-rwxr-xr-x[-rw-r--r--]gpg_wrapper.h17
-rwxr-xr-x[-rw-r--r--]icons.cpp2
-rwxr-xr-xinit.cpp4
-rwxr-xr-x[-rw-r--r--]jabber_account.cpp2
-rwxr-xr-x[-rw-r--r--]jabber_account.h2
-rwxr-xr-x[-rw-r--r--]log.cpp2
-rwxr-xr-x[-rw-r--r--]log.h2
-rwxr-xr-xmain.cpp2
-rwxr-xr-x[-rw-r--r--]main.h2
-rwxr-xr-xmessages.cpp2
-rwxr-xr-x[-rw-r--r--]metacontacts.cpp2
-rwxr-xr-x[-rw-r--r--]metacontacts.h2
-rwxr-xr-xoptions.cpp2
-rwxr-xr-x[-rw-r--r--]srmm.cpp2
-rwxr-xr-xutilities.cpp2
-rwxr-xr-x[-rw-r--r--]utilities.h2
20 files changed, 37 insertions, 20 deletions
diff --git a/clist.cpp b/clist.cpp
index 25c5a24..c64fb17 100644..100755
--- a/clist.cpp
+++ b/clist.cpp
@@ -1,4 +1,4 @@
-// Copyright © 2010 SecureIM developers (baloo and others), sss
+// Copyright © 2010-2012 SecureIM developers (baloo and others), sss
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/commonheaders.h b/commonheaders.h
index f881b9c..459d76e 100644..100755
--- a/commonheaders.h
+++ b/commonheaders.h
@@ -1,4 +1,4 @@
-// Copyright © 2010 sss
+// Copyright © 2010-2012 sss
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/globals.h b/globals.h
index cafedab..334e535 100644..100755
--- a/globals.h
+++ b/globals.h
@@ -1,4 +1,4 @@
-// Copyright © 2010 sss
+// Copyright © 2010-2012 sss
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/gpg_wrapper.cpp b/gpg_wrapper.cpp
index 0a50667..a36926e 100644..100755
--- a/gpg_wrapper.cpp
+++ b/gpg_wrapper.cpp
@@ -1,4 +1,4 @@
-// Copyright © 2010 sss
+// Copyright © 2010-2012 sss
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/gpg_wrapper.h b/gpg_wrapper.h
index 77f84f8..87b5a55 100644..100755
--- a/gpg_wrapper.h
+++ b/gpg_wrapper.h
@@ -1,3 +1,20 @@
+// Copyright © 2010-2012 sss
+//
+// 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
+
#ifndef GPG_WRAPPER_H
#define GPG_WRAPPER_H
typedef enum {
diff --git a/icons.cpp b/icons.cpp
index 882f58b..58e93de 100644..100755
--- a/icons.cpp
+++ b/icons.cpp
@@ -1,4 +1,4 @@
-// Copyright © 2010 SecureIM developers (baloo and others), sss
+// Copyright © 2010-2012 SecureIM developers (baloo and others), sss
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/init.cpp b/init.cpp
index 04a198a..97bc30c 100755
--- a/init.cpp
+++ b/init.cpp
@@ -1,4 +1,4 @@
-// Copyright © 2010-2011 sss
+// Copyright © 2010-2012 sss
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -46,7 +46,7 @@ PLUGININFOEX pluginInfo={
"new GPG encryption support plugin, based on code from old gpg plugin and secureim",
"sss",
"sss123next@list.ru",
- "© 2010-2011 sss",
+ "© 2010-2012 sss",
"http://sss.chaoslab.ru/tracker/mim_plugs/",
1, //unicode
0, //doesn't replace anything built-in
diff --git a/jabber_account.cpp b/jabber_account.cpp
index 9dedd56..6a264a4 100644..100755
--- a/jabber_account.cpp
+++ b/jabber_account.cpp
@@ -1,4 +1,4 @@
-// Copyright © 2010 sss
+// Copyright © 2010-2012 sss
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/jabber_account.h b/jabber_account.h
index 766f571..b643ed1 100644..100755
--- a/jabber_account.h
+++ b/jabber_account.h
@@ -1,4 +1,4 @@
-// Copyright © 2010 sss
+// Copyright © 2010-2012 sss
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/log.cpp b/log.cpp
index 39fa89d..7618914 100644..100755
--- a/log.cpp
+++ b/log.cpp
@@ -1,4 +1,4 @@
-// Copyright © 2010 sss
+// Copyright © 2010-2012 sss
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/log.h b/log.h
index 2acf09d..ed19509 100644..100755
--- a/log.h
+++ b/log.h
@@ -1,4 +1,4 @@
-// Copyright © 2010 sss
+// Copyright © 2010-2012 sss
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/main.cpp b/main.cpp
index 55b4d25..abd6982 100755
--- a/main.cpp
+++ b/main.cpp
@@ -1,4 +1,4 @@
-// Copyright © 2010-2011 sss
+// Copyright © 2010-2012 sss
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/main.h b/main.h
index e4ff5f2..23627a4 100644..100755
--- a/main.h
+++ b/main.h
@@ -1,4 +1,4 @@
-// Copyright © 2010 sss
+// Copyright © 2010-2012 sss
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/messages.cpp b/messages.cpp
index 58603a2..fc52aea 100755
--- a/messages.cpp
+++ b/messages.cpp
@@ -1,4 +1,4 @@
-// Copyright © 2010-2011 sss
+// Copyright © 2010-2012 sss
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/metacontacts.cpp b/metacontacts.cpp
index 46185e4..6e96ebe 100644..100755
--- a/metacontacts.cpp
+++ b/metacontacts.cpp
@@ -1,4 +1,4 @@
-// Copyright © 2010 SecureIM developers (baloo and others), sss
+// Copyright © 2010-2012 SecureIM developers (baloo and others), sss
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/metacontacts.h b/metacontacts.h
index f7dcfe7..8b8873e 100644..100755
--- a/metacontacts.h
+++ b/metacontacts.h
@@ -1,4 +1,4 @@
-// Copyright © 2010 sss
+// Copyright © 2010-2012 sss
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/options.cpp b/options.cpp
index 271a637..c3c2d95 100755
--- a/options.cpp
+++ b/options.cpp
@@ -1,4 +1,4 @@
-// Copyright © 2010 sss
+// Copyright © 2010-2012 sss
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/srmm.cpp b/srmm.cpp
index af21f8f..dd2b9d2 100644..100755
--- a/srmm.cpp
+++ b/srmm.cpp
@@ -1,4 +1,4 @@
-// Copyright © 2010 SecureIM developers (baloo and others), sss
+// Copyright © 2010-2012 SecureIM developers (baloo and others), sss
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/utilities.cpp b/utilities.cpp
index 78bbca5..f6a0290 100755
--- a/utilities.cpp
+++ b/utilities.cpp
@@ -1,4 +1,4 @@
-// Copyright © 2010 sss
+// Copyright © 2010-2012 sss
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/utilities.h b/utilities.h
index 5922311..3d9d693 100644..100755
--- a/utilities.h
+++ b/utilities.h
@@ -1,4 +1,4 @@
-// Copyright © 2010 sss
+// Copyright © 2010-2012 sss
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License