diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2009-08-02 20:24:22 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2009-08-02 20:24:22 +0200 |
commit | 2408182c56bdf57839bc25d00688ff128b5a1f29 (patch) | |
tree | 773ab915b68565f1185a28bda291f99fc3b84892 /build | |
parent | 0ada4698a25ed4d55ddf8b7f6a9c7d8c3d571313 (diff) | |
download | cli-2408182c56bdf57839bc25d00688ff128b5a1f29.tar.gz cli-2408182c56bdf57839bc25d00688ff128b5a1f29.tar.xz cli-2408182c56bdf57839bc25d00688ff128b5a1f29.zip |
Add the LICENSE file and update licensing information
Diffstat (limited to 'build')
-rw-r--r-- | build/bootstrap.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/bootstrap.make b/build/bootstrap.make index 2dbbde3..c9ea751 100644 --- a/build/bootstrap.make +++ b/build/bootstrap.make @@ -1,7 +1,7 @@ # file : build/bootstrap.make # author : Boris Kolpackov <boris@codesynthesis.com> # copyright : Copyright (c) 2009 Code Synthesis Tools CC -# license : TBD +# license : MIT; see accompanying LICENSE file project_name := CLI |