From bf88761455597a47f1074d01c4a29c41e0fe270c Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Sat, 10 Mar 2012 21:13:22 +0200 Subject: copyrights --- clist.cpp | 2 +- commonheaders.h | 2 +- globals.h | 2 +- gpg_wrapper.cpp | 2 +- gpg_wrapper.h | 17 +++++++++++++++++ icons.cpp | 2 +- init.cpp | 4 ++-- jabber_account.cpp | 2 +- jabber_account.h | 2 +- log.cpp | 2 +- log.h | 2 +- main.cpp | 2 +- main.h | 2 +- messages.cpp | 2 +- metacontacts.cpp | 2 +- metacontacts.h | 2 +- options.cpp | 2 +- srmm.cpp | 2 +- utilities.cpp | 2 +- utilities.h | 2 +- 20 files changed, 37 insertions(+), 20 deletions(-) mode change 100644 => 100755 clist.cpp mode change 100644 => 100755 commonheaders.h mode change 100644 => 100755 globals.h mode change 100644 => 100755 gpg_wrapper.cpp mode change 100644 => 100755 gpg_wrapper.h mode change 100644 => 100755 icons.cpp mode change 100644 => 100755 jabber_account.cpp mode change 100644 => 100755 jabber_account.h mode change 100644 => 100755 log.cpp mode change 100644 => 100755 log.h mode change 100644 => 100755 main.h mode change 100644 => 100755 metacontacts.cpp mode change 100644 => 100755 metacontacts.h mode change 100644 => 100755 srmm.cpp mode change 100644 => 100755 utilities.h diff --git a/clist.cpp b/clist.cpp old mode 100644 new mode 100755 index 25c5a24..c64fb17 --- 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 old mode 100644 new mode 100755 index f881b9c..459d76e --- 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 old mode 100644 new mode 100755 index cafedab..334e535 --- 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 old mode 100644 new mode 100755 index 0a50667..a36926e --- 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 old mode 100644 new mode 100755 index 77f84f8..87b5a55 --- 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 old mode 100644 new mode 100755 index 882f58b..58e93de --- 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 old mode 100644 new mode 100755 index 9dedd56..6a264a4 --- 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 old mode 100644 new mode 100755 index 766f571..b643ed1 --- 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 old mode 100644 new mode 100755 index 39fa89d..7618914 --- 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 old mode 100644 new mode 100755 index 2acf09d..ed19509 --- 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 old mode 100644 new mode 100755 index e4ff5f2..23627a4 --- 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 old mode 100644 new mode 100755 index 46185e4..6e96ebe --- 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 old mode 100644 new mode 100755 index f7dcfe7..8b8873e --- 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 old mode 100644 new mode 100755 index af21f8f..dd2b9d2 --- 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 old mode 100644 new mode 100755 index 5922311..3d9d693 --- 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 -- cgit v1.2.3