Browse Source

Updated/Standardized header comments

matt-whittom 12 years ago
parent
commit
8379985166

+ 15 - 7
tests/Composer/Test/Downloader/PerforceDownloaderTest.php

@@ -1,19 +1,27 @@
 <?php
-/**
- * Created by JetBrains PhpStorm.
- * User: matt.whittom
- * Date: 8/9/13
- * Time: 12:32 PM
- * To change this template use File | Settings | File Templates.
+/*
+ * This file is part of Composer.
+ *
+ * (c) Nils Adermann <naderman@naderman.de>
+ *     Jordi Boggiano <j.boggiano@seld.be>
+ *
+ *  Contributor: Matt Whittom <Matt.Whittom@veteransunited.com>
+ *  Date: 7/17/13
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
  */
 
+
 namespace Composer\Test\Downloader;
 
 use Composer\Downloader\PerforceDownloader;
 use Composer\Config;
 use Composer\Repository\VcsRepository;
 
-
+/**
+ * @author Matt Whittom <Matt.Whittom@veteransunited.com>
+ */
 class PerforceDownloaderTest extends \PHPUnit_Framework_TestCase {
 
     private $io;

+ 3 - 1
tests/Composer/Test/Repository/Vcs/PerforceDriverTest.php

@@ -19,7 +19,9 @@ use Composer\Repository\Vcs\PerforceDriver;
 use Composer\Util\Filesystem;
 use Composer\Config;
 
-
+/**
+ * @author Matt Whittom <Matt.Whittom@veteransunited.com>
+ */
 class PerforceDriverTest extends \PHPUnit_Framework_TestCase {
     private $config;
     private $io;