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 /cli | |
| 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 'cli')
| -rw-r--r-- | cli/cli.cxx | 2 | ||||
| -rw-r--r-- | cli/makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cli/cli.cxx b/cli/cli.cxx index 08575c6..a25bc1c 100644 --- a/cli/cli.cxx +++ b/cli/cli.cxx @@ -1,7 +1,7 @@ // file : cli/cli.cxx // author : Boris Kolpackov <boris@codesynthesis.com> // copyright : Copyright (c) 2009 Code Synthesis Tools CC -// license : TBD +// license : MIT; see accompanying LICENSE file #include <iostream> diff --git a/cli/makefile b/cli/makefile index 276408d..7335a74 100644 --- a/cli/makefile +++ b/cli/makefile @@ -1,7 +1,7 @@ # file : cli/makefile # author : Boris Kolpackov <boris@codesynthesis.com> # copyright : Copyright (c) 2009 Code Synthesis Tools CC -# license : TBD +# license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make |
