diff --git a/LICENSE b/LICENSE index 673a4f6..8aed73f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2014 Andrew Lawson +Copyright (c) 2015 Andrew Lawson Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/Exception/ExceptionInterface.php b/src/Exception/ExceptionInterface.php index 40a4326..cd3aafa 100644 --- a/src/Exception/ExceptionInterface.php +++ b/src/Exception/ExceptionInterface.php @@ -2,7 +2,7 @@ /* * This file is part of VFS * - * Copyright (c) 2014 Andrew Lawson + * Copyright (c) 2015 Andrew Lawson * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Exception/ExistingNodeException.php b/src/Exception/ExistingNodeException.php index ff5724f..139e36f 100644 --- a/src/Exception/ExistingNodeException.php +++ b/src/Exception/ExistingNodeException.php @@ -2,7 +2,7 @@ /* * This file is part of VFS * - * Copyright (c) 2014 Andrew Lawson + * Copyright (c) 2015 Andrew Lawson * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Exception/MissingNodeException.php b/src/Exception/MissingNodeException.php index cd65aae..dc83956 100644 --- a/src/Exception/MissingNodeException.php +++ b/src/Exception/MissingNodeException.php @@ -2,7 +2,7 @@ /* * This file is part of VFS * - * Copyright (c) 2014 Andrew Lawson + * Copyright (c) 2015 Andrew Lawson * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Exception/RegisteredSchemeException.php b/src/Exception/RegisteredSchemeException.php index fa320ad..f22f638 100644 --- a/src/Exception/RegisteredSchemeException.php +++ b/src/Exception/RegisteredSchemeException.php @@ -2,7 +2,7 @@ /* * This file is part of VFS * - * Copyright (c) 2014 Andrew Lawson + * Copyright (c) 2015 Andrew Lawson * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Exception/UnopenedHandleException.php b/src/Exception/UnopenedHandleException.php index 73f412d..329acda 100644 --- a/src/Exception/UnopenedHandleException.php +++ b/src/Exception/UnopenedHandleException.php @@ -2,7 +2,7 @@ /* * This file is part of VFS * - * Copyright (c) 2014 Andrew Lawson + * Copyright (c) 2015 Andrew Lawson * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Exception/UnregisteredSchemeException.php b/src/Exception/UnregisteredSchemeException.php index 9ee6663..a139116 100644 --- a/src/Exception/UnregisteredSchemeException.php +++ b/src/Exception/UnregisteredSchemeException.php @@ -2,7 +2,7 @@ /* * This file is part of VFS * - * Copyright (c) 2014 Andrew Lawson + * Copyright (c) 2015 Andrew Lawson * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/FileSystem.php b/src/FileSystem.php index 7532bc4..40a5855 100644 --- a/src/FileSystem.php +++ b/src/FileSystem.php @@ -2,7 +2,7 @@ /* * This file is part of VFS * - * Copyright (c) 2014 Andrew Lawson + * Copyright (c) 2015 Andrew Lawson * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/FileSystemBuilder.php b/src/FileSystemBuilder.php index b3a0cc1..ee44473 100644 --- a/src/FileSystemBuilder.php +++ b/src/FileSystemBuilder.php @@ -2,7 +2,7 @@ /* * This file is part of VFS * - * Copyright (c) 2014 Andrew Lawson + * Copyright (c) 2015 Andrew Lawson * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/FileSystemInterface.php b/src/FileSystemInterface.php index 10729ae..34d5d30 100644 --- a/src/FileSystemInterface.php +++ b/src/FileSystemInterface.php @@ -2,7 +2,7 @@ /* * This file is part of VFS * - * Copyright (c) 2014 Andrew Lawson + * Copyright (c) 2015 Andrew Lawson * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/FileSystemRegistry.php b/src/FileSystemRegistry.php index 886c188..1af6265 100644 --- a/src/FileSystemRegistry.php +++ b/src/FileSystemRegistry.php @@ -2,7 +2,7 @@ /* * This file is part of VFS * - * Copyright (c) 2014 Andrew Lawson + * Copyright (c) 2015 Andrew Lawson * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Logger/PhpErrorLogger.php b/src/Logger/PhpErrorLogger.php index 5948524..0725b73 100644 --- a/src/Logger/PhpErrorLogger.php +++ b/src/Logger/PhpErrorLogger.php @@ -2,7 +2,7 @@ /* * This file is part of VFS * - * Copyright (c) 2014 Andrew Lawson + * Copyright (c) 2015 Andrew Lawson * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Node/Directory.php b/src/Node/Directory.php index f1d6902..e520670 100644 --- a/src/Node/Directory.php +++ b/src/Node/Directory.php @@ -2,7 +2,7 @@ /* * This file is part of VFS * - * Copyright (c) 2014 Andrew Lawson + * Copyright (c) 2015 Andrew Lawson * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Node/Factory/NodeFactory.php b/src/Node/Factory/NodeFactory.php index 5403028..fb8bb8f 100644 --- a/src/Node/Factory/NodeFactory.php +++ b/src/Node/Factory/NodeFactory.php @@ -2,7 +2,7 @@ /* * This file is part of VFS * - * Copyright (c) 2014 Andrew Lawson + * Copyright (c) 2015 Andrew Lawson * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Node/Factory/NodeFactoryInterface.php b/src/Node/Factory/NodeFactoryInterface.php index 5da1ed4..fa498a4 100644 --- a/src/Node/Factory/NodeFactoryInterface.php +++ b/src/Node/Factory/NodeFactoryInterface.php @@ -2,7 +2,7 @@ /* * This file is part of VFS * - * Copyright (c) 2014 Andrew Lawson + * Copyright (c) 2015 Andrew Lawson * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Node/File.php b/src/Node/File.php index 5788903..efcf59b 100644 --- a/src/Node/File.php +++ b/src/Node/File.php @@ -2,7 +2,7 @@ /* * This file is part of VFS * - * Copyright (c) 2014 Andrew Lawson + * Copyright (c) 2015 Andrew Lawson * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Node/FileInterface.php b/src/Node/FileInterface.php index 7e7eeb3..e0df369 100644 --- a/src/Node/FileInterface.php +++ b/src/Node/FileInterface.php @@ -2,7 +2,7 @@ /* * This file is part of VFS * - * Copyright (c) 2014 Andrew Lawson + * Copyright (c) 2015 Andrew Lawson * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Node/LinkInterface.php b/src/Node/LinkInterface.php index 762493e..e52df13 100644 --- a/src/Node/LinkInterface.php +++ b/src/Node/LinkInterface.php @@ -2,7 +2,7 @@ /* * This file is part of VFS * - * Copyright (c) 2014 Andrew Lawson + * Copyright (c) 2015 Andrew Lawson * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Node/NodeContainerInterface.php b/src/Node/NodeContainerInterface.php index 243780f..d387c2a 100644 --- a/src/Node/NodeContainerInterface.php +++ b/src/Node/NodeContainerInterface.php @@ -2,7 +2,7 @@ /* * This file is part of VFS * - * Copyright (c) 2014 Andrew Lawson + * Copyright (c) 2015 Andrew Lawson * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Node/NodeInterface.php b/src/Node/NodeInterface.php index 03c4166..ec14bfe 100644 --- a/src/Node/NodeInterface.php +++ b/src/Node/NodeInterface.php @@ -2,7 +2,7 @@ /* * This file is part of VFS * - * Copyright (c) 2014 Andrew Lawson + * Copyright (c) 2015 Andrew Lawson * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Node/StatInterface.php b/src/Node/StatInterface.php index 84a9429..5f808f4 100644 --- a/src/Node/StatInterface.php +++ b/src/Node/StatInterface.php @@ -2,7 +2,7 @@ /* * This file is part of VFS * - * Copyright (c) 2014 Andrew Lawson + * Copyright (c) 2015 Andrew Lawson * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Node/Walker/NodeWalker.php b/src/Node/Walker/NodeWalker.php index af523a9..f571821 100644 --- a/src/Node/Walker/NodeWalker.php +++ b/src/Node/Walker/NodeWalker.php @@ -2,7 +2,7 @@ /* * This file is part of VFS * - * Copyright (c) 2014 Andrew Lawson + * Copyright (c) 2015 Andrew Lawson * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Node/Walker/NodeWalkerInterface.php b/src/Node/Walker/NodeWalkerInterface.php index b4c3661..c9f22fe 100644 --- a/src/Node/Walker/NodeWalkerInterface.php +++ b/src/Node/Walker/NodeWalkerInterface.php @@ -2,7 +2,7 @@ /* * This file is part of VFS * - * Copyright (c) 2014 Andrew Lawson + * Copyright (c) 2015 Andrew Lawson * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/RegistryInterface.php b/src/RegistryInterface.php index 984e741..de01aa9 100644 --- a/src/RegistryInterface.php +++ b/src/RegistryInterface.php @@ -2,7 +2,7 @@ /* * This file is part of VFS * - * Copyright (c) 2014 Andrew Lawson + * Copyright (c) 2015 Andrew Lawson * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Stream/AbstractHandle.php b/src/Stream/AbstractHandle.php index fb6cdca..47ae9f7 100644 --- a/src/Stream/AbstractHandle.php +++ b/src/Stream/AbstractHandle.php @@ -2,7 +2,7 @@ /* * This file is part of VFS * - * Copyright (c) 2014 Andrew Lawson + * Copyright (c) 2015 Andrew Lawson * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Stream/DirectoryHandle.php b/src/Stream/DirectoryHandle.php index f91c939..2c44d28 100644 --- a/src/Stream/DirectoryHandle.php +++ b/src/Stream/DirectoryHandle.php @@ -2,7 +2,7 @@ /* * This file is part of VFS * - * Copyright (c) 2014 Andrew Lawson + * Copyright (c) 2015 Andrew Lawson * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Stream/FileHandle.php b/src/Stream/FileHandle.php index dbe3919..075e49e 100644 --- a/src/Stream/FileHandle.php +++ b/src/Stream/FileHandle.php @@ -2,7 +2,7 @@ /* * This file is part of VFS * - * Copyright (c) 2014 Andrew Lawson + * Copyright (c) 2015 Andrew Lawson * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Stream/HandleInterface.php b/src/Stream/HandleInterface.php index c86e06e..edc10f3 100644 --- a/src/Stream/HandleInterface.php +++ b/src/Stream/HandleInterface.php @@ -2,7 +2,7 @@ /* * This file is part of VFS * - * Copyright (c) 2014 Andrew Lawson + * Copyright (c) 2015 Andrew Lawson * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Stream/StreamWrapper.php b/src/Stream/StreamWrapper.php index c1709af..b99060a 100644 --- a/src/Stream/StreamWrapper.php +++ b/src/Stream/StreamWrapper.php @@ -2,7 +2,7 @@ /* * This file is part of VFS * - * Copyright (c) 2014 Andrew Lawson + * Copyright (c) 2015 Andrew Lawson * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/test/src/AcceptanceTestCase.php b/test/src/AcceptanceTestCase.php index 387ade0..e282d03 100644 --- a/test/src/AcceptanceTestCase.php +++ b/test/src/AcceptanceTestCase.php @@ -2,7 +2,7 @@ /* * This file is part of VFS * - * Copyright (c) 2014 Andrew Lawson + * Copyright (c) 2015 Andrew Lawson * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/test/src/FunctionalTestCase.php b/test/src/FunctionalTestCase.php index 145c5cb..63d71a7 100644 --- a/test/src/FunctionalTestCase.php +++ b/test/src/FunctionalTestCase.php @@ -2,7 +2,7 @@ /* * This file is part of VFS * - * Copyright (c) 2014 Andrew Lawson + * Copyright (c) 2015 Andrew Lawson * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/test/src/UnitTestCase.php b/test/src/UnitTestCase.php index d16838a..db632a1 100644 --- a/test/src/UnitTestCase.php +++ b/test/src/UnitTestCase.php @@ -2,7 +2,7 @@ /* * This file is part of VFS * - * Copyright (c) 2014 Andrew Lawson + * Copyright (c) 2015 Andrew Lawson * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code.