From 2a1fe2f10fedc031781f159967e80714246eeaeb Mon Sep 17 00:00:00 2001 From: Jasper Abbink Date: Sun, 24 Jul 2016 09:00:20 +0200 Subject: [PATCH] add license to GoogleLoginSecrets --- .../pokegoapi/auth/GoogleLoginSecrets.java | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/src/main/java/com/pokegoapi/auth/GoogleLoginSecrets.java b/src/main/java/com/pokegoapi/auth/GoogleLoginSecrets.java index 7071c83b..39b3a6a2 100644 --- a/src/main/java/com/pokegoapi/auth/GoogleLoginSecrets.java +++ b/src/main/java/com/pokegoapi/auth/GoogleLoginSecrets.java @@ -1,9 +1,20 @@ -package com.pokegoapi.auth; - -/** - * Created by RajulB on 7/23/2016. +/* + * 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 . */ +package com.pokegoapi.auth; + public class GoogleLoginSecrets { public static final String SECRET = "NCjF1TLi2CcY6t5mt0ZveuL7"; public static final String CLIENT_ID = "848232511240-73ri3t7plvk96pj4f85uj8otdat2alem.apps.googleusercontent.com";