Browse Source

Happy new year

pull/317/head
Florian Mounier 9 years ago
parent
commit
9746ce0c01
  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
      docs/changelog.rst
  9. 2
      docs/conf.py
  10. 2
      docs/ext/pygal_sphinx_directives.py
  11. 2
      perf.py
  12. 2
      pygal/__init__.py
  13. 2
      pygal/_compat.py
  14. 2
      pygal/adapters.py
  15. 2
      pygal/colors.py
  16. 2
      pygal/config.py
  17. 2
      pygal/etree.py
  18. 2
      pygal/formatters.py
  19. 2
      pygal/graph/__init__.py
  20. 2
      pygal/graph/bar.py
  21. 2
      pygal/graph/base.py
  22. 2
      pygal/graph/box.py
  23. 2
      pygal/graph/dot.py
  24. 2
      pygal/graph/dual.py
  25. 2
      pygal/graph/funnel.py
  26. 2
      pygal/graph/gauge.py
  27. 2
      pygal/graph/graph.py
  28. 2
      pygal/graph/histogram.py
  29. 2
      pygal/graph/horizontal.py
  30. 2
      pygal/graph/horizontalbar.py
  31. 2
      pygal/graph/horizontalline.py
  32. 2
      pygal/graph/horizontalstackedbar.py
  33. 2
      pygal/graph/horizontalstackedline.py
  34. 2
      pygal/graph/line.py
  35. 2
      pygal/graph/map.py
  36. 2
      pygal/graph/pie.py
  37. 2
      pygal/graph/public.py
  38. 2
      pygal/graph/pyramid.py
  39. 2
      pygal/graph/radar.py
  40. 2
      pygal/graph/solidgauge.py
  41. 2
      pygal/graph/stackedbar.py
  42. 2
      pygal/graph/stackedline.py
  43. 2
      pygal/graph/time.py
  44. 2
      pygal/graph/treemap.py
  45. 2
      pygal/graph/xy.py
  46. 2
      pygal/interpolate.py
  47. 2
      pygal/maps/__init__.py
  48. 2
      pygal/serie.py
  49. 2
      pygal/state.py
  50. 2
      pygal/style.py
  51. 4
      pygal/svg.py
  52. 2
      pygal/table.py
  53. 2
      pygal/test/__init__.py
  54. 2
      pygal/test/conftest.py
  55. 2
      pygal/test/test_bar.py
  56. 2
      pygal/test/test_box.py
  57. 2
      pygal/test/test_colors.py
  58. 2
      pygal/test/test_config.py
  59. 2
      pygal/test/test_date.py
  60. 2
      pygal/test/test_formatters.py
  61. 2
      pygal/test/test_graph.py
  62. 2
      pygal/test/test_histogram.py
  63. 2
      pygal/test/test_interpolate.py
  64. 2
      pygal/test/test_line.py
  65. 2
      pygal/test/test_maps.py
  66. 2
      pygal/test/test_pie.py
  67. 2
      pygal/test/test_serie_config.py
  68. 2
      pygal/test/test_sparktext.py
  69. 2
      pygal/test/test_stacked.py
  70. 2
      pygal/test/test_style.py
  71. 2
      pygal/test/test_table.py
  72. 2
      pygal/test/test_util.py
  73. 2
      pygal/test/test_view.py
  74. 2
      pygal/test/test_xml_filters.py
  75. 2
      pygal/test/utils.py
  76. 2
      pygal/util.py
  77. 2
      pygal/view.py
  78. 2
      pygal_gen.py
  79. 2
      setup.py

2
README

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

2
README.md

@ -55,7 +55,7 @@ You can also support the project:
## License
Copyright © 2012-2015 Kozea
Copyright © 2012-2016 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-2015 Kozea
# Copyright © 2012-2016 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-2015 Kozea
# Copyright © 2012-2016 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-2015 Kozea
# Copyright © 2012-2016 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-2015 Kozea
# Copyright © 2012-2016 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-2015 Kozea
# Copyright © 2012-2016 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
docs/changelog.rst

@ -5,7 +5,7 @@ Changelog
2.2.2
=====
* Add classes option.
* Add `classes` option.
* Handle ellipsis in list type configs to auto-extend parent. (Viva python3)

2
docs/conf.py

@ -55,7 +55,7 @@ master_doc = 'index'
# General information about the project.
project = 'pygal'
copyright = '2015, Florian Mounier'
copyright = '2012-2016, Florian Mounier'
author = 'Florian Mounier'
# The version info for the project you're documenting, acts as replacement for

2
docs/ext/pygal_sphinx_directives.py

@ -2,7 +2,7 @@
# This file is part of pygal_sphinx_directives
#
# Pygal sphinx integration
# Copyright © 2015 Florian Mounier
# Copyright © 2012-2016 Florian Mounier
#
# 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-2015 Kozea
# Copyright © 2012-2016 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-2015 Kozea
# Copyright © 2012-2016 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-2015 Kozea
# Copyright © 2012-2016 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-2015 Kozea
# Copyright © 2012-2016 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-2015 Kozea
# Copyright © 2012-2016 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-2015 Kozea
# Copyright © 2012-2016 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-2015 Kozea
# Copyright © 2012-2016 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/formatters.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2015 Kozea
# Copyright © 2012-2016 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-2015 Kozea
# Copyright © 2012-2016 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-2015 Kozea
# Copyright © 2012-2016 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-2015 Kozea
# Copyright © 2012-2016 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-2015 Kozea
# Copyright © 2012-2016 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-2015 Kozea
# Copyright © 2012-2016 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/dual.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2015 Kozea
# Copyright © 2012-2016 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-2015 Kozea
# Copyright © 2012-2016 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-2015 Kozea
# Copyright © 2012-2016 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-2015 Kozea
# Copyright © 2012-2016 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-2015 Kozea
# Copyright © 2012-2016 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-2015 Kozea
# Copyright © 2012-2016 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-2015 Kozea
# Copyright © 2012-2016 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/horizontalline.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2015 Kozea
# Copyright © 2012-2016 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-2015 Kozea
# Copyright © 2012-2016 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/horizontalstackedline.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2015 Kozea
# Copyright © 2012-2016 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-2015 Kozea
# Copyright © 2012-2016 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-2015 Kozea
# Copyright © 2012-2016 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-2015 Kozea
# Copyright © 2012-2016 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/public.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2015 Kozea
# Copyright © 2012-2016 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-2015 Kozea
# Copyright © 2012-2016 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-2015 Kozea
# Copyright © 2012-2016 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/solidgauge.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2015 Kozea
# Copyright © 2012-2016 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-2015 Kozea
# Copyright © 2012-2016 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-2015 Kozea
# Copyright © 2012-2016 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-2015 Kozea
# Copyright © 2012-2016 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-2015 Kozea
# Copyright © 2012-2016 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-2015 Kozea
# Copyright © 2012-2016 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-2015 Kozea
# Copyright © 2012-2016 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/maps/__init__.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2015 Kozea
# Copyright © 2012-2016 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-2015 Kozea
# Copyright © 2012-2016 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-2015 Kozea
# Copyright © 2012-2016 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-2015 Kozea
# Copyright © 2012-2016 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

4
pygal/svg.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2015 Kozea
# Copyright © 2012-2016 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
@ -72,7 +72,7 @@ class Svg(object):
self.root.attrib['class'] = ' '.join(graph.classes)
self.root.append(
etree.Comment(u(
'Generated with pygal %s (%s) ©Kozea 2011-2016 on %s' % (
'Generated with pygal %s (%s) ©Kozea 2012-2016 on %s' % (
__version__,
'lxml' if etree.lxml else 'etree',
date.today().isoformat()))))

2
pygal/table.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2015 Kozea
# Copyright © 2012-2016 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-2015 Kozea
# Copyright © 2012-2016 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-2015 Kozea
# Copyright © 2012-2016 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-2015 Kozea
# Copyright © 2012-2016 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-2015 Kozea
# Copyright © 2012-2016 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_colors.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2015 Kozea
# Copyright © 2012-2016 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-2015 Kozea
# Copyright © 2012-2016 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-2015 Kozea
# Copyright © 2012-2016 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_formatters.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2015 Kozea
# Copyright © 2012-2016 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-2015 Kozea
# Copyright © 2012-2016 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-2015 Kozea
# Copyright © 2012-2016 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-2015 Kozea
# Copyright © 2012-2016 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-2015 Kozea
# Copyright © 2012-2016 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_maps.py

@ -2,7 +2,7 @@
# This file is part of pygal
#
# A python svg graph plotting library
# Copyright © 2012-2015 Kozea
# Copyright © 2012-2016 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-2015 Kozea
# Copyright © 2012-2016 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-2015 Kozea
# Copyright © 2012-2016 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-2015 Kozea
# Copyright © 2012-2016 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-2015 Kozea
# Copyright © 2012-2016 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-2015 Kozea
# Copyright © 2012-2016 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-2015 Kozea
# Copyright © 2012-2016 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-2015 Kozea
# Copyright © 2012-2016 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-2015 Kozea
# Copyright © 2012-2016 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-2015 Kozea
# Copyright © 2012-2016 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-2015 Kozea
# Copyright © 2012-2016 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-2015 Kozea
# Copyright © 2012-2016 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-2015 Kozea
# Copyright © 2012-2016 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-2015 Kozea
# Copyright © 2012-2016 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-2015 Kozea
# Copyright © 2012-2016 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