Browse Source

Update copyright statements in docblocks

Bryan Crowe 11 years ago
parent
commit
b23435c61d

+ 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
  */