diff options
author | Mats Wichmann <mats@linux.com> | 2019-08-21 22:05:37 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2019-08-21 23:02:30 (GMT) |
commit | 3243305c08dd93b16ae0024780a38ad51dacd5e1 (patch) | |
tree | a29fecf5cb106fded134a6f041f985fda174da7a /LICENSE | |
parent | b087c443c413918e46cec5ae4175155ab23ab8ac (diff) | |
download | SCons-3243305c08dd93b16ae0024780a38ad51dacd5e1.zip SCons-3243305c08dd93b16ae0024780a38ad51dacd5e1.tar.gz SCons-3243305c08dd93b16ae0024780a38ad51dacd5e1.tar.bz2 |
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 <mats@linux.com>
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |