mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-02-02 22:14:29 +01:00
Add credit of the gophers photograph (#51)
This commit is contained in:
parent
92f6264815
commit
26b4ded0f1
@ -63,4 +63,7 @@ table.examples td.code pre {
|
|||||||
:; go run rotate/main.go</code></pre>
|
:; go run rotate/main.go</code></pre>
|
||||||
|
|
||||||
<h2>License</h2>
|
<h2>License</h2>
|
||||||
<pre><code>{{.License}}</code></pre>
|
<h3>Ebiten</h3>
|
||||||
|
<pre>{{.License}}</pre>
|
||||||
|
<h3>Go Gopher photograph</h3>
|
||||||
|
<p><a href="http://blog.golang.org/go-programming-language-turns-two">The original photograph of Go gophers by Chris Nokleberg</a> is licensed under the Creative Commons 3.0 Attributions license.</p>
|
||||||
|
@ -290,7 +290,8 @@ func main() {
|
|||||||
:; go run rotate/main.go</code></pre>
|
:; go run rotate/main.go</code></pre>
|
||||||
|
|
||||||
<h2>License</h2>
|
<h2>License</h2>
|
||||||
<pre><code>Copyright 2015 Hajime Hoshi
|
<h3>Ebiten</h3>
|
||||||
|
<pre>Copyright 2015 Hajime Hoshi
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
@ -303,4 +304,6 @@ distributed under the License is distributed on an "AS IS" BASIS,
|
|||||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
See the License for the specific language governing permissions and
|
See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
</code></pre>
|
</pre>
|
||||||
|
<h3>Go Gopher photograph</h3>
|
||||||
|
<p><a href="http://blog.golang.org/go-programming-language-turns-two">The original photograph of Go gophers by Chris Nokleberg</a> is licensed under the Creative Commons 3.0 Attributions license.</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user