
Apache Software
Apache พัฒนามาจาก HTTPD WebServer ที่มีกลุ่มผู้พัฒนาอยู่ก่อนแล้ว โดย ร็อบ แม็คคูล (Rob McCool) ที่ NCSA (National Center for Supercomputing Applications) Apache เป็นWebServerเพียงหนึ่งเดียวที่อยู่คู่กับระบบปฏิบัติการ Linux ทุกดิสทริบิวชั่นมาเป็นเวลาหลายปีและให้เราใช้งานได้ทันที ซึ่งApache นั้นยังมีผลิตภัณฑ์ต่างๆมากมาย
ตัวอย่างเช่น
Apache Tomcat เป็น WebServer สำหรับเอาไว้ รันแอบพลิเคชั่นบนอินเทอร์เน็ต โดยใช้ภาษา Java, JSP, Servlet เป็นต้นซึ่งเป็น OpenSource ใช้งานได้ฟรี แถม Source Code ให้แต่มีข้อแม้ว่า หากใครเอา Software ไป Modify หรือเพิ่มเติม Software ใหม่นั้นจะต้องเปิดเผย Source Code ต่อไป ตาม GNU Licence Apache License, Version 2.0 January 2004สามารถสรุปได้ดังนี้
- ต้องเปิดเผย Source Code ทุกครั้งที่มีการแก้ไข
- สามารถแจกจ่าย Source Code ได้แต่ต้องระบุแหล่งที่มา
- ไม่อนุญาติให้ทำเครื่องหมายการค้าใดๆในผลิตภัณฑ์นี้
- มีข้อจำกัดความรับผิดชอบต่างๆกรณีที่เกิดความเสียหายและข้อผิดพลาด
- ตัวอย่างการนำไปใช้งานภายใต้ลิขสิทธิ์
" Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License."
อ้างอิงจาก
- Apache เว็บเซอร์เวอร์สาระพัดประโยชน์ [ธีรภัทร มนตรีศาสตร์,RHCE]
- Apache Tomcat 6 [กิตติชน แม้นสมุทร]
- Apache [อารีดา ไมมูรา]
- Apache License, Version 2.0 [Apache Software Foundation]
No comments:
Post a Comment