File tree 4 files changed +17
-41
lines changed 4 files changed +17
-41
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
- /**
3
- * =============================================================================
4
- * Copyright (c) 2013, Philip Graham
2
+ /*
3
+ * Copyright (c) 2014, Philip Graham
5
4
* All rights reserved.
6
5
*
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.
14
8
*/
15
9
namespace zpt \opal ;
16
10
Original file line number Diff line number Diff line change 1
1
<?php
2
- /**
3
- * =============================================================================
4
- * Copyright (c) 2013, Philip Graham
2
+ /*
3
+ * Copyright (c) 2014, Philip Graham
5
4
* All rights reserved.
6
5
*
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.
14
8
*/
15
9
namespace zpt \opal ;
16
10
@@ -85,7 +79,7 @@ public function setNamingStrategy(NamingStrategy $namingStrategy) {
85
79
*/
86
80
87
81
/*
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
89
83
* then a default strategy is used.
90
84
*/
91
85
private function ensureNamingStrategy () {
Original file line number Diff line number Diff line change 1
1
<?php
2
- /**
3
- * =============================================================================
4
- * Copyright (c) 2013, Philip Graham
2
+ /*
3
+ * Copyright (c) 2014, Philip Graham
5
4
* All rights reserved.
6
5
*
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.
14
8
*/
15
9
namespace zpt \opal ;
16
10
Original file line number Diff line number Diff line change 1
1
<?php
2
- /**
3
- * =============================================================================
4
- * Copyright (c) 2013, Philip Graham
2
+ /*
3
+ * Copyright (c) 2014, Philip Graham
5
4
* All rights reserved.
6
5
*
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.
14
8
*/
15
9
namespace zpt \opal ;
16
10
You can’t perform that action at this time.
0 commit comments