Skip to content

Commit f49b9a0

Browse files
Automated commit
1 parent 40dcb0d commit f49b9a0

File tree

7 files changed

+72
-44
lines changed

7 files changed

+72
-44
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# travis-ci.org
2+
language: java
3+
script:
4+
- ls

.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.10
1+
1.0.11

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016 GrantedBy.Me
3+
Copyright (c) 2016 GrantedByMe
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# grantedbyme-java-sdk
2-
GrantedByMe Java SDK
1+
# GrantedByMe Java SDK
2+
[![Build Status](https://travis-ci.org/grantedbyme/grantedbyme-java-sdk.svg?branch=master)](https://travis-ci.org/grantedbyme/grantedbyme-java-sdk)

src/main/java/grantedbyme/CryptoUtil.java

+21-13
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,29 @@
11
/*
2-
* =BEGIN CLOSED LICENSE
2+
* =BEGIN MIT LICENSE
33
*
4-
* Copyright (c) 2016 grantedby.me
5-
* http://www.grantedby.me
4+
* The MIT License (MIT)
65
*
7-
* For information about the licensing and copyright please
8-
* contact us at [email protected]
6+
* Copyright (c) 2016 GrantedByMe
97
*
10-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
11-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
12-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
13-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
14-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
15-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
16-
* THE SOFTWARE.
8+
* Permission is hereby granted, free of charge, to any person obtaining a copy
9+
* of this software and associated documentation files (the "Software"), to deal
10+
* in the Software without restriction, including without limitation the rights
11+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
12+
* copies of the Software, and to permit persons to whom the Software is
13+
* furnished to do so, subject to the following conditions:
1714
*
18-
* =END CLOSED LICENSE
15+
* The above copyright notice and this permission notice shall be included in all
16+
* copies or substantial portions of the Software.
17+
*
18+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
21+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
22+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
23+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
24+
* SOFTWARE.
25+
*
26+
* =END MIT LICENSE
1927
*/
2028
package grantedbyme;
2129

src/main/java/grantedbyme/GrantedByMe.java

+22-14
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,29 @@
11
/*
2-
* =BEGIN CLOSED LICENSE
2+
* =BEGIN MIT LICENSE
33
*
4-
* Copyright (c) 2016 grantedby.me
5-
* http://www.grantedby.me
4+
* The MIT License (MIT)
65
*
7-
* For information about the licensing and copyright please
8-
* contact us at [email protected]
6+
* Copyright (c) 2016 GrantedByMe
97
*
10-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
11-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
12-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
13-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
14-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
15-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
16-
* THE SOFTWARE.
8+
* Permission is hereby granted, free of charge, to any person obtaining a copy
9+
* of this software and associated documentation files (the "Software"), to deal
10+
* in the Software without restriction, including without limitation the rights
11+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
12+
* copies of the Software, and to permit persons to whom the Software is
13+
* furnished to do so, subject to the following conditions:
1714
*
18-
* =END CLOSED LICENSE
15+
* The above copyright notice and this permission notice shall be included in all
16+
* copies or substantial portions of the Software.
17+
*
18+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
21+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
22+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
23+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
24+
* SOFTWARE.
25+
*
26+
* =END MIT LICENSE
1927
*/
2028
package grantedbyme;
2129

@@ -33,7 +41,7 @@
3341
import java.util.HashMap;
3442

3543
/**
36-
* GrantedByMe API class v1.0.10-master
44+
* GrantedByMe API class v1.0.11-master
3745
*
3846
* @author GrantedByMe <[email protected]>
3947
*/

src/main/java/grantedbyme/Main.java

+21-13
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,29 @@
11
/*
2-
* =BEGIN CLOSED LICENSE
2+
* =BEGIN MIT LICENSE
33
*
4-
* Copyright (c) 2016 grantedby.me
5-
* http://www.grantedby.me
4+
* The MIT License (MIT)
65
*
7-
* For information about the licensing and copyright please
8-
* contact us at [email protected]
6+
* Copyright (c) 2016 GrantedByMe
97
*
10-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
11-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
12-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
13-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
14-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
15-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
16-
* THE SOFTWARE.
8+
* Permission is hereby granted, free of charge, to any person obtaining a copy
9+
* of this software and associated documentation files (the "Software"), to deal
10+
* in the Software without restriction, including without limitation the rights
11+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
12+
* copies of the Software, and to permit persons to whom the Software is
13+
* furnished to do so, subject to the following conditions:
1714
*
18-
* =END CLOSED LICENSE
15+
* The above copyright notice and this permission notice shall be included in all
16+
* copies or substantial portions of the Software.
17+
*
18+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
21+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
22+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
23+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
24+
* SOFTWARE.
25+
*
26+
* =END MIT LICENSE
1927
*/
2028
package grantedbyme;
2129

0 commit comments

Comments
 (0)