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

github.com/EionRobb/pidgin-opensteamworks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEion Robb <eion@robbmob.com>2016-06-19 02:39:34 +0300
committerEion Robb <eion@robbmob.com>2016-06-19 02:39:34 +0300
commitcd5a29471d59ae2bf03836d72fe5e0fb817e8ad8 (patch)
tree398dfa800b54ecb1a9017bcec8f14f2f70aa55b7 /steam-mobile/steam_connection.c
parentbf7dd28e4247f772313d1b4005c4084eb4890301 (diff)
Add GPLv3+ preamble to all source files.
Fixes #145
Diffstat (limited to 'steam-mobile/steam_connection.c')
-rw-r--r--steam-mobile/steam_connection.c19
1 files changed, 19 insertions, 0 deletions
diff --git a/steam-mobile/steam_connection.c b/steam-mobile/steam_connection.c
index 5b9998d..69998a1 100644
--- a/steam-mobile/steam_connection.c
+++ b/steam-mobile/steam_connection.c
@@ -1,3 +1,22 @@
+/*
+ * Steam Mobile Plugin for Pidgin
+ * Copyright (C) 2012-2016 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 "steam_connection.h"