Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EionRobb/skype4pidgin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEion Robb <eion@robbmob.com>2015-02-09 03:05:09 +0300
committerEion Robb <eion@robbmob.com>2015-02-09 03:05:09 +0300
commitc25da00aa29e53bdd6e0e693a5f53e99f5af9f4b (patch)
treea2e41ff3d89b99a2e8565c38641b74c9c4bb737d /skypeweb/skypeweb_connection.c
parentebf946248221cde5a16981af22dee51eca21cb23 (diff)
SkypeWeb : Added GPL3+ preamble to clarify license
Diffstat (limited to 'skypeweb/skypeweb_connection.c')
-rw-r--r--skypeweb/skypeweb_connection.c19
1 files changed, 18 insertions, 1 deletions
diff --git a/skypeweb/skypeweb_connection.c b/skypeweb/skypeweb_connection.c
index a9a03df..ffc463d 100644
--- a/skypeweb/skypeweb_connection.c
+++ b/skypeweb/skypeweb_connection.c
@@ -1,4 +1,21 @@
-
+/*
+ * SkypeWeb Plugin for libpurple/Pidgin
+ * Copyright (c) 2014-2015 Eion Robb
+ *
+ * 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 3 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, see <http://www.gnu.org/licenses/>.
+ */
+
#include "skypeweb_connection.h"
#if !PURPLE_VERSION_CHECK(3, 0, 0)