diff options
Diffstat (limited to 'vendor/symfony/polyfill-intl-idn/Resources/unidata/Regex.php')
-rw-r--r-- | vendor/symfony/polyfill-intl-idn/Resources/unidata/Regex.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vendor/symfony/polyfill-intl-idn/Resources/unidata/Regex.php b/vendor/symfony/polyfill-intl-idn/Resources/unidata/Regex.php index 343ad49..698ee91 100644 --- a/vendor/symfony/polyfill-intl-idn/Resources/unidata/Regex.php +++ b/vendor/symfony/polyfill-intl-idn/Resources/unidata/Regex.php @@ -1,5 +1,14 @@ <?php
+/*
+ * This file is part of the Symfony package.
+ *
+ * (c) Fabien Potencier <fabien@symfony.com>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
namespace Symfony\Polyfill\Intl\Idn\Resources\unidata;
/**
|