Skip to content
This repository was archived by the owner on Jun 28, 2019. It is now read-only.

Commit ef8e855

Browse files
committed
Update License
1 parent 454eb53 commit ef8e855

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018 Studyplus, Inc.
3+
Copyright (c) 2019 Studyplus, Inc.
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

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,27 @@ Studyplus.instance.postRecord(this@MainActivity, record,
9898
- See also [actual examples with Java](https://github.com/studyplus/Studyplus-Android-SDK-V2/blob/master/sdk-example-java/src/main/java/jp/studyplus/android/sdk_example_java/MainActivity.java).
9999

100100
### License
101-
- [MIT License](http://opensource.org/licenses/MIT)
101+
102+
```text
103+
MIT License
104+
105+
Copyright (c) 2019 Studyplus, Inc.
106+
107+
Permission is hereby granted, free of charge, to any person obtaining a copy
108+
of this software and associated documentation files (the "Software"), to deal
109+
in the Software without restriction, including without limitation the rights
110+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
111+
copies of the Software, and to permit persons to whom the Software is
112+
furnished to do so, subject to the following conditions:
113+
114+
The above copyright notice and this permission notice shall be included in all
115+
copies or substantial portions of the Software.
116+
117+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
118+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
119+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
120+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
121+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
122+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
123+
SOFTWARE.
124+
```

0 commit comments

Comments
 (0)