Skip to content

Commit

Permalink
update (c)
Browse files Browse the repository at this point in the history
  • Loading branch information
skie committed Jun 26, 2018
1 parent daea562 commit 7e8a5f2
Show file tree
Hide file tree
Showing 19 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2016 Cake Development Corporation (http://cakedc.com)
Copyright 2015 - 2018 Cake Development Corporation (http://cakedc.com)

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ This repository follows the [CakeDC Plugin Standard](http://cakedc.com/plugin-st
License
-------

Copyright 2016 Cake Development Corporation (CakeDC). All rights reserved.
Copyright 2015 - 2018 Cake Development Corporation (CakeDC). All rights reserved.

Licensed under the [MIT](http://www.opensource.org/licenses/mit-license.php) License. Redistributions of the source code included in this repository must retain the copyright notice found in each file.
4 changes: 2 additions & 2 deletions src/Model/Behavior/EnumBehavior.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?php

/**
* Copyright 2015, Cake Development Corporation (http://cakedc.com)
* Copyright 2015 - 2018, Cake Development Corporation (http://cakedc.com)
*
* Licensed under The MIT License
* Redistributions of files must retain the above copyright notice.
*
* @copyright Copyright 2015, Cake Development Corporation (http://cakedc.com)
* @copyright Copyright 2015 - 2018, Cake Development Corporation (http://cakedc.com)
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?php

/**
* Copyright 2015, Cake Development Corporation (http://cakedc.com)
* Copyright 2015 - 2018, Cake Development Corporation (http://cakedc.com)
*
* Licensed under The MIT License
* Redistributions of files must retain the above copyright notice.
*
* @copyright Copyright 2015, Cake Development Corporation (http://cakedc.com)
* @copyright Copyright 2015 - 2018, Cake Development Corporation (http://cakedc.com)
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/

Expand Down
4 changes: 2 additions & 2 deletions src/Model/Behavior/Exception/MissingEnumStrategyException.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?php

/**
* Copyright 2015, Cake Development Corporation (http://cakedc.com)
* Copyright 2015 - 2018, Cake Development Corporation (http://cakedc.com)
*
* Licensed under The MIT License
* Redistributions of files must retain the above copyright notice.
*
* @copyright Copyright 2015, Cake Development Corporation (http://cakedc.com)
* @copyright Copyright 2015 - 2018, Cake Development Corporation (http://cakedc.com)
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?php

/**
* Copyright 2015, Cake Development Corporation (http://cakedc.com)
* Copyright 2015 - 2018, Cake Development Corporation (http://cakedc.com)
*
* Licensed under The MIT License
* Redistributions of files must retain the above copyright notice.
*
* @copyright Copyright 2015, Cake Development Corporation (http://cakedc.com)
* @copyright Copyright 2015 - 2018, Cake Development Corporation (http://cakedc.com)
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/

Expand Down
4 changes: 2 additions & 2 deletions src/Model/Behavior/Strategy/AbstractStrategy.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?php

/**
* Copyright 2015, Cake Development Corporation (http://cakedc.com)
* Copyright 2015 - 2018, Cake Development Corporation (http://cakedc.com)
*
* Licensed under The MIT License
* Redistributions of files must retain the above copyright notice.
*
* @copyright Copyright 2015, Cake Development Corporation (http://cakedc.com)
* @copyright Copyright 2015 - 2018, Cake Development Corporation (http://cakedc.com)
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/

Expand Down
4 changes: 2 additions & 2 deletions src/Model/Behavior/Strategy/ConfigStrategy.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?php

/**
* Copyright 2015, Cake Development Corporation (http://cakedc.com)
* Copyright 2015 - 2018, Cake Development Corporation (http://cakedc.com)
*
* Licensed under The MIT License
* Redistributions of files must retain the above copyright notice.
*
* @copyright Copyright 2015, Cake Development Corporation (http://cakedc.com)
* @copyright Copyright 2015 - 2018, Cake Development Corporation (http://cakedc.com)
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/

Expand Down
4 changes: 2 additions & 2 deletions src/Model/Behavior/Strategy/ConstStrategy.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?php

/**
* Copyright 2015, Cake Development Corporation (http://cakedc.com)
* Copyright 2015 - 2018, Cake Development Corporation (http://cakedc.com)
*
* Licensed under The MIT License
* Redistributions of files must retain the above copyright notice.
*
* @copyright Copyright 2015, Cake Development Corporation (http://cakedc.com)
* @copyright Copyright 2015 - 2018, Cake Development Corporation (http://cakedc.com)
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/

Expand Down
4 changes: 2 additions & 2 deletions src/Model/Behavior/Strategy/LookupStrategy.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?php

/**
* Copyright 2015, Cake Development Corporation (http://cakedc.com)
* Copyright 2015 - 2018, Cake Development Corporation (http://cakedc.com)
*
* Licensed under The MIT License
* Redistributions of files must retain the above copyright notice.
*
* @copyright Copyright 2015, Cake Development Corporation (http://cakedc.com)
* @copyright Copyright 2015 - 2018, Cake Development Corporation (http://cakedc.com)
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/

Expand Down
4 changes: 2 additions & 2 deletions src/Model/Behavior/Strategy/StrategyInterface.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?php

/**
* Copyright 2015, Cake Development Corporation (http://cakedc.com)
* Copyright 2015 - 2018, Cake Development Corporation (http://cakedc.com)
*
* Licensed under The MIT License
* Redistributions of files must retain the above copyright notice.
*
* @copyright Copyright 2015, Cake Development Corporation (http://cakedc.com)
* @copyright Copyright 2015 - 2018, Cake Development Corporation (http://cakedc.com)
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/

Expand Down
4 changes: 2 additions & 2 deletions src/Model/Table/LookupsTable.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?php

/**
* Copyright 2015, Cake Development Corporation (http://cakedc.com)
* Copyright 2015 - 2018, Cake Development Corporation (http://cakedc.com)
*
* Licensed under The MIT License
* Redistributions of files must retain the above copyright notice.
*
* @copyright Copyright 2015, Cake Development Corporation (http://cakedc.com)
* @copyright Copyright 2015 - 2018, Cake Development Corporation (http://cakedc.com)
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/

Expand Down
4 changes: 2 additions & 2 deletions tests/Fixture/ArticlesFixture.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?php

/**
* Copyright 2015, Cake Development Corporation (http://cakedc.com)
* Copyright 2015 - 2018, Cake Development Corporation (http://cakedc.com)
*
* Licensed under The MIT License
* Redistributions of files must retain the above copyright notice.
*
* @copyright Copyright 2015, Cake Development Corporation (http://cakedc.com)
* @copyright Copyright 2015 - 2018, Cake Development Corporation (http://cakedc.com)
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/

Expand Down
4 changes: 2 additions & 2 deletions tests/Fixture/LookupsFixture.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?php

/**
* Copyright 2015, Cake Development Corporation (http://cakedc.com)
* Copyright 2015 - 2018, Cake Development Corporation (http://cakedc.com)
*
* Licensed under The MIT License
* Redistributions of files must retain the above copyright notice.
*
* @copyright Copyright 2015, Cake Development Corporation (http://cakedc.com)
* @copyright Copyright 2015 - 2018, Cake Development Corporation (http://cakedc.com)
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/

Expand Down
4 changes: 2 additions & 2 deletions tests/TestCase/Model/Behavior/EnumBehaviorTest.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?php

/**
* Copyright 2015, Cake Development Corporation (http://cakedc.com)
* Copyright 2015 - 2018, Cake Development Corporation (http://cakedc.com)
*
* Licensed under The MIT License
* Redistributions of files must retain the above copyright notice.
*
* @copyright Copyright 2015, Cake Development Corporation (http://cakedc.com)
* @copyright Copyright 2015 - 2018, Cake Development Corporation (http://cakedc.com)
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/

Expand Down
4 changes: 2 additions & 2 deletions tests/TestCase/Model/Behavior/Strategy/ConfigStrategyTest.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?php

/**
* Copyright 2015, Cake Development Corporation (http://cakedc.com)
* Copyright 2015 - 2018, Cake Development Corporation (http://cakedc.com)
*
* Licensed under The MIT License
* Redistributions of files must retain the above copyright notice.
*
* @copyright Copyright 2015, Cake Development Corporation (http://cakedc.com)
* @copyright Copyright 2015 - 2018, Cake Development Corporation (http://cakedc.com)
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/

Expand Down
4 changes: 2 additions & 2 deletions tests/TestCase/Model/Behavior/Strategy/ConstStrategyTest.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?php

/**
* Copyright 2015, Cake Development Corporation (http://cakedc.com)
* Copyright 2015 - 2018, Cake Development Corporation (http://cakedc.com)
*
* Licensed under The MIT License
* Redistributions of files must retain the above copyright notice.
*
* @copyright Copyright 2015, Cake Development Corporation (http://cakedc.com)
* @copyright Copyright 2015 - 2018, Cake Development Corporation (http://cakedc.com)
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/

Expand Down
4 changes: 2 additions & 2 deletions tests/TestCase/Model/Behavior/Strategy/LookupStrategyTest.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?php

/**
* Copyright 2015, Cake Development Corporation (http://cakedc.com)
* Copyright 2015 - 2018, Cake Development Corporation (http://cakedc.com)
*
* Licensed under The MIT License
* Redistributions of files must retain the above copyright notice.
*
* @copyright Copyright 2015, Cake Development Corporation (http://cakedc.com)
* @copyright Copyright 2015 - 2018, Cake Development Corporation (http://cakedc.com)
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/

Expand Down
4 changes: 2 additions & 2 deletions tests/bootstrap.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?php

/**
* Copyright 2015, Cake Development Corporation (http://cakedc.com)
* Copyright 2015 - 2018, Cake Development Corporation (http://cakedc.com)
*
* Licensed under The MIT License
* Redistributions of files must retain the above copyright notice.
*
* @copyright Copyright 2015, Cake Development Corporation (http://cakedc.com)
* @copyright Copyright 2015 - 2018, Cake Development Corporation (http://cakedc.com)
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/

Expand Down

0 comments on commit 7e8a5f2

Please sign in to comment.