Skip to content

Commit 1ed48ee

Browse files
committed
LICENSE, README: Dedicate this work to public domain via CC0
1 parent 62f0fc6 commit 1ed48ee

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

LICENSE

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
This work is dedicated to the public domain via the CC0 rights waiver:
2+
https://creativecommons.org/publicdomain/zero/1.0/
3+
4+
To the extent possible under law, Curt J. Sampson ([email protected]) has
5+
waived all copyright and related or neighboring rights to How to
6+
Safely Use Ruby::SSH. This work is published from Japan.

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,25 @@ of the environment with the usual:
9595
I currently use 3.2.0, the latest stable version. Depending on how
9696
things progress both on my exploration of the 3.2 API and the release
9797
process of 4.0.0, I may change to using 4.x sooner or later.
98+
99+
100+
License
101+
-------
102+
103+
<p xmlns:dct="http://purl.org/dc/terms/" xmlns:vcard="http://www.w3.org/2001/vcard-rdf/3.0#">
104+
<a rel="license"
105+
href="http://creativecommons.org/publicdomain/zero/1.0/">
106+
<img src="http://i.creativecommons.org/p/zero/1.0/88x31.png" style="border-style: none;" alt="CC0" />
107+
</a>
108+
<br />
109+
To the extent possible under law,
110+
<a rel="dct:publisher"
111+
href="http://github.com/c-j-s/ruby-ssh-safety">
112+
<span property="dct:title">Curt J Sampson</span></a>
113+
has waived all copyright and related or neighboring rights to
114+
<span property="dct:title">How to Safely Use Ruby::SSH</span>.
115+
This work is published from:
116+
<span property="vcard:Country" datatype="dct:ISO3166"
117+
content="JP" about="http://github.com/c-j-s/ruby-ssh-safety">
118+
Japan</span>.
119+
</p>

0 commit comments

Comments
 (0)