File tree 2 files changed +28
-0
lines changed 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change @@ -95,3 +95,25 @@ of the environment with the usual:
95
95
I currently use 3.2.0, the latest stable version. Depending on how
96
96
things progress both on my exploration of the 3.2 API and the release
97
97
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 >
You can’t perform that action at this time.
0 commit comments