Browse Source

Merge pull request #5650 from bcrowe/3.0-copyright

3.0 - Fix copyright statements
Mark S. 11 years ago
parent
commit
d36a649687

+ 1 - 1
LICENSE.txt

@@ -1,7 +1,7 @@
 The MIT License
 
 CakePHP(tm) : The Rapid Development PHP Framework (http://cakephp.org)
-Copyright (c) 2005-2013, Cake Software Foundation, Inc.
+Copyright (c) 2005-2015, Cake Software Foundation, Inc.
 
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),

+ 1 - 1
src/ORM/Exception/MissingTableClassException.php

@@ -8,7 +8,7 @@
  * Licensed under The MIT License
  * Redistributions of files must retain the above copyright notice.
  *
- * @copyright     Copyright 2005-2013, Cake Software Foundation, Inc. (http://cakefoundation.org)
+ * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
  * @since         3.0.0
  * @license       http://www.opensource.org/licenses/mit-license.php MIT License
  */

+ 1 - 1
tests/TestCase/Database/Expression/CaseExpressionTest.php

@@ -6,7 +6,7 @@
  * Licensed under The Open Group Test Suite License
  * Redistributions of files must retain the above copyright notice.
  *
- * @copyright     Copyright 2005-2013, Cake Software Foundation, Inc. (http://cakefoundation.org)
+ * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
  * @link          http://book.cakephp.org/2.0/en/development/testing.html CakePHP(tm) Tests
  * @since         3.0.0
  * @license       http://www.opensource.org/licenses/mit-license.php MIT License

+ 1 - 1
tests/TestCase/Database/Expression/FunctionExpressionTest.php

@@ -6,7 +6,7 @@
  * Licensed under The Open Group Test Suite License
  * Redistributions of files must retain the above copyright notice.
  *
- * @copyright     Copyright 2005-2013, Cake Software Foundation, Inc. (http://cakefoundation.org)
+ * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
  * @link          http://book.cakephp.org/2.0/en/development/testing.html CakePHP(tm) Tests
  * @since         3.0.0
  * @license       http://www.opensource.org/licenses/mit-license.php MIT License

+ 1 - 1
tests/TestCase/Database/FunctionsBuilderTest.php

@@ -6,7 +6,7 @@
  * Licensed under The Open Group Test Suite License
  * Redistributions of files must retain the above copyright notice.
  *
- * @copyright     Copyright 2005-2013, Cake Software Foundation, Inc. (http://cakefoundation.org)
+ * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
  * @link          http://book.cakephp.org/2.0/en/development/testing.html CakePHP(tm) Tests
  * @since         3.0.0
  * @license       http://www.opensource.org/licenses/mit-license.php MIT License

+ 2 - 1
tests/test_app/TestApp/Model/Table/ArticlesTable.php

@@ -1,11 +1,12 @@
 <?php
 /**
  * CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
- * Copyright 2005-2013, Cake Software Foundation, Inc. (http://cakefoundation.org)
+ * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
  *
  * Licensed under The MIT License
  * Redistributions of files must retain the above copyright notice
  *
+ * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
  * @since         3.0.0
  * @license       http://www.opensource.org/licenses/mit-license.php MIT License
  */

+ 2 - 1
tests/test_app/TestApp/Model/Table/ArticlesTagsTable.php

@@ -1,11 +1,12 @@
 <?php
 /**
  * CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
- * Copyright 2005-2013, Cake Software Foundation, Inc. (http://cakefoundation.org)
+ * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
  *
  * Licensed under The MIT License
  * Redistributions of files must retain the above copyright notice
  *
+ * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
  * @since         3.0.0
  * @license       http://www.opensource.org/licenses/mit-license.php MIT License
  */

+ 2 - 1
tests/test_app/TestApp/Model/Table/AuthUsersTable.php

@@ -1,11 +1,12 @@
 <?php
 /**
  * CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
- * Copyright 2005-2013, Cake Software Foundation, Inc. (http://cakefoundation.org)
+ * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
  *
  * Licensed under The MIT License
  * Redistributions of files must retain the above copyright notice
  *
+ * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
  * @since         3.0.0
  * @license       http://www.opensource.org/licenses/mit-license.php MIT License
  */

+ 2 - 1
tests/test_app/TestApp/Model/Table/AuthorsTable.php

@@ -1,11 +1,12 @@
 <?php
 /**
  * CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
- * Copyright 2005-2013, Cake Software Foundation, Inc. (http://cakefoundation.org)
+ * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
  *
  * Licensed under The MIT License
  * Redistributions of files must retain the above copyright notice
  *
+ * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
  * @since         3.0.0
  * @license       http://www.opensource.org/licenses/mit-license.php MIT License
  */

+ 2 - 1
tests/test_app/TestApp/Model/Table/TagsTable.php

@@ -1,11 +1,12 @@
 <?php
 /**
  * CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
- * Copyright 2005-2013, Cake Software Foundation, Inc. (http://cakefoundation.org)
+ * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
  *
  * Licensed under The MIT License
  * Redistributions of files must retain the above copyright notice
  *
+ * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
  * @since         3.0.0
  * @license       http://www.opensource.org/licenses/mit-license.php MIT License
  */