Skip to content

Commit fe2e61c

Browse files
committed
License header update
1 parent 1562970 commit fe2e61c

File tree

4 files changed

+17
-41
lines changed

4 files changed

+17
-41
lines changed

src/CompanionGenerator.php

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
<?php
2-
/**
3-
* =============================================================================
4-
* Copyright (c) 2013, Philip Graham
2+
/*
3+
* Copyright (c) 2014, Philip Graham
54
* All rights reserved.
65
*
7-
* This file is part of O-pal and is licensed by the Copyright holder under the
8-
* 3-clause BSD License. The full text of the license can be found in the
9-
* LICENSE.txt file included in the root directory of this distribution or at
10-
* the link below.
11-
* =============================================================================
12-
*
13-
* @license http://www.opensource.org/licenses/bsd-license.php
6+
* This file is part of O-pal. For the full copyright and license information
7+
* please view the LICENSE file that was distributed with this source code.
148
*/
159
namespace zpt\opal;
1610

src/CompanionLoader.php

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
<?php
2-
/**
3-
* =============================================================================
4-
* Copyright (c) 2013, Philip Graham
2+
/*
3+
* Copyright (c) 2014, Philip Graham
54
* All rights reserved.
65
*
7-
* This file is part of O-pal and is licensed by the Copyright holder under the
8-
* 3-clause BSD License. The full text of the license can be found in the
9-
* LICENSE.txt file included in the root directory of this distribution or at
10-
* the link below.
11-
* =============================================================================
12-
*
13-
* @license http://www.opensource.org/licenses/bsd-license.php
6+
* This file is part of O-pal. For the full copyright and license information
7+
* please view the LICENSE file that was distributed with this source code.
148
*/
159
namespace zpt\opal;
1610

@@ -85,7 +79,7 @@ public function setNamingStrategy(NamingStrategy $namingStrategy) {
8579
*/
8680

8781
/*
88-
* Ensure that a naming strategy is available. If none has been specified
82+
* Ensure that a naming strategy is available. If none has been specified
8983
* then a default strategy is used.
9084
*/
9185
private function ensureNamingStrategy() {

src/DefaultNamingStrategy.php

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
<?php
2-
/**
3-
* =============================================================================
4-
* Copyright (c) 2013, Philip Graham
2+
/*
3+
* Copyright (c) 2014, Philip Graham
54
* All rights reserved.
65
*
7-
* This file is part of php-code-templates and is licensed by the Copyright
8-
* holder under the 3-clause BSD License. The full text of the license can be
9-
* found in the LICENSE.txt file included in the root directory of this
10-
* distribution or at the link below.
11-
* =============================================================================
12-
*
13-
* @license http://www.opensource.org/licenses/bsd-license.php
6+
* This file is part of O-pal. For the full copyright and license information
7+
* please view the LICENSE file that was distributed with this source code.
148
*/
159
namespace zpt\opal;
1610

src/NamingStrategy.php

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
<?php
2-
/**
3-
* =============================================================================
4-
* Copyright (c) 2013, Philip Graham
2+
/*
3+
* Copyright (c) 2014, Philip Graham
54
* All rights reserved.
65
*
7-
* This file is part of php-code-templates and is licensed by the Copyright
8-
* holder under the 3-clause BSD License. The full text of the license can be
9-
* found in the LICENSE.txt file included in the root directory of this
10-
* distribution or at the link below.
11-
* =============================================================================
12-
*
13-
* @license http://www.opensource.org/licenses/bsd-license.php
6+
* This file is part of O-pal. For the full copyright and license information
7+
* please view the LICENSE file that was distributed with this source code.
148
*/
159
namespace zpt\opal;
1610

0 commit comments

Comments
 (0)