Skip to content

Commit

Permalink
Add license information
Browse files Browse the repository at this point in the history
  • Loading branch information
landrok committed Jan 18, 2017
1 parent c57d130 commit ad8b81b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/LanguageDetector/LanguageDetector.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,22 @@
<?php

/*
* This file is part of the LanguageDetector package.
*
* Copyright (c) landrok at github.com/landrok
*
* For the full copyright and license information, please see
* <https://github.com/landrok/language-detector/blob/master/LICENSE>.
*/

namespace LanguageDetector;

use Exception;
use Webmozart\Assert\Assert;

/**
* LanguageDetector is the entry point for the detecting process.
*/
class LanguageDetector
{
/** @var array */
Expand Down

0 comments on commit ad8b81b

Please sign in to comment.