Add file-level docblock to every file.

This commit is contained in:
Dan Cryer 2013-05-16 02:16:56 +01:00
commit 6094b7013c
36 changed files with 272 additions and 38 deletions

View file

@ -1,5 +1,12 @@
#!/usr/bin/env php
<?php
/**
* PHPCI - Continuous Integration for PHP
*
* @copyright Copyright 2013, Block 8 Limited.
* @license https://github.com/Block8/PHPCI/blob/master/LICENSE.md
* @link http://www.phptesting.org/
*/
define('PHPCI_BIN_DIR', dirname(__FILE__) . '/vendor/bin/');
define('PHPCI_DIR', dirname(__FILE__) . '/');