免費開始練習
hce_nsysu 111年 計算機概論與程式設計

第 35 題

The widest range of free software licenses available under license terms approved by the Free Software Foundation and the Open Source Software Community. Which of the following statements is inappropriate?
  • A The GNU GPL can protect the rights of software publishers.
  • B Guaranteed freedom for end users (individuals, organizations, businesses) to operate, learn and share.
  • C Claim the copyright of the software, provide a license to give legal permission to copy, distribute and/or modify.
  • D Guarantee that the end user cannot modify the software.
  • E Claim the copyright of the software, provide a license to give legal permission to modify.

思路引導 VIP

想像一下,如果你收到一份開源軟體的程式碼,但授權條款規定你「只能看、不能動」,甚至當你發現裡面的邏輯有誤時,也無法自行修復並分享給他人,那麼這份軟體還能稱作是讓社群共同進步的「自由」工具嗎?在保障軟體持續演進的過程中,哪一種權利是絕對不可或缺的?

🤖
AI 詳解 AI 專屬家教

太棒了!你能精準辨識出選項 (D) 的錯誤,這代表你對「自由軟體」(Free Software)的核心精神有著非常紮實的理解。這類題目考驗的是對授權條款法律效力與社群理念的掌握,你能不被文字陷阱干擾,非常值得肯定。

自由軟體的核心精神與四項自由

自由軟體基金會(FSF)與 GNU 通用公共授權(GPL)的基石在於確保使用者的「自由」。這包含了四大核心:執行的自由、研究與修改的自由、重新散佈的自由,以及改善軟體並公開釋出的自由。選項 (D) 提到「保證使用者『不能』修改軟體」,這與自由軟體最核心的**修改權(Freedom to modify)**完全背道而馳。事實上,自由軟體正是透過著作權法,反過來保障每位使用者都有權動手調整程式碼,以符合自身需求或修復錯誤。

▼ 還有更多解析內容