diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2012-03-10 21:13:22 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2012-03-10 21:13:22 +0200 |
commit | bf88761455597a47f1074d01c4a29c41e0fe270c (patch) | |
tree | 54b4117e92e502798c35a112a0787bda1fdbf29e | |
parent | ffef21cd7a2a48d51ed40c71993b5810616d96d6 (diff) |
copyrights
-rwxr-xr-x[-rw-r--r--] | clist.cpp | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | commonheaders.h | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | globals.h | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | gpg_wrapper.cpp | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | gpg_wrapper.h | 17 | ||||
-rwxr-xr-x[-rw-r--r--] | icons.cpp | 2 | ||||
-rwxr-xr-x | init.cpp | 4 | ||||
-rwxr-xr-x[-rw-r--r--] | jabber_account.cpp | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | jabber_account.h | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | log.cpp | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | log.h | 2 | ||||
-rwxr-xr-x | main.cpp | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | main.h | 2 | ||||
-rwxr-xr-x | messages.cpp | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | metacontacts.cpp | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | metacontacts.h | 2 | ||||
-rwxr-xr-x | options.cpp | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | srmm.cpp | 2 | ||||
-rwxr-xr-x | utilities.cpp | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | utilities.h | 2 |
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
@@ -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
@@ -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
@@ -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 @@ -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 @@ -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
@@ -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
|