diff options
author | Kevin Chabowski <kevin@kch42.de> | 2011-09-21 00:37:31 +0200 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2011-09-21 00:37:31 +0200 |
commit | e503aff5ae41c16b2c0598203b1fed4082ab519d (patch) | |
tree | a9cc661bf03cba226581bcbf26241ae6153e71b6 /stupid_template_engine.php | |
parent | fa1b95982a05ca860ada827b9fbdc9def1ac8952 (diff) | |
download | ste-e503aff5ae41c16b2c0598203b1fed4082ab519d.tar.gz ste-e503aff5ae41c16b2c0598203b1fed4082ab519d.tar.bz2 ste-e503aff5ae41c16b2c0598203b1fed4082ab519d.zip |
Added license and readme file.
Diffstat (limited to 'stupid_template_engine.php')
-rw-r--r-- | stupid_template_engine.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/stupid_template_engine.php b/stupid_template_engine.php index 2e9162f..c6b48bc 100644 --- a/stupid_template_engine.php +++ b/stupid_template_engine.php @@ -3,6 +3,10 @@ /* * File: stupid_template_engine.php * The implementation of the Stupid Template Engine. + * + * About: License + * This file is licensed under the MIT/X11 License. + * See COPYING for more details. */ /* |