From fc509a3ffdc6065c9f714bbbcc477dde27610f56 Mon Sep 17 00:00:00 2001 From: Markus Bachmann Date: Thu, 12 Apr 2012 18:25:35 +0200 Subject: [PATCH] update copyright --- LICENSE | 2 +- src/Assetic/Asset/AssetCache.php | 2 +- src/Assetic/Asset/AssetCollection.php | 2 +- src/Assetic/Asset/AssetCollectionInterface.php | 2 +- src/Assetic/Asset/AssetInterface.php | 2 +- src/Assetic/Asset/AssetReference.php | 2 +- src/Assetic/Asset/BaseAsset.php | 2 +- src/Assetic/Asset/FileAsset.php | 2 +- src/Assetic/Asset/GlobAsset.php | 2 +- src/Assetic/Asset/HttpAsset.php | 2 +- src/Assetic/Asset/Iterator/AssetCollectionFilterIterator.php | 2 +- src/Assetic/Asset/Iterator/AssetCollectionIterator.php | 2 +- src/Assetic/Asset/StringAsset.php | 2 +- src/Assetic/AssetManager.php | 2 +- src/Assetic/AssetWriter.php | 2 +- src/Assetic/Cache/ApcCache.php | 2 +- src/Assetic/Cache/CacheInterface.php | 2 +- src/Assetic/Cache/ConfigCache.php | 2 +- src/Assetic/Cache/ExpiringCache.php | 2 +- src/Assetic/Cache/FilesystemCache.php | 2 +- src/Assetic/Exception/Exception.php | 2 +- src/Assetic/Exception/FilterException.php | 2 +- src/Assetic/Extension/Twig/AsseticExtension.php | 2 +- src/Assetic/Extension/Twig/AsseticFilterFunction.php | 2 +- src/Assetic/Extension/Twig/AsseticFilterInvoker.php | 2 +- src/Assetic/Extension/Twig/AsseticNode.php | 2 +- src/Assetic/Extension/Twig/AsseticTokenParser.php | 2 +- src/Assetic/Extension/Twig/TwigFormulaLoader.php | 2 +- src/Assetic/Extension/Twig/TwigResource.php | 2 +- src/Assetic/Factory/AssetFactory.php | 2 +- src/Assetic/Factory/LazyAssetManager.php | 2 +- src/Assetic/Factory/Loader/BasePhpFormulaLoader.php | 2 +- src/Assetic/Factory/Loader/CachedFormulaLoader.php | 2 +- src/Assetic/Factory/Loader/FormulaLoaderInterface.php | 2 +- src/Assetic/Factory/Loader/FunctionCallsFormulaLoader.php | 2 +- src/Assetic/Factory/Resource/CoalescingDirectoryResource.php | 2 +- src/Assetic/Factory/Resource/DirectoryResource.php | 2 +- src/Assetic/Factory/Resource/FileResource.php | 2 +- src/Assetic/Factory/Resource/IteratorResourceInterface.php | 2 +- src/Assetic/Factory/Resource/ResourceInterface.php | 2 +- src/Assetic/Factory/Worker/EnsureFilterWorker.php | 2 +- src/Assetic/Factory/Worker/WorkerInterface.php | 2 +- src/Assetic/Filter/BaseCssFilter.php | 2 +- src/Assetic/Filter/CallablesFilter.php | 2 +- src/Assetic/Filter/CoffeeScriptFilter.php | 2 +- src/Assetic/Filter/CompassFilter.php | 2 +- src/Assetic/Filter/CssEmbedFilter.php | 2 +- src/Assetic/Filter/CssImportFilter.php | 2 +- src/Assetic/Filter/CssMinFilter.php | 2 +- src/Assetic/Filter/CssRewriteFilter.php | 2 +- src/Assetic/Filter/FilterCollection.php | 2 +- src/Assetic/Filter/FilterInterface.php | 2 +- src/Assetic/Filter/GoogleClosure/BaseCompilerFilter.php | 2 +- src/Assetic/Filter/GoogleClosure/CompilerApiFilter.php | 2 +- src/Assetic/Filter/GoogleClosure/CompilerJarFilter.php | 2 +- src/Assetic/Filter/GssFilter.php | 2 +- src/Assetic/Filter/JpegoptimFilter.php | 2 +- src/Assetic/Filter/JpegtranFilter.php | 2 +- src/Assetic/Filter/LessFilter.php | 2 +- src/Assetic/Filter/LessphpFilter.php | 2 +- src/Assetic/Filter/OptiPngFilter.php | 2 +- src/Assetic/Filter/PackagerFilter.php | 2 +- src/Assetic/Filter/PngoutFilter.php | 2 +- src/Assetic/Filter/Sass/SassFilter.php | 2 +- src/Assetic/Filter/Sass/ScssFilter.php | 2 +- src/Assetic/Filter/SprocketsFilter.php | 2 +- src/Assetic/Filter/StylusFilter.php | 2 +- src/Assetic/Filter/UglifyJsFilter.php | 2 +- src/Assetic/Filter/Yui/BaseCompressorFilter.php | 2 +- src/Assetic/Filter/Yui/CssCompressorFilter.php | 2 +- src/Assetic/Filter/Yui/JsCompressorFilter.php | 2 +- src/Assetic/FilterManager.php | 2 +- src/Assetic/Util/TraversableString.php | 2 +- src/Assetic/ValueSupplierInterface.php | 2 +- src/functions.php | 2 +- tests/Assetic/Test/Asset/AssetCacheTest.php | 2 +- tests/Assetic/Test/Asset/AssetCollectionTest.php | 2 +- tests/Assetic/Test/Asset/AssetReferenceTest.php | 2 +- tests/Assetic/Test/Asset/FileAssetTest.php | 2 +- tests/Assetic/Test/Asset/GlobAssetTest.php | 2 +- tests/Assetic/Test/Asset/HttpAssetTest.php | 2 +- tests/Assetic/Test/Asset/StringAssetTest.php | 2 +- tests/Assetic/Test/AssetManagerTest.php | 2 +- tests/Assetic/Test/AssetWriterTest.php | 2 +- tests/Assetic/Test/Cache/ApcCacheTest.php | 2 +- tests/Assetic/Test/Cache/ConfigCacheTest.php | 2 +- tests/Assetic/Test/Cache/ExpiringCacheTest.php | 2 +- tests/Assetic/Test/Cache/FilesystemCacheTest.php | 2 +- tests/Assetic/Test/Extension/Twig/AsseticExtensionTest.php | 2 +- tests/Assetic/Test/Extension/Twig/TwigFormulaLoaderTest.php | 2 +- tests/Assetic/Test/Extension/Twig/TwigResourceTest.php | 2 +- tests/Assetic/Test/Factory/AssetFactoryTest.php | 2 +- tests/Assetic/Test/Factory/LazyAssetManagerTest.php | 2 +- tests/Assetic/Test/Factory/Loader/CachedFormulaLoaderTest.php | 2 +- .../Test/Factory/Loader/FunctionCallsFormulaLoaderTest.php | 2 +- .../Test/Factory/Resource/CoalescingDirectoryResourceTest.php | 2 +- tests/Assetic/Test/Factory/Resource/DirectoryResourceTest.php | 2 +- tests/Assetic/Test/Factory/Resource/FileResourceTest.php | 2 +- tests/Assetic/Test/Factory/Worker/EnsureFilterWorkerTest.php | 2 +- tests/Assetic/Test/Filter/BaseImageFilterTest.php | 2 +- tests/Assetic/Test/Filter/CallablesFilterTest.php | 2 +- tests/Assetic/Test/Filter/CoffeeScriptFilterTest.php | 2 +- tests/Assetic/Test/Filter/CompassFilterTest.php | 2 +- tests/Assetic/Test/Filter/CssEmbedFilterTest.php | 2 +- tests/Assetic/Test/Filter/CssImportFilterTest.php | 2 +- tests/Assetic/Test/Filter/CssMinFilterTest.php | 2 +- tests/Assetic/Test/Filter/CssRewriteFilterTest.php | 2 +- tests/Assetic/Test/Filter/FilterCollectionTest.php | 2 +- .../Assetic/Test/Filter/GoogleClosure/CompilerApiFilterTest.php | 2 +- .../Assetic/Test/Filter/GoogleClosure/CompilerJarFilterTest.php | 2 +- tests/Assetic/Test/Filter/GssFilterTest.php | 2 +- tests/Assetic/Test/Filter/JpegoptimFilterTest.php | 2 +- tests/Assetic/Test/Filter/JpegtranFilterTest.php | 2 +- tests/Assetic/Test/Filter/LessFilterTest.php | 2 +- tests/Assetic/Test/Filter/LessphpFilterTest.php | 2 +- tests/Assetic/Test/Filter/OptiPngFilterTest.php | 2 +- tests/Assetic/Test/Filter/PackagerFilterTest.php | 2 +- tests/Assetic/Test/Filter/PngoutFilterTest.php | 2 +- tests/Assetic/Test/Filter/Sass/SassFilterTest.php | 2 +- tests/Assetic/Test/Filter/Sass/ScssFilterTest.php | 2 +- tests/Assetic/Test/Filter/SprocketsFilterTest.php | 2 +- tests/Assetic/Test/Filter/StylusFilterTest.php | 2 +- tests/Assetic/Test/Filter/UglifyJsFilterTest.php | 2 +- tests/Assetic/Test/Filter/Yui/BaseCompressorFilterTest.php | 2 +- tests/Assetic/Test/Filter/Yui/CssCompressorFilterTest.php | 2 +- tests/Assetic/Test/Filter/Yui/JsCompressorFilterTest.php | 2 +- tests/Assetic/Test/FilterManagerTest.php | 2 +- tests/Assetic/Test/Util/ProcessBuilderTest.php | 2 +- tests/Assetic/Test/Util/TraversableStringTest.php | 2 +- tests/bootstrap.php | 2 +- 130 files changed, 130 insertions(+), 130 deletions(-) diff --git a/LICENSE b/LICENSE index 55b3ae0e2..1060e5b03 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2010-2011 OpenSky Project Inc +Copyright (c) 2010-2012 OpenSky Project Inc 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/Assetic/Asset/AssetCache.php b/src/Assetic/Asset/AssetCache.php index eb8222672..c20de7185 100644 --- a/src/Assetic/Asset/AssetCache.php +++ b/src/Assetic/Asset/AssetCache.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Asset/AssetCollection.php b/src/Assetic/Asset/AssetCollection.php index 176b5da04..491d8ddd5 100644 --- a/src/Assetic/Asset/AssetCollection.php +++ b/src/Assetic/Asset/AssetCollection.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Asset/AssetCollectionInterface.php b/src/Assetic/Asset/AssetCollectionInterface.php index d3311f2c7..710e75ab7 100644 --- a/src/Assetic/Asset/AssetCollectionInterface.php +++ b/src/Assetic/Asset/AssetCollectionInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Asset/AssetInterface.php b/src/Assetic/Asset/AssetInterface.php index 975e7ebec..f3243177a 100644 --- a/src/Assetic/Asset/AssetInterface.php +++ b/src/Assetic/Asset/AssetInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Asset/AssetReference.php b/src/Assetic/Asset/AssetReference.php index 75082e611..488877a49 100644 --- a/src/Assetic/Asset/AssetReference.php +++ b/src/Assetic/Asset/AssetReference.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Asset/BaseAsset.php b/src/Assetic/Asset/BaseAsset.php index 882a7da91..1ce93ae3e 100644 --- a/src/Assetic/Asset/BaseAsset.php +++ b/src/Assetic/Asset/BaseAsset.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Asset/FileAsset.php b/src/Assetic/Asset/FileAsset.php index 1580f5065..0bf171c2a 100644 --- a/src/Assetic/Asset/FileAsset.php +++ b/src/Assetic/Asset/FileAsset.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Asset/GlobAsset.php b/src/Assetic/Asset/GlobAsset.php index c96f45feb..4f8559cac 100644 --- a/src/Assetic/Asset/GlobAsset.php +++ b/src/Assetic/Asset/GlobAsset.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Asset/HttpAsset.php b/src/Assetic/Asset/HttpAsset.php index 1e6414c2b..64f24376b 100644 --- a/src/Assetic/Asset/HttpAsset.php +++ b/src/Assetic/Asset/HttpAsset.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Asset/Iterator/AssetCollectionFilterIterator.php b/src/Assetic/Asset/Iterator/AssetCollectionFilterIterator.php index d1f5e0dc0..f9ad79b68 100644 --- a/src/Assetic/Asset/Iterator/AssetCollectionFilterIterator.php +++ b/src/Assetic/Asset/Iterator/AssetCollectionFilterIterator.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Asset/Iterator/AssetCollectionIterator.php b/src/Assetic/Asset/Iterator/AssetCollectionIterator.php index 791dc3b0d..09330fef3 100644 --- a/src/Assetic/Asset/Iterator/AssetCollectionIterator.php +++ b/src/Assetic/Asset/Iterator/AssetCollectionIterator.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Asset/StringAsset.php b/src/Assetic/Asset/StringAsset.php index adc8393b3..6d6dc5f79 100644 --- a/src/Assetic/Asset/StringAsset.php +++ b/src/Assetic/Asset/StringAsset.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/AssetManager.php b/src/Assetic/AssetManager.php index 53081d935..230e4fc7e 100644 --- a/src/Assetic/AssetManager.php +++ b/src/Assetic/AssetManager.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/AssetWriter.php b/src/Assetic/AssetWriter.php index c394a273d..75f1ae585 100644 --- a/src/Assetic/AssetWriter.php +++ b/src/Assetic/AssetWriter.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Cache/ApcCache.php b/src/Assetic/Cache/ApcCache.php index 32a3a9bbc..22855884c 100644 --- a/src/Assetic/Cache/ApcCache.php +++ b/src/Assetic/Cache/ApcCache.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Cache/CacheInterface.php b/src/Assetic/Cache/CacheInterface.php index 877d3308f..8b9334d7f 100644 --- a/src/Assetic/Cache/CacheInterface.php +++ b/src/Assetic/Cache/CacheInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Cache/ConfigCache.php b/src/Assetic/Cache/ConfigCache.php index 31f6469c2..de60c9ef7 100644 --- a/src/Assetic/Cache/ConfigCache.php +++ b/src/Assetic/Cache/ConfigCache.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Cache/ExpiringCache.php b/src/Assetic/Cache/ExpiringCache.php index 100d062bd..9e95b6dce 100644 --- a/src/Assetic/Cache/ExpiringCache.php +++ b/src/Assetic/Cache/ExpiringCache.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Cache/FilesystemCache.php b/src/Assetic/Cache/FilesystemCache.php index 5760e7f05..45cfbdb58 100644 --- a/src/Assetic/Cache/FilesystemCache.php +++ b/src/Assetic/Cache/FilesystemCache.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Exception/Exception.php b/src/Assetic/Exception/Exception.php index 2874105d0..1d1e928da 100644 --- a/src/Assetic/Exception/Exception.php +++ b/src/Assetic/Exception/Exception.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Exception/FilterException.php b/src/Assetic/Exception/FilterException.php index 281fdfbd4..82203de1b 100644 --- a/src/Assetic/Exception/FilterException.php +++ b/src/Assetic/Exception/FilterException.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Extension/Twig/AsseticExtension.php b/src/Assetic/Extension/Twig/AsseticExtension.php index 9e635e962..6d91443e3 100644 --- a/src/Assetic/Extension/Twig/AsseticExtension.php +++ b/src/Assetic/Extension/Twig/AsseticExtension.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Extension/Twig/AsseticFilterFunction.php b/src/Assetic/Extension/Twig/AsseticFilterFunction.php index f0fdced3a..c5c79a8db 100644 --- a/src/Assetic/Extension/Twig/AsseticFilterFunction.php +++ b/src/Assetic/Extension/Twig/AsseticFilterFunction.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Extension/Twig/AsseticFilterInvoker.php b/src/Assetic/Extension/Twig/AsseticFilterInvoker.php index 7df914cb1..78accd56c 100644 --- a/src/Assetic/Extension/Twig/AsseticFilterInvoker.php +++ b/src/Assetic/Extension/Twig/AsseticFilterInvoker.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Extension/Twig/AsseticNode.php b/src/Assetic/Extension/Twig/AsseticNode.php index 35fc23c68..c60daee4d 100644 --- a/src/Assetic/Extension/Twig/AsseticNode.php +++ b/src/Assetic/Extension/Twig/AsseticNode.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Extension/Twig/AsseticTokenParser.php b/src/Assetic/Extension/Twig/AsseticTokenParser.php index 530cd24b7..c63fd0686 100644 --- a/src/Assetic/Extension/Twig/AsseticTokenParser.php +++ b/src/Assetic/Extension/Twig/AsseticTokenParser.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Extension/Twig/TwigFormulaLoader.php b/src/Assetic/Extension/Twig/TwigFormulaLoader.php index 65d0eae34..6edd25b97 100644 --- a/src/Assetic/Extension/Twig/TwigFormulaLoader.php +++ b/src/Assetic/Extension/Twig/TwigFormulaLoader.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Extension/Twig/TwigResource.php b/src/Assetic/Extension/Twig/TwigResource.php index b1b9786f1..58d4b4524 100644 --- a/src/Assetic/Extension/Twig/TwigResource.php +++ b/src/Assetic/Extension/Twig/TwigResource.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Factory/AssetFactory.php b/src/Assetic/Factory/AssetFactory.php index 45985e8a0..e946d8636 100644 --- a/src/Assetic/Factory/AssetFactory.php +++ b/src/Assetic/Factory/AssetFactory.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Factory/LazyAssetManager.php b/src/Assetic/Factory/LazyAssetManager.php index 0da350e9b..9a5fa132f 100644 --- a/src/Assetic/Factory/LazyAssetManager.php +++ b/src/Assetic/Factory/LazyAssetManager.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Factory/Loader/BasePhpFormulaLoader.php b/src/Assetic/Factory/Loader/BasePhpFormulaLoader.php index 9f565915d..a205a038c 100644 --- a/src/Assetic/Factory/Loader/BasePhpFormulaLoader.php +++ b/src/Assetic/Factory/Loader/BasePhpFormulaLoader.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Factory/Loader/CachedFormulaLoader.php b/src/Assetic/Factory/Loader/CachedFormulaLoader.php index 1ce8c0c5f..174fdd29a 100644 --- a/src/Assetic/Factory/Loader/CachedFormulaLoader.php +++ b/src/Assetic/Factory/Loader/CachedFormulaLoader.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Factory/Loader/FormulaLoaderInterface.php b/src/Assetic/Factory/Loader/FormulaLoaderInterface.php index c822fb415..f1e877d25 100644 --- a/src/Assetic/Factory/Loader/FormulaLoaderInterface.php +++ b/src/Assetic/Factory/Loader/FormulaLoaderInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Factory/Loader/FunctionCallsFormulaLoader.php b/src/Assetic/Factory/Loader/FunctionCallsFormulaLoader.php index 6e706c79f..9147806f1 100644 --- a/src/Assetic/Factory/Loader/FunctionCallsFormulaLoader.php +++ b/src/Assetic/Factory/Loader/FunctionCallsFormulaLoader.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Factory/Resource/CoalescingDirectoryResource.php b/src/Assetic/Factory/Resource/CoalescingDirectoryResource.php index b64266cab..07f880e7a 100644 --- a/src/Assetic/Factory/Resource/CoalescingDirectoryResource.php +++ b/src/Assetic/Factory/Resource/CoalescingDirectoryResource.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Factory/Resource/DirectoryResource.php b/src/Assetic/Factory/Resource/DirectoryResource.php index 47d3e7c9a..3580d20ce 100644 --- a/src/Assetic/Factory/Resource/DirectoryResource.php +++ b/src/Assetic/Factory/Resource/DirectoryResource.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Factory/Resource/FileResource.php b/src/Assetic/Factory/Resource/FileResource.php index e5188c7be..1486f3e48 100644 --- a/src/Assetic/Factory/Resource/FileResource.php +++ b/src/Assetic/Factory/Resource/FileResource.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Factory/Resource/IteratorResourceInterface.php b/src/Assetic/Factory/Resource/IteratorResourceInterface.php index 771a25e83..02d797fd2 100644 --- a/src/Assetic/Factory/Resource/IteratorResourceInterface.php +++ b/src/Assetic/Factory/Resource/IteratorResourceInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Factory/Resource/ResourceInterface.php b/src/Assetic/Factory/Resource/ResourceInterface.php index ad35ba690..d53ffcdd4 100644 --- a/src/Assetic/Factory/Resource/ResourceInterface.php +++ b/src/Assetic/Factory/Resource/ResourceInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Factory/Worker/EnsureFilterWorker.php b/src/Assetic/Factory/Worker/EnsureFilterWorker.php index 3c7d64b99..189cab8b7 100644 --- a/src/Assetic/Factory/Worker/EnsureFilterWorker.php +++ b/src/Assetic/Factory/Worker/EnsureFilterWorker.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Factory/Worker/WorkerInterface.php b/src/Assetic/Factory/Worker/WorkerInterface.php index 018de7d27..003e4e4c2 100644 --- a/src/Assetic/Factory/Worker/WorkerInterface.php +++ b/src/Assetic/Factory/Worker/WorkerInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Filter/BaseCssFilter.php b/src/Assetic/Filter/BaseCssFilter.php index 6f8c099e0..0447fbcf4 100644 --- a/src/Assetic/Filter/BaseCssFilter.php +++ b/src/Assetic/Filter/BaseCssFilter.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Filter/CallablesFilter.php b/src/Assetic/Filter/CallablesFilter.php index f66d8a8eb..323d11c92 100644 --- a/src/Assetic/Filter/CallablesFilter.php +++ b/src/Assetic/Filter/CallablesFilter.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Filter/CoffeeScriptFilter.php b/src/Assetic/Filter/CoffeeScriptFilter.php index 131b80303..13a54e7a6 100644 --- a/src/Assetic/Filter/CoffeeScriptFilter.php +++ b/src/Assetic/Filter/CoffeeScriptFilter.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Filter/CompassFilter.php b/src/Assetic/Filter/CompassFilter.php index cfaeeeb9f..425e436b6 100644 --- a/src/Assetic/Filter/CompassFilter.php +++ b/src/Assetic/Filter/CompassFilter.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Filter/CssEmbedFilter.php b/src/Assetic/Filter/CssEmbedFilter.php index 43d124e0e..7e8a80b15 100644 --- a/src/Assetic/Filter/CssEmbedFilter.php +++ b/src/Assetic/Filter/CssEmbedFilter.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Filter/CssImportFilter.php b/src/Assetic/Filter/CssImportFilter.php index 25c78360f..aa1a7d9a1 100644 --- a/src/Assetic/Filter/CssImportFilter.php +++ b/src/Assetic/Filter/CssImportFilter.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Filter/CssMinFilter.php b/src/Assetic/Filter/CssMinFilter.php index 37a9888f3..cc0167239 100644 --- a/src/Assetic/Filter/CssMinFilter.php +++ b/src/Assetic/Filter/CssMinFilter.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Filter/CssRewriteFilter.php b/src/Assetic/Filter/CssRewriteFilter.php index f71a11cf8..c43143761 100644 --- a/src/Assetic/Filter/CssRewriteFilter.php +++ b/src/Assetic/Filter/CssRewriteFilter.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Filter/FilterCollection.php b/src/Assetic/Filter/FilterCollection.php index 1e52e29b5..1ee743dcd 100644 --- a/src/Assetic/Filter/FilterCollection.php +++ b/src/Assetic/Filter/FilterCollection.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Filter/FilterInterface.php b/src/Assetic/Filter/FilterInterface.php index 24239d2f2..0d816c2cb 100644 --- a/src/Assetic/Filter/FilterInterface.php +++ b/src/Assetic/Filter/FilterInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Filter/GoogleClosure/BaseCompilerFilter.php b/src/Assetic/Filter/GoogleClosure/BaseCompilerFilter.php index 468659826..e57115894 100644 --- a/src/Assetic/Filter/GoogleClosure/BaseCompilerFilter.php +++ b/src/Assetic/Filter/GoogleClosure/BaseCompilerFilter.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Filter/GoogleClosure/CompilerApiFilter.php b/src/Assetic/Filter/GoogleClosure/CompilerApiFilter.php index 49052b3cf..49459610b 100644 --- a/src/Assetic/Filter/GoogleClosure/CompilerApiFilter.php +++ b/src/Assetic/Filter/GoogleClosure/CompilerApiFilter.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Filter/GoogleClosure/CompilerJarFilter.php b/src/Assetic/Filter/GoogleClosure/CompilerJarFilter.php index 2af2dcccc..a86f06dbe 100644 --- a/src/Assetic/Filter/GoogleClosure/CompilerJarFilter.php +++ b/src/Assetic/Filter/GoogleClosure/CompilerJarFilter.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Filter/GssFilter.php b/src/Assetic/Filter/GssFilter.php index a6975cb88..895b3a203 100644 --- a/src/Assetic/Filter/GssFilter.php +++ b/src/Assetic/Filter/GssFilter.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Filter/JpegoptimFilter.php b/src/Assetic/Filter/JpegoptimFilter.php index e8e4cff3a..6b97e6ce2 100644 --- a/src/Assetic/Filter/JpegoptimFilter.php +++ b/src/Assetic/Filter/JpegoptimFilter.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Filter/JpegtranFilter.php b/src/Assetic/Filter/JpegtranFilter.php index 7a6dd24bc..95a354766 100644 --- a/src/Assetic/Filter/JpegtranFilter.php +++ b/src/Assetic/Filter/JpegtranFilter.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Filter/LessFilter.php b/src/Assetic/Filter/LessFilter.php index 226d232ce..cd7e32c67 100644 --- a/src/Assetic/Filter/LessFilter.php +++ b/src/Assetic/Filter/LessFilter.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Filter/LessphpFilter.php b/src/Assetic/Filter/LessphpFilter.php index 35d6cf861..c9f5a4382 100644 --- a/src/Assetic/Filter/LessphpFilter.php +++ b/src/Assetic/Filter/LessphpFilter.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Filter/OptiPngFilter.php b/src/Assetic/Filter/OptiPngFilter.php index 05c4f243b..19da807cd 100644 --- a/src/Assetic/Filter/OptiPngFilter.php +++ b/src/Assetic/Filter/OptiPngFilter.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Filter/PackagerFilter.php b/src/Assetic/Filter/PackagerFilter.php index 1baed0257..c3a331b13 100644 --- a/src/Assetic/Filter/PackagerFilter.php +++ b/src/Assetic/Filter/PackagerFilter.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Filter/PngoutFilter.php b/src/Assetic/Filter/PngoutFilter.php index 2c8a5748e..8e5169a9a 100644 --- a/src/Assetic/Filter/PngoutFilter.php +++ b/src/Assetic/Filter/PngoutFilter.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Filter/Sass/SassFilter.php b/src/Assetic/Filter/Sass/SassFilter.php index 57f7e219a..5a7372638 100644 --- a/src/Assetic/Filter/Sass/SassFilter.php +++ b/src/Assetic/Filter/Sass/SassFilter.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Filter/Sass/ScssFilter.php b/src/Assetic/Filter/Sass/ScssFilter.php index c8c05fe61..6044b840b 100644 --- a/src/Assetic/Filter/Sass/ScssFilter.php +++ b/src/Assetic/Filter/Sass/ScssFilter.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Filter/SprocketsFilter.php b/src/Assetic/Filter/SprocketsFilter.php index 8b328ea77..29bc71c8f 100644 --- a/src/Assetic/Filter/SprocketsFilter.php +++ b/src/Assetic/Filter/SprocketsFilter.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Filter/StylusFilter.php b/src/Assetic/Filter/StylusFilter.php index 9efd7f096..1ecc95829 100644 --- a/src/Assetic/Filter/StylusFilter.php +++ b/src/Assetic/Filter/StylusFilter.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Filter/UglifyJsFilter.php b/src/Assetic/Filter/UglifyJsFilter.php index c77fa5b64..c84841af4 100644 --- a/src/Assetic/Filter/UglifyJsFilter.php +++ b/src/Assetic/Filter/UglifyJsFilter.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Filter/Yui/BaseCompressorFilter.php b/src/Assetic/Filter/Yui/BaseCompressorFilter.php index 8231f4e1c..3d541d881 100644 --- a/src/Assetic/Filter/Yui/BaseCompressorFilter.php +++ b/src/Assetic/Filter/Yui/BaseCompressorFilter.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Filter/Yui/CssCompressorFilter.php b/src/Assetic/Filter/Yui/CssCompressorFilter.php index 9a3b7475c..26f7646b0 100644 --- a/src/Assetic/Filter/Yui/CssCompressorFilter.php +++ b/src/Assetic/Filter/Yui/CssCompressorFilter.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Filter/Yui/JsCompressorFilter.php b/src/Assetic/Filter/Yui/JsCompressorFilter.php index f7323c4e0..db48cf570 100644 --- a/src/Assetic/Filter/Yui/JsCompressorFilter.php +++ b/src/Assetic/Filter/Yui/JsCompressorFilter.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/FilterManager.php b/src/Assetic/FilterManager.php index a5caf9ecb..ddf6cac52 100644 --- a/src/Assetic/FilterManager.php +++ b/src/Assetic/FilterManager.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/Util/TraversableString.php b/src/Assetic/Util/TraversableString.php index 7c7ffe7ae..9f1a633ea 100644 --- a/src/Assetic/Util/TraversableString.php +++ b/src/Assetic/Util/TraversableString.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Assetic/ValueSupplierInterface.php b/src/Assetic/ValueSupplierInterface.php index fd461d495..ee87b9b71 100644 --- a/src/Assetic/ValueSupplierInterface.php +++ b/src/Assetic/ValueSupplierInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/functions.php b/src/functions.php index 8e1127968..264589e1a 100644 --- a/src/functions.php +++ b/src/functions.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Assetic/Test/Asset/AssetCacheTest.php b/tests/Assetic/Test/Asset/AssetCacheTest.php index efbf88d89..9484f2a6b 100644 --- a/tests/Assetic/Test/Asset/AssetCacheTest.php +++ b/tests/Assetic/Test/Asset/AssetCacheTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Assetic/Test/Asset/AssetCollectionTest.php b/tests/Assetic/Test/Asset/AssetCollectionTest.php index e3f08ebd7..9dd095fb1 100644 --- a/tests/Assetic/Test/Asset/AssetCollectionTest.php +++ b/tests/Assetic/Test/Asset/AssetCollectionTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Assetic/Test/Asset/AssetReferenceTest.php b/tests/Assetic/Test/Asset/AssetReferenceTest.php index e57a26ead..3a62b77e7 100644 --- a/tests/Assetic/Test/Asset/AssetReferenceTest.php +++ b/tests/Assetic/Test/Asset/AssetReferenceTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Assetic/Test/Asset/FileAssetTest.php b/tests/Assetic/Test/Asset/FileAssetTest.php index dd7ae2bef..c11d4c015 100644 --- a/tests/Assetic/Test/Asset/FileAssetTest.php +++ b/tests/Assetic/Test/Asset/FileAssetTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Assetic/Test/Asset/GlobAssetTest.php b/tests/Assetic/Test/Asset/GlobAssetTest.php index d75c02e61..e0d7199c4 100644 --- a/tests/Assetic/Test/Asset/GlobAssetTest.php +++ b/tests/Assetic/Test/Asset/GlobAssetTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Assetic/Test/Asset/HttpAssetTest.php b/tests/Assetic/Test/Asset/HttpAssetTest.php index 6e31e15ab..960492a5e 100644 --- a/tests/Assetic/Test/Asset/HttpAssetTest.php +++ b/tests/Assetic/Test/Asset/HttpAssetTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Assetic/Test/Asset/StringAssetTest.php b/tests/Assetic/Test/Asset/StringAssetTest.php index f11eb0a44..7994a3896 100644 --- a/tests/Assetic/Test/Asset/StringAssetTest.php +++ b/tests/Assetic/Test/Asset/StringAssetTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Assetic/Test/AssetManagerTest.php b/tests/Assetic/Test/AssetManagerTest.php index a2ad3b659..d4598554e 100644 --- a/tests/Assetic/Test/AssetManagerTest.php +++ b/tests/Assetic/Test/AssetManagerTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Assetic/Test/AssetWriterTest.php b/tests/Assetic/Test/AssetWriterTest.php index 2107d0d10..ed8061eb5 100644 --- a/tests/Assetic/Test/AssetWriterTest.php +++ b/tests/Assetic/Test/AssetWriterTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Assetic/Test/Cache/ApcCacheTest.php b/tests/Assetic/Test/Cache/ApcCacheTest.php index 827407f73..659c06fd0 100644 --- a/tests/Assetic/Test/Cache/ApcCacheTest.php +++ b/tests/Assetic/Test/Cache/ApcCacheTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Assetic/Test/Cache/ConfigCacheTest.php b/tests/Assetic/Test/Cache/ConfigCacheTest.php index 261265df7..78ab54123 100644 --- a/tests/Assetic/Test/Cache/ConfigCacheTest.php +++ b/tests/Assetic/Test/Cache/ConfigCacheTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Assetic/Test/Cache/ExpiringCacheTest.php b/tests/Assetic/Test/Cache/ExpiringCacheTest.php index 73f588e55..b67cab3e4 100644 --- a/tests/Assetic/Test/Cache/ExpiringCacheTest.php +++ b/tests/Assetic/Test/Cache/ExpiringCacheTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Assetic/Test/Cache/FilesystemCacheTest.php b/tests/Assetic/Test/Cache/FilesystemCacheTest.php index a180eeb61..daf41e97a 100644 --- a/tests/Assetic/Test/Cache/FilesystemCacheTest.php +++ b/tests/Assetic/Test/Cache/FilesystemCacheTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Assetic/Test/Extension/Twig/AsseticExtensionTest.php b/tests/Assetic/Test/Extension/Twig/AsseticExtensionTest.php index fb7c78f4e..360e03a0c 100644 --- a/tests/Assetic/Test/Extension/Twig/AsseticExtensionTest.php +++ b/tests/Assetic/Test/Extension/Twig/AsseticExtensionTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Assetic/Test/Extension/Twig/TwigFormulaLoaderTest.php b/tests/Assetic/Test/Extension/Twig/TwigFormulaLoaderTest.php index eb6276811..ba0f99c56 100644 --- a/tests/Assetic/Test/Extension/Twig/TwigFormulaLoaderTest.php +++ b/tests/Assetic/Test/Extension/Twig/TwigFormulaLoaderTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Assetic/Test/Extension/Twig/TwigResourceTest.php b/tests/Assetic/Test/Extension/Twig/TwigResourceTest.php index b2a379b9c..771da9f21 100644 --- a/tests/Assetic/Test/Extension/Twig/TwigResourceTest.php +++ b/tests/Assetic/Test/Extension/Twig/TwigResourceTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Assetic/Test/Factory/AssetFactoryTest.php b/tests/Assetic/Test/Factory/AssetFactoryTest.php index 35ada8400..7bfa8bc45 100644 --- a/tests/Assetic/Test/Factory/AssetFactoryTest.php +++ b/tests/Assetic/Test/Factory/AssetFactoryTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Assetic/Test/Factory/LazyAssetManagerTest.php b/tests/Assetic/Test/Factory/LazyAssetManagerTest.php index c439d01dd..46cdf94c2 100644 --- a/tests/Assetic/Test/Factory/LazyAssetManagerTest.php +++ b/tests/Assetic/Test/Factory/LazyAssetManagerTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Assetic/Test/Factory/Loader/CachedFormulaLoaderTest.php b/tests/Assetic/Test/Factory/Loader/CachedFormulaLoaderTest.php index 31e2dfc08..5253003b0 100644 --- a/tests/Assetic/Test/Factory/Loader/CachedFormulaLoaderTest.php +++ b/tests/Assetic/Test/Factory/Loader/CachedFormulaLoaderTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Assetic/Test/Factory/Loader/FunctionCallsFormulaLoaderTest.php b/tests/Assetic/Test/Factory/Loader/FunctionCallsFormulaLoaderTest.php index 5474714de..6b631bf50 100644 --- a/tests/Assetic/Test/Factory/Loader/FunctionCallsFormulaLoaderTest.php +++ b/tests/Assetic/Test/Factory/Loader/FunctionCallsFormulaLoaderTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Assetic/Test/Factory/Resource/CoalescingDirectoryResourceTest.php b/tests/Assetic/Test/Factory/Resource/CoalescingDirectoryResourceTest.php index 152a285db..32e8887ef 100644 --- a/tests/Assetic/Test/Factory/Resource/CoalescingDirectoryResourceTest.php +++ b/tests/Assetic/Test/Factory/Resource/CoalescingDirectoryResourceTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Assetic/Test/Factory/Resource/DirectoryResourceTest.php b/tests/Assetic/Test/Factory/Resource/DirectoryResourceTest.php index 795cd1cce..bbe5cff69 100644 --- a/tests/Assetic/Test/Factory/Resource/DirectoryResourceTest.php +++ b/tests/Assetic/Test/Factory/Resource/DirectoryResourceTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Assetic/Test/Factory/Resource/FileResourceTest.php b/tests/Assetic/Test/Factory/Resource/FileResourceTest.php index f13ef2318..4864c8016 100644 --- a/tests/Assetic/Test/Factory/Resource/FileResourceTest.php +++ b/tests/Assetic/Test/Factory/Resource/FileResourceTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Assetic/Test/Factory/Worker/EnsureFilterWorkerTest.php b/tests/Assetic/Test/Factory/Worker/EnsureFilterWorkerTest.php index 7dc6e3035..bdcffe549 100644 --- a/tests/Assetic/Test/Factory/Worker/EnsureFilterWorkerTest.php +++ b/tests/Assetic/Test/Factory/Worker/EnsureFilterWorkerTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Assetic/Test/Filter/BaseImageFilterTest.php b/tests/Assetic/Test/Filter/BaseImageFilterTest.php index a1f358205..eb26c1961 100644 --- a/tests/Assetic/Test/Filter/BaseImageFilterTest.php +++ b/tests/Assetic/Test/Filter/BaseImageFilterTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Assetic/Test/Filter/CallablesFilterTest.php b/tests/Assetic/Test/Filter/CallablesFilterTest.php index 9f2f995ba..252f2d1ed 100644 --- a/tests/Assetic/Test/Filter/CallablesFilterTest.php +++ b/tests/Assetic/Test/Filter/CallablesFilterTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Assetic/Test/Filter/CoffeeScriptFilterTest.php b/tests/Assetic/Test/Filter/CoffeeScriptFilterTest.php index 53e1a6e8f..b6b767189 100644 --- a/tests/Assetic/Test/Filter/CoffeeScriptFilterTest.php +++ b/tests/Assetic/Test/Filter/CoffeeScriptFilterTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Assetic/Test/Filter/CompassFilterTest.php b/tests/Assetic/Test/Filter/CompassFilterTest.php index 573359659..4231e8a72 100644 --- a/tests/Assetic/Test/Filter/CompassFilterTest.php +++ b/tests/Assetic/Test/Filter/CompassFilterTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Assetic/Test/Filter/CssEmbedFilterTest.php b/tests/Assetic/Test/Filter/CssEmbedFilterTest.php index 4334bbb9f..579abf273 100644 --- a/tests/Assetic/Test/Filter/CssEmbedFilterTest.php +++ b/tests/Assetic/Test/Filter/CssEmbedFilterTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Assetic/Test/Filter/CssImportFilterTest.php b/tests/Assetic/Test/Filter/CssImportFilterTest.php index ae8d073db..ecde8e15d 100644 --- a/tests/Assetic/Test/Filter/CssImportFilterTest.php +++ b/tests/Assetic/Test/Filter/CssImportFilterTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Assetic/Test/Filter/CssMinFilterTest.php b/tests/Assetic/Test/Filter/CssMinFilterTest.php index af294b218..4ecb20181 100644 --- a/tests/Assetic/Test/Filter/CssMinFilterTest.php +++ b/tests/Assetic/Test/Filter/CssMinFilterTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Assetic/Test/Filter/CssRewriteFilterTest.php b/tests/Assetic/Test/Filter/CssRewriteFilterTest.php index 352ec69d2..4c497bfb5 100644 --- a/tests/Assetic/Test/Filter/CssRewriteFilterTest.php +++ b/tests/Assetic/Test/Filter/CssRewriteFilterTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Assetic/Test/Filter/FilterCollectionTest.php b/tests/Assetic/Test/Filter/FilterCollectionTest.php index 5a7c52340..277c773bd 100644 --- a/tests/Assetic/Test/Filter/FilterCollectionTest.php +++ b/tests/Assetic/Test/Filter/FilterCollectionTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Assetic/Test/Filter/GoogleClosure/CompilerApiFilterTest.php b/tests/Assetic/Test/Filter/GoogleClosure/CompilerApiFilterTest.php index 83928b570..a8458d002 100644 --- a/tests/Assetic/Test/Filter/GoogleClosure/CompilerApiFilterTest.php +++ b/tests/Assetic/Test/Filter/GoogleClosure/CompilerApiFilterTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Assetic/Test/Filter/GoogleClosure/CompilerJarFilterTest.php b/tests/Assetic/Test/Filter/GoogleClosure/CompilerJarFilterTest.php index bb35fa821..2edb9c623 100644 --- a/tests/Assetic/Test/Filter/GoogleClosure/CompilerJarFilterTest.php +++ b/tests/Assetic/Test/Filter/GoogleClosure/CompilerJarFilterTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Assetic/Test/Filter/GssFilterTest.php b/tests/Assetic/Test/Filter/GssFilterTest.php index 6fc800e4c..2b4c7bcc8 100644 --- a/tests/Assetic/Test/Filter/GssFilterTest.php +++ b/tests/Assetic/Test/Filter/GssFilterTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Assetic/Test/Filter/JpegoptimFilterTest.php b/tests/Assetic/Test/Filter/JpegoptimFilterTest.php index cb9746394..d0a67612b 100644 --- a/tests/Assetic/Test/Filter/JpegoptimFilterTest.php +++ b/tests/Assetic/Test/Filter/JpegoptimFilterTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Assetic/Test/Filter/JpegtranFilterTest.php b/tests/Assetic/Test/Filter/JpegtranFilterTest.php index 074900e45..10245f686 100644 --- a/tests/Assetic/Test/Filter/JpegtranFilterTest.php +++ b/tests/Assetic/Test/Filter/JpegtranFilterTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Assetic/Test/Filter/LessFilterTest.php b/tests/Assetic/Test/Filter/LessFilterTest.php index 0727f4c40..ce97a862f 100644 --- a/tests/Assetic/Test/Filter/LessFilterTest.php +++ b/tests/Assetic/Test/Filter/LessFilterTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Assetic/Test/Filter/LessphpFilterTest.php b/tests/Assetic/Test/Filter/LessphpFilterTest.php index 65ba39364..a058f91d3 100644 --- a/tests/Assetic/Test/Filter/LessphpFilterTest.php +++ b/tests/Assetic/Test/Filter/LessphpFilterTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Assetic/Test/Filter/OptiPngFilterTest.php b/tests/Assetic/Test/Filter/OptiPngFilterTest.php index 50fef523f..c2f72c7d6 100644 --- a/tests/Assetic/Test/Filter/OptiPngFilterTest.php +++ b/tests/Assetic/Test/Filter/OptiPngFilterTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Assetic/Test/Filter/PackagerFilterTest.php b/tests/Assetic/Test/Filter/PackagerFilterTest.php index c6d5a64fc..7dcdaa07d 100644 --- a/tests/Assetic/Test/Filter/PackagerFilterTest.php +++ b/tests/Assetic/Test/Filter/PackagerFilterTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Assetic/Test/Filter/PngoutFilterTest.php b/tests/Assetic/Test/Filter/PngoutFilterTest.php index 596922010..23c07129c 100644 --- a/tests/Assetic/Test/Filter/PngoutFilterTest.php +++ b/tests/Assetic/Test/Filter/PngoutFilterTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Assetic/Test/Filter/Sass/SassFilterTest.php b/tests/Assetic/Test/Filter/Sass/SassFilterTest.php index c5bcaca18..874e5911c 100644 --- a/tests/Assetic/Test/Filter/Sass/SassFilterTest.php +++ b/tests/Assetic/Test/Filter/Sass/SassFilterTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Assetic/Test/Filter/Sass/ScssFilterTest.php b/tests/Assetic/Test/Filter/Sass/ScssFilterTest.php index 4401eae7c..a08fe0e6b 100644 --- a/tests/Assetic/Test/Filter/Sass/ScssFilterTest.php +++ b/tests/Assetic/Test/Filter/Sass/ScssFilterTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Assetic/Test/Filter/SprocketsFilterTest.php b/tests/Assetic/Test/Filter/SprocketsFilterTest.php index 637d4c109..8694dc5e5 100644 --- a/tests/Assetic/Test/Filter/SprocketsFilterTest.php +++ b/tests/Assetic/Test/Filter/SprocketsFilterTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Assetic/Test/Filter/StylusFilterTest.php b/tests/Assetic/Test/Filter/StylusFilterTest.php index 0e030566e..03fc72944 100644 --- a/tests/Assetic/Test/Filter/StylusFilterTest.php +++ b/tests/Assetic/Test/Filter/StylusFilterTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Assetic/Test/Filter/UglifyJsFilterTest.php b/tests/Assetic/Test/Filter/UglifyJsFilterTest.php index e492a0d54..bc4b24296 100644 --- a/tests/Assetic/Test/Filter/UglifyJsFilterTest.php +++ b/tests/Assetic/Test/Filter/UglifyJsFilterTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Assetic/Test/Filter/Yui/BaseCompressorFilterTest.php b/tests/Assetic/Test/Filter/Yui/BaseCompressorFilterTest.php index 9ab410693..39491b10b 100644 --- a/tests/Assetic/Test/Filter/Yui/BaseCompressorFilterTest.php +++ b/tests/Assetic/Test/Filter/Yui/BaseCompressorFilterTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Assetic/Test/Filter/Yui/CssCompressorFilterTest.php b/tests/Assetic/Test/Filter/Yui/CssCompressorFilterTest.php index cb342db37..61f9fd848 100644 --- a/tests/Assetic/Test/Filter/Yui/CssCompressorFilterTest.php +++ b/tests/Assetic/Test/Filter/Yui/CssCompressorFilterTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Assetic/Test/Filter/Yui/JsCompressorFilterTest.php b/tests/Assetic/Test/Filter/Yui/JsCompressorFilterTest.php index 44c193ae7..c3918371e 100644 --- a/tests/Assetic/Test/Filter/Yui/JsCompressorFilterTest.php +++ b/tests/Assetic/Test/Filter/Yui/JsCompressorFilterTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Assetic/Test/FilterManagerTest.php b/tests/Assetic/Test/FilterManagerTest.php index 8126ebe8f..6d54a717d 100644 --- a/tests/Assetic/Test/FilterManagerTest.php +++ b/tests/Assetic/Test/FilterManagerTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Assetic/Test/Util/ProcessBuilderTest.php b/tests/Assetic/Test/Util/ProcessBuilderTest.php index 120628b39..7dfc73d7c 100644 --- a/tests/Assetic/Test/Util/ProcessBuilderTest.php +++ b/tests/Assetic/Test/Util/ProcessBuilderTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/Assetic/Test/Util/TraversableStringTest.php b/tests/Assetic/Test/Util/TraversableStringTest.php index 6c5f7b552..47bd05a8a 100644 --- a/tests/Assetic/Test/Util/TraversableStringTest.php +++ b/tests/Assetic/Test/Util/TraversableStringTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/tests/bootstrap.php b/tests/bootstrap.php index f08ad15da..c359adab1 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -3,7 +3,7 @@ /* * This file is part of the Assetic package, an OpenSky project. * - * (c) 2010-2011 OpenSky Project Inc + * (c) 2010-2012 OpenSky Project Inc * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code.