Skip to content

Commit cf8c1cb

Browse files
committed
license updates, changelog
1 parent 7c64dfd commit cf8c1cb

10 files changed

+47
-41
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ We do not give estimated times for completion on `Accepted` Proposals.
1111

1212
---
1313

14+
### v1.0.2 - 2014-12-10
15+
16+
`ADDED`
17+
18+
- Fixed a bug on the markdown interpreter.
19+
1420
### v1.0.1 - 2013-06-14
1521

1622
`ADDED`

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cartalyst/interpret",
33
"description": "Driver-based content rendering package",
44
"keywords": ["cartalyst", "laravel", "markdown", "content"],
5-
"license": "proprietary",
5+
"license": "BSD-3-Clause",
66
"authors": [
77
{
88
"name": "Cartalyst LLC",

src/Content/Content.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
*
55
* NOTICE OF LICENSE
66
*
7-
* Licensed under the Cartalyst PSL License.
7+
* Licensed under BSD-3-Clause.
88
*
9-
* This source file is subject to the Cartalyst PSL License that is
10-
* bundled with this package in the license.txt file.
9+
* This source file is subject to the BSD-3-Clause License that is
10+
* bundled with this package in the LICENSE file.
1111
*
1212
* @package Interpret
13-
* @version 1.0.1
13+
* @version 1.0.2
1414
* @author Cartalyst LLC
15-
* @license Cartalyst PSL
15+
* @license BSD-3-Clause
1616
* @copyright (c) 2011-2014, Cartalyst LLC
1717
* @link http://cartalyst.com
1818
*/

src/Content/ContentInterface.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
*
55
* NOTICE OF LICENSE
66
*
7-
* Licensed under the Cartalyst PSL License.
7+
* Licensed under BSD-3-Clause.
88
*
9-
* This source file is subject to the Cartalyst PSL License that is
10-
* bundled with this package in the license.txt file.
9+
* This source file is subject to the BSD-3-Clause License that is
10+
* bundled with this package in the LICENSE file.
1111
*
1212
* @package Interpret
13-
* @version 1.0.1
13+
* @version 1.0.2
1414
* @author Cartalyst LLC
15-
* @license Cartalyst PSL
15+
* @license BSD-3-Clause
1616
* @copyright (c) 2011-2014, Cartalyst LLC
1717
* @link http://cartalyst.com
1818
*/

src/Content/HtmlContent.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
*
55
* NOTICE OF LICENSE
66
*
7-
* Licensed under the Cartalyst PSL License.
7+
* Licensed under BSD-3-Clause.
88
*
9-
* This source file is subject to the Cartalyst PSL License that is
10-
* bundled with this package in the license.txt file.
9+
* This source file is subject to the BSD-3-Clause License that is
10+
* bundled with this package in the LICENSE file.
1111
*
1212
* @package Interpret
13-
* @version 1.0.1
13+
* @version 1.0.2
1414
* @author Cartalyst LLC
15-
* @license Cartalyst PSL
15+
* @license BSD-3-Clause
1616
* @copyright (c) 2011-2014, Cartalyst LLC
1717
* @link http://cartalyst.com
1818
*/

src/Content/MarkdownContent.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
*
55
* NOTICE OF LICENSE
66
*
7-
* Licensed under the Cartalyst PSL License.
7+
* Licensed under BSD-3-Clause.
88
*
9-
* This source file is subject to the Cartalyst PSL License that is
10-
* bundled with this package in the license.txt file.
9+
* This source file is subject to the BSD-3-Clause License that is
10+
* bundled with this package in the LICENSE file.
1111
*
1212
* @package Interpret
13-
* @version 1.0.1
13+
* @version 1.0.2
1414
* @author Cartalyst LLC
15-
* @license Cartalyst PSL
15+
* @license BSD-3-Clause
1616
* @copyright (c) 2011-2014, Cartalyst LLC
1717
* @link http://cartalyst.com
1818
*/

src/Content/StringContent.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
*
55
* NOTICE OF LICENSE
66
*
7-
* Licensed under the Cartalyst PSL License.
7+
* Licensed under BSD-3-Clause.
88
*
9-
* This source file is subject to the Cartalyst PSL License that is
10-
* bundled with this package in the license.txt file.
9+
* This source file is subject to the BSD-3-Clause License that is
10+
* bundled with this package in the LICENSE file.
1111
*
1212
* @package Interpret
13-
* @version 1.0.1
13+
* @version 1.0.2
1414
* @author Cartalyst LLC
15-
* @license Cartalyst PSL
15+
* @license BSD-3-Clause
1616
* @copyright (c) 2011-2014, Cartalyst LLC
1717
* @link http://cartalyst.com
1818
*/

src/Facades/Interpreter.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
*
55
* NOTICE OF LICENSE
66
*
7-
* Licensed under the Cartalyst PSL License.
7+
* Licensed under BSD-3-Clause.
88
*
9-
* This source file is subject to the Cartalyst PSL License that is
10-
* bundled with this package in the license.txt file.
9+
* This source file is subject to the BSD-3-Clause License that is
10+
* bundled with this package in the LICENSE file.
1111
*
1212
* @package Interpret
13-
* @version 1.0.1
13+
* @version 1.0.2
1414
* @author Cartalyst LLC
15-
* @license Cartalyst PSL
15+
* @license BSD-3-Clause
1616
* @copyright (c) 2011-2014, Cartalyst LLC
1717
* @link http://cartalyst.com
1818
*/

src/InterpretServiceProvider.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
*
55
* NOTICE OF LICENSE
66
*
7-
* Licensed under the Cartalyst PSL License.
7+
* Licensed under BSD-3-Clause.
88
*
9-
* This source file is subject to the Cartalyst PSL License that is
10-
* bundled with this package in the license.txt file.
9+
* This source file is subject to the BSD-3-Clause License that is
10+
* bundled with this package in the LICENSE file.
1111
*
1212
* @package Interpret
13-
* @version 1.0.1
13+
* @version 1.0.2
1414
* @author Cartalyst LLC
15-
* @license Cartalyst PSL
15+
* @license BSD-3-Clause
1616
* @copyright (c) 2011-2014, Cartalyst LLC
1717
* @link http://cartalyst.com
1818
*/

src/Interpreter.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
*
55
* NOTICE OF LICENSE
66
*
7-
* Licensed under the Cartalyst PSL License.
7+
* Licensed under BSD-3-Clause.
88
*
9-
* This source file is subject to the Cartalyst PSL License that is
10-
* bundled with this package in the license.txt file.
9+
* This source file is subject to the BSD-3-Clause License that is
10+
* bundled with this package in the LICENSE file.
1111
*
1212
* @package Interpret
13-
* @version 1.0.1
13+
* @version 1.0.2
1414
* @author Cartalyst LLC
15-
* @license Cartalyst PSL
15+
* @license BSD-3-Clause
1616
* @copyright (c) 2011-2014, Cartalyst LLC
1717
* @link http://cartalyst.com
1818
*/

0 commit comments

Comments
 (0)