Skip to content
  • Sponsor
  • Notifications You must be signed in to change notification settings
  • Fork 1

Commit fcbdd1a

Browse files
committedDec 30, 2022
Declare copyright and soure codes' license for others to fork
1 parent 7a2280a commit fcbdd1a

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed
 

‎LICENSE.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Copyright © DojoCon Japan 実行委員会 & 一般社団法人 CoderDojo Japan
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4+
5+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6+
7+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

‎README.md

+32-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,38 @@ $ bundle exec rake test
9393

9494
<br>
9595

96+
## License
9697

97-
## :busts_in_silhouette: Maintained by
98+
<details>
99+
<summary><strong>Check out each license</strong></summary>
100+
101+
This web application is developed with many other brilliant works!
102+
Check out the followings if you are interested in. :wink:
103+
104+
<h3>☯️ Texts, Logos, and Photos</h3>
105+
106+
The texts and images, such as logos and photos of [each staff](https://dojocon2021.coderdojo.jp/#staff), are owned by its content holder. Contact its owner, like the maintainer of linked external website or social account, before using them. 🔐
107+
108+
<h3>💎 Codes and Libearies</h3>
109+
110+
<h3>💎 Libraries & Codes</h3>
111+
112+
The libraries like [RubyGems](https://rubygems.org/) used in this website have their own licenses. Say, this website uses [Jekyll](https://jekyllrb.com/), created by [The Jekyll Team](https://jekyllrb.com/team/) licensed under [The MIT License](http://opensource.org/licenses/MIT). Thanks for their great works to make this website published! 💖
113+
114+
The source codes, such as HTML/CSS/JavaScript and Ruby codes not declared before, are published under **[The MIT License](https://opensource.org/licenses/MIT)**. Feel free to refer, copy, or share them. And contact us if you find something unclear.
115+
116+
<hr>
117+
118+
<a href='https://github.com/dojocon2021.coderdojo.jp/blob/main/LICENSE.md'>The MIT License</a>
119+
120+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
121+
122+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
123+
124+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
125+
126+
</details>
127+
128+
## Copyright
98129

99130
DojoCon Japan 実行委員会 & 一般社団法人 CoderDojo Japan

0 commit comments

Comments
 (0)
Please sign in to comment.