diff options
author | Martin Vilcans <martin@librador.com> | 2011-11-28 01:45:09 +0100 |
---|---|---|
committer | Martin Vilcans <martin@librador.com> | 2011-11-28 01:52:32 +0100 |
commit | c905367fa8befa4998926e2a1bf3a8bce968e8d2 (patch) | |
tree | 7b17d357794ec6237d837285fa85491024cbbc0b /tests | |
parent | e70de69db36be431e27ed918bf67639027c8e8f3 (diff) | |
download | screenplain-c905367fa8befa4998926e2a1bf3a8bce968e8d2.tar.gz |
Added licensing information (MIT license)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fdx_test.py | 4 | ||||
-rw-r--r-- | tests/richstring_test.py | 4 | ||||
-rw-r--r-- | tests/spmd_test.py | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/tests/fdx_test.py b/tests/fdx_test.py index c9cd387..1aceb3a 100644 --- a/tests/fdx_test.py +++ b/tests/fdx_test.py @@ -1,3 +1,7 @@ +# Copyright (c) 2011 Martin Vilcans +# Licensed under the MIT license: +# http://www.opensource.org/licenses/mit-license.php + import unittest2 from StringIO import StringIO diff --git a/tests/richstring_test.py b/tests/richstring_test.py index 7c04368..5ce3b4e 100644 --- a/tests/richstring_test.py +++ b/tests/richstring_test.py @@ -1,3 +1,7 @@ +# Copyright (c) 2011 Martin Vilcans +# Licensed under the MIT license: +# http://www.opensource.org/licenses/mit-license.php + import unittest2 from screenplain.richstring import ( RichString, Segment, diff --git a/tests/spmd_test.py b/tests/spmd_test.py index 61a54ec..28078c0 100644 --- a/tests/spmd_test.py +++ b/tests/spmd_test.py @@ -1,3 +1,7 @@ +# Copyright (c) 2011 Martin Vilcans +# Licensed under the MIT license: +# http://www.opensource.org/licenses/mit-license.php + import unittest2 from screenplain.parsers.spmd import parse from screenplain.types import Slug, Action, Dialog, DualDialog, Transition |