diff --git a/source/sec_oss_matters.ptx b/source/sec_oss_matters.ptx
index edc9e058..36a43908 100644
--- a/source/sec_oss_matters.ptx
+++ b/source/sec_oss_matters.ptx
@@ -10,7 +10,7 @@
Unfortunately, most people do not even read the legal terms and conditions for software packages before accepting them. A 2017 study entitled
- Did you realize that open source software is so incredibly prevalent that you would be pretty hard-pressed to not be using it regularly? Android and Apple iOS very heavily dominate the global market share for cell phone operating systems. However, the
OSS might also matter to you if you are a student or a learner because it is real. You can see into not only the source code but also into the process of making code improvements. And if you choose to go out into the real world looking for a job as a software developer, you will have a tremendous advantage if you can prove that you have experience in real software projects — ugly, messy, confusing, gigantic, real software projects.
@@ -171,12 +171,12 @@ ch_building_code
- Open source, because open source software is more transparent compared to proprietary software, allowing developers to respond to bugs more rapidly and efficiently.
+ Open source, because OSS is more transparent compared to proprietary software, allowing developers to respond to bugs more rapidly and efficiently.
- Despite the nature of open source that allows the public to access the source code, that doesn’t mean open-source software is more reliable and could still hold some security threats to users.
+ Despite the nature of open source that allows the public to access the source code, that doesn’t mean OSS is more reliable and could still hold some security threats to users.
- Open source, because open source software needs a warranty to be protected from security threats.
+ Open source, because OSS needs a warranty to be protected from security threats.
- Open source software typically doesn't come with a warranty, but licenses that grant users the freedom to view, modify, and distribute the source code.
+ OSS typically doesn't come with a warranty, but licenses that grant users the freedom to view, modify, and distribute the source code.
- While open-source software seems inherently more secure, both open-source software and proprietary software pose possible challenges to software security.
+ While OSS seems inherently more secure, both OSS and proprietary software pose possible challenges to software security.
-Open source software (OSS) which is also called Free and Open Source Software (FOSS) is source code made freely available for possible modification and/or redistribution, depending upon the specific licensing.
-Open source software is distributed under a license that grants users the freedom to run, study, modify, and share the software and its source code with anyone, for any purpose. Note that the "free" in FOSS is related to these freedoms of what one is permitted to do with the source code as opposed to being free of cost, which it might, or might not, be — more on this topic in the remainder of this chapter.
+Open Source Software (OSS) which is also called Free and Open Source Software (FOSS) is source code made freely available for possible modification and/or redistribution, depending upon the specific licensing.
+OSS is distributed under a license that grants users the freedom to run, study, modify, and share the software and its source code with anyone, for any purpose. Note that the "Free" in FOSS is related to these freedoms of what one is permitted to do with the source code as opposed to being free of cost, which it might, or might not, be — more on this topic in the remainder of this chapter.
- There are more rigorous definitions of OSS and FOSS, and there are many licenses that help to ensure various freedoms in subtly different ways. We examine many of these details later in
@@ -27,7 +27,7 @@ Open source software is distributed under a license that grants users the freedo
- This is, first and foremost, a textbook about how people create software collaboratively using a community development model, and about how you can become a member of one of those communities. When the source code is open to viewing, most people call the result of such work by the name
The following related terms relate to OSS that guarantees additional freedoms:
- There are valid reasons for the usage of these different terms in different contexts, but for the sake of breadth, we primarily use the terms
@@ -73,13 +73,13 @@ Open source software is distributed under a license that grants users the freedo
- Open source software is typically developed in a collaborative way. It often relies upon peer review and community member contributions, frequently with community members from all over the world. In addition to seeing the code, often anyone can also freely modify and distribute the code as they see fit as long as the open source license is followed. We will explore licensing details in OSS is typically developed in a collaborative way. It often relies upon peer review and community member contributions, frequently with community members from all over the world. In addition to seeing the code, often anyone can also freely modify and distribute the code as they see fit as long as the open source license is followed. We will explore licensing details in
@@ -102,7 +102,7 @@ Open source software is distributed under a license that grants users the freedo
- Open Source Software is developed many purposes, not limited only to education.
+ Open Source Software (OSS) is developed many purposes, not limited only to education.
- Correct! Open source software (OSS) is software that is designed with code that is publicly accessible and openly viewed.
+ Correct! Open Source Software (OSS) is software that is designed with code that is publicly accessible and openly viewed.
- In fact, Open Source Software is often utilized for commercial projects, and many businesses leverage open-source software as a cost-effective solution to building their products.
+ In fact, Open Source Software (OSS) is often utilized for commercial projects, and many businesses leverage open-source software as a cost-effective solution to building their products.