About the SPDX lisence identifier and version #998
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hi, please always use the License Identifier. Software Package Data Exchange (SPDX) is an open standard. In a project where you want to encourage participation, the MIT license would be appropriate because it is the most open license, so everyone can just copy code and reuse it elsewhere. The value of software is often in the concept of the whole product and seldom on the code level. This is good! When I think about it, not much of my code actually comes from me thinking about it long and hard. I am searching for a working solution and adapting it to my project. |
Beta Was this translation helpful? Give feedback.
-
Pragma solidity: |
Beta Was this translation helpful? Give feedback.
Hi, please always use the License Identifier. Software Package Data Exchange (SPDX) is an open standard. In a project where you want to encourage participation, the MIT license would be appropriate because it is the most open license, so everyone can just copy code and reuse it elsewhere. The value of software is often in the concept of the whole product and seldom on the code level. This is good! When I think about it, not much of my code actually comes from me thinking about it long and hard. I am searching for a working solution and adapting it to my project.