Skip to content

Commit ad8b81b

Browse files
committed
Add license information
1 parent c57d130 commit ad8b81b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/LanguageDetector/LanguageDetector.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
11
<?php
22

3+
/*
4+
* This file is part of the LanguageDetector package.
5+
*
6+
* Copyright (c) landrok at github.com/landrok
7+
*
8+
* For the full copyright and license information, please see
9+
* <https://github.com/landrok/language-detector/blob/master/LICENSE>.
10+
*/
11+
312
namespace LanguageDetector;
413

514
use Exception;
615
use Webmozart\Assert\Assert;
716

17+
/**
18+
* LanguageDetector is the entry point for the detecting process.
19+
*/
820
class LanguageDetector
921
{
1022
/** @var array */

0 commit comments

Comments
 (0)