Skip to content

Commit b5dab3b

Browse files
committed
Update the copyright, use the LGPLv3 license
1 parent 1afda6a commit b5dab3b

17 files changed

+312
-821
lines changed

COPYING

+159-668
Large diffs are not rendered by default.

bin/cairosvg

+10-11
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
1-
#!/usr/bin/python
21
# -*- coding: utf-8 -*-
32
# This file is part of CairoSVG
4-
# Copyright © 2010-2011 Kozea
3+
# Copyright © 2010-2012 Kozea
54
#
6-
# This library is free software: you can redistribute it and/or modify
7-
# it under the terms of the GNU General Public License as published by
8-
# the Free Software Foundation, either version 3 of the License, or
9-
# (at your option) any later version.
5+
# This library is free software: you can redistribute it and/or modify it under
6+
# the terms of the GNU Lesser General Public License as published by the Free
7+
# Software Foundation, either version 3 of the License, or (at your option) any
8+
# later version.
109
#
11-
# This library is distributed in the hope that it will be useful,
12-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
# GNU General Public License for more details.
10+
# This library is distributed in the hope that it will be useful, but WITHOUT
11+
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
12+
# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
13+
# details.
1514
#
16-
# You should have received a copy of the GNU General Public License
15+
# You should have received a copy of the GNU Lesser General Public License
1716
# along with CairoSVG. If not, see <http://www.gnu.org/licenses/>.
1817

1918
"""

cairosvg.py

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
#!/usr/bin/python
22
# -*- coding: utf-8 -*-
33
# This file is part of CairoSVG
4-
# Copyright © 2010-2011 Kozea
4+
# Copyright © 2010-2012 Kozea
55
#
6-
# This library is free software: you can redistribute it and/or modify
7-
# it under the terms of the GNU General Public License as published by
8-
# the Free Software Foundation, either version 3 of the License, or
9-
# (at your option) any later version.
6+
# This library is free software: you can redistribute it and/or modify it under
7+
# the terms of the GNU Lesser General Public License as published by the Free
8+
# Software Foundation, either version 3 of the License, or (at your option) any
9+
# later version.
1010
#
11-
# This library is distributed in the hope that it will be useful,
12-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
# GNU General Public License for more details.
11+
# This library is distributed in the hope that it will be useful, but WITHOUT
12+
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
13+
# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
14+
# details.
1515
#
16-
# You should have received a copy of the GNU General Public License
16+
# You should have received a copy of the GNU Lesser General Public License
1717
# along with CairoSVG. If not, see <http://www.gnu.org/licenses/>.
1818

1919
"""

cairosvg/__init__.py

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# -*- coding: utf-8 -*-
22
# This file is part of CairoSVG
3-
# Copyright © 2010-2011 Kozea
3+
# Copyright © 2010-2012 Kozea
44
#
5-
# This library is free software: you can redistribute it and/or modify
6-
# it under the terms of the GNU General Public License as published by
7-
# the Free Software Foundation, either version 3 of the License, or
8-
# (at your option) any later version.
5+
# This library is free software: you can redistribute it and/or modify it under
6+
# the terms of the GNU Lesser General Public License as published by the Free
7+
# Software Foundation, either version 3 of the License, or (at your option) any
8+
# later version.
99
#
10-
# This library is distributed in the hope that it will be useful,
11-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
# GNU General Public License for more details.
10+
# This library is distributed in the hope that it will be useful, but WITHOUT
11+
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
12+
# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
13+
# details.
1414
#
15-
# You should have received a copy of the GNU General Public License
15+
# You should have received a copy of the GNU Lesser General Public License
1616
# along with CairoSVG. If not, see <http://www.gnu.org/licenses/>.
1717

1818
"""

cairosvg/parser.py

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# -*- coding: utf-8 -*-
22
# This file is part of CairoSVG
3-
# Copyright © 2010-2011 Kozea
3+
# Copyright © 2010-2012 Kozea
44
#
5-
# This library is free software: you can redistribute it and/or modify
6-
# it under the terms of the GNU General Public License as published by
7-
# the Free Software Foundation, either version 3 of the License, or
8-
# (at your option) any later version.
5+
# This library is free software: you can redistribute it and/or modify it under
6+
# the terms of the GNU Lesser General Public License as published by the Free
7+
# Software Foundation, either version 3 of the License, or (at your option) any
8+
# later version.
99
#
10-
# This library is distributed in the hope that it will be useful,
11-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
# GNU General Public License for more details.
10+
# This library is distributed in the hope that it will be useful, but WITHOUT
11+
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
12+
# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
13+
# details.
1414
#
15-
# You should have received a copy of the GNU General Public License
15+
# You should have received a copy of the GNU Lesser General Public License
1616
# along with CairoSVG. If not, see <http://www.gnu.org/licenses/>.
1717

1818
"""

cairosvg/surface/__init__.py

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# -*- coding: utf-8 -*-
22
# This file is part of CairoSVG
3-
# Copyright © 2010-2011 Kozea
3+
# Copyright © 2010-2012 Kozea
44
#
5-
# This library is free software: you can redistribute it and/or modify
6-
# it under the terms of the GNU General Public License as published by
7-
# the Free Software Foundation, either version 3 of the License, or
8-
# (at your option) any later version.
5+
# This library is free software: you can redistribute it and/or modify it under
6+
# the terms of the GNU Lesser General Public License as published by the Free
7+
# Software Foundation, either version 3 of the License, or (at your option) any
8+
# later version.
99
#
10-
# This library is distributed in the hope that it will be useful,
11-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
# GNU General Public License for more details.
10+
# This library is distributed in the hope that it will be useful, but WITHOUT
11+
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
12+
# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
13+
# details.
1414
#
15-
# You should have received a copy of the GNU General Public License
15+
# You should have received a copy of the GNU Lesser General Public License
1616
# along with CairoSVG. If not, see <http://www.gnu.org/licenses/>.
1717

1818
"""

cairosvg/surface/colors.py

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# -*- coding: utf-8 -*-
22
# This file is part of CairoSVG
3-
# Copyright © 2010-2011 Kozea
3+
# Copyright © 2010-2012 Kozea
44
#
5-
# This library is free software: you can redistribute it and/or modify
6-
# it under the terms of the GNU General Public License as published by
7-
# the Free Software Foundation, either version 3 of the License, or
8-
# (at your option) any later version.
5+
# This library is free software: you can redistribute it and/or modify it under
6+
# the terms of the GNU Lesser General Public License as published by the Free
7+
# Software Foundation, either version 3 of the License, or (at your option) any
8+
# later version.
99
#
10-
# This library is distributed in the hope that it will be useful,
11-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
# GNU General Public License for more details.
10+
# This library is distributed in the hope that it will be useful, but WITHOUT
11+
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
12+
# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
13+
# details.
1414
#
15-
# You should have received a copy of the GNU General Public License
15+
# You should have received a copy of the GNU Lesser General Public License
1616
# along with CairoSVG. If not, see <http://www.gnu.org/licenses/>.
1717

1818
"""

cairosvg/surface/defs.py

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# -*- coding: utf-8 -*-
22
# This file is part of CairoSVG
3-
# Copyright © 2010-2011 Kozea
3+
# Copyright © 2010-2012 Kozea
44
#
5-
# This library is free software: you can redistribute it and/or modify
6-
# it under the terms of the GNU General Public License as published by
7-
# the Free Software Foundation, either version 3 of the License, or
8-
# (at your option) any later version.
5+
# This library is free software: you can redistribute it and/or modify it under
6+
# the terms of the GNU Lesser General Public License as published by the Free
7+
# Software Foundation, either version 3 of the License, or (at your option) any
8+
# later version.
99
#
10-
# This library is distributed in the hope that it will be useful,
11-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
# GNU General Public License for more details.
10+
# This library is distributed in the hope that it will be useful, but WITHOUT
11+
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
12+
# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
13+
# details.
1414
#
15-
# You should have received a copy of the GNU General Public License
15+
# You should have received a copy of the GNU Lesser General Public License
1616
# along with CairoSVG. If not, see <http://www.gnu.org/licenses/>.
1717

1818
"""

cairosvg/surface/helpers.py

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# -*- coding: utf-8 -*-
22
# This file is part of CairoSVG
3-
# Copyright © 2010-2011 Kozea
3+
# Copyright © 2010-2012 Kozea
44
#
5-
# This library is free software: you can redistribute it and/or modify
6-
# it under the terms of the GNU General Public License as published by
7-
# the Free Software Foundation, either version 3 of the License, or
8-
# (at your option) any later version.
5+
# This library is free software: you can redistribute it and/or modify it under
6+
# the terms of the GNU Lesser General Public License as published by the Free
7+
# Software Foundation, either version 3 of the License, or (at your option) any
8+
# later version.
99
#
10-
# This library is distributed in the hope that it will be useful,
11-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
# GNU General Public License for more details.
10+
# This library is distributed in the hope that it will be useful, but WITHOUT
11+
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
12+
# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
13+
# details.
1414
#
15-
# You should have received a copy of the GNU General Public License
15+
# You should have received a copy of the GNU Lesser General Public License
1616
# along with CairoSVG. If not, see <http://www.gnu.org/licenses/>.
1717

1818
"""

cairosvg/surface/path.py

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# -*- coding: utf-8 -*-
22
# This file is part of CairoSVG
3-
# Copyright © 2010-2011 Kozea
3+
# Copyright © 2010-2012 Kozea
44
#
5-
# This library is free software: you can redistribute it and/or modify
6-
# it under the terms of the GNU General Public License as published by
7-
# the Free Software Foundation, either version 3 of the License, or
8-
# (at your option) any later version.
5+
# This library is free software: you can redistribute it and/or modify it under
6+
# the terms of the GNU Lesser General Public License as published by the Free
7+
# Software Foundation, either version 3 of the License, or (at your option) any
8+
# later version.
99
#
10-
# This library is distributed in the hope that it will be useful,
11-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
# GNU General Public License for more details.
10+
# This library is distributed in the hope that it will be useful, but WITHOUT
11+
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
12+
# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
13+
# details.
1414
#
15-
# You should have received a copy of the GNU General Public License
15+
# You should have received a copy of the GNU Lesser General Public License
1616
# along with CairoSVG. If not, see <http://www.gnu.org/licenses/>.
1717

1818
"""

cairosvg/surface/shapes.py

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# -*- coding: utf-8 -*-
22
# This file is part of CairoSVG
3-
# Copyright © 2010-2011 Kozea
3+
# Copyright © 2010-2012 Kozea
44
#
5-
# This library is free software: you can redistribute it and/or modify
6-
# it under the terms of the GNU General Public License as published by
7-
# the Free Software Foundation, either version 3 of the License, or
8-
# (at your option) any later version.
5+
# This library is free software: you can redistribute it and/or modify it under
6+
# the terms of the GNU Lesser General Public License as published by the Free
7+
# Software Foundation, either version 3 of the License, or (at your option) any
8+
# later version.
99
#
10-
# This library is distributed in the hope that it will be useful,
11-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
# GNU General Public License for more details.
10+
# This library is distributed in the hope that it will be useful, but WITHOUT
11+
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
12+
# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
13+
# details.
1414
#
15-
# You should have received a copy of the GNU General Public License
15+
# You should have received a copy of the GNU Lesser General Public License
1616
# along with CairoSVG. If not, see <http://www.gnu.org/licenses/>.
1717

1818
"""

cairosvg/surface/svg.py

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# -*- coding: utf-8 -*-
22
# This file is part of CairoSVG
3-
# Copyright © 2010-2011 Kozea
3+
# Copyright © 2010-2012 Kozea
44
#
5-
# This library is free software: you can redistribute it and/or modify
6-
# it under the terms of the GNU General Public License as published by
7-
# the Free Software Foundation, either version 3 of the License, or
8-
# (at your option) any later version.
5+
# This library is free software: you can redistribute it and/or modify it under
6+
# the terms of the GNU Lesser General Public License as published by the Free
7+
# Software Foundation, either version 3 of the License, or (at your option) any
8+
# later version.
99
#
10-
# This library is distributed in the hope that it will be useful,
11-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
# GNU General Public License for more details.
10+
# This library is distributed in the hope that it will be useful, but WITHOUT
11+
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
12+
# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
13+
# details.
1414
#
15-
# You should have received a copy of the GNU General Public License
15+
# You should have received a copy of the GNU Lesser General Public License
1616
# along with CairoSVG. If not, see <http://www.gnu.org/licenses/>.
1717

1818
"""

cairosvg/surface/tags.py

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# -*- coding: utf-8 -*-
22
# This file is part of CairoSVG
3-
# Copyright © 2010-2011 Kozea
3+
# Copyright © 2010-2012 Kozea
44
#
5-
# This library is free software: you can redistribute it and/or modify
6-
# it under the terms of the GNU General Public License as published by
7-
# the Free Software Foundation, either version 3 of the License, or
8-
# (at your option) any later version.
5+
# This library is free software: you can redistribute it and/or modify it under
6+
# the terms of the GNU Lesser General Public License as published by the Free
7+
# Software Foundation, either version 3 of the License, or (at your option) any
8+
# later version.
99
#
10-
# This library is distributed in the hope that it will be useful,
11-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
# GNU General Public License for more details.
10+
# This library is distributed in the hope that it will be useful, but WITHOUT
11+
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
12+
# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
13+
# details.
1414
#
15-
# You should have received a copy of the GNU General Public License
15+
# You should have received a copy of the GNU Lesser General Public License
1616
# along with CairoSVG. If not, see <http://www.gnu.org/licenses/>.
1717

1818
"""

cairosvg/surface/text.py

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# -*- coding: utf-8 -*-
22
# This file is part of CairoSVG
3-
# Copyright © 2010-2011 Kozea
3+
# Copyright © 2010-2012 Kozea
44
#
5-
# This library is free software: you can redistribute it and/or modify
6-
# it under the terms of the GNU General Public License as published by
7-
# the Free Software Foundation, either version 3 of the License, or
8-
# (at your option) any later version.
5+
# This library is free software: you can redistribute it and/or modify it under
6+
# the terms of the GNU Lesser General Public License as published by the Free
7+
# Software Foundation, either version 3 of the License, or (at your option) any
8+
# later version.
99
#
10-
# This library is distributed in the hope that it will be useful,
11-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
# GNU General Public License for more details.
10+
# This library is distributed in the hope that it will be useful, but WITHOUT
11+
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
12+
# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
13+
# details.
1414
#
15-
# You should have received a copy of the GNU General Public License
15+
# You should have received a copy of the GNU Lesser General Public License
1616
# along with CairoSVG. If not, see <http://www.gnu.org/licenses/>.
1717

1818
"""

0 commit comments

Comments
 (0)