Shout: Fix copyright statement
authorBen Klang <ben@alkaloid.net>
Sat, 2 Jan 2010 18:06:12 +0000 (13:06 -0500)
committerBen Klang <ben@alkaloid.net>
Sat, 2 Jan 2010 18:06:12 +0000 (13:06 -0500)
shout/lib/Application.php

index e0bcf20..acf63fb 100644 (file)
@@ -1,7 +1,19 @@
 <?php
 /**
- * To change this template, choose Tools | Templates
- * and open the template in the editor.
+ * Vilma application interface.
+ *
+ * This file defines Vilma's application interface.
+ *
+ * Copyright 2006-2010 Alkaloid Networks <http://www.alkaloid.net/>
+ *
+ * See the enclosed file LICENSE for license information (BSD). If you did not
+ * did not receive this file, see http://cvs.horde.org/co.php/vilma/LICENSE.
+ *
+ * See the enclosed file COPYING for license information (GPL). If you
+ * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
+ *
+ * @author  Ben Klang <ben@alkaloid.net>
+ * @package Vilma
  */
 define('SHOUT_BASE', dirname(__FILE__) . '/..');