rabbit-slide-znz-change-license 2017.12.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: b97cfb828a2873fdfffbf8562942437c94d0ef8d
4
+ data.tar.gz: '02592f79851cc2c65142b8a4c05cf6505f050f31'
5
+ SHA512:
6
+ metadata.gz: 03cc1089309d608852cddb091747c9fce2a847bd2c2fb5ba965248f3dcd14520465b61c83f9eec5fb85ac2bfafbe8f8b5ce875f885cc2a6509183081c322d23a
7
+ data.tar.gz: abe6941d388f0a7455738fb7443535a6690a4598b5e5cc4a8dacbefa7bc278c1ea2eaaa07a3c7fe70dd9197c00e7fd1c382ba32fc527ebae1c34fa8bf4505f9b
data/.rabbit ADDED
@@ -0,0 +1 @@
1
+ change-license.md
@@ -0,0 +1,23 @@
1
+ # ライセンス変更の話
2
+
3
+ LILO 20周年記念ミートアップでのライセンス変更の例の話のスライドです。
4
+
5
+ ## 作者向け
6
+
7
+ ### 表示
8
+
9
+ rake
10
+
11
+ ### 公開
12
+
13
+ rake publish
14
+
15
+ ## 閲覧者向け
16
+
17
+ ### インストール
18
+
19
+ gem install rabbit-slide-znz-change-license
20
+
21
+ ### 表示
22
+
23
+ rabbit rabbit-slide-znz-change-license.gem
@@ -0,0 +1,17 @@
1
+ require "rabbit/task/slide"
2
+
3
+ # Edit ./config.yaml to customize meta data
4
+
5
+ spec = nil
6
+ Rabbit::Task::Slide.new do |task|
7
+ spec = task.spec
8
+ # spec.files += Dir.glob("doc/**/*.*")
9
+ # spec.files -= Dir.glob("private/**/*.*")
10
+ # spec.add_runtime_dependency("YOUR THEME")
11
+ end
12
+
13
+ desc "Tag #{spec.version}"
14
+ task :tag do
15
+ sh("git", "tag", "-a", spec.version.to_s, "-m", "Publish #{spec.version}")
16
+ sh("git", "push", "--tags")
17
+ end
@@ -0,0 +1,64 @@
1
+ # ライセンス変更の話
2
+
3
+ author
4
+ : Kazuhiro NISHIYAMA
5
+
6
+ content-source
7
+ : LILO 20周年記念ミートアップ
8
+
9
+ date
10
+ : 2017/12/17
11
+
12
+ allotted-time
13
+ : 5m
14
+
15
+ theme
16
+ : lightning-simple
17
+
18
+ # self.introduce
19
+
20
+ - One of Ruby committers
21
+ - Twitter, GitHub: `@znz`
22
+
23
+ # ライセンス変更とは?
24
+
25
+ - 独自ライセンスから一般的な OSS ライセンスへの変更
26
+ - OSS ライセンスから別のライセンスへの変更
27
+ - など
28
+
29
+ # 今回の話
30
+
31
+ 自分が関わったことのある OSS 関連のライセンス変更
32
+
33
+ # るりま
34
+
35
+ - Ruby のリファレンスマニュアル
36
+ - https://github.com/rurema/doctree/blob/master/refm/doc/license.rd
37
+ - 今は Creative Commons — Attribution 3.0 Unported
38
+ - 以前はとりあえず的なもの + Rubyist ML (現在は閉鎖) で合意で変更可能
39
+ - 問題を先送りしていた
40
+ - そのおかげで CC にできた
41
+
42
+ # Ruby 本体
43
+
44
+ - https://github.com/ruby/ruby/blob/trunk/COPYING.ja
45
+ - 完全独自ライセンスから独自 + 2-clause BSDL
46
+ - (他のライセンスのものも含まれるので詳細は LEGAL ファイル参照)
47
+ - ライセンス変更の根拠
48
+ - 2\. (d) その他の変更条件を作者と合意する.
49
+ - 4\. 他のプログラムへの引用はいかなる目的であれ自由です.
50
+ - このあたりが根拠だったはず (ちゃんと確認したわけではない)
51
+
52
+ # tdiary (プラグイン含む)
53
+
54
+ - fix #445: license notation exactly
55
+ - https://github.com/tdiary/tdiary-core/commit/92261bd017c803a9c0a1968a732af619e4ce6c09
56
+ - GPL 2 から GPL 2+ に変更
57
+ - https://github.com/tdiary/tdiary-core/blob/b1c455ea2a9d856d5f97b38b3a605b979242c15b/misc/plugin/highlight.rb
58
+ - You can redistribute it and/or modify it under GPL2 or any later version.
59
+
60
+ # まとめ
61
+
62
+ - るりま (Ruby のリファレンスマニュアル)
63
+ - Ruby 本体
64
+ - tdiary
@@ -0,0 +1,20 @@
1
+ ---
2
+ id: change-license
3
+ base_name: change-license
4
+ tags:
5
+ - licensing
6
+ presentation_date: 2017/12/17
7
+ version: 2017.12.17
8
+ licenses: []
9
+ slideshare_id: ss-84299220
10
+ speaker_deck_id: raisensubian-geng-falsehua
11
+ ustream_id:
12
+ vimeo_id:
13
+ youtube_id:
14
+ author:
15
+ markup_language: :markdown
16
+ name: Kazuhiro NISHIYAMA
17
+ email: zn@mbf.nifty.com
18
+ rubygems_user: znz
19
+ slideshare_user: znzjp
20
+ speaker_deck_user: znz
metadata ADDED
@@ -0,0 +1,63 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rabbit-slide-znz-change-license
3
+ version: !ruby/object:Gem::Version
4
+ version: 2017.12.17
5
+ platform: ruby
6
+ authors:
7
+ - Kazuhiro NISHIYAMA
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2017-12-17 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rabbit
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: 2.0.2
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: 2.0.2
27
+ description: LILO 20周年記念ミートアップでのライセンス変更の例の話のスライドです。
28
+ email:
29
+ - zn@mbf.nifty.com
30
+ executables: []
31
+ extensions: []
32
+ extra_rdoc_files: []
33
+ files:
34
+ - ".rabbit"
35
+ - README.md
36
+ - Rakefile
37
+ - change-license.md
38
+ - config.yaml
39
+ - pdf/change-license-change-license.pdf
40
+ homepage: http://slide.rabbit-shocker.org/authors/znz/change-license/
41
+ licenses: []
42
+ metadata: {}
43
+ post_install_message:
44
+ rdoc_options: []
45
+ require_paths:
46
+ - lib
47
+ required_ruby_version: !ruby/object:Gem::Requirement
48
+ requirements:
49
+ - - ">="
50
+ - !ruby/object:Gem::Version
51
+ version: '0'
52
+ required_rubygems_version: !ruby/object:Gem::Requirement
53
+ requirements:
54
+ - - ">="
55
+ - !ruby/object:Gem::Version
56
+ version: '0'
57
+ requirements: []
58
+ rubyforge_project:
59
+ rubygems_version: 2.6.13
60
+ signing_key:
61
+ specification_version: 4
62
+ summary: ライセンス変更の話
63
+ test_files: []