Browse Source

Bump copyrights

pull/242/head
Florian Mounier 9 years ago
parent
commit
96dbe2718f
  1. 2
      README
  2. 2
      README.md
  3. 2
      demo/cabaret.py
  4. 2
      demo/cabaret/__init__.py
  5. 2
      demo/moulinrouge.py
  6. 2
      demo/moulinrouge/__init__.py
  7. 2
      demo/moulinrouge/data.py
  8. 2
      perf.py
  9. 2
      pygal/__init__.py
  10. 2
      pygal/_compat.py
  11. 2
      pygal/adapters.py
  12. 2
      pygal/colors.py
  13. 2
      pygal/config.py
  14. 2
      pygal/etree.py
  15. 2
      pygal/graph/__init__.py
  16. 2
      pygal/graph/bar.py
  17. 2
      pygal/graph/base.py
  18. 2
      pygal/graph/box.py
  19. 2
      pygal/graph/dot.py
  20. 2
      pygal/graph/funnel.py
  21. 2
      pygal/graph/gauge.py
  22. 2
      pygal/graph/graph.py
  23. 2
      pygal/graph/histogram.py
  24. 2
      pygal/graph/horizontal.py
  25. 2
      pygal/graph/horizontalbar.py
  26. 2
      pygal/graph/horizontalstackedbar.py
  27. 2
      pygal/graph/line.py
  28. 2
      pygal/graph/map.py
  29. 2
      pygal/graph/pie.py
  30. 2
      pygal/graph/pyramid.py
  31. 2
      pygal/graph/radar.py
  32. 2
      pygal/graph/stackedbar.py
  33. 2
      pygal/graph/stackedline.py
  34. 2
      pygal/graph/time.py
  35. 2
      pygal/graph/treemap.py
  36. 2
      pygal/graph/verticalpyramid.py
  37. 2
      pygal/graph/xy.py
  38. 2
      pygal/interpolate.py
  39. 2
      pygal/serie.py
  40. 2
      pygal/state.py
  41. 2
      pygal/style.py
  42. 2
      pygal/svg.py
  43. 2
      pygal/table.py
  44. 2
      pygal/test/__init__.py
  45. 2
      pygal/test/conftest.py
  46. 2
      pygal/test/test_bar.py
  47. 2
      pygal/test/test_box.py
  48. 2
      pygal/test/test_config.py
  49. 2
      pygal/test/test_date.py
  50. 2
      pygal/test/test_donut.py
  51. 2
      pygal/test/test_graph.py
  52. 2
      pygal/test/test_histogram.py
  53. 2
      pygal/test/test_interpolate.py
  54. 2
      pygal/test/test_line.py
  55. 2
      pygal/test/test_pie.py
  56. 2
      pygal/test/test_serie_config.py
  57. 2
      pygal/test/test_sparktext.py
  58. 2
      pygal/test/test_stacked.py
  59. 2
      pygal/test/test_style.py
  60. 2
      pygal/test/test_table.py
  61. 2
      pygal/test/test_util.py
  62. 2
      pygal/test/test_view.py
  63. 2
      pygal/test/test_xml_filters.py
  64. 2
      pygal/test/utils.py
  65. 2
      pygal/util.py
  66. 2
      pygal/view.py
  67. 2
      pygal_gen.py
  68. 2
      setup.py

2
README

@ -45,7 +45,7 @@ You can also support the project:
## License
Copyright © 2012-2014 Kozea
Copyright © 2012-2015 Kozea
LGPLv3:
This program is free software: you can redistribute it and/or modify

2
README.md

@ -50,7 +50,7 @@ You can also support the project:
## License
Copyright © 2012-2014 Kozea
Copyright © 2012-2015 Kozea
LGPLv3:
This program is free software: you can redistribute it and/or modify

2
demo/cabaret.py

@ -3,7 +3,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
demo/cabaret/__init__.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
demo/moulinrouge.py

@ -3,7 +3,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
demo/moulinrouge/__init__.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
demo/moulinrouge/data.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
perf.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
pygal/__init__.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
pygal/_compat.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
pygal/adapters.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
pygal/colors.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
pygal/config.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
pygal/etree.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
pygal/graph/__init__.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
pygal/graph/bar.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
pygal/graph/base.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
pygal/graph/box.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
pygal/graph/dot.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
pygal/graph/funnel.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
pygal/graph/gauge.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
pygal/graph/graph.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
pygal/graph/histogram.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
pygal/graph/horizontal.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
pygal/graph/horizontalbar.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
pygal/graph/horizontalstackedbar.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
pygal/graph/line.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
pygal/graph/map.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
pygal/graph/pie.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
pygal/graph/pyramid.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
pygal/graph/radar.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
pygal/graph/stackedbar.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
pygal/graph/stackedline.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
pygal/graph/time.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
pygal/graph/treemap.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
pygal/graph/verticalpyramid.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
pygal/graph/xy.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
pygal/interpolate.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
pygal/serie.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
pygal/state.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
pygal/style.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
pygal/svg.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
pygal/table.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
pygal/test/__init__.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
pygal/test/conftest.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
pygal/test/test_bar.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
pygal/test/test_box.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
pygal/test/test_config.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
pygal/test/test_date.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
pygal/test/test_donut.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
pygal/test/test_graph.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
pygal/test/test_histogram.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
pygal/test/test_interpolate.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
pygal/test/test_line.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
pygal/test/test_pie.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
pygal/test/test_serie_config.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
pygal/test/test_sparktext.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
pygal/test/test_stacked.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
pygal/test/test_style.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
pygal/test/test_table.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
pygal/test/test_util.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
pygal/test/test_view.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
pygal/test/test_xml_filters.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
pygal/test/utils.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
pygal/util.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
pygal/view.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
pygal_gen.py

@ -3,7 +3,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

2
setup.py

@ -3,7 +3,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2014 Kozea
# Copyright © 2012-2015 Kozea
#
# This library is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free

Loading…
Cancel
Save