From cd5a29471d59ae2bf03836d72fe5e0fb817e8ad8 Mon Sep 17 00:00:00 2001 From: Eion Robb Date: Sun, 19 Jun 2016 11:39:34 +1200 Subject: Add GPLv3+ preamble to all source files. Fixes #145 --- steam-mobile/libsteam.c | 19 +++++++++++++++++++ steam-mobile/libsteam.h | 17 +++++++++++++++++ steam-mobile/steam_connection.c | 19 +++++++++++++++++++ steam-mobile/steam_connection.h | 19 +++++++++++++++++++ steam-mobile/steam_rsa.c | 19 +++++++++++++++++++ 5 files changed, 93 insertions(+) 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 . + */ + + #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 . + */ #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 . + */ + + #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 . + */ + + #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,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 . + */ + + /* https://steamcommunity.com/mobilelogin/getrsakey?username= {"success":true,"publickey_mod":"pubkeyhex","publickey_exp":"pubkeyhex","timestamp":"165685150000"} -- cgit v1.2.3