Skip to content

Commit 3243305

Browse files
committed
Actually say it's the MIT license [ci skip]
A line "MIT License" is added to the license files, most places do it this way. For the benefit of Github, the top-level LICENSE file, which it looks at but the packaging stuff does not, is filled-in. The packaging fills in __COPYRIGHT__ from src/LICENSE.txt instead (and LICENSE-local). Add a skeletal CONTRIBUTING.md Signed-off-by: Mats Wichmann <[email protected]>
1 parent b087c44 commit 3243305

File tree

4 files changed

+20
-1
lines changed

4 files changed

+20
-1
lines changed

CONTRIBUTING.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Contributing to SCons
2+
3+
First off, thanks for taking the time to contribute!
4+
5+
Here are some pointers to get started, before more information gets moved here to this page.
6+
7+
* [Bugs and Feature Requests](https://scons.org/bugs.html)
8+
* [Development](https://scons.org/dev.html)
9+
* [SCons Developer's Guidelines](https://scons.org/guidelines.html)
10+
11+
Various resources to contact are here:
12+
13+
* [Contacts](https://scons.org/contact.html)

LICENSE

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
__COPYRIGHT__
1+
MIT License
2+
3+
Copyright (c) 2001 - 2019 The SCons Foundation
24

35
Permission is hereby granted, free of charge, to any person obtaining
46
a copy of this software and associated documentation files (the

LICENSE-local

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
This copyright and license do not apply to any other software
44
with which this software may have been included.
55

6+
MIT License
7+
68
__COPYRIGHT__
79

810
Permission is hereby granted, free of charge, to any person obtaining

src/LICENSE.txt

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
MIT License
2+
13
__COPYRIGHT__
24

35
Permission is hereby granted, free of charge, to any person obtaining

0 commit comments

Comments
 (0)