Updating licensing.
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Wed, 3 Oct 2001 11:47:59 +0000 (11:47 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Wed, 3 Oct 2001 11:47:59 +0000 (11:47 +0000)
commit9b9fa7bbbfee4406177db7d744d3f4fb81113d49
tree08fbf5f8529338fe7586bb3d08f379be40bb4e3d
parent2fd407e6569c573cbddb2a88957f177b1eb47bac
Updating licensing.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@84 fdb21ef1-2011-0410-befe-b5e4ea1792b1
140 files changed:
Construct
doc/Conscript
doc/copyright.sgml
doc/design/acks.sgml
doc/design/bground.sgml
doc/design/engine.sgml
doc/design/goals.sgml
doc/design/install.sgml
doc/design/intro.sgml
doc/design/issues.sgml
doc/design/main.sgml
doc/design/native.sgml
doc/design/overview.sgml
doc/man/desc.sgml
doc/man/main.sgml
doc/man/options.sgml
doc/man/variables.sgml
doc/user/builders.sgml
doc/user/caching.sgml
doc/user/cons.sgml
doc/user/depends.sgml
doc/user/environments.sgml
doc/user/errors.sgml
doc/user/example.sgml
doc/user/hierarchy.sgml
doc/user/main.sgml
doc/user/make.sgml
doc/user/more.sgml
doc/user/preface.sgml
doc/user/reference.sgml
doc/user/repositories.sgml
doc/user/run.sgml
doc/user/scanners.sgml
doc/user/simple.sgml
doc/user/troubleshoot.sgml
doc/user/variants.sgml
src/LICENSE.txt [new file with mode: 0644]
src/engine/MANIFEST
src/engine/SCons/Builder.py
src/engine/SCons/BuilderTests.py
src/engine/SCons/Defaults.py
src/engine/SCons/Environment.py
src/engine/SCons/EnvironmentTests.py
src/engine/SCons/Errors.py
src/engine/SCons/ErrorsTests.py
src/engine/SCons/Job.py
src/engine/SCons/JobTests.py
src/engine/SCons/Node/FS.py
src/engine/SCons/Node/FSTests.py
src/engine/SCons/Node/NodeTests.py
src/engine/SCons/Node/__init__.py
src/engine/SCons/Scanner/C.py
src/engine/SCons/Scanner/CTests.py
src/engine/SCons/Scanner/ScannerTests.py
src/engine/SCons/Scanner/__init__.py
src/engine/SCons/Sig/MD5.py
src/engine/SCons/Sig/MD5Tests.py
src/engine/SCons/Sig/SigTests.py
src/engine/SCons/Sig/TimeStamp.py
src/engine/SCons/Sig/TimeStampTests.py
src/engine/SCons/Sig/__init__.py
src/engine/SCons/Util.py
src/engine/SCons/UtilTests.py
src/engine/SCons/__init__.py
src/engine/SCons/exitfuncs.py
src/engine/setup.py
src/script/MANIFEST
src/script/scons.py
src/script/setup.py
template/Tests.py
template/__init__.py
template/file.py
template/test.py
test/CC.py
test/CCFLAGS.py
test/CPPPATH.py
test/Command.py
test/Default.py
test/Depends.py
test/ENV.py
test/Help.py
test/LIBPATH.py
test/LIBPREFIX.py
test/LIBS.py
test/LIBSUFFIX.py
test/LINK.py
test/LINKFLAGS.py
test/Library.py
test/Object.py
test/Program-j.py
test/Program.py
test/SCONSFLAGS.py
test/SConscript.py
test/SConstruct.py
test/builderrors.py
test/errors.py
test/exitfns.py
test/multiline.py
test/option--.py
test/option--C.py
test/option--H.py
test/option--I.py
test/option--R.py
test/option--S.py
test/option--W.py
test/option--Y.py
test/option--cd.py
test/option--cf.py
test/option--cs.py
test/option--la.py
test/option--ld.py
test/option--lw.py
test/option--npd.py
test/option--override.py
test/option--random.py
test/option--wf.py
test/option--wuv.py
test/option-b.py
test/option-c.py
test/option-d.py
test/option-e.py
test/option-f.py
test/option-h.py
test/option-i.py
test/option-j.py
test/option-k.py
test/option-l.py
test/option-m.py
test/option-n.py
test/option-o.py
test/option-p.py
test/option-q.py
test/option-r.py
test/option-s.py
test/option-t.py
test/option-u.py
test/option-unknown.py
test/option-v.py
test/option-w.py
test/up-to-date.py