From c905367fa8befa4998926e2a1bf3a8bce968e8d2 Mon Sep 17 00:00:00 2001 From: Martin Vilcans Date: Mon, 28 Nov 2011 01:45:09 +0100 Subject: Added licensing information (MIT license) --- tests/spmd_test.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/spmd_test.py') 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 -- cgit v1.2.3