Skip to content

Commit 5e644a0

Browse files
committed
Update license
1 parent d829044 commit 5e644a0

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@
22

33
[![latest release](http://img.shields.io/github/release/jkuczm/mmacells.svg)](https://github.com/jkuczm/mmacells/releases/latest)
44
[![SemVer 2.0.0](http://img.shields.io/badge/SemVer-2.0.0-brightgreen.svg)](http://semver.org/spec/v2.0.0.html)
5-
[![license lp­pl1.3](http://img.shields.io/badge/license-lppl1.3-blue.svg)](http://www.ctan.org/license/lppl1.3)
5+
[![license lp­pl1.3](http://img.shields.io/badge/license-lppl1.3-blue.svg)](http://www.latex-project.org/lppl.txt)
66

77

88
Mathematica cells in TeX.
99

1010

1111
* [Usage example](#usage-example)
1212
* [Installation](#installation)
13-
* [Compatibility](#compatibility)
1413
* [Bugs and requests](#bugs-and-requests)
1514
* [Contributing](#contributing)
1615
* [License](#license)
@@ -57,7 +56,8 @@ All contributions are welcome!
5756
## License
5857

5958
This package is released under
60-
[The LaTeX Project Public Li­cense 1.3](http://www.ctan.org/license/lppl1.3).
59+
[The LaTeX Project Public Li­cense](http://www.latex-project.org/lppl.txt)
60+
version 1.3 or (at your option) any later version.
6161

6262
Copyright (c) 2015 [Jakub Kuczmarski](mailto:Jakub.Kuczmarski@gmail.com)
6363

mmacells.sty

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
%% mmacells.sty
2+
%% Copyright (c) 2015 Jakub Kuczmarski <Jakub.Kuczmarski@gmail.com>
3+
%
4+
% This work may be distributed and/or modified under the
5+
% conditions of the LaTeX Project Public License, either version 1.3
6+
% of this license or (at your option) any later version.
7+
% The latest version of this license is in
8+
% http://www.latex-project.org/lppl.txt
9+
% and version 1.3 or later is part of all distributions of LaTeX
10+
% version 2005/12/01 or later.
11+
%
12+
% This work consists of the file mmacells.sty.
13+
114
\RequirePackage{expl3,xparse}
215

316
\ProvidesExplPackage {mmacells} {2015/02/04} {0.0.1}

0 commit comments

Comments
 (0)