diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-07-31 10:42:27 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-07-31 10:42:27 +0000 |
commit | cd45782fb74301b3806afa796bb6a6ac104817dd (patch) | |
tree | 76dd6c3ffbd64431223812003312981266f09f5c /protocols/SkypeWeb/src/skype_timers.cpp | |
parent | 9265ee8085d9733199d0d2407ecd9b4666372b55 (diff) |
SkypeWeb: small fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@14764 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/skype_timers.cpp')
-rw-r--r-- | protocols/SkypeWeb/src/skype_timers.cpp | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/protocols/SkypeWeb/src/skype_timers.cpp b/protocols/SkypeWeb/src/skype_timers.cpp index ddc72aaa1b..cd25a8165e 100644 --- a/protocols/SkypeWeb/src/skype_timers.cpp +++ b/protocols/SkypeWeb/src/skype_timers.cpp @@ -1,3 +1,20 @@ +/*
+Copyright (c) 2015 Miranda NG project (http://miranda-ng.org)
+
+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 version 2
+of the License.
+
+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, see <http://www.gnu.org/licenses/>.
+*/
+
#include "stdafx.h"
mir_cs CSkypeProto::timerLock;
|