added missing copyright information in some file
authorFabien Potencier <fabien.potencier@gmail.com>
Wed, 17 Mar 2010 08:25:14 +0000 (09:25 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Wed, 17 Mar 2010 08:25:14 +0000 (09:25 +0100)
lib/Twig/TokenParser/Set.php

index 6ce2ae9..5272134 100644 (file)
@@ -1,5 +1,13 @@
 <?php
 
+/*
+ * This file is part of Twig.
+ *
+ * (c) 2009 Fabien Potencier
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
 class Twig_TokenParser_Set extends Twig_TokenParser
 {
   public function parse(Twig_Token $token)