or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Do you want to remove this version name and description?
Syncing
xxxxxxxxxx
自由/開源授權的 ABC - Florence T.M. Ko 葛冬梅
tags:
COSCUP2020
入門
TR209
歡迎來到 https://hackmd.io/@coscup/2020 共筆
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →點擊本頁上方的 開始用 Markdown 一起寫筆記!
手機版請點選上方 按鈕展開議程列表。
© 葛冬梅, 簡報採用「創用CC 姓名標示 4.0 國際」授權。
odp檔下載:
https://pretalx.com/media/coscup2020/submissions/EZNXBG/resources/20200801_0802_COSCOP2020_20200801_talk_fl_RhkekXp.odp
pdf檔下載:
https://pretalx.com/media/coscup2020/submissions/EZNXBG/resources/20200801_0802_COSCOP2020_20200801_talk_fl_YfMYinA.pdf
Free Software
四大自由:執行、修改、再次散佈、修改後的版本再散布給他人
最重要就是要讓Source Code能被取得
由於創作保護主義,因此創作完成就產生著作權
所以讓衍生著作採相同方式授權,就可讓原始碼能處於自由散佈的狀態
稱為:Copyleft 著佐權,輔佐著作權
成立自由軟體基金會FSF
落實結果:
GPL
LGPL
AGPL
MPL
挑幾個條款來說說
WTFPL-2(相容GPL)
分類
OSI (常見)九種條款
GNU Project
使用上的注意事項