Add license information and copyright in all files

This commit is contained in:
Henrique Moody 2015-06-08 12:09:25 -03:00
commit a3c945aa51
340 changed files with 3060 additions and 0 deletions

View file

@ -1,5 +1,14 @@
<?php
/*
* This file is part of Respect/Validation.
*
* (c) Alexandre Gomes Gaigalas <alexandre@gaigalas.net>
*
* For the full copyright and license information, please view the "LICENSE.md"
* file that was distributed with this source code.
*/
namespace Respect\Validation\Exceptions;
interface NestedValidationExceptionInterface extends ValidationExceptionInterface