Skip to content

Commit

Permalink
Actually say it's the MIT license [ci skip]
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
mwichmann committed Aug 21, 2019
1 parent b087c44 commit 3243305
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Contributing to SCons

First off, thanks for taking the time to contribute!

Here are some pointers to get started, before more information gets moved here to this page.

* [Bugs and Feature Requests](https://scons.org/bugs.html)
* [Development](https://scons.org/dev.html)
* [SCons Developer's Guidelines](https://scons.org/guidelines.html)

Various resources to contact are here:

* [Contacts](https://scons.org/contact.html)
4 changes: 3 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
__COPYRIGHT__
MIT License

Copyright (c) 2001 - 2019 The SCons Foundation

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
2 changes: 2 additions & 0 deletions LICENSE-local
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
This copyright and license do not apply to any other software
with which this software may have been included.

MIT License

__COPYRIGHT__

Permission is hereby granted, free of charge, to any person obtaining
Expand Down
2 changes: 2 additions & 0 deletions src/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
MIT License

__COPYRIGHT__

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

0 comments on commit 3243305

Please sign in to comment.