Add file header docblocks.

This commit is contained in:
Justin Hileman
2012-03-01 07:17:13 -08:00
parent 01312d3e98
commit eed4400afb
34 changed files with 306 additions and 0 deletions
+9
View File
@@ -1,5 +1,14 @@
<?php
/*
* This file is part of Mustache.php.
*
* (c) 2012 Justin Hileman
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Mustache\Test;
use Mustache\Tokenizer;