You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ software closed :smirk: . A comprehensive [list of features](https://github.com/
11
11
12
12
## License
13
13
The project is donated to the community. It comes with a very large freedom of use for everyone, and it will always be.
14
-
It uses a [BSD 3 clauses](https://opensource.org/licenses/BSD-3-Clause) licensing schema, that allows the inclusion in commercial software.
14
+
It uses a [BSD 3 clauses](https://opensource.org/licenses/BSD-3-Clause) licensing schema, that allows free modification and inclusion in commercial software.
15
15
16
16
17
17
## Project Structure
@@ -28,13 +28,13 @@ You can notice 2 more sub-projects:
28
28
* bootstrap: allows to generate private keys and modify the library on the fly after the downloading.
29
29
* testing : runs the tests (and publish the results on cdash)
30
30
31
-
#How to build
31
+
#How to build
32
32
33
33
Below an overview of the basic build procedure, you can find detailed instructions for each [supported environment](https://github.com/open-license-manager/open-license-manager/wiki/Build-the-library) in the wiki.
34
34
35
35
## prerequisites
36
-
* compilsers: GCC (Linux), MINGW or MSVC (Windows)
The project is not dead but we take our time to answer. The best interaction you can have with us is through the issue system. Have a look to the [contribution guidelines](blob/develop/CONTRIBUTING.md)
100
+
We use [GitFlow](https://datasift.github.io/gitflow/IntroducingGitFlow.html) (or at least a subset of it). Remember to install the gitflow git plugin and use `develop` as default branch for your pull requests.
0 commit comments