mirror of
https://github.com/Respect/Validation.git
synced 2026-03-16 23:35:45 +01:00
Add license information and copyright in all files
This commit is contained in:
parent
b8c76e3054
commit
a3c945aa51
340 changed files with 3060 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
use Respect\Validation\Validator as v;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue