Skip to content

Commit 57c8001

Browse files
committed
Mention license in docs
1 parent 1b91f51 commit 57c8001

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CONTRIBUTING.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
# CONTRIBUTING
1+
# Contributing to SMASH
22

33
If you are reading this, it is probable that you are going to contribute to
44
SMASH. First of all, we welcome your interest and thank you for your work.
55
Hopefully, you find what you need in the following. Otherwise feel free to
66
contact the development team.
77

8+
Note that any contributions must be licensed under the same terms as SMASH, see
9+
[LICENSE](LICENSE).
10+
811
## Testing
912

1013
### Running Tests

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This document contains the two licenses currently in use for SMASH.
1+
This document contains the two licenses currently in use for SMASH.
22
GPLv3 for all C++ programs
33
BSD 3-clause for cmake scripts
44

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -169,3 +169,9 @@ and `-d` options are necessary. For the default box, this means:
169169
All command line options can be viewed with
170170

171171
./smash -h
172+
173+
## License
174+
175+
SMASH is licensed under the terms of the GNU General Public License, Version 3
176+
or above. The build scripts are licensed under terms of the BSD 3-clause
177+
license. See [LICENSE](LICENSE).

0 commit comments

Comments
 (0)