No, open source means a specific thing. You're perhaps thinking of "source available", which means "you can read the source but have to comply to a bunch of stuff"
Not really. A lot of folks, including myself, don't subscribe to the OSI's definition of open-source because it just doesn't match the common usage. Open-source takes many forms, and source available is just one example.
GitHub itself uses the OSI definition in its ReadME guide to open source:
> Many people think that Open Source simply means availability of the source code of a project, but that does only tell part of the whole story.
> The Open Source Initiative (OSI) provides a commonly accepted definition of what constitutes Open Source. To summarize that, in order to be constituted Open Source,
>> a work has to allow free redistribution,
>> the source code needs to be made available,
>> it must be possible to create further works based on it,
>> there must be no limitations of who may use the work or for what purpose (so something like "no commercial use" or "no military use" won't fly with Open Source),
>> the work must not require an additional license on top of the one it comes with,
>> and finally, the license must not depend on a specific distribution format, technology or presence of other works.
> So, you see, it goes way beyond "the source code is available", in fact, a whole lot more requirements are stated that must be fulfilled in order for a work to really be considered Open Source.
Also, GitHub's most starred repo is freeCodeCamp (359k stars - https://github.com/freeCodeCamp/freeCodeCamp). Linked right in the repo's README, freeCodeCamp defines open source as:
> Open Source Software is code that is publicly available for people to view, modify, and share.
Dictionaries are descriptive, not prescriptive. The meaning of terms outside of specific fields like law is based on consensus, not authority. Merriam-Webster doesn't own the English language, and neither does OSI.
If you want to look for consensus, there's no better place than Wikipedia.
> Open-source software (OSS) is computer software that is released under a license in which the copyright holder grants users the rights to use, study, change, and distribute the software and its source code to anyone and for any purpose.
The open source software movement at large does not appreciate companies trying to water down the meaning of "open source" to mean the same thing as "source available" for software, because the term "open source" guarantees users additional rights.
The Open Source Initiative is one of many groups that define open source software as including the right to not only view the source code but also to modify and redistribute it. Others include
Merriam-Webster Dictionary:
> of software : having the source code freely available for possible modification and redistribution
Yes, and regular people who use open source software understand that they have the freedom to modify and redistribute open source software. On the other hand, there is a minority that tries to sell proprietary software by misusing a term that originated in the open source community and incorrectly applying it to software that is not open source.
If you can't change it and distribute your changes it's no longer open; pretty much by definition.
Maybe you're thinking of "looky loo" software or something? But if you can't change it and if you're not allowed to share your changes then it is NOT open.