Skip to content

Commit 797f45e

Browse files
authored
Merge pull request #170 from jabbink/fix/licenseGoogleLoginSecrets
add license to GoogleLoginSecrets
2 parents c954d6a + 2a1fe2f commit 797f45e

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

src/main/java/com/pokegoapi/auth/GoogleLoginSecrets.java

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
1-
package com.pokegoapi.auth;
2-
3-
/**
4-
* Created by RajulB on 7/23/2016.
1+
/*
2+
* This program is free software: you can redistribute it and/or modify
3+
* it under the terms of the GNU General Public License as published by
4+
* the Free Software Foundation, either version 3 of the License, or
5+
* (at your option) any later version.
6+
*
7+
* This program is distributed in the hope that it will be useful,
8+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
9+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10+
* GNU General Public License for more details.
11+
*
12+
* You should have received a copy of the GNU General Public License
13+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
514
*/
615

16+
package com.pokegoapi.auth;
17+
718
public class GoogleLoginSecrets {
819
public static final String SECRET = "NCjF1TLi2CcY6t5mt0ZveuL7";
920
public static final String CLIENT_ID = "848232511240-73ri3t7plvk96pj4f85uj8otdat2alem.apps.googleusercontent.com";

0 commit comments

Comments
 (0)