Open source software (OSS) is computer software for which the source code and certain other rights normally reserved for copyright holders are provided under a software license that meets the Open Source Definition or that is in the public domain. This permits users to use, change, and improve the software, and to redistribute it in modified or unmodified forms. It is very often developed in a public, collaborative manner.

PropertyValue
dbpedia-owl:thumbnail
dbpprop:abstract
  • Open source software (OSS) is computer software for which the source code and certain other rights normally reserved for copyright holders are provided under a software license that meets the Open Source Definition or that is in the public domain. This permits users to use, change, and improve the software, and to redistribute it in modified or unmodified forms. It is very often developed in a public, collaborative manner. Open source software is the most prominent example of open source development and often compared to user-generated content. The term open source software originated as part of a marketing campaign for free software. A report by Standish Group states that adoption of open source software models has resulted in savings of about $60 billion per year to consumers.
  • Open source nebo také open-source software (OSS) je počítačový software s otevřeným zdrojovým kódem. Otevřenost zde znamená jak technickou dostupnost kódu, tak legální dostupnost - licenci software, která umožňuje, při dodržení jistých podmínek, uživatelům zdrojový kód využívat, například prohlížet a upravovat. V užším smyslu se OSS míní software s licencí vyhovující definici prosazované Open Source Initiative. Pro odlišení se někdy open source software vyhovující požadavkům OSI označuje Open Source (s velkými písmeny). V nepřesném ale poměrně běžném vyjadřování se označení open source používá i pro mnoho vlastností, které s otevřeností zdrojového kódu nesouvisí, ale vyskytují se u mnoha open source programů. Například může jít o bezplatnou dostupnost software, vývoj zajišťovaný úplně nebo z podstatné části dobrovolnickou komunitou nebo „nekomerčnost“. Souvisejícím tématem je svobodný software - tento pojem prosazuje Free Software Foundation od 80. let 20. století. V roce 1998 pak lidé, kteří se snažili prosadit Free Software ve světě komerčních firem, přišli s vlastním, novým názvem pro Free Software - Open Source. K přejmenování je vedla obava z toho, že termín „Free Software“ komerční firmy odrazuje a mate. Nový název Open Source pak organizace OSI převzala jako svůj oficiální termín, zatímto FSF zůstává u názvu Free Software.
  • Opensourcesoftware (soms ook openbronsoftware) is computerprogrammatuur waarvan de broncode in te kijken en te veranderen is. De term werd onder andere door Eric Raymond in 1998 bedacht om een bepaalde opensourceontwikkelmethode mee aan te duiden als reactie op het vrijgeven van de broncode van Netscape Navigator.
  • Файл:Opensource. svg Логотип Open Source Initiative (OSI) Открытое программное обеспечение (англ. open source software) — это программное обеспечение с открытым исходным кодом. То есть исходный код таких программ доступен для просмотра, изучения и изменения, что позволяет помочь в доработке самой открытой программы, а также использовать код для создания новых программ и исправления в них ошибок — через заимствование исходного кода, если это позволяет лицензия, или изучение использованных алгоритмов, структур данных, технологий, методик и интерфейсов (поскольку исходный код может существенно дополнять документацию, а при отсутствии таковой сам служит документацией). «Открытая» лицензия не требует, чтобы открытое ПО предоставлялось бесплатно. Многие из наиболее успешных проектов открытого ПО, тем не менее, бесплатны. Открытое программное обеспечение имеет большие перспективы в России в связи с принятием правительством и президентом РФ решений по обеспечению национальной безопасности в сфере ИТ на основе внедрения открытого и свободного ПО в государственные и бюджетные организации.
  • Програмне забезпечення з відкритими вихідними кодами (Open-source software) — програмне забезпечення, для якого є доступними (вихідний) програмний код, що забезпечує найкращі умови для вивчення такого програмного забезпечення та можливого подальшого внесення змін (удосконалень тощо) до нього. Досить часто це поняття вважають тотожнім вільному ПЗ, що не є абсолютно вірним. Найістотніша відмінність полягає в тому, що ліцензії на вільне ПЗ обумовлюють, що усі подальші модифіковані версії такого ПЗ теж повинні розповсюджуватись як вільні (тому часто говорять, що ліцензія на вільне ПЗ є «інфікуючою»), в той час як більшість ліцензій на ПЗ з відкритими кодами надають повну свободу авторам модифікованих версій. В результаті вільне ПЗ завжди є програмним забезпеченням з відкритими вихідними кодами, але зворотнє є вірним далеко не завжди. Досить часто ВПЗ (вільне програмне забезпечення) асоціюється із Лінуксом, оскільки більшість програм для цієї операційної системи розповсюджується вільно, найчастіше за ліцензією ГНУ. Варто зазначити, що і під інші операційні системи — Віндовз, МакОС та інші — також є дуже багато вільного ПЗ.
dbpprop:date
  • September 2008
dbpprop:forProperty
  • Open source
  • the idea of "open source" in general
dbpprop:hasPhotoCollection
dbpprop:portalProperty
  • Free Software Portal Logo.svg
  • Free software
dbpprop:quotationProperty
  • Introduction :Open source doesn't just mean access to the source code. :The distribution terms of open-source software must comply with the following criteria: 1. Free Redistribution :The license shall not restrict any party from selling or giving away the software as a component of an aggregate software distribution containing programs from several different sources. The license shall not require a royalty or other fee for such sale. 2. Source Code :The program must include source code, and must allow distribution in source code as well as compiled form. Where some form of a product is not distributed with source code, there must be a well-publicized means of obtaining the source code for no more than a reasonable reproduction cost preferably, downloading via the Internet without charge. The source code must be the preferred form in which a programmer would modify the program. Deliberately obfuscated source code is not allowed. Intermediate forms such as the output of a preprocessor or translator are not allowed. 3. Derived Works :The license must allow modifications and derived works, and must allow them to be distributed under the same terms as the license of the original software. 4. Integrity of The Author's Source Code :The license may restrict source-code from being distributed in modified form only if the license allows the distribution of "patch files" with the source code for the purpose of modifying the program at build time. The license must explicitly permit distribution of software built from modified source code. The license may require derived works to carry a different name or version number from the original software. 5. No Discrimination Against Persons or Groups :The license must not discriminate against any person or group of persons. 6. No Discrimination Against Fields of Endeavor :The license must not restrict anyone from making use of the program in a specific field of endeavor. For example, it may not restrict the program from being used in a business, or from being used for genetic research. 7. Distribution of License :The rights attached to the program must apply to all to whom the program is redistributed without the need for execution of an additional license by those parties. 8. License Must Not Be Specific to a Product :The rights attached to the program must not depend on the program's being part of a particular software distribution. If the program is extracted from that distribution and used or distributed within the terms of the program's license, all parties to whom the program is redistributed should have the same rights as those that are granted in conjunction with the original software distribution. 9. License Must Not Restrict Other Software :The license must not place restrictions on other software that is distributed along with the licensed software. For example, the license must not insist that all other programs distributed on the same medium must be open-source software. 10. License Must Be Technology-Neutral :No provision of the license may be predicated on any individual technology or style of interface.
  • Open Source Initiative
  • http://opensource.org
dbpprop:reference
dbpprop:wikiPageUsesTemplate
rdf:type
rdfs:comment
  • Open source software (OSS) is computer software for which the source code and certain other rights normally reserved for copyright holders are provided under a software license that meets the Open Source Definition or that is in the public domain. This permits users to use, change, and improve the software, and to redistribute it in modified or unmodified forms. It is very often developed in a public, collaborative manner.
  • Open source nebo také open-source software (OSS) je počítačový software s otevřeným zdrojovým kódem. Otevřenost zde znamená jak technickou dostupnost kódu, tak legální dostupnost - licenci software, která umožňuje, při dodržení jistých podmínek, uživatelům zdrojový kód využívat, například prohlížet a upravovat. V užším smyslu se OSS míní software s licencí vyhovující definici prosazované Open Source Initiative.
  • Opensourcesoftware (soms ook openbronsoftware) is computerprogrammatuur waarvan de broncode in te kijken en te veranderen is. De term werd onder andere door Eric Raymond in 1998 bedacht om een bepaalde opensourceontwikkelmethode mee aan te duiden als reactie op het vrijgeven van de broncode van Netscape Navigator.
  • Файл:Opensource. svg Логотип Open Source Initiative (OSI) Открытое программное обеспечение (англ. open source software) — это программное обеспечение с открытым исходным кодом.
rdfs:label
  • Open source software
  • Open source software
  • Opensourcesoftware
  • Открытое программное обеспечение
  • Програмне забезпечення з відкритими вихідними кодами
owl:sameAs
skos:subject
foaf:depiction
foaf:page
is dbpedia-owl:Company/industry of
is dbpedia-owl:Software/license of
is dbpedia-owl:industry of
is dbpedia-owl:license of
is dbpprop:engine of
is dbpprop:industry of
is dbpprop:redirect of
is dbpprop:sourceModel of
is owl:sameAs of