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
parentbf7dd28e4247f772313d1b4005c4084eb4890301 (diff)
Add GPLv3+ preamble to all source files.
Fixes #145
-rw-r--r--steam-mobile/libsteam.c19
-rw-r--r--steam-mobile/libsteam.h17
-rw-r--r--steam-mobile/steam_connection.c19
-rw-r--r--steam-mobile/steam_connection.h19
-rw-r--r--steam-mobile/steam_rsa.c19
5 files changed, 93 insertions, 0 deletions
diff --git a/steam-mobile/libsteam.c b/steam-mobile/libsteam.c
index 8c301cb..8523cdd 100644
--- a/steam-mobile/libsteam.c
+++ b/steam-mobile/libsteam.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 "libsteam.h"
#include "steam_connection.h"
diff --git a/steam-mobile/libsteam.h b/steam-mobile/libsteam.h
index df89ca1..5209091 100644
--- a/steam-mobile/libsteam.h
+++ b/steam-mobile/libsteam.h
@@ -1,3 +1,20 @@
+/*
+ * 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/>.
+ */
#ifndef LIBSTEAM_H
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"
diff --git a/steam-mobile/steam_connection.h b/steam-mobile/steam_connection.h
index 844de63..61cea6f 100644
--- a/steam-mobile/steam_connection.h
+++ b/steam-mobile/steam_connection.h
@@ -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/>.
+ */
+
+
#ifndef STEAM_CONNECTION_H
#define STEAM_CONNECTION_H
diff --git a/steam-mobile/steam_rsa.c b/steam-mobile/steam_rsa.c
index ffb74e0..39f2bd4 100644
--- a/steam-mobile/steam_rsa.c
+++ b/steam-mobile/steam_rsa.c
@@ -1,4 +1,23 @@
/*
+ * 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/>.
+ */
+
+
+/*
https://steamcommunity.com/mobilelogin/getrsakey?username=<steamusername>
{"success":true,"publickey_mod":"pubkeyhex","publickey_exp":"pubkeyhex","timestamp":"165685150000"}