diff -ru src/Symfony/Component/HttpKernel/HttpCache/HttpCache.php src/Symfony/Component/HttpKernel/HttpCache/HttpCache.php --- src/Symfony/Component/HttpKernel/HttpCache/HttpCache.php 2018-11-19 21:07:38.853610955 +0000 +++ src/Symfony/Component/HttpKernel/HttpCache/HttpCache.php 2018-11-19 21:07:44.951509738 +0000 @@ -5,6 +5,15 @@ * * (c) Fabien Potencier * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +/* + * This file is part of the Symfony package. + * + * (c) Fabien Potencier + * * This code is partially based on the Rack-Cache library by Ryan Tomayko, * which is released under the MIT license. * (based on commit 02d2b48d75bcb63cf1c0c7149c077ad256542801)