From 03aa54d26fe2a1d6130c65240d41262961005d86 Mon Sep 17 00:00:00 2001 From: Henri Menke Date: Thu, 16 Jan 2020 19:19:50 +1300 Subject: [PATCH] Address the CTAN issues #816 Copyrights were updated automatically by querying the last time the file was touched in the Git repo and replacing the notice accordingly. for file in $(git ls-files); do year="$(git log -1 --pretty="format:%cI" -- "${file}" | cut -d'-' -f 1)" sed -i "s/^% Copyright\(.*\)20[0-9][0-9]/% Copyright\1${year}/" "${file}" done --- build.lua | 10 +++++----- doc/generic/pgf/macros/pgfmanual-en-macros.tex | 2 +- .../pgf/text-en/pgfmanual-en-base-actions.tex | 2 +- .../pgf/text-en/pgfmanual-en-base-animations.tex | 2 +- .../pgf/text-en/pgfmanual-en-base-arrows.tex | 2 +- .../pgf/text-en/pgfmanual-en-base-decorations.tex | 2 +- .../pgf/text-en/pgfmanual-en-base-design.tex | 2 +- .../pgf/text-en/pgfmanual-en-base-external.tex | 2 +- .../pgf/text-en/pgfmanual-en-base-images.tex | 2 +- .../pgfmanual-en-base-internalregisters.tex | 2 +- .../pgf/text-en/pgfmanual-en-base-layers.tex | 2 +- .../pgf/text-en/pgfmanual-en-base-matrices.tex | 2 +- .../pgf/text-en/pgfmanual-en-base-nodes.tex | 2 +- .../pgf/text-en/pgfmanual-en-base-paths.tex | 2 +- .../pgf/text-en/pgfmanual-en-base-patterns.tex | 2 +- .../pgf/text-en/pgfmanual-en-base-plots.tex | 2 +- .../pgf/text-en/pgfmanual-en-base-points.tex | 2 +- .../pgf/text-en/pgfmanual-en-base-quick.tex | 2 +- .../pgf/text-en/pgfmanual-en-base-scopes.tex | 2 +- .../pgf/text-en/pgfmanual-en-base-shadings.tex | 2 +- .../text-en/pgfmanual-en-base-transformations.tex | 2 +- .../pgf/text-en/pgfmanual-en-base-transparency.tex | 2 +- doc/generic/pgf/text-en/pgfmanual-en-drivers.tex | 4 ++-- doc/generic/pgf/text-en/pgfmanual-en-dv-axes.tex | 2 +- .../pgf/text-en/pgfmanual-en-dv-backend.tex | 2 +- .../pgf/text-en/pgfmanual-en-dv-examples.tex | 2 +- .../pgf/text-en/pgfmanual-en-dv-formats.tex | 2 +- .../pgf/text-en/pgfmanual-en-dv-introduction.tex | 2 +- doc/generic/pgf/text-en/pgfmanual-en-dv-main.tex | 2 +- doc/generic/pgf/text-en/pgfmanual-en-dv-polar.tex | 2 +- .../pgf/text-en/pgfmanual-en-dv-stylesheets.tex | 2 +- .../pgf/text-en/pgfmanual-en-dv-visualizers.tex | 2 +- .../text-en/pgfmanual-en-gd-algorithm-layer.tex | 6 +++--- .../text-en/pgfmanual-en-gd-algorithms-in-c.tex | 2 +- .../pgf/text-en/pgfmanual-en-gd-binding-layer.tex | 14 +++++++------- .../pgf/text-en/pgfmanual-en-gd-circular.tex | 2 +- .../pgf/text-en/pgfmanual-en-gd-display-layer.tex | 14 +++++++------- .../pgf/text-en/pgfmanual-en-gd-edge-routing.tex | 2 +- .../pgf/text-en/pgfmanual-en-gd-examples.tex | 2 +- doc/generic/pgf/text-en/pgfmanual-en-gd-force.tex | 2 +- .../pgf/text-en/pgfmanual-en-gd-layered.tex | 2 +- doc/generic/pgf/text-en/pgfmanual-en-gd-misc.tex | 2 +- doc/generic/pgf/text-en/pgfmanual-en-gd-ogdf.tex | 2 +- .../pgf/text-en/pgfmanual-en-gd-overview.tex | 6 +++--- .../pgf/text-en/pgfmanual-en-gd-phylogenetics.tex | 2 +- doc/generic/pgf/text-en/pgfmanual-en-gd-trees.tex | 2 +- .../pgf/text-en/pgfmanual-en-gd-usage-pgf.tex | 14 +++++++------- .../pgf/text-en/pgfmanual-en-gd-usage-tikz.tex | 2 +- .../pgf/text-en/pgfmanual-en-guidelines.tex | 2 +- .../pgf/text-en/pgfmanual-en-installation.tex | 2 +- .../pgf/text-en/pgfmanual-en-introduction.tex | 2 +- .../pgf/text-en/pgfmanual-en-library-3d.tex | 2 +- .../pgf/text-en/pgfmanual-en-library-angles.tex | 2 +- .../pgf/text-en/pgfmanual-en-library-arrows.tex | 2 +- .../pgf/text-en/pgfmanual-en-library-automata.tex | 2 +- .../pgf/text-en/pgfmanual-en-library-babel.tex | 2 +- .../text-en/pgfmanual-en-library-backgrounds.tex | 2 +- .../pgf/text-en/pgfmanual-en-library-calendar.tex | 2 +- .../pgf/text-en/pgfmanual-en-library-chains.tex | 2 +- .../pgf/text-en/pgfmanual-en-library-circuits.tex | 2 +- .../text-en/pgfmanual-en-library-decorations.tex | 2 +- .../pgf/text-en/pgfmanual-en-library-edges.tex | 2 +- .../pgf/text-en/pgfmanual-en-library-er.tex | 2 +- .../pgf/text-en/pgfmanual-en-library-external.tex | 2 +- .../pgf/text-en/pgfmanual-en-library-fadings.tex | 2 +- .../pgf/text-en/pgfmanual-en-library-fit.tex | 2 +- .../text-en/pgfmanual-en-library-fixedpoint.tex | 2 +- .../pgf/text-en/pgfmanual-en-library-folding.tex | 2 +- .../pgf/text-en/pgfmanual-en-library-fpu.tex | 2 +- .../pgf/text-en/pgfmanual-en-library-lsystems.tex | 2 +- .../pgf/text-en/pgfmanual-en-library-math.tex | 2 +- .../pgf/text-en/pgfmanual-en-library-matrices.tex | 2 +- .../pgf/text-en/pgfmanual-en-library-mindmaps.tex | 2 +- .../pgf/text-en/pgfmanual-en-library-patterns.tex | 2 +- .../pgf/text-en/pgfmanual-en-library-petri.tex | 2 +- .../text-en/pgfmanual-en-library-plot-handlers.tex | 2 +- .../text-en/pgfmanual-en-library-plot-marks.tex | 2 +- .../pgf/text-en/pgfmanual-en-library-profiler.tex | 2 +- .../pgf/text-en/pgfmanual-en-library-rdf.tex | 2 +- .../pgf/text-en/pgfmanual-en-library-shadings.tex | 2 +- .../pgf/text-en/pgfmanual-en-library-shadows.tex | 2 +- .../pgf/text-en/pgfmanual-en-library-shapes.tex | 2 +- .../pgf/text-en/pgfmanual-en-library-spy.tex | 2 +- .../pgf/text-en/pgfmanual-en-library-svg-path.tex | 2 +- .../pgf/text-en/pgfmanual-en-library-through.tex | 2 +- .../pgf/text-en/pgfmanual-en-library-trees.tex | 2 +- .../pgf/text-en/pgfmanual-en-library-turtle.tex | 2 +- .../pgf/text-en/pgfmanual-en-library-views.tex | 2 +- doc/generic/pgf/text-en/pgfmanual-en-license.tex | 4 ++-- doc/generic/pgf/text-en/pgfmanual-en-main-body.tex | 2 +- .../pgf/text-en/pgfmanual-en-main-preamble.tex | 2 +- doc/generic/pgf/text-en/pgfmanual-en-main.tex | 2 +- .../pgf/text-en/pgfmanual-en-math-algorithms.tex | 2 +- .../pgf/text-en/pgfmanual-en-math-commands.tex | 2 +- .../pgf/text-en/pgfmanual-en-math-design.tex | 2 +- .../pgf/text-en/pgfmanual-en-math-parsing.tex | 2 +- .../pgf/text-en/pgfmanual-en-module-parser.tex | 2 +- doc/generic/pgf/text-en/pgfmanual-en-oo.tex | 2 +- doc/generic/pgf/text-en/pgfmanual-en-pages.tex | 2 +- .../pgf/text-en/pgfmanual-en-pgfcalendar.tex | 2 +- doc/generic/pgf/text-en/pgfmanual-en-pgffor.tex | 2 +- doc/generic/pgf/text-en/pgfmanual-en-pgfkeys.tex | 2 +- .../pgf/text-en/pgfmanual-en-pgfsys-animations.tex | 2 +- .../pgf/text-en/pgfmanual-en-pgfsys-commands.tex | 2 +- .../pgf/text-en/pgfmanual-en-pgfsys-overview.tex | 2 +- .../pgf/text-en/pgfmanual-en-pgfsys-paths.tex | 2 +- .../pgf/text-en/pgfmanual-en-pgfsys-protocol.tex | 2 +- .../pgf/text-en/pgfmanual-en-tikz-actions.tex | 2 +- .../pgf/text-en/pgfmanual-en-tikz-animations.tex | 2 +- .../pgf/text-en/pgfmanual-en-tikz-arrows.tex | 2 +- .../pgf/text-en/pgfmanual-en-tikz-coordinates.tex | 2 +- .../pgf/text-en/pgfmanual-en-tikz-decorations.tex | 2 +- .../pgf/text-en/pgfmanual-en-tikz-design.tex | 2 +- .../pgf/text-en/pgfmanual-en-tikz-graphs.tex | 4 ++-- .../pgf/text-en/pgfmanual-en-tikz-matrices.tex | 2 +- .../pgf/text-en/pgfmanual-en-tikz-paths.tex | 2 +- doc/generic/pgf/text-en/pgfmanual-en-tikz-pics.tex | 2 +- .../pgf/text-en/pgfmanual-en-tikz-plots.tex | 2 +- .../pgf/text-en/pgfmanual-en-tikz-scopes.tex | 2 +- .../pgf/text-en/pgfmanual-en-tikz-shapes.tex | 2 +- .../text-en/pgfmanual-en-tikz-transformations.tex | 2 +- .../pgf/text-en/pgfmanual-en-tikz-transparency.tex | 2 +- .../pgf/text-en/pgfmanual-en-tikz-trees.tex | 2 +- .../pgf/text-en/pgfmanual-en-tutorial-Euclid.tex | 2 +- .../pgf/text-en/pgfmanual-en-tutorial-chains.tex | 2 +- .../pgf/text-en/pgfmanual-en-tutorial-map.tex | 2 +- .../pgf/text-en/pgfmanual-en-tutorial-nodes.tex | 2 +- doc/generic/pgf/text-en/pgfmanual-en-tutorial.tex | 2 +- doc/generic/pgf/text-en/pgfmanual-en-xxcolor.tex | 2 +- .../pgf/version-for-dvipdfm/en/pgfmanual.tex | 2 +- .../pgf/version-for-dvipdfm/pgfmanual-dvipdfm.cfg | 2 +- .../pgf/version-for-dvipdfmx/en/pgfmanual-test.tex | 2 +- .../pgf/version-for-dvipdfmx/en/pgfmanual.tex | 2 +- .../version-for-dvipdfmx/pgfmanual-dvipdfmx.cfg | 2 +- .../pgf/version-for-dvips/en/pgfmanual-test.tex | 2 +- doc/generic/pgf/version-for-dvips/en/pgfmanual.tex | 2 +- .../pgf/version-for-dvips/pgfmanual-dvips.cfg | 2 +- doc/generic/pgf/version-for-dvisvgm/en/color.cfg | 1 + .../pgf/version-for-dvisvgm/en/pgfmanual-test.tex | 2 +- .../pgf/version-for-dvisvgm/en/pgfmanual.tex | 2 +- .../pgf/version-for-dvisvgm/pgfmanual-dvisvgm.cfg | 2 +- .../pgf/version-for-luatex/en/pgfmanual-test.tex | 2 +- .../pgf/version-for-luatex/en/pgfmanual.tex | 2 +- .../pgf/version-for-luatex/pgfmanual-luatex.cfg | 2 +- .../pgf/version-for-pdftex/en/pgfmanual.tex | 2 +- .../pgf/version-for-pdftex/pgfmanual-pdftex.cfg | 2 +- .../pgf/version-for-tex4ht/pgfmanual-tex4ht.cfg | 2 +- .../pgf/version-for-vtex/pgfmanual-vtex.cfg | 2 +- doc/generic/pgf/version-for-xetex/en/pgfmanual.tex | 2 +- .../pgf/version-for-xetex/pgfmanual-xetex.cfg | 2 +- experiments/TillTantau/beamer/beamerbaseboxes.sty | 4 ++-- .../TillTantau/graphics/dvisvgm-graphics.def | 2 +- .../TillTantau/rendering/pgfrenderpoints.code.tex | 2 +- .../rendering/pgfrendertransform.code.tex | 2 +- tex/context/third/pgf/basiclayer/t-pgf.tex | 2 +- tex/context/third/pgf/basiclayer/t-pgfbim.tex | 2 +- tex/context/third/pgf/basiclayer/t-pgfbla.tex | 2 +- tex/context/third/pgf/basiclayer/t-pgfbma.tex | 2 +- tex/context/third/pgf/basiclayer/t-pgfbpl.tex | 2 +- tex/context/third/pgf/basiclayer/t-pgfbpt.tex | 2 +- tex/context/third/pgf/basiclayer/t-pgfbsh.tex | 2 +- tex/context/third/pgf/basiclayer/t-pgfbsn.tex | 2 +- tex/context/third/pgf/basiclayer/t-pgfcor.tex | 2 +- tex/context/third/pgf/frontendlayer/t-tikz.tex | 2 +- tex/context/third/pgf/math/t-pgfmat.tex | 2 +- tex/context/third/pgf/systemlayer/t-pgfsys.tex | 2 +- tex/context/third/pgf/utilities/t-pgfcal.tex | 2 +- tex/context/third/pgf/utilities/t-pgffor.tex | 2 +- tex/context/third/pgf/utilities/t-pgfkey.tex | 2 +- tex/context/third/pgf/utilities/t-pgfmod.tex | 2 +- tex/context/third/pgf/utilities/t-pgfrcs.tex | 2 +- tex/generic/pgf/basiclayer/pgfcore.code.tex | 2 +- tex/generic/pgf/basiclayer/pgfcorearrows.code.tex | 2 +- .../pgf/basiclayer/pgfcoreexternal.code.tex | 2 +- .../pgf/basiclayer/pgfcoregraphicstate.code.tex | 2 +- tex/generic/pgf/basiclayer/pgfcoreimage.code.tex | 2 +- tex/generic/pgf/basiclayer/pgfcorelayers.code.tex | 2 +- tex/generic/pgf/basiclayer/pgfcoreobjects.code.tex | 2 +- .../pgf/basiclayer/pgfcorepathconstruct.code.tex | 2 +- .../pgf/basiclayer/pgfcorepathprocessing.code.tex | 2 +- .../pgf/basiclayer/pgfcorepathusage.code.tex | 2 +- .../pgf/basiclayer/pgfcorepatterns.code.tex | 2 +- tex/generic/pgf/basiclayer/pgfcorepoints.code.tex | 2 +- tex/generic/pgf/basiclayer/pgfcorequick.code.tex | 2 +- tex/generic/pgf/basiclayer/pgfcorerdf.code.tex | 2 +- tex/generic/pgf/basiclayer/pgfcorescopes.code.tex | 2 +- tex/generic/pgf/basiclayer/pgfcoreshade.code.tex | 2 +- .../pgf/basiclayer/pgfcoretransformations.code.tex | 2 +- .../pgf/basiclayer/pgfcoretransparency.code.tex | 2 +- .../circuits/tikzlibrarycircuits.code.tex | 2 +- .../circuits/tikzlibrarycircuits.ee.IEC.code.tex | 2 +- .../circuits/tikzlibrarycircuits.ee.code.tex | 2 +- .../tikzlibrarycircuits.logic.CDH.code.tex | 2 +- .../tikzlibrarycircuits.logic.IEC.code.tex | 2 +- .../circuits/tikzlibrarycircuits.logic.US.code.tex | 2 +- .../circuits/tikzlibrarycircuits.logic.code.tex | 2 +- .../tikzlibrarydatavisualization.3d.code.tex | 2 +- ...tikzlibrarydatavisualization.barcharts.code.tex | 2 +- .../tikzlibrarydatavisualization.code.tex | 2 +- ...arydatavisualization.formats.functions.code.tex | 2 +- .../tikzlibrarydatavisualization.polar.code.tex | 2 +- ...ikzlibrarydatavisualization.sparklines.code.tex | 2 +- .../libraries/graphs/tikzlibrarygraphs.code.tex | 4 ++-- .../graphs/tikzlibrarygraphs.standard.code.tex | 4 ++-- .../tikz/libraries/tikzexternalshared.code.tex | 2 +- .../tikz/libraries/tikzlibrary3d.code.tex | 2 +- .../tikz/libraries/tikzlibraryangles.code.tex | 4 ++-- .../tikz/libraries/tikzlibraryanimations.code.tex | 2 +- .../tikz/libraries/tikzlibraryarrows.code.tex | 2 +- .../tikz/libraries/tikzlibraryautomata.code.tex | 2 +- .../tikz/libraries/tikzlibrarybabel.code.tex | 2 +- .../tikz/libraries/tikzlibrarybackgrounds.code.tex | 2 +- .../tikz/libraries/tikzlibrarybending.code.tex | 2 +- .../tikz/libraries/tikzlibrarycalc.code.tex | 2 +- .../tikz/libraries/tikzlibrarycalendar.code.tex | 2 +- .../tikz/libraries/tikzlibrarychains.code.tex | 2 +- .../tikz/libraries/tikzlibrarydecorations.code.tex | 2 +- .../tikzlibrarydecorations.footprints.code.tex | 2 +- .../tikzlibrarydecorations.fractals.code.tex | 2 +- .../tikzlibrarydecorations.markings.code.tex | 2 +- .../tikzlibrarydecorations.pathmorphing.code.tex | 2 +- .../tikzlibrarydecorations.pathreplacing.code.tex | 2 +- .../tikzlibrarydecorations.shapes.code.tex | 2 +- .../libraries/tikzlibrarydecorations.text.code.tex | 2 +- .../tikz/libraries/tikzlibraryer.code.tex | 2 +- .../tikz/libraries/tikzlibraryfadings.code.tex | 2 +- .../tikz/libraries/tikzlibraryfit.code.tex | 2 +- .../tikzlibraryfixedpointarithmetic.code.tex | 2 +- .../tikz/libraries/tikzlibraryfolding.code.tex | 4 ++-- .../tikz/libraries/tikzlibraryfpu.code.tex | 2 +- .../libraries/tikzlibraryintersections.code.tex | 2 +- .../tikzlibrarylindenmayersystems.code.tex | 2 +- .../tikz/libraries/tikzlibrarymath.code.tex | 2 +- .../tikz/libraries/tikzlibrarymatrix.code.tex | 2 +- .../tikz/libraries/tikzlibrarymindmap.code.tex | 2 +- .../tikz/libraries/tikzlibrarypatterns.code.tex | 2 +- .../libraries/tikzlibrarypatterns.meta.code.tex | 2 +- .../tikz/libraries/tikzlibrarypetri.code.tex | 2 +- .../libraries/tikzlibraryplothandlers.code.tex | 2 +- .../tikz/libraries/tikzlibraryplotmarks.code.tex | 2 +- .../tikz/libraries/tikzlibrarypositioning.code.tex | 2 +- .../tikz/libraries/tikzlibraryquotes.code.tex | 2 +- .../tikz/libraries/tikzlibraryrdf.code.tex | 2 +- .../tikz/libraries/tikzlibraryscopes.code.tex | 2 +- .../tikz/libraries/tikzlibraryshadings.code.tex | 2 +- .../tikz/libraries/tikzlibraryshadows.code.tex | 2 +- .../libraries/tikzlibraryshapes.arrows.code.tex | 2 +- .../libraries/tikzlibraryshapes.callouts.code.tex | 2 +- .../tikz/libraries/tikzlibraryshapes.code.tex | 2 +- .../tikzlibraryshapes.gates.logic.IEC.code.tex | 2 +- .../tikzlibraryshapes.gates.logic.US.code.tex | 2 +- .../libraries/tikzlibraryshapes.geometric.code.tex | 2 +- .../tikz/libraries/tikzlibraryshapes.misc.code.tex | 2 +- .../libraries/tikzlibraryshapes.multipart.code.tex | 2 +- .../libraries/tikzlibraryshapes.symbols.code.tex | 2 +- .../tikz/libraries/tikzlibrarysnakes.code.tex | 2 +- .../tikz/libraries/tikzlibraryspy.code.tex | 2 +- .../tikz/libraries/tikzlibrarysvg.path.code.tex | 2 +- .../tikz/libraries/tikzlibrarythrough.code.tex | 2 +- .../tikz/libraries/tikzlibrarytopaths.code.tex | 2 +- .../tikz/libraries/tikzlibrarytrees.code.tex | 2 +- .../tikz/libraries/tikzlibraryturtle.code.tex | 2 +- .../tikz/libraries/tikzlibraryviews.code.tex | 2 +- tex/generic/pgf/frontendlayer/tikz/tikz.code.tex | 2 +- .../tikzlibrarygraphdrawing.evolving.code.tex | 2 +- .../tex/pgflibrarygraphdrawing.circular.code.tex | 4 ++-- .../tex/pgflibrarygraphdrawing.code.tex | 4 ++-- .../tex/pgflibrarygraphdrawing.examples.code.tex | 2 +- .../tex/pgflibrarygraphdrawing.force.code.tex | 2 +- .../tex/pgflibrarygraphdrawing.layered.code.tex | 2 +- .../tex/pgflibrarygraphdrawing.trees.code.tex | 4 ++-- .../tex/tikzlibrarygraphdrawing.code.tex | 4 ++-- .../pgflibrarydatavisualization.barcharts.code.tex | 2 +- ...arydatavisualization.formats.functions.code.tex | 2 +- .../pgflibrarydatavisualization.polar.code.tex | 2 +- .../pgflibrarydecorations.footprints.code.tex | 2 +- .../pgflibrarydecorations.fractals.code.tex | 2 +- .../pgflibrarydecorations.markings.code.tex | 2 +- .../pgflibrarydecorations.pathmorphing.code.tex | 2 +- .../pgflibrarydecorations.pathreplacing.code.tex | 2 +- .../pgflibrarydecorations.shapes.code.tex | 2 +- .../pgflibrarydecorations.text.code.tex | 2 +- .../libraries/luamath/pgflibraryluamath.code.tex | 4 ++-- .../pgf/libraries/pgflibraryarrows.code.tex | 2 +- .../pgf/libraries/pgflibraryarrows.meta.code.tex | 2 +- .../pgf/libraries/pgflibraryarrows.spaced.code.tex | 2 +- .../pgf/libraries/pgflibrarycurvilinear.code.tex | 2 +- .../pgf/libraries/pgflibraryfadings.code.tex | 2 +- .../pgflibraryfixedpointarithmetic.code.tex | 2 +- tex/generic/pgf/libraries/pgflibraryfpu.code.tex | 2 +- .../pgf/libraries/pgflibraryintersections.code.tex | 2 +- .../pgflibrarylindenmayersystems.code.tex | 2 +- .../pgf/libraries/pgflibrarypatterns.code.tex | 2 +- .../pgf/libraries/pgflibrarypatterns.meta.code.tex | 2 +- .../pgf/libraries/pgflibraryplothandlers.code.tex | 2 +- .../pgf/libraries/pgflibraryplotmarks.code.tex | 2 +- .../pgf/libraries/pgflibraryprofiler.code.tex | 2 +- .../pgf/libraries/pgflibraryshadings.code.tex | 2 +- .../pgf/libraries/pgflibrarysnakes.code.tex | 2 +- .../pgf/libraries/pgflibrarysvg.path.code.tex | 2 +- .../pgf/libraries/pgflibrarytimelines.code.tex | 2 +- .../pgflibraryshapes.gates.ee.IEC.code.tex | 2 +- .../circuits/pgflibraryshapes.gates.ee.code.tex | 2 +- .../pgflibraryshapes.gates.logic.IEC.code.tex | 2 +- .../pgflibraryshapes.gates.logic.US.code.tex | 2 +- .../circuits/pgflibraryshapes.gates.logic.code.tex | 2 +- .../shapes/pgflibraryshapes.arrows.code.tex | 2 +- .../shapes/pgflibraryshapes.callouts.code.tex | 2 +- .../pgf/libraries/shapes/pgflibraryshapes.code.tex | 2 +- .../shapes/pgflibraryshapes.geometric.code.tex | 2 +- .../shapes/pgflibraryshapes.misc.code.tex | 2 +- .../shapes/pgflibraryshapes.multipart.code.tex | 2 +- .../shapes/pgflibraryshapes.symbols.code.tex | 2 +- tex/generic/pgf/math/pgfmath.code.tex | 2 +- tex/generic/pgf/math/pgfmathcalc.code.tex | 2 +- tex/generic/pgf/math/pgfmathfloat.code.tex | 2 +- .../pgf/math/pgfmathfunctions.base.code.tex | 2 +- .../pgf/math/pgfmathfunctions.basic.code.tex | 2 +- tex/generic/pgf/math/pgfmathfunctions.code.tex | 2 +- .../pgf/math/pgfmathfunctions.comparison.code.tex | 2 +- .../pgf/math/pgfmathfunctions.misc.code.tex | 2 +- .../pgf/math/pgfmathfunctions.random.code.tex | 2 +- .../pgf/math/pgfmathfunctions.round.code.tex | 2 +- .../math/pgfmathfunctions.trigonometric.code.tex | 2 +- tex/generic/pgf/math/pgfmathode.code.tex | 2 +- tex/generic/pgf/math/pgfmathutil.code.tex | 2 +- .../pgf/modules/pgfmoduleanimations.code.tex | 2 +- tex/generic/pgf/modules/pgfmodulebending.code.tex | 2 +- .../modules/pgfmoduledatavisualization.code.tex | 2 +- .../pgf/modules/pgfmoduledecorations.code.tex | 2 +- tex/generic/pgf/modules/pgfmodulematrix.code.tex | 2 +- .../pgfmodulenonlineartransformations.code.tex | 2 +- tex/generic/pgf/modules/pgfmoduleoo.code.tex | 4 ++-- tex/generic/pgf/modules/pgfmoduleparser.code.tex | 2 +- tex/generic/pgf/modules/pgfmoduleplot.code.tex | 2 +- tex/generic/pgf/modules/pgfmoduleshapes.code.tex | 2 +- tex/generic/pgf/modules/pgfmodulesnakes.code.tex | 2 +- tex/generic/pgf/modules/pgfmodulesorting.code.tex | 2 +- tex/generic/pgf/systemlayer/pgf.cfg | 2 +- .../pgf/systemlayer/pgfsys-common-pdf-via-dvi.def | 2 +- tex/generic/pgf/systemlayer/pgfsys-common-pdf.def | 2 +- .../pgf/systemlayer/pgfsys-common-postscript.def | 2 +- tex/generic/pgf/systemlayer/pgfsys-common-svg.def | 2 +- tex/generic/pgf/systemlayer/pgfsys-dvi.def | 2 +- tex/generic/pgf/systemlayer/pgfsys-dvipdfm.def | 2 +- tex/generic/pgf/systemlayer/pgfsys-dvipdfmx.def | 2 +- tex/generic/pgf/systemlayer/pgfsys-dvips.def | 2 +- tex/generic/pgf/systemlayer/pgfsys-dvisvgm.def | 2 +- tex/generic/pgf/systemlayer/pgfsys-luatex.def | 2 +- tex/generic/pgf/systemlayer/pgfsys-pdftex.def | 2 +- tex/generic/pgf/systemlayer/pgfsys-tex4ht.def | 2 +- tex/generic/pgf/systemlayer/pgfsys-textures.def | 2 +- tex/generic/pgf/systemlayer/pgfsys-vtex.def | 2 +- tex/generic/pgf/systemlayer/pgfsys-xetex.def | 2 +- tex/generic/pgf/systemlayer/pgfsys.code.tex | 2 +- .../pgf/systemlayer/pgfsysanimations.code.tex | 2 +- .../pgf/systemlayer/pgfsysprotocol.code.tex | 2 +- .../pgf/systemlayer/pgfsyssoftpath.code.tex | 2 +- tex/generic/pgf/utilities/pgfcalendar.code.tex | 2 +- tex/generic/pgf/utilities/pgfexternal.tex | 2 +- tex/generic/pgf/utilities/pgfexternalwithdepth.tex | 2 +- tex/generic/pgf/utilities/pgffor.code.tex | 2 +- tex/generic/pgf/utilities/pgfkeys.code.tex | 2 +- tex/generic/pgf/utilities/pgfkeysfiltered.code.tex | 2 +- tex/generic/pgf/utilities/pgfrcs.code.tex | 2 +- tex/generic/pgf/utilities/pgfutil-common-lists.tex | 2 +- tex/generic/pgf/utilities/pgfutil-common.tex | 2 +- tex/generic/pgf/utilities/pgfutil-context.def | 2 +- tex/generic/pgf/utilities/pgfutil-latex.def | 2 +- tex/generic/pgf/utilities/pgfutil-plain.def | 2 +- tex/latex/pgf/basiclayer/pgf.sty | 2 +- tex/latex/pgf/basiclayer/pgfbaseimage.sty | 2 +- tex/latex/pgf/basiclayer/pgfbaselayers.sty | 2 +- tex/latex/pgf/basiclayer/pgfbasematrix.sty | 2 +- tex/latex/pgf/basiclayer/pgfbasepatterns.sty | 2 +- tex/latex/pgf/basiclayer/pgfbaseplot.sty | 2 +- tex/latex/pgf/basiclayer/pgfbaseshapes.sty | 2 +- tex/latex/pgf/basiclayer/pgfbasesnakes.sty | 2 +- tex/latex/pgf/basiclayer/pgfcore.sty | 2 +- tex/latex/pgf/compatibility/pgfarrows.sty | 2 +- tex/latex/pgf/compatibility/pgfautomata.sty | 2 +- .../pgf/compatibility/pgfcomp-version-0-65.sty | 2 +- .../pgf/compatibility/pgfcomp-version-1-18.sty | 2 +- tex/latex/pgf/compatibility/pgfheaps.sty | 2 +- tex/latex/pgf/compatibility/pgflibraryarrows.sty | 2 +- tex/latex/pgf/compatibility/pgflibraryautomata.sty | 2 +- .../pgf/compatibility/pgflibraryplothandlers.sty | 2 +- .../pgf/compatibility/pgflibraryplotmarks.sty | 2 +- tex/latex/pgf/compatibility/pgflibraryshapes.sty | 2 +- tex/latex/pgf/compatibility/pgflibrarysnakes.sty | 2 +- .../compatibility/pgflibrarytikzbackgrounds.sty | 2 +- .../pgf/compatibility/pgflibrarytikztrees.sty | 2 +- tex/latex/pgf/compatibility/pgfnodes.sty | 2 +- tex/latex/pgf/compatibility/pgfshade.sty | 2 +- tex/latex/pgf/doc/pgfmanual.code.tex | 2 +- tex/latex/pgf/doc/pgfmanual.pdflinks.code.tex | 2 +- tex/latex/pgf/doc/pgfmanual.prettyprinter.code.tex | 2 +- tex/latex/pgf/doc/pgfmanual.sty | 2 +- .../libraries/tikzlibraryexternal.code.tex | 2 +- tex/latex/pgf/frontendlayer/pgfpict2e.sty | 2 +- tex/latex/pgf/frontendlayer/tikz.sty | 2 +- tex/latex/pgf/math/pgfmath.sty | 2 +- tex/latex/pgf/systemlayer/pgfsys.sty | 2 +- tex/latex/pgf/utilities/pgfcalendar.sty | 2 +- tex/latex/pgf/utilities/pgffor.sty | 2 +- tex/latex/pgf/utilities/pgfkeys.sty | 2 +- tex/latex/pgf/utilities/pgfpages.sty | 2 +- tex/latex/pgf/utilities/pgfrcs.sty | 2 +- tex/latex/pgf/utilities/tikzexternal.sty | 2 +- tex/latex/pgf/utilities/xxcolor.sty | 2 +- tex/plain/pgf/basiclayer/pgf.tex | 2 +- tex/plain/pgf/basiclayer/pgfbaseimage.tex | 2 +- tex/plain/pgf/basiclayer/pgfbaselayers.tex | 2 +- tex/plain/pgf/basiclayer/pgfbasematrix.tex | 2 +- tex/plain/pgf/basiclayer/pgfbasepatterns.tex | 2 +- tex/plain/pgf/basiclayer/pgfbaseplot.tex | 2 +- tex/plain/pgf/basiclayer/pgfbaseshapes.tex | 2 +- tex/plain/pgf/basiclayer/pgfbasesnakes.tex | 2 +- tex/plain/pgf/basiclayer/pgfcore.tex | 2 +- tex/plain/pgf/frontendlayer/tikz.tex | 2 +- tex/plain/pgf/math/pgfmath.tex | 2 +- tex/plain/pgf/systemlayer/pgfsys.tex | 2 +- tex/plain/pgf/utilities/pgfcalendar.tex | 2 +- tex/plain/pgf/utilities/pgffor.tex | 2 +- tex/plain/pgf/utilities/pgfkeys.tex | 2 +- tex/plain/pgf/utilities/pgfrcs.tex | 2 +- 426 files changed, 466 insertions(+), 465 deletions(-) diff --git a/build.lua b/build.lua index d2615829e..be7ee63d6 100644 --- a/build.lua +++ b/build.lua @@ -268,7 +268,7 @@ local function generate_FILES() return files end -local function generate_TDSzip() +local function generate_TDSzip(filename) local files = generate_FILES() -- write FILES @@ -293,16 +293,16 @@ local function generate_TDSzip() end -- zip it all up - local zipfile = "pgf_" .. git.tag .. ".tds.zip" + local zipfile = filename or ("pgf_" .. git.tag .. ".tds.zip") local filelist = table.concat(files, " ") os.execute(table.concat({"zip", zipfile, filelist}, " ")) return zipfile end -local function generate_CTANzip() +local function generate_CTANzip(filename) local files = generate_FILES() - local tds = generate_TDSzip() + local tds = generate_TDSzip("pgf.tds.zip") local tmproot = tmpdir() local tmppgf = tmproot .. "pgf/" @@ -362,7 +362,7 @@ local function generate_CTANzip() lfs.copy(tds, tmproot .. tds) -- Pack zipfile - local ctanzip = "pgf_" .. git.tag .. ".ctan.flatdir.zip" + local ctanzip = filename or ("pgf_" .. git.tag .. ".ctan.flatdir.zip") local cwd = lfs.currentdir() lfs.chdir(tmproot) os.execute(table.concat({"zip -r", cwd .. "/" .. ctanzip, "."}, " ")) diff --git a/doc/generic/pgf/macros/pgfmanual-en-macros.tex b/doc/generic/pgf/macros/pgfmanual-en-macros.tex index c73768aa9..dde2db20e 100644 --- a/doc/generic/pgf/macros/pgfmanual-en-macros.tex +++ b/doc/generic/pgf/macros/pgfmanual-en-macros.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-base-actions.tex b/doc/generic/pgf/text-en/pgfmanual-en-base-actions.tex index c9ae72ba3..8a6fff31c 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-base-actions.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-base-actions.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-base-animations.tex b/doc/generic/pgf/text-en/pgfmanual-en-base-animations.tex index 291992962..1a65b0f8c 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-base-animations.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-base-animations.tex @@ -1,4 +1,4 @@ -% Copyright 2015 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-base-arrows.tex b/doc/generic/pgf/text-en/pgfmanual-en-base-arrows.tex index 382db09e5..d60a46652 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-base-arrows.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-base-arrows.tex @@ -1,4 +1,4 @@ -% Copyright 2013 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-base-decorations.tex b/doc/generic/pgf/text-en/pgfmanual-en-base-decorations.tex index 68a1e2097..d58545477 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-base-decorations.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-base-decorations.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Till Tantau and Mark Wibrow +% Copyright 2019 by Till Tantau and Mark Wibrow % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-base-design.tex b/doc/generic/pgf/text-en/pgfmanual-en-base-design.tex index 72dc66db7..fb7eacca2 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-base-design.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-base-design.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-base-external.tex b/doc/generic/pgf/text-en/pgfmanual-en-base-external.tex index da8c2e7a6..ff3ad65f9 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-base-external.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-base-external.tex @@ -1,4 +1,4 @@ -% Copyright 2007 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-base-images.tex b/doc/generic/pgf/text-en/pgfmanual-en-base-images.tex index b7b536852..c0e773117 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-base-images.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-base-images.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-base-internalregisters.tex b/doc/generic/pgf/text-en/pgfmanual-en-base-internalregisters.tex index 64c9da58f..fe28a3c5e 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-base-internalregisters.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-base-internalregisters.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Christian Feuersaenger +% Copyright 2018 by Christian Feuersaenger % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-base-layers.tex b/doc/generic/pgf/text-en/pgfmanual-en-base-layers.tex index 65ec0f889..deba15d80 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-base-layers.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-base-layers.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-base-matrices.tex b/doc/generic/pgf/text-en/pgfmanual-en-base-matrices.tex index 2c807e9f6..c35a34575 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-base-matrices.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-base-matrices.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-base-nodes.tex b/doc/generic/pgf/text-en/pgfmanual-en-base-nodes.tex index b4dda6fa1..2da80b11f 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-base-nodes.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-base-nodes.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-base-paths.tex b/doc/generic/pgf/text-en/pgfmanual-en-base-paths.tex index 4863835dd..690de303d 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-base-paths.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-base-paths.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-base-patterns.tex b/doc/generic/pgf/text-en/pgfmanual-en-base-patterns.tex index de7700e54..f032c5a2e 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-base-patterns.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-base-patterns.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-base-plots.tex b/doc/generic/pgf/text-en/pgfmanual-en-base-plots.tex index 4e4bac2fa..65b7cae5b 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-base-plots.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-base-plots.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-base-points.tex b/doc/generic/pgf/text-en/pgfmanual-en-base-points.tex index d743c57b0..2f4b963dc 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-base-points.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-base-points.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-base-quick.tex b/doc/generic/pgf/text-en/pgfmanual-en-base-quick.tex index 87694af64..3813556b9 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-base-quick.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-base-quick.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-base-scopes.tex b/doc/generic/pgf/text-en/pgfmanual-en-base-scopes.tex index d0efb084a..2fd70e598 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-base-scopes.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-base-scopes.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-base-shadings.tex b/doc/generic/pgf/text-en/pgfmanual-en-base-shadings.tex index e8bcde8ff..a091bc31b 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-base-shadings.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-base-shadings.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-base-transformations.tex b/doc/generic/pgf/text-en/pgfmanual-en-base-transformations.tex index 67525cd30..8b7e13733 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-base-transformations.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-base-transformations.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-base-transparency.tex b/doc/generic/pgf/text-en/pgfmanual-en-base-transparency.tex index 319ebbd9e..e3781aaa7 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-base-transparency.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-base-transparency.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-drivers.tex b/doc/generic/pgf/text-en/pgfmanual-en-drivers.tex index 31bfd9a30..8375753bd 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-drivers.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-drivers.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % @@ -44,7 +44,7 @@ \subsubsection{Using the \LaTeX\ Format} file |latex/pgf/frontends/tikz.sty|: % \begin{codeexample}[code only] -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-dv-axes.tex b/doc/generic/pgf/text-en/pgfmanual-en-dv-axes.tex index 0d8314079..4d02d96f8 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-dv-axes.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-dv-axes.tex @@ -1,4 +1,4 @@ -% Copyright 2010 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-dv-backend.tex b/doc/generic/pgf/text-en/pgfmanual-en-dv-backend.tex index ca3fcf283..baf60247e 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-dv-backend.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-dv-backend.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-dv-examples.tex b/doc/generic/pgf/text-en/pgfmanual-en-dv-examples.tex index a08a999b5..75271694c 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-dv-examples.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-dv-examples.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-dv-formats.tex b/doc/generic/pgf/text-en/pgfmanual-en-dv-formats.tex index 00b3ee1e9..ad7ddc0ad 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-dv-formats.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-dv-formats.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-dv-introduction.tex b/doc/generic/pgf/text-en/pgfmanual-en-dv-introduction.tex index 58e612170..88641aea6 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-dv-introduction.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-dv-introduction.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-dv-main.tex b/doc/generic/pgf/text-en/pgfmanual-en-dv-main.tex index a0d57858f..e0ce5a88f 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-dv-main.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-dv-main.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-dv-polar.tex b/doc/generic/pgf/text-en/pgfmanual-en-dv-polar.tex index 31167b720..bbba69dee 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-dv-polar.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-dv-polar.tex @@ -1,4 +1,4 @@ -% Copyright 2010 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-dv-stylesheets.tex b/doc/generic/pgf/text-en/pgfmanual-en-dv-stylesheets.tex index 526992cf0..c3af67051 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-dv-stylesheets.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-dv-stylesheets.tex @@ -1,4 +1,4 @@ -% Copyright 2010 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-dv-visualizers.tex b/doc/generic/pgf/text-en/pgfmanual-en-dv-visualizers.tex index 2c6fc8481..f1e5c06ed 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-dv-visualizers.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-dv-visualizers.tex @@ -1,4 +1,4 @@ -% Copyright 2010 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-gd-algorithm-layer.tex b/doc/generic/pgf/text-en/pgfmanual-en-gd-algorithm-layer.tex index 9704f9b3d..c4f8c4ed6 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-gd-algorithm-layer.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-gd-algorithm-layer.tex @@ -1,6 +1,6 @@ -% Copyright 2010 by Renée Ahrens, Olof Frahm, Jens Kluttig, Matthias Schulz, Stephan Schuster -% Copyright 2011 by Till Tantau -% Copyright 2011 by Jannis Pohlmann +% Copyright 2019 by Renée Ahrens, Olof Frahm, Jens Kluttig, Matthias Schulz, Stephan Schuster +% Copyright 2019 by Till Tantau +% Copyright 2019 by Jannis Pohlmann % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-gd-algorithms-in-c.tex b/doc/generic/pgf/text-en/pgfmanual-en-gd-algorithms-in-c.tex index 042493105..305752fc4 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-gd-algorithms-in-c.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-gd-algorithms-in-c.tex @@ -1,4 +1,4 @@ -% Copyright 2012 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-gd-binding-layer.tex b/doc/generic/pgf/text-en/pgfmanual-en-gd-binding-layer.tex index d09a8aef4..229e1bc1e 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-gd-binding-layer.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-gd-binding-layer.tex @@ -1,10 +1,10 @@ -% Copyright 2010-2011 by Renée Ahrens -% Copyright 2010-2011 by Olof Frahm -% Copyright 2010-2011 by Jens Kluttig -% Copyright 2010-2011 by Matthias Schulz -% Copyright 2010-2011 by Stephan Schuster -% Copyright 2011 by Jannis Pohlmann -% Copyright 2011 by Till Tantau +% Copyright 2010-2019 by Renée Ahrens +% Copyright 2010-2019 by Olof Frahm +% Copyright 2010-2019 by Jens Kluttig +% Copyright 2010-2019 by Matthias Schulz +% Copyright 2010-2019 by Stephan Schuster +% Copyright 2019 by Jannis Pohlmann +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-gd-circular.tex b/doc/generic/pgf/text-en/pgfmanual-en-gd-circular.tex index c503936db..5d82f556e 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-gd-circular.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-gd-circular.tex @@ -1,4 +1,4 @@ -% Copyright 2011 by Jannis Pohlmann +% Copyright 2018 by Jannis Pohlmann % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-gd-display-layer.tex b/doc/generic/pgf/text-en/pgfmanual-en-gd-display-layer.tex index 46b1d5db0..c265b7f4a 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-gd-display-layer.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-gd-display-layer.tex @@ -1,10 +1,10 @@ -% Copyright 2010-2011 by Renée Ahrens -% Copyright 2010-2011 by Olof Frahm -% Copyright 2010-2011 by Jens Kluttig -% Copyright 2010-2011 by Matthias Schulz -% Copyright 2010-2011 by Stephan Schuster -% Copyright 2011 by Jannis Pohlmann -% Copyright 2011 by Till Tantau +% Copyright 2010-2018 by Renée Ahrens +% Copyright 2010-2018 by Olof Frahm +% Copyright 2010-2018 by Jens Kluttig +% Copyright 2010-2018 by Matthias Schulz +% Copyright 2010-2018 by Stephan Schuster +% Copyright 2018 by Jannis Pohlmann +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-gd-edge-routing.tex b/doc/generic/pgf/text-en/pgfmanual-en-gd-edge-routing.tex index 4c4fa8cab..6eb09f5f8 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-gd-edge-routing.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-gd-edge-routing.tex @@ -1,4 +1,4 @@ -% Copyright 2011 by Jannis Pohlmann +% Copyright 2018 by Jannis Pohlmann % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-gd-examples.tex b/doc/generic/pgf/text-en/pgfmanual-en-gd-examples.tex index bba5c540a..830880d91 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-gd-examples.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-gd-examples.tex @@ -1,4 +1,4 @@ -% Copyright 2011 by Jannis Pohlmann +% Copyright 2012 by Jannis Pohlmann % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-gd-force.tex b/doc/generic/pgf/text-en/pgfmanual-en-gd-force.tex index 514351e53..80402970f 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-gd-force.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-gd-force.tex @@ -1,4 +1,4 @@ -% Copyright 2011 by Jannis Pohlmann +% Copyright 2018 by Jannis Pohlmann % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-gd-layered.tex b/doc/generic/pgf/text-en/pgfmanual-en-gd-layered.tex index 4f68dae40..c934a465a 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-gd-layered.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-gd-layered.tex @@ -1,4 +1,4 @@ -% Copyright 2012 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-gd-misc.tex b/doc/generic/pgf/text-en/pgfmanual-en-gd-misc.tex index 8c88238eb..e6a72771d 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-gd-misc.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-gd-misc.tex @@ -1,4 +1,4 @@ -% Copyright 2011 by Jannis Pohlmann +% Copyright 2012 by Jannis Pohlmann % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-gd-ogdf.tex b/doc/generic/pgf/text-en/pgfmanual-en-gd-ogdf.tex index 579606e54..b90e664bf 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-gd-ogdf.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-gd-ogdf.tex @@ -1,4 +1,4 @@ -% Copyright 2012 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-gd-overview.tex b/doc/generic/pgf/text-en/pgfmanual-en-gd-overview.tex index 8fc660a93..190451b14 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-gd-overview.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-gd-overview.tex @@ -1,6 +1,6 @@ -% Copyright 2010 by Renée Ahrens, Olof Frahm, Jens Kluttig, Matthias Schulz, Stephan Schuster -% Copyright 2011 by Till Tantau -% Copyright 2011 by Jannis Pohlmann +% Copyright 2019 by Renée Ahrens, Olof Frahm, Jens Kluttig, Matthias Schulz, Stephan Schuster +% Copyright 2019 by Till Tantau +% Copyright 2019 by Jannis Pohlmann % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-gd-phylogenetics.tex b/doc/generic/pgf/text-en/pgfmanual-en-gd-phylogenetics.tex index 486b930ce..d6ce489fc 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-gd-phylogenetics.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-gd-phylogenetics.tex @@ -1,4 +1,4 @@ -% Copyright 2013 by Sarah Mäusle and Till Tantau +% Copyright 2018 by Sarah Mäusle and Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-gd-trees.tex b/doc/generic/pgf/text-en/pgfmanual-en-gd-trees.tex index 171b7f877..ea1836317 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-gd-trees.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-gd-trees.tex @@ -1,4 +1,4 @@ -% Copyright 2012 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-gd-usage-pgf.tex b/doc/generic/pgf/text-en/pgfmanual-en-gd-usage-pgf.tex index 633df75b8..1b9d6916c 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-gd-usage-pgf.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-gd-usage-pgf.tex @@ -1,10 +1,10 @@ -% Copyright 2010-2011 by Renée Ahrens -% Copyright 2010-2011 by Olof Frahm -% Copyright 2010-2011 by Jens Kluttig -% Copyright 2010-2011 by Matthias Schulz -% Copyright 2010-2011 by Stephan Schuster -% Copyright 2011 by Jannis Pohlmann -% Copyright 2011 by Till Tantau +% Copyright 2010-2019 by Renée Ahrens +% Copyright 2010-2019 by Olof Frahm +% Copyright 2010-2019 by Jens Kluttig +% Copyright 2010-2019 by Matthias Schulz +% Copyright 2010-2019 by Stephan Schuster +% Copyright 2019 by Jannis Pohlmann +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-gd-usage-tikz.tex b/doc/generic/pgf/text-en/pgfmanual-en-gd-usage-tikz.tex index 32cf24e59..e34ed4d3f 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-gd-usage-tikz.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-gd-usage-tikz.tex @@ -1,4 +1,4 @@ -% Copyright 2012 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-guidelines.tex b/doc/generic/pgf/text-en/pgfmanual-en-guidelines.tex index a91cd4345..e59a2b19e 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-guidelines.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-guidelines.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-installation.tex b/doc/generic/pgf/text-en/pgfmanual-en-installation.tex index a80222fa9..307e972f6 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-installation.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-installation.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-introduction.tex b/doc/generic/pgf/text-en/pgfmanual-en-introduction.tex index 5059d7af8..2e65e1dab 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-introduction.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-introduction.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-library-3d.tex b/doc/generic/pgf/text-en/pgfmanual-en-library-3d.tex index a8f91c730..79bb47a2f 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-library-3d.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-library-3d.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-library-angles.tex b/doc/generic/pgf/text-en/pgfmanual-en-library-angles.tex index a011ea8b5..e210cb2d7 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-library-angles.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-library-angles.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-library-arrows.tex b/doc/generic/pgf/text-en/pgfmanual-en-library-arrows.tex index e9e1a8be0..9597701c4 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-library-arrows.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-library-arrows.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-library-automata.tex b/doc/generic/pgf/text-en/pgfmanual-en-library-automata.tex index 452ee9a6a..c56bb6fd1 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-library-automata.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-library-automata.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-library-babel.tex b/doc/generic/pgf/text-en/pgfmanual-en-library-babel.tex index 35d99396d..221a84c64 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-library-babel.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-library-babel.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Mark Wibrow +% Copyright 2019 by Mark Wibrow % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-library-backgrounds.tex b/doc/generic/pgf/text-en/pgfmanual-en-library-backgrounds.tex index 7755003fb..4d9d49e9c 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-library-backgrounds.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-library-backgrounds.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-library-calendar.tex b/doc/generic/pgf/text-en/pgfmanual-en-library-calendar.tex index 5037bef78..9e9d79f95 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-library-calendar.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-library-calendar.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-library-chains.tex b/doc/generic/pgf/text-en/pgfmanual-en-library-chains.tex index 1dc247866..e601610e7 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-library-chains.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-library-chains.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-library-circuits.tex b/doc/generic/pgf/text-en/pgfmanual-en-library-circuits.tex index f4fe43c28..b46e56288 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-library-circuits.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-library-circuits.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Till Tantau and Mark Wibrow +% Copyright 2019 by Till Tantau and Mark Wibrow % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-library-decorations.tex b/doc/generic/pgf/text-en/pgfmanual-en-library-decorations.tex index 9c971d5c9..1dea8b28a 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-library-decorations.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-library-decorations.tex @@ -1,4 +1,4 @@ -% Copyright 2013 by Mark Wibrow and Till Tantau +% Copyright 2019 by Mark Wibrow and Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-library-edges.tex b/doc/generic/pgf/text-en/pgfmanual-en-library-edges.tex index 08cb5934a..7207fb161 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-library-edges.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-library-edges.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-library-er.tex b/doc/generic/pgf/text-en/pgfmanual-en-library-er.tex index 28939c1a5..27470015f 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-library-er.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-library-er.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-library-external.tex b/doc/generic/pgf/text-en/pgfmanual-en-library-external.tex index e96a27c47..9ba010687 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-library-external.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-library-external.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Christian Feuersaenger +% Copyright 2019 by Christian Feuersaenger % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-library-fadings.tex b/doc/generic/pgf/text-en/pgfmanual-en-library-fadings.tex index c42e10a21..3b0784e44 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-library-fadings.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-library-fadings.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-library-fit.tex b/doc/generic/pgf/text-en/pgfmanual-en-library-fit.tex index d528a2a4e..f5189a3cb 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-library-fit.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-library-fit.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-library-fixedpoint.tex b/doc/generic/pgf/text-en/pgfmanual-en-library-fixedpoint.tex index 968db32b7..37d20d13a 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-library-fixedpoint.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-library-fixedpoint.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Mark Wibrow +% Copyright 2019 by Mark Wibrow % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-library-folding.tex b/doc/generic/pgf/text-en/pgfmanual-en-library-folding.tex index 7deff0a55..a97947033 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-library-folding.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-library-folding.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-library-fpu.tex b/doc/generic/pgf/text-en/pgfmanual-en-library-fpu.tex index 2a46a0a2e..fdd913764 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-library-fpu.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-library-fpu.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Christian Feuersaenger +% Copyright 2019 by Christian Feuersaenger % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-library-lsystems.tex b/doc/generic/pgf/text-en/pgfmanual-en-library-lsystems.tex index 7d83ccb75..07abbb441 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-library-lsystems.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-library-lsystems.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Mark Wibrow +% Copyright 2019 by Mark Wibrow % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-library-math.tex b/doc/generic/pgf/text-en/pgfmanual-en-library-math.tex index 4e112adb9..7f0b429f1 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-library-math.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-library-math.tex @@ -1,4 +1,4 @@ -% Copyright 2013 by Mark Wibrow +% Copyright 2019 by Mark Wibrow % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-library-matrices.tex b/doc/generic/pgf/text-en/pgfmanual-en-library-matrices.tex index 1e0e15e49..53284b980 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-library-matrices.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-library-matrices.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-library-mindmaps.tex b/doc/generic/pgf/text-en/pgfmanual-en-library-mindmaps.tex index ea840cb6b..1785902be 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-library-mindmaps.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-library-mindmaps.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-library-patterns.tex b/doc/generic/pgf/text-en/pgfmanual-en-library-patterns.tex index 9c569fba3..02463bf04 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-library-patterns.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-library-patterns.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-library-petri.tex b/doc/generic/pgf/text-en/pgfmanual-en-library-petri.tex index 1146624d6..e5f0360bf 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-library-petri.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-library-petri.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-library-plot-handlers.tex b/doc/generic/pgf/text-en/pgfmanual-en-library-plot-handlers.tex index cf20bc847..467542876 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-library-plot-handlers.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-library-plot-handlers.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-library-plot-marks.tex b/doc/generic/pgf/text-en/pgfmanual-en-library-plot-marks.tex index 5abc0ff16..d6d8f7cb2 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-library-plot-marks.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-library-plot-marks.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-library-profiler.tex b/doc/generic/pgf/text-en/pgfmanual-en-library-profiler.tex index ca24ecacb..6e5200a9f 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-library-profiler.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-library-profiler.tex @@ -1,4 +1,4 @@ -% Copyright 2010 by Christian Feuersaenger +% Copyright 2019 by Christian Feuersaenger % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-library-rdf.tex b/doc/generic/pgf/text-en/pgfmanual-en-library-rdf.tex index c5d276aa0..1e9debff4 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-library-rdf.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-library-rdf.tex @@ -1,4 +1,4 @@ -% Copyright 2016 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-library-shadings.tex b/doc/generic/pgf/text-en/pgfmanual-en-library-shadings.tex index 3f73bd926..a80765632 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-library-shadings.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-library-shadings.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-library-shadows.tex b/doc/generic/pgf/text-en/pgfmanual-en-library-shadows.tex index 989206465..9d1ae581d 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-library-shadows.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-library-shadows.tex @@ -1,4 +1,4 @@ -% Copyright 2007 by Till Tantau and Mark Wibrow +% Copyright 2019 by Till Tantau and Mark Wibrow % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-library-shapes.tex b/doc/generic/pgf/text-en/pgfmanual-en-library-shapes.tex index 22e02202c..a248294ad 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-library-shapes.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-library-shapes.tex @@ -1,4 +1,4 @@ -% Copyright 2007 by Till Tantau and Mark Wibrow +% Copyright 2019 by Till Tantau and Mark Wibrow % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-library-spy.tex b/doc/generic/pgf/text-en/pgfmanual-en-library-spy.tex index 9bc7a69a9..41db28161 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-library-spy.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-library-spy.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-library-svg-path.tex b/doc/generic/pgf/text-en/pgfmanual-en-library-svg-path.tex index 862525617..ec45ca443 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-library-svg-path.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-library-svg-path.tex @@ -1,4 +1,4 @@ -% Copyright 2009 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-library-through.tex b/doc/generic/pgf/text-en/pgfmanual-en-library-through.tex index 1d9e278f4..55a4f934e 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-library-through.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-library-through.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-library-trees.tex b/doc/generic/pgf/text-en/pgfmanual-en-library-trees.tex index c29dc7c55..ccb5eb53d 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-library-trees.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-library-trees.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-library-turtle.tex b/doc/generic/pgf/text-en/pgfmanual-en-library-turtle.tex index 5a002fb3b..cea927106 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-library-turtle.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-library-turtle.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Mark Wibrow +% Copyright 2019 by Mark Wibrow % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-library-views.tex b/doc/generic/pgf/text-en/pgfmanual-en-library-views.tex index 0a14a1016..a08004280 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-library-views.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-library-views.tex @@ -1,4 +1,4 @@ -% Copyright 2016 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-license.tex b/doc/generic/pgf/text-en/pgfmanual-en-license.tex index c78b5f85c..ca56481b8 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-license.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-license.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % @@ -346,7 +346,7 @@ \subsubsection{No Warranty} % % $Id$ % -% Copyright 1999 2002-2006 LaTeX3 Project +% Copyright 1999 2002-2018 LaTeX3 Project % Everyone is allowed to distribute verbatim copies of this % license document, but modification of it is not allowed. % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-main-body.tex b/doc/generic/pgf/text-en/pgfmanual-en-main-body.tex index de2ef33a0..43ca223d7 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-main-body.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-main-body.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-main-preamble.tex b/doc/generic/pgf/text-en/pgfmanual-en-main-preamble.tex index 57f51bda2..82be42b6f 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-main-preamble.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-main-preamble.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-main.tex b/doc/generic/pgf/text-en/pgfmanual-en-main.tex index 8853888a5..b7349247d 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-main.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-main.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-math-algorithms.tex b/doc/generic/pgf/text-en/pgfmanual-en-math-algorithms.tex index 93c0aed44..62d9c6983 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-math-algorithms.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-math-algorithms.tex @@ -1,4 +1,4 @@ -% Copyright 2007 by Mark Wibrow +% Copyright 2019 by Mark Wibrow % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-math-commands.tex b/doc/generic/pgf/text-en/pgfmanual-en-math-commands.tex index c6c0fef02..54a890b07 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-math-commands.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-math-commands.tex @@ -1,4 +1,4 @@ -% Copyright 2007 by Mark Wibrow +% Copyright 2018 by Mark Wibrow % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-math-design.tex b/doc/generic/pgf/text-en/pgfmanual-en-math-design.tex index 43a93b08b..72e6ca084 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-math-design.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-math-design.tex @@ -1,4 +1,4 @@ -% Copyright 2007 by Mark Wibrow and Till Tantau +% Copyright 2018 by Mark Wibrow and Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-math-parsing.tex b/doc/generic/pgf/text-en/pgfmanual-en-math-parsing.tex index 9eaed9c97..b5d3df785 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-math-parsing.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-math-parsing.tex @@ -1,4 +1,4 @@ -% Copyright 2007 by Mark Wibrow +% Copyright 2019 by Mark Wibrow % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-module-parser.tex b/doc/generic/pgf/text-en/pgfmanual-en-module-parser.tex index 8a85b57c7..a9be45fd0 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-module-parser.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-module-parser.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Till Tantau +% Copyright 2019 by Till Tantau % Copyright 2019 by Jonathan P. Spratte % % This file may be distributed and/or modified diff --git a/doc/generic/pgf/text-en/pgfmanual-en-oo.tex b/doc/generic/pgf/text-en/pgfmanual-en-oo.tex index bd1f11d01..f517220e4 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-oo.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-oo.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-pages.tex b/doc/generic/pgf/text-en/pgfmanual-en-pages.tex index 1975199a8..5da034e47 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-pages.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-pages.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-pgfcalendar.tex b/doc/generic/pgf/text-en/pgfmanual-en-pgfcalendar.tex index 2791a6936..50fc9ca14 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-pgfcalendar.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-pgfcalendar.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-pgffor.tex b/doc/generic/pgf/text-en/pgfmanual-en-pgffor.tex index 8ae0628b3..5318d8a0d 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-pgffor.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-pgffor.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-pgfkeys.tex b/doc/generic/pgf/text-en/pgfmanual-en-pgfkeys.tex index fdac5a31c..3f511bbde 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-pgfkeys.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-pgfkeys.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-pgfsys-animations.tex b/doc/generic/pgf/text-en/pgfmanual-en-pgfsys-animations.tex index 85adcf902..2f115ca1b 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-pgfsys-animations.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-pgfsys-animations.tex @@ -1,4 +1,4 @@ -% Copyright 2016 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-pgfsys-commands.tex b/doc/generic/pgf/text-en/pgfmanual-en-pgfsys-commands.tex index 47b876cd1..50a58b7bc 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-pgfsys-commands.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-pgfsys-commands.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-pgfsys-overview.tex b/doc/generic/pgf/text-en/pgfmanual-en-pgfsys-overview.tex index ac6c3f1dc..ae1875bb9 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-pgfsys-overview.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-pgfsys-overview.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-pgfsys-paths.tex b/doc/generic/pgf/text-en/pgfmanual-en-pgfsys-paths.tex index e43282312..cf3490022 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-pgfsys-paths.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-pgfsys-paths.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-pgfsys-protocol.tex b/doc/generic/pgf/text-en/pgfmanual-en-pgfsys-protocol.tex index 4d3615e79..30a1d79ce 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-pgfsys-protocol.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-pgfsys-protocol.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-tikz-actions.tex b/doc/generic/pgf/text-en/pgfmanual-en-tikz-actions.tex index a889467fb..40855fc9d 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-tikz-actions.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-tikz-actions.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-tikz-animations.tex b/doc/generic/pgf/text-en/pgfmanual-en-tikz-animations.tex index a692412fb..3ce6b452d 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-tikz-animations.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-tikz-animations.tex @@ -1,4 +1,4 @@ -% Copyright 2015 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-tikz-arrows.tex b/doc/generic/pgf/text-en/pgfmanual-en-tikz-arrows.tex index e3e500ae9..6bc7c8067 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-tikz-arrows.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-tikz-arrows.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-tikz-coordinates.tex b/doc/generic/pgf/text-en/pgfmanual-en-tikz-coordinates.tex index 047592f5c..9661e3fab 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-tikz-coordinates.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-tikz-coordinates.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-tikz-decorations.tex b/doc/generic/pgf/text-en/pgfmanual-en-tikz-decorations.tex index f1027d3bc..df7c779dd 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-tikz-decorations.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-tikz-decorations.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Mark Wibrow +% Copyright 2019 by Mark Wibrow % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-tikz-design.tex b/doc/generic/pgf/text-en/pgfmanual-en-tikz-design.tex index 98f888e8e..978b0e665 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-tikz-design.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-tikz-design.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-tikz-graphs.tex b/doc/generic/pgf/text-en/pgfmanual-en-tikz-graphs.tex index 7c51ffe0e..f2237a372 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-tikz-graphs.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-tikz-graphs.tex @@ -1,5 +1,5 @@ -% Copyright 2010 by Till Tantau -% Copyright 2011 by Jannis Pohlmann +% Copyright 2019 by Till Tantau +% Copyright 2019 by Jannis Pohlmann % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-tikz-matrices.tex b/doc/generic/pgf/text-en/pgfmanual-en-tikz-matrices.tex index 8288a0797..3b6cfa569 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-tikz-matrices.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-tikz-matrices.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-tikz-paths.tex b/doc/generic/pgf/text-en/pgfmanual-en-tikz-paths.tex index 4a8874131..aaf251ea2 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-tikz-paths.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-tikz-paths.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-tikz-pics.tex b/doc/generic/pgf/text-en/pgfmanual-en-tikz-pics.tex index 06145514b..8710e6dc4 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-tikz-pics.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-tikz-pics.tex @@ -1,4 +1,4 @@ -% Copyright 2013 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-tikz-plots.tex b/doc/generic/pgf/text-en/pgfmanual-en-tikz-plots.tex index 894f6d44d..2c12189e5 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-tikz-plots.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-tikz-plots.tex @@ -1,4 +1,4 @@ -% Copyright 2007 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-tikz-scopes.tex b/doc/generic/pgf/text-en/pgfmanual-en-tikz-scopes.tex index d37579fae..53132a78d 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-tikz-scopes.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-tikz-scopes.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-tikz-shapes.tex b/doc/generic/pgf/text-en/pgfmanual-en-tikz-shapes.tex index e4c7d11f9..5d2e4a7a0 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-tikz-shapes.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-tikz-shapes.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-tikz-transformations.tex b/doc/generic/pgf/text-en/pgfmanual-en-tikz-transformations.tex index fcd5ef673..ef049f3cf 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-tikz-transformations.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-tikz-transformations.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-tikz-transparency.tex b/doc/generic/pgf/text-en/pgfmanual-en-tikz-transparency.tex index 0483ee57a..d85b84757 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-tikz-transparency.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-tikz-transparency.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-tikz-trees.tex b/doc/generic/pgf/text-en/pgfmanual-en-tikz-trees.tex index e2c3dc2e3..f3dee78e6 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-tikz-trees.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-tikz-trees.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-tutorial-Euclid.tex b/doc/generic/pgf/text-en/pgfmanual-en-tutorial-Euclid.tex index b276178cd..566f32a8d 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-tutorial-Euclid.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-tutorial-Euclid.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-tutorial-chains.tex b/doc/generic/pgf/text-en/pgfmanual-en-tutorial-chains.tex index 9e8dfd00c..04b6f5843 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-tutorial-chains.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-tutorial-chains.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-tutorial-map.tex b/doc/generic/pgf/text-en/pgfmanual-en-tutorial-map.tex index 8a81429b6..4c895031c 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-tutorial-map.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-tutorial-map.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-tutorial-nodes.tex b/doc/generic/pgf/text-en/pgfmanual-en-tutorial-nodes.tex index cc613379d..73927e67e 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-tutorial-nodes.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-tutorial-nodes.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2020 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-tutorial.tex b/doc/generic/pgf/text-en/pgfmanual-en-tutorial.tex index 04ec7082d..0a35440fd 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-tutorial.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-tutorial.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/text-en/pgfmanual-en-xxcolor.tex b/doc/generic/pgf/text-en/pgfmanual-en-xxcolor.tex index 022f2769b..de910e829 100644 --- a/doc/generic/pgf/text-en/pgfmanual-en-xxcolor.tex +++ b/doc/generic/pgf/text-en/pgfmanual-en-xxcolor.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/version-for-dvipdfm/en/pgfmanual.tex b/doc/generic/pgf/version-for-dvipdfm/en/pgfmanual.tex index fc202c6fe..1eecb494b 100644 --- a/doc/generic/pgf/version-for-dvipdfm/en/pgfmanual.tex +++ b/doc/generic/pgf/version-for-dvipdfm/en/pgfmanual.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/version-for-dvipdfm/pgfmanual-dvipdfm.cfg b/doc/generic/pgf/version-for-dvipdfm/pgfmanual-dvipdfm.cfg index 8d121a062..04c05f7e1 100644 --- a/doc/generic/pgf/version-for-dvipdfm/pgfmanual-dvipdfm.cfg +++ b/doc/generic/pgf/version-for-dvipdfm/pgfmanual-dvipdfm.cfg @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/version-for-dvipdfmx/en/pgfmanual-test.tex b/doc/generic/pgf/version-for-dvipdfmx/en/pgfmanual-test.tex index 0143e0451..e6a93d80c 100644 --- a/doc/generic/pgf/version-for-dvipdfmx/en/pgfmanual-test.tex +++ b/doc/generic/pgf/version-for-dvipdfmx/en/pgfmanual-test.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2016 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/version-for-dvipdfmx/en/pgfmanual.tex b/doc/generic/pgf/version-for-dvipdfmx/en/pgfmanual.tex index 18c793c5e..54cc71808 100644 --- a/doc/generic/pgf/version-for-dvipdfmx/en/pgfmanual.tex +++ b/doc/generic/pgf/version-for-dvipdfmx/en/pgfmanual.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/version-for-dvipdfmx/pgfmanual-dvipdfmx.cfg b/doc/generic/pgf/version-for-dvipdfmx/pgfmanual-dvipdfmx.cfg index c45a660e0..36177cb14 100644 --- a/doc/generic/pgf/version-for-dvipdfmx/pgfmanual-dvipdfmx.cfg +++ b/doc/generic/pgf/version-for-dvipdfmx/pgfmanual-dvipdfmx.cfg @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/version-for-dvips/en/pgfmanual-test.tex b/doc/generic/pgf/version-for-dvips/en/pgfmanual-test.tex index 2cc03e5cd..1ebc724cb 100644 --- a/doc/generic/pgf/version-for-dvips/en/pgfmanual-test.tex +++ b/doc/generic/pgf/version-for-dvips/en/pgfmanual-test.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2016 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/version-for-dvips/en/pgfmanual.tex b/doc/generic/pgf/version-for-dvips/en/pgfmanual.tex index 10e7f9c75..16b7647b7 100644 --- a/doc/generic/pgf/version-for-dvips/en/pgfmanual.tex +++ b/doc/generic/pgf/version-for-dvips/en/pgfmanual.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/version-for-dvips/pgfmanual-dvips.cfg b/doc/generic/pgf/version-for-dvips/pgfmanual-dvips.cfg index 8511b9f1f..9b26ef5d5 100644 --- a/doc/generic/pgf/version-for-dvips/pgfmanual-dvips.cfg +++ b/doc/generic/pgf/version-for-dvips/pgfmanual-dvips.cfg @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/version-for-dvisvgm/en/color.cfg b/doc/generic/pgf/version-for-dvisvgm/en/color.cfg index e69de29bb..4ab2ccf89 100644 --- a/doc/generic/pgf/version-for-dvisvgm/en/color.cfg +++ b/doc/generic/pgf/version-for-dvisvgm/en/color.cfg @@ -0,0 +1 @@ +% Override color.cfg from graphicx diff --git a/doc/generic/pgf/version-for-dvisvgm/en/pgfmanual-test.tex b/doc/generic/pgf/version-for-dvisvgm/en/pgfmanual-test.tex index a36c23202..65c29458b 100644 --- a/doc/generic/pgf/version-for-dvisvgm/en/pgfmanual-test.tex +++ b/doc/generic/pgf/version-for-dvisvgm/en/pgfmanual-test.tex @@ -1,4 +1,4 @@ -% Copyright 2015 by Till Tantau +% Copyright 2016 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/version-for-dvisvgm/en/pgfmanual.tex b/doc/generic/pgf/version-for-dvisvgm/en/pgfmanual.tex index 03aa953fa..f4399ea44 100644 --- a/doc/generic/pgf/version-for-dvisvgm/en/pgfmanual.tex +++ b/doc/generic/pgf/version-for-dvisvgm/en/pgfmanual.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2016 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/version-for-dvisvgm/pgfmanual-dvisvgm.cfg b/doc/generic/pgf/version-for-dvisvgm/pgfmanual-dvisvgm.cfg index d7b04c4ec..edbd6698e 100644 --- a/doc/generic/pgf/version-for-dvisvgm/pgfmanual-dvisvgm.cfg +++ b/doc/generic/pgf/version-for-dvisvgm/pgfmanual-dvisvgm.cfg @@ -1,4 +1,4 @@ -% Copyright 2016 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/version-for-luatex/en/pgfmanual-test.tex b/doc/generic/pgf/version-for-luatex/en/pgfmanual-test.tex index f2f2cfeae..98b08b3f7 100644 --- a/doc/generic/pgf/version-for-luatex/en/pgfmanual-test.tex +++ b/doc/generic/pgf/version-for-luatex/en/pgfmanual-test.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/version-for-luatex/en/pgfmanual.tex b/doc/generic/pgf/version-for-luatex/en/pgfmanual.tex index 9c8808cab..83bf51773 100644 --- a/doc/generic/pgf/version-for-luatex/en/pgfmanual.tex +++ b/doc/generic/pgf/version-for-luatex/en/pgfmanual.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/version-for-luatex/pgfmanual-luatex.cfg b/doc/generic/pgf/version-for-luatex/pgfmanual-luatex.cfg index 8befeb01e..289b8716f 100644 --- a/doc/generic/pgf/version-for-luatex/pgfmanual-luatex.cfg +++ b/doc/generic/pgf/version-for-luatex/pgfmanual-luatex.cfg @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/version-for-pdftex/en/pgfmanual.tex b/doc/generic/pgf/version-for-pdftex/en/pgfmanual.tex index e1eb4e994..90cf47439 100644 --- a/doc/generic/pgf/version-for-pdftex/en/pgfmanual.tex +++ b/doc/generic/pgf/version-for-pdftex/en/pgfmanual.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/version-for-pdftex/pgfmanual-pdftex.cfg b/doc/generic/pgf/version-for-pdftex/pgfmanual-pdftex.cfg index 39a7955e6..f888fb60b 100644 --- a/doc/generic/pgf/version-for-pdftex/pgfmanual-pdftex.cfg +++ b/doc/generic/pgf/version-for-pdftex/pgfmanual-pdftex.cfg @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/version-for-tex4ht/pgfmanual-tex4ht.cfg b/doc/generic/pgf/version-for-tex4ht/pgfmanual-tex4ht.cfg index 99a00db7e..698a08957 100644 --- a/doc/generic/pgf/version-for-tex4ht/pgfmanual-tex4ht.cfg +++ b/doc/generic/pgf/version-for-tex4ht/pgfmanual-tex4ht.cfg @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2008 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/version-for-vtex/pgfmanual-vtex.cfg b/doc/generic/pgf/version-for-vtex/pgfmanual-vtex.cfg index 3012c7141..1d346686f 100644 --- a/doc/generic/pgf/version-for-vtex/pgfmanual-vtex.cfg +++ b/doc/generic/pgf/version-for-vtex/pgfmanual-vtex.cfg @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/version-for-xetex/en/pgfmanual.tex b/doc/generic/pgf/version-for-xetex/en/pgfmanual.tex index 647d82117..97444031c 100644 --- a/doc/generic/pgf/version-for-xetex/en/pgfmanual.tex +++ b/doc/generic/pgf/version-for-xetex/en/pgfmanual.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2008 by Till Tantau % % This file may be distributed and/or modified % diff --git a/doc/generic/pgf/version-for-xetex/pgfmanual-xetex.cfg b/doc/generic/pgf/version-for-xetex/pgfmanual-xetex.cfg index 42c1be069..db6455686 100644 --- a/doc/generic/pgf/version-for-xetex/pgfmanual-xetex.cfg +++ b/doc/generic/pgf/version-for-xetex/pgfmanual-xetex.cfg @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/experiments/TillTantau/beamer/beamerbaseboxes.sty b/experiments/TillTantau/beamer/beamerbaseboxes.sty index 6f8f4cd52..8c3472f6d 100644 --- a/experiments/TillTantau/beamer/beamerbaseboxes.sty +++ b/experiments/TillTantau/beamer/beamerbaseboxes.sty @@ -1,5 +1,5 @@ -% Copyright 2003--2007 by Till Tantau -% Copyright 2010 by Vedran Mileti\'c +% Copyright 2003--2018 by Till Tantau +% Copyright 2018 by Vedran Mileti\'c % % This file may be distributed and/or modified % diff --git a/experiments/TillTantau/graphics/dvisvgm-graphics.def b/experiments/TillTantau/graphics/dvisvgm-graphics.def index fdafcb8b5..0a1d1ca5b 100644 --- a/experiments/TillTantau/graphics/dvisvgm-graphics.def +++ b/experiments/TillTantau/graphics/dvisvgm-graphics.def @@ -1,4 +1,4 @@ -% Copyright 2015 by Till Tantau +% Copyright 2016 by Till Tantau % % This file may be distributed and/or modified under the LaTeX Project Public License % diff --git a/experiments/TillTantau/rendering/pgfrenderpoints.code.tex b/experiments/TillTantau/rendering/pgfrenderpoints.code.tex index 9a98a1324..ff2146d6d 100644 --- a/experiments/TillTantau/rendering/pgfrenderpoints.code.tex +++ b/experiments/TillTantau/rendering/pgfrenderpoints.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/experiments/TillTantau/rendering/pgfrendertransform.code.tex b/experiments/TillTantau/rendering/pgfrendertransform.code.tex index c3c33cf4e..9845ce284 100644 --- a/experiments/TillTantau/rendering/pgfrendertransform.code.tex +++ b/experiments/TillTantau/rendering/pgfrendertransform.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/context/third/pgf/basiclayer/t-pgf.tex b/tex/context/third/pgf/basiclayer/t-pgf.tex index 333d7c3d1..8a0b606ce 100644 --- a/tex/context/third/pgf/basiclayer/t-pgf.tex +++ b/tex/context/third/pgf/basiclayer/t-pgf.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/context/third/pgf/basiclayer/t-pgfbim.tex b/tex/context/third/pgf/basiclayer/t-pgfbim.tex index 943a34cf8..86c3b785b 100644 --- a/tex/context/third/pgf/basiclayer/t-pgfbim.tex +++ b/tex/context/third/pgf/basiclayer/t-pgfbim.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/context/third/pgf/basiclayer/t-pgfbla.tex b/tex/context/third/pgf/basiclayer/t-pgfbla.tex index 982d83e4d..247be01f5 100644 --- a/tex/context/third/pgf/basiclayer/t-pgfbla.tex +++ b/tex/context/third/pgf/basiclayer/t-pgfbla.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/context/third/pgf/basiclayer/t-pgfbma.tex b/tex/context/third/pgf/basiclayer/t-pgfbma.tex index a326d0490..f7462a10f 100644 --- a/tex/context/third/pgf/basiclayer/t-pgfbma.tex +++ b/tex/context/third/pgf/basiclayer/t-pgfbma.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/context/third/pgf/basiclayer/t-pgfbpl.tex b/tex/context/third/pgf/basiclayer/t-pgfbpl.tex index be25da021..400e871e3 100644 --- a/tex/context/third/pgf/basiclayer/t-pgfbpl.tex +++ b/tex/context/third/pgf/basiclayer/t-pgfbpl.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/context/third/pgf/basiclayer/t-pgfbpt.tex b/tex/context/third/pgf/basiclayer/t-pgfbpt.tex index ce33b46c6..1f14b1500 100644 --- a/tex/context/third/pgf/basiclayer/t-pgfbpt.tex +++ b/tex/context/third/pgf/basiclayer/t-pgfbpt.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/context/third/pgf/basiclayer/t-pgfbsh.tex b/tex/context/third/pgf/basiclayer/t-pgfbsh.tex index e7d83ce0c..69d2db178 100644 --- a/tex/context/third/pgf/basiclayer/t-pgfbsh.tex +++ b/tex/context/third/pgf/basiclayer/t-pgfbsh.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/context/third/pgf/basiclayer/t-pgfbsn.tex b/tex/context/third/pgf/basiclayer/t-pgfbsn.tex index 037108b1d..7c864ad74 100644 --- a/tex/context/third/pgf/basiclayer/t-pgfbsn.tex +++ b/tex/context/third/pgf/basiclayer/t-pgfbsn.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/context/third/pgf/basiclayer/t-pgfcor.tex b/tex/context/third/pgf/basiclayer/t-pgfcor.tex index 975bfc252..dd1cc022b 100644 --- a/tex/context/third/pgf/basiclayer/t-pgfcor.tex +++ b/tex/context/third/pgf/basiclayer/t-pgfcor.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/context/third/pgf/frontendlayer/t-tikz.tex b/tex/context/third/pgf/frontendlayer/t-tikz.tex index 85c6fcf2f..ebd45b485 100644 --- a/tex/context/third/pgf/frontendlayer/t-tikz.tex +++ b/tex/context/third/pgf/frontendlayer/t-tikz.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/context/third/pgf/math/t-pgfmat.tex b/tex/context/third/pgf/math/t-pgfmat.tex index bdc8e6569..5c27c2347 100644 --- a/tex/context/third/pgf/math/t-pgfmat.tex +++ b/tex/context/third/pgf/math/t-pgfmat.tex @@ -1,4 +1,4 @@ -% Copyright 2007 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/context/third/pgf/systemlayer/t-pgfsys.tex b/tex/context/third/pgf/systemlayer/t-pgfsys.tex index 5d7865328..90407defa 100644 --- a/tex/context/third/pgf/systemlayer/t-pgfsys.tex +++ b/tex/context/third/pgf/systemlayer/t-pgfsys.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/context/third/pgf/utilities/t-pgfcal.tex b/tex/context/third/pgf/utilities/t-pgfcal.tex index 4651a99cf..31ac285fb 100644 --- a/tex/context/third/pgf/utilities/t-pgfcal.tex +++ b/tex/context/third/pgf/utilities/t-pgfcal.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/context/third/pgf/utilities/t-pgffor.tex b/tex/context/third/pgf/utilities/t-pgffor.tex index 390e9dccd..a180c23cb 100644 --- a/tex/context/third/pgf/utilities/t-pgffor.tex +++ b/tex/context/third/pgf/utilities/t-pgffor.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/context/third/pgf/utilities/t-pgfkey.tex b/tex/context/third/pgf/utilities/t-pgfkey.tex index 291384bc5..98280f17c 100644 --- a/tex/context/third/pgf/utilities/t-pgfkey.tex +++ b/tex/context/third/pgf/utilities/t-pgfkey.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/context/third/pgf/utilities/t-pgfmod.tex b/tex/context/third/pgf/utilities/t-pgfmod.tex index d8c0fa39c..36fb6de8f 100644 --- a/tex/context/third/pgf/utilities/t-pgfmod.tex +++ b/tex/context/third/pgf/utilities/t-pgfmod.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/context/third/pgf/utilities/t-pgfrcs.tex b/tex/context/third/pgf/utilities/t-pgfrcs.tex index b4bb290b1..6d2b44614 100644 --- a/tex/context/third/pgf/utilities/t-pgfrcs.tex +++ b/tex/context/third/pgf/utilities/t-pgfrcs.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/basiclayer/pgfcore.code.tex b/tex/generic/pgf/basiclayer/pgfcore.code.tex index e1dda6194..c751bf905 100644 --- a/tex/generic/pgf/basiclayer/pgfcore.code.tex +++ b/tex/generic/pgf/basiclayer/pgfcore.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/basiclayer/pgfcorearrows.code.tex b/tex/generic/pgf/basiclayer/pgfcorearrows.code.tex index 843a8cd23..7f079fa84 100644 --- a/tex/generic/pgf/basiclayer/pgfcorearrows.code.tex +++ b/tex/generic/pgf/basiclayer/pgfcorearrows.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006, 2013 by Till Tantau +% Copyright 2006, 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/basiclayer/pgfcoreexternal.code.tex b/tex/generic/pgf/basiclayer/pgfcoreexternal.code.tex index 9ec63ff7c..f6fef5775 100644 --- a/tex/generic/pgf/basiclayer/pgfcoreexternal.code.tex +++ b/tex/generic/pgf/basiclayer/pgfcoreexternal.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/basiclayer/pgfcoregraphicstate.code.tex b/tex/generic/pgf/basiclayer/pgfcoregraphicstate.code.tex index 7b11d45d6..f7783dcd9 100644 --- a/tex/generic/pgf/basiclayer/pgfcoregraphicstate.code.tex +++ b/tex/generic/pgf/basiclayer/pgfcoregraphicstate.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/basiclayer/pgfcoreimage.code.tex b/tex/generic/pgf/basiclayer/pgfcoreimage.code.tex index 710ece1fa..04286102f 100644 --- a/tex/generic/pgf/basiclayer/pgfcoreimage.code.tex +++ b/tex/generic/pgf/basiclayer/pgfcoreimage.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/basiclayer/pgfcorelayers.code.tex b/tex/generic/pgf/basiclayer/pgfcorelayers.code.tex index 1c7c01d1e..158f33d6a 100644 --- a/tex/generic/pgf/basiclayer/pgfcorelayers.code.tex +++ b/tex/generic/pgf/basiclayer/pgfcorelayers.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/basiclayer/pgfcoreobjects.code.tex b/tex/generic/pgf/basiclayer/pgfcoreobjects.code.tex index 1cbdfa0dd..6906a9d98 100644 --- a/tex/generic/pgf/basiclayer/pgfcoreobjects.code.tex +++ b/tex/generic/pgf/basiclayer/pgfcoreobjects.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/basiclayer/pgfcorepathconstruct.code.tex b/tex/generic/pgf/basiclayer/pgfcorepathconstruct.code.tex index e7b8f98dd..45f2fd6dd 100644 --- a/tex/generic/pgf/basiclayer/pgfcorepathconstruct.code.tex +++ b/tex/generic/pgf/basiclayer/pgfcorepathconstruct.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/basiclayer/pgfcorepathprocessing.code.tex b/tex/generic/pgf/basiclayer/pgfcorepathprocessing.code.tex index 0f52985c1..e33f0653c 100644 --- a/tex/generic/pgf/basiclayer/pgfcorepathprocessing.code.tex +++ b/tex/generic/pgf/basiclayer/pgfcorepathprocessing.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/basiclayer/pgfcorepathusage.code.tex b/tex/generic/pgf/basiclayer/pgfcorepathusage.code.tex index 4ca277c99..5a9c5fc22 100644 --- a/tex/generic/pgf/basiclayer/pgfcorepathusage.code.tex +++ b/tex/generic/pgf/basiclayer/pgfcorepathusage.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/basiclayer/pgfcorepatterns.code.tex b/tex/generic/pgf/basiclayer/pgfcorepatterns.code.tex index cda5b1db3..7f72030c4 100644 --- a/tex/generic/pgf/basiclayer/pgfcorepatterns.code.tex +++ b/tex/generic/pgf/basiclayer/pgfcorepatterns.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/basiclayer/pgfcorepoints.code.tex b/tex/generic/pgf/basiclayer/pgfcorepoints.code.tex index 15dfbbf16..6c28f20b7 100644 --- a/tex/generic/pgf/basiclayer/pgfcorepoints.code.tex +++ b/tex/generic/pgf/basiclayer/pgfcorepoints.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/basiclayer/pgfcorequick.code.tex b/tex/generic/pgf/basiclayer/pgfcorequick.code.tex index 21e115846..4180440b0 100644 --- a/tex/generic/pgf/basiclayer/pgfcorequick.code.tex +++ b/tex/generic/pgf/basiclayer/pgfcorequick.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/basiclayer/pgfcorerdf.code.tex b/tex/generic/pgf/basiclayer/pgfcorerdf.code.tex index ae7e53517..1069318a4 100644 --- a/tex/generic/pgf/basiclayer/pgfcorerdf.code.tex +++ b/tex/generic/pgf/basiclayer/pgfcorerdf.code.tex @@ -1,4 +1,4 @@ -% Copyright 2016 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/basiclayer/pgfcorescopes.code.tex b/tex/generic/pgf/basiclayer/pgfcorescopes.code.tex index 27b9da97b..6bdf7ae63 100644 --- a/tex/generic/pgf/basiclayer/pgfcorescopes.code.tex +++ b/tex/generic/pgf/basiclayer/pgfcorescopes.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex b/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex index 67f11b2bc..39a40c54e 100644 --- a/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex +++ b/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % CMYK and grayscale shadings adaptation copyright 2019 by David Purton % % This file may be distributed and/or modified diff --git a/tex/generic/pgf/basiclayer/pgfcoretransformations.code.tex b/tex/generic/pgf/basiclayer/pgfcoretransformations.code.tex index 961c657e8..76803c0ec 100644 --- a/tex/generic/pgf/basiclayer/pgfcoretransformations.code.tex +++ b/tex/generic/pgf/basiclayer/pgfcoretransformations.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/basiclayer/pgfcoretransparency.code.tex b/tex/generic/pgf/basiclayer/pgfcoretransparency.code.tex index 181450ac2..5f2f7e3de 100644 --- a/tex/generic/pgf/basiclayer/pgfcoretransparency.code.tex +++ b/tex/generic/pgf/basiclayer/pgfcoretransparency.code.tex @@ -1,4 +1,4 @@ -% Copyright 2007 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.code.tex index ed9644ac8..f06c4d9d0 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.code.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Till Tantau and others Wibrow +% Copyright 2019 by Till Tantau and others Wibrow % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.ee.IEC.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.ee.IEC.code.tex index 6647be077..9d1cfcfce 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.ee.IEC.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.ee.IEC.code.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Till Tantau and others Wibrow +% Copyright 2019 by Till Tantau and others Wibrow % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.ee.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.ee.code.tex index 21eeec02b..2e065d7dd 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.ee.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.ee.code.tex @@ -1,5 +1,5 @@ -% Copyright 2008 by Till Tantau and others Wibrow +% Copyright 2019 by Till Tantau and others Wibrow % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.logic.CDH.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.logic.CDH.code.tex index c01689925..743bc24be 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.logic.CDH.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.logic.CDH.code.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Till Tantau and others Wibrow +% Copyright 2018 by Till Tantau and others Wibrow % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.logic.IEC.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.logic.IEC.code.tex index 54a1068eb..3d74ccd19 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.logic.IEC.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.logic.IEC.code.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Till Tantau and others Wibrow +% Copyright 2018 by Till Tantau and others Wibrow % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.logic.US.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.logic.US.code.tex index 76d48c863..b20b4d58b 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.logic.US.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.logic.US.code.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Till Tantau and others Wibrow +% Copyright 2018 by Till Tantau and others Wibrow % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.logic.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.logic.code.tex index fb896e6a0..390d022a8 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.logic.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/circuits/tikzlibrarycircuits.logic.code.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Till Tantau and Mark Wibrow +% Copyright 2018 by Till Tantau and Mark Wibrow % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/datavisualization/tikzlibrarydatavisualization.3d.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/datavisualization/tikzlibrarydatavisualization.3d.code.tex index a01a5720c..df08b507d 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/datavisualization/tikzlibrarydatavisualization.3d.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/datavisualization/tikzlibrarydatavisualization.3d.code.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/datavisualization/tikzlibrarydatavisualization.barcharts.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/datavisualization/tikzlibrarydatavisualization.barcharts.code.tex index 3eefe0f81..3780a4638 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/datavisualization/tikzlibrarydatavisualization.barcharts.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/datavisualization/tikzlibrarydatavisualization.barcharts.code.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/datavisualization/tikzlibrarydatavisualization.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/datavisualization/tikzlibrarydatavisualization.code.tex index c56b29baa..a80cec55b 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/datavisualization/tikzlibrarydatavisualization.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/datavisualization/tikzlibrarydatavisualization.code.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/datavisualization/tikzlibrarydatavisualization.formats.functions.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/datavisualization/tikzlibrarydatavisualization.formats.functions.code.tex index 40632212a..5a04c5164 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/datavisualization/tikzlibrarydatavisualization.formats.functions.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/datavisualization/tikzlibrarydatavisualization.formats.functions.code.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/datavisualization/tikzlibrarydatavisualization.polar.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/datavisualization/tikzlibrarydatavisualization.polar.code.tex index 137e9964c..5a37b8285 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/datavisualization/tikzlibrarydatavisualization.polar.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/datavisualization/tikzlibrarydatavisualization.polar.code.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/datavisualization/tikzlibrarydatavisualization.sparklines.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/datavisualization/tikzlibrarydatavisualization.sparklines.code.tex index 127b9805f..2e2e77ae0 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/datavisualization/tikzlibrarydatavisualization.sparklines.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/datavisualization/tikzlibrarydatavisualization.sparklines.code.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/graphs/tikzlibrarygraphs.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/graphs/tikzlibrarygraphs.code.tex index 74fe15c7e..2beaa82e1 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/graphs/tikzlibrarygraphs.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/graphs/tikzlibrarygraphs.code.tex @@ -1,5 +1,5 @@ -% Copyright 2010 by Till Tantau -% Copyright 2011 by Jannis Pohlmann +% Copyright 2019 by Till Tantau +% Copyright 2019 by Jannis Pohlmann % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/graphs/tikzlibrarygraphs.standard.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/graphs/tikzlibrarygraphs.standard.code.tex index c7f2daf74..4cac3e51e 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/graphs/tikzlibrarygraphs.standard.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/graphs/tikzlibrarygraphs.standard.code.tex @@ -1,5 +1,5 @@ -% Copyright 2010 by Till Tantau -% Copyright 2011 by Jannis Pohlmann +% Copyright 2019 by Till Tantau +% Copyright 2019 by Jannis Pohlmann % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzexternalshared.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzexternalshared.code.tex index 55b387f13..28611ba51 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzexternalshared.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzexternalshared.code.tex @@ -1,4 +1,4 @@ -% Copyright 2008-2010 by Christian Feuersaenger +% Copyright 2008-2020 by Christian Feuersaenger % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrary3d.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrary3d.code.tex index aee687e27..f39eaee86 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrary3d.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrary3d.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryangles.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryangles.code.tex index 5a89e4def..2bd7e428a 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryangles.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryangles.code.tex @@ -1,5 +1,5 @@ -% Copyright 2013 by Till Tantau -% Copyright 2018 by Kroum Tzanev +% Copyright 2019 by Till Tantau +% Copyright 2019 by Kroum Tzanev % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryanimations.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryanimations.code.tex index f4dd17169..4682a0df0 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryanimations.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryanimations.code.tex @@ -1,4 +1,4 @@ -% Copyright 2016 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryarrows.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryarrows.code.tex index 946f87455..b3f1728e4 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryarrows.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryarrows.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryautomata.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryautomata.code.tex index 93dc77be7..690e0fd63 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryautomata.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryautomata.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarybabel.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarybabel.code.tex index cf307cf6a..e24439f75 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarybabel.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarybabel.code.tex @@ -1,4 +1,4 @@ -% Copyright 2013 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarybackgrounds.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarybackgrounds.code.tex index 690953b80..1a42a4b40 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarybackgrounds.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarybackgrounds.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarybending.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarybending.code.tex index be9c8bb70..169995bcd 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarybending.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarybending.code.tex @@ -1,4 +1,4 @@ -% Copyright 2013 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarycalc.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarycalc.code.tex index b6fc75aee..373ea7752 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarycalc.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarycalc.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarycalendar.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarycalendar.code.tex index f3e843949..3ade8fa1c 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarycalendar.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarycalendar.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarychains.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarychains.code.tex index c02f52070..4708c3296 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarychains.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarychains.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.code.tex index 4e61360ee..e9967c808 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.code.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Mark Wibrow +% Copyright 2018 by Mark Wibrow % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.footprints.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.footprints.code.tex index fe42e8b09..10bc743f2 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.footprints.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.footprints.code.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Mark Wibrow +% Copyright 2018 by Mark Wibrow % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.fractals.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.fractals.code.tex index 9bd837911..4ef234278 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.fractals.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.fractals.code.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Mark Wibrow +% Copyright 2018 by Mark Wibrow % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.markings.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.markings.code.tex index 23dcf61da..04f3e571b 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.markings.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.markings.code.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Mark Wibrow +% Copyright 2018 by Mark Wibrow % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.pathmorphing.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.pathmorphing.code.tex index 4d0eb26dd..5bc38b1dc 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.pathmorphing.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.pathmorphing.code.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Mark Wibrow +% Copyright 2018 by Mark Wibrow % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.pathreplacing.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.pathreplacing.code.tex index cef15dcc5..4f52ff9a1 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.pathreplacing.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.pathreplacing.code.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Mark Wibrow +% Copyright 2018 by Mark Wibrow % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.shapes.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.shapes.code.tex index e1ad8a5e1..3074a0390 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.shapes.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.shapes.code.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Mark Wibrow +% Copyright 2018 by Mark Wibrow % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.text.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.text.code.tex index 50b9ebcba..030135d8f 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.text.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecorations.text.code.tex @@ -1,4 +1,4 @@ -% Copyright 2013 by Mark Wibrow +% Copyright 2018 by Mark Wibrow % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryer.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryer.code.tex index a2a80a5f4..acb9b0499 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryer.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryer.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryfadings.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryfadings.code.tex index bec6487b9..bddc83cb5 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryfadings.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryfadings.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryfit.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryfit.code.tex index 4f3dc6be3..7de158df4 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryfit.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryfit.code.tex @@ -1,4 +1,4 @@ -% Copyright 2007 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryfixedpointarithmetic.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryfixedpointarithmetic.code.tex index 8560ecfb5..76616a6dd 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryfixedpointarithmetic.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryfixedpointarithmetic.code.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Mark Wibrow +% Copyright 2018 by Mark Wibrow % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryfolding.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryfolding.code.tex index 143acd9e9..065ddd4bb 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryfolding.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryfolding.code.tex @@ -1,5 +1,5 @@ -% Copyright 2006 by Till Tantau -% Copyright 2013 by Nico Van Cleemput +% Copyright 2018 by Till Tantau +% Copyright 2018 by Nico Van Cleemput % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryfpu.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryfpu.code.tex index ad8d2671e..36e0afe13 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryfpu.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryfpu.code.tex @@ -1,4 +1,4 @@ -% Copyright 2008/2009 by Christian Feuersaenger +% Copyright 2008/2018 by Christian Feuersaenger % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryintersections.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryintersections.code.tex index f7ff81b7e..cf94f9236 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryintersections.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryintersections.code.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Mark Wibrow +% Copyright 2019 by Mark Wibrow % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarylindenmayersystems.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarylindenmayersystems.code.tex index 89807c8e0..6763c733e 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarylindenmayersystems.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarylindenmayersystems.code.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Mark Wibrow +% Copyright 2018 by Mark Wibrow % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarymath.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarymath.code.tex index fd876f5d7..3e703fad9 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarymath.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarymath.code.tex @@ -1,4 +1,4 @@ -% Copyright 2013 by Mark Wibrow +% Copyright 2019 by Mark Wibrow % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarymatrix.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarymatrix.code.tex index 90894ff20..507ac7a40 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarymatrix.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarymatrix.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarymindmap.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarymindmap.code.tex index 4dc97d1aa..ff5959c4f 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarymindmap.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarymindmap.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarypatterns.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarypatterns.code.tex index 22ce51d8c..8ef495bbb 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarypatterns.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarypatterns.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarypatterns.meta.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarypatterns.meta.code.tex index 432776818..85445370d 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarypatterns.meta.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarypatterns.meta.code.tex @@ -1,4 +1,4 @@ -% Copyright 2015 by Mark Wibrow +% Copyright 2019 by Mark Wibrow % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarypetri.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarypetri.code.tex index 7241394d8..80c34c175 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarypetri.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarypetri.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryplothandlers.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryplothandlers.code.tex index 6e1b497b6..e6db2b62f 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryplothandlers.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryplothandlers.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryplotmarks.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryplotmarks.code.tex index 3b2caac86..15eea5720 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryplotmarks.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryplotmarks.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarypositioning.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarypositioning.code.tex index 830212928..b410975c3 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarypositioning.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarypositioning.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryquotes.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryquotes.code.tex index 99efbfeec..bbd109bcb 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryquotes.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryquotes.code.tex @@ -1,4 +1,4 @@ -% Copyright 2011 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryrdf.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryrdf.code.tex index 60c87f0df..74e77ac3e 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryrdf.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryrdf.code.tex @@ -1,4 +1,4 @@ -% Copyright 2016 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryscopes.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryscopes.code.tex index 6245bf8ec..68856d591 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryscopes.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryscopes.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshadings.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshadings.code.tex index c84fb4676..2cf08776f 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshadings.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshadings.code.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshadows.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshadows.code.tex index ebb2abf74..3bd60e99f 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshadows.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshadows.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.arrows.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.arrows.code.tex index 20e2022c1..c20e6a73c 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.arrows.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.arrows.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.callouts.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.callouts.code.tex index 12b495334..2a3de5548 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.callouts.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.callouts.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Mark Wibrow +% Copyright 2018 by Mark Wibrow % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.code.tex index 0e1c84a28..2efb5c330 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.gates.logic.IEC.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.gates.logic.IEC.code.tex index e41ddf83a..c34229b13 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.gates.logic.IEC.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.gates.logic.IEC.code.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Mark Wibrow +% Copyright 2018 by Mark Wibrow % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.gates.logic.US.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.gates.logic.US.code.tex index 99411f2b1..66503414a 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.gates.logic.US.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.gates.logic.US.code.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Mark Wibrow +% Copyright 2018 by Mark Wibrow % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.geometric.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.geometric.code.tex index ae3d6c7fe..3e923b940 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.geometric.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.geometric.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.misc.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.misc.code.tex index 9a8c13f62..617c5f403 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.misc.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.misc.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.multipart.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.multipart.code.tex index 797a0e255..e9d5e2fa8 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.multipart.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.multipart.code.tex @@ -1,4 +1,4 @@ -% Copyright 2007 by Till Tantau and Mark Wibrow +% Copyright 2018 by Till Tantau and Mark Wibrow % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.symbols.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.symbols.code.tex index 6927d8dea..b616b54c8 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.symbols.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshapes.symbols.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarysnakes.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarysnakes.code.tex index 64d6fc44f..9acb6de91 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarysnakes.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarysnakes.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryspy.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryspy.code.tex index c9ac86f17..1a5e47b44 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryspy.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryspy.code.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarysvg.path.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarysvg.path.code.tex index 8b64ccc3c..521bf96b6 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarysvg.path.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarysvg.path.code.tex @@ -1,4 +1,4 @@ -% Copyright 2009 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarythrough.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarythrough.code.tex index cb6342453..986235b75 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarythrough.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarythrough.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarytopaths.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarytopaths.code.tex index e62e80c7f..125654b65 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarytopaths.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarytopaths.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2020 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarytrees.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarytrees.code.tex index 8ff54a031..d457f979b 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarytrees.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarytrees.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryturtle.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryturtle.code.tex index 76272f1a6..58fd46b40 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryturtle.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryturtle.code.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryviews.code.tex b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryviews.code.tex index 746dd60f6..8ced1b64f 100644 --- a/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryviews.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryviews.code.tex @@ -1,4 +1,4 @@ -% Copyright 2015 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex b/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex index 01b1b9d34..2253a79c7 100644 --- a/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex +++ b/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/graphdrawing/tex/experimental/tikzlibrarygraphdrawing.evolving.code.tex b/tex/generic/pgf/graphdrawing/tex/experimental/tikzlibrarygraphdrawing.evolving.code.tex index 9d9055dfe..efa214a12 100644 --- a/tex/generic/pgf/graphdrawing/tex/experimental/tikzlibrarygraphdrawing.evolving.code.tex +++ b/tex/generic/pgf/graphdrawing/tex/experimental/tikzlibrarygraphdrawing.evolving.code.tex @@ -1,4 +1,4 @@ -% Copyright 2016 by Malte Skambath +% Copyright 2018 by Malte Skambath % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/graphdrawing/tex/pgflibrarygraphdrawing.circular.code.tex b/tex/generic/pgf/graphdrawing/tex/pgflibrarygraphdrawing.circular.code.tex index cdcd7a54c..2fec25131 100644 --- a/tex/generic/pgf/graphdrawing/tex/pgflibrarygraphdrawing.circular.code.tex +++ b/tex/generic/pgf/graphdrawing/tex/pgflibrarygraphdrawing.circular.code.tex @@ -1,5 +1,5 @@ -% Copyright 2010 by Renée Ahrens, Olof Frahm, Jens Kluttig, Matthias Schulz, Stephan Schuster -% Copyright 2011 by Till Tantau +% Copyright 2019 by Renée Ahrens, Olof Frahm, Jens Kluttig, Matthias Schulz, Stephan Schuster +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/graphdrawing/tex/pgflibrarygraphdrawing.code.tex b/tex/generic/pgf/graphdrawing/tex/pgflibrarygraphdrawing.code.tex index 385c97059..63efd352f 100644 --- a/tex/generic/pgf/graphdrawing/tex/pgflibrarygraphdrawing.code.tex +++ b/tex/generic/pgf/graphdrawing/tex/pgflibrarygraphdrawing.code.tex @@ -1,5 +1,5 @@ -% Copyright 2010 by Renée Ahrens, Olof Frahm, Jens Kluttig, Matthias Schulz, Stephan Schuster -% Copyright 2011 by Till Tantau +% Copyright 2018 by Renée Ahrens, Olof Frahm, Jens Kluttig, Matthias Schulz, Stephan Schuster +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/graphdrawing/tex/pgflibrarygraphdrawing.examples.code.tex b/tex/generic/pgf/graphdrawing/tex/pgflibrarygraphdrawing.examples.code.tex index 90ebe0f15..3a1308320 100644 --- a/tex/generic/pgf/graphdrawing/tex/pgflibrarygraphdrawing.examples.code.tex +++ b/tex/generic/pgf/graphdrawing/tex/pgflibrarygraphdrawing.examples.code.tex @@ -1,4 +1,4 @@ -% Copyright 2012 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/graphdrawing/tex/pgflibrarygraphdrawing.force.code.tex b/tex/generic/pgf/graphdrawing/tex/pgflibrarygraphdrawing.force.code.tex index 2ffad5300..a06d99c5d 100644 --- a/tex/generic/pgf/graphdrawing/tex/pgflibrarygraphdrawing.force.code.tex +++ b/tex/generic/pgf/graphdrawing/tex/pgflibrarygraphdrawing.force.code.tex @@ -1,4 +1,4 @@ -% Copyright 2011 by Jannis Pohlmann +% Copyright 2019 by Jannis Pohlmann % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/graphdrawing/tex/pgflibrarygraphdrawing.layered.code.tex b/tex/generic/pgf/graphdrawing/tex/pgflibrarygraphdrawing.layered.code.tex index 940c8236c..322296b11 100644 --- a/tex/generic/pgf/graphdrawing/tex/pgflibrarygraphdrawing.layered.code.tex +++ b/tex/generic/pgf/graphdrawing/tex/pgflibrarygraphdrawing.layered.code.tex @@ -1,4 +1,4 @@ -% Copyright 2011 by Jannis Pohlmann +% Copyright 2019 by Jannis Pohlmann % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/graphdrawing/tex/pgflibrarygraphdrawing.trees.code.tex b/tex/generic/pgf/graphdrawing/tex/pgflibrarygraphdrawing.trees.code.tex index 87ff6eee2..2c05576a8 100644 --- a/tex/generic/pgf/graphdrawing/tex/pgflibrarygraphdrawing.trees.code.tex +++ b/tex/generic/pgf/graphdrawing/tex/pgflibrarygraphdrawing.trees.code.tex @@ -1,5 +1,5 @@ -% Copyright 2010 by Renée Ahrens, Olof Frahm, Jens Kluttig, Matthias Schulz, Stephan Schuster -% Copyright 2011 by Till Tantau +% Copyright 2019 by Renée Ahrens, Olof Frahm, Jens Kluttig, Matthias Schulz, Stephan Schuster +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/graphdrawing/tex/tikzlibrarygraphdrawing.code.tex b/tex/generic/pgf/graphdrawing/tex/tikzlibrarygraphdrawing.code.tex index 0967f817d..32d1b1b7a 100644 --- a/tex/generic/pgf/graphdrawing/tex/tikzlibrarygraphdrawing.code.tex +++ b/tex/generic/pgf/graphdrawing/tex/tikzlibrarygraphdrawing.code.tex @@ -1,5 +1,5 @@ -% Copyright 2010 by Renée Ahrens, Olof Frahm, Jens Kluttig, Matthias Schulz, Stephan Schuster -% Copyright 2011 by Till Tantau +% Copyright 2018 by Renée Ahrens, Olof Frahm, Jens Kluttig, Matthias Schulz, Stephan Schuster +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/libraries/datavisualization/pgflibrarydatavisualization.barcharts.code.tex b/tex/generic/pgf/libraries/datavisualization/pgflibrarydatavisualization.barcharts.code.tex index da124ee84..3ac0d476f 100644 --- a/tex/generic/pgf/libraries/datavisualization/pgflibrarydatavisualization.barcharts.code.tex +++ b/tex/generic/pgf/libraries/datavisualization/pgflibrarydatavisualization.barcharts.code.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/libraries/datavisualization/pgflibrarydatavisualization.formats.functions.code.tex b/tex/generic/pgf/libraries/datavisualization/pgflibrarydatavisualization.formats.functions.code.tex index 540901936..d1e87cb1f 100644 --- a/tex/generic/pgf/libraries/datavisualization/pgflibrarydatavisualization.formats.functions.code.tex +++ b/tex/generic/pgf/libraries/datavisualization/pgflibrarydatavisualization.formats.functions.code.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/libraries/datavisualization/pgflibrarydatavisualization.polar.code.tex b/tex/generic/pgf/libraries/datavisualization/pgflibrarydatavisualization.polar.code.tex index f56ebe3e7..a7d493491 100644 --- a/tex/generic/pgf/libraries/datavisualization/pgflibrarydatavisualization.polar.code.tex +++ b/tex/generic/pgf/libraries/datavisualization/pgflibrarydatavisualization.polar.code.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.footprints.code.tex b/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.footprints.code.tex index 369a0ecbd..4fc6565c1 100644 --- a/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.footprints.code.tex +++ b/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.footprints.code.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Mark Wibrow +% Copyright 2018 by Mark Wibrow % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.fractals.code.tex b/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.fractals.code.tex index 2327c7702..8355460b5 100644 --- a/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.fractals.code.tex +++ b/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.fractals.code.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Mark Wibrow +% Copyright 2018 by Mark Wibrow % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.markings.code.tex b/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.markings.code.tex index 6a17dbe3c..9d18797dc 100644 --- a/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.markings.code.tex +++ b/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.markings.code.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Mark Wibrow +% Copyright 2018 by Mark Wibrow % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.pathmorphing.code.tex b/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.pathmorphing.code.tex index 72ed4ca6b..bdc2752cb 100644 --- a/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.pathmorphing.code.tex +++ b/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.pathmorphing.code.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Mark Wibrow +% Copyright 2019 by Mark Wibrow % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.pathreplacing.code.tex b/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.pathreplacing.code.tex index 10f8371c4..f028ec6c3 100644 --- a/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.pathreplacing.code.tex +++ b/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.pathreplacing.code.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Mark Wibrow and Till Tantau +% Copyright 2018 by Mark Wibrow and Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.shapes.code.tex b/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.shapes.code.tex index 08781d04f..2341ee2c5 100644 --- a/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.shapes.code.tex +++ b/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.shapes.code.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Mark Wibrow +% Copyright 2019 by Mark Wibrow % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.text.code.tex b/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.text.code.tex index 4d31c46fc..301fa2478 100644 --- a/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.text.code.tex +++ b/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.text.code.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Mark Wibrow +% Copyright 2018 by Mark Wibrow % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/libraries/luamath/pgflibraryluamath.code.tex b/tex/generic/pgf/libraries/luamath/pgflibraryluamath.code.tex index 7a94b6f8f..e069d6c28 100644 --- a/tex/generic/pgf/libraries/luamath/pgflibraryluamath.code.tex +++ b/tex/generic/pgf/libraries/luamath/pgflibraryluamath.code.tex @@ -1,5 +1,5 @@ -% Copyright 2011 by Christophe Jorssen and Mark Wibrow -% Copyright 2014 by Christian Feuersänger +% Copyright 2019 by Christophe Jorssen and Mark Wibrow +% Copyright 2019 by Christian Feuersänger % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/libraries/pgflibraryarrows.code.tex b/tex/generic/pgf/libraries/pgflibraryarrows.code.tex index 92d2f1e68..96216c5f2 100644 --- a/tex/generic/pgf/libraries/pgflibraryarrows.code.tex +++ b/tex/generic/pgf/libraries/pgflibraryarrows.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/libraries/pgflibraryarrows.meta.code.tex b/tex/generic/pgf/libraries/pgflibraryarrows.meta.code.tex index af509c1af..dbe2fb77d 100644 --- a/tex/generic/pgf/libraries/pgflibraryarrows.meta.code.tex +++ b/tex/generic/pgf/libraries/pgflibraryarrows.meta.code.tex @@ -1,4 +1,4 @@ -% Copyright 2013 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/libraries/pgflibraryarrows.spaced.code.tex b/tex/generic/pgf/libraries/pgflibraryarrows.spaced.code.tex index 166ed8753..f125afddc 100644 --- a/tex/generic/pgf/libraries/pgflibraryarrows.spaced.code.tex +++ b/tex/generic/pgf/libraries/pgflibraryarrows.spaced.code.tex @@ -1,4 +1,4 @@ -% Copyright 2012 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/libraries/pgflibrarycurvilinear.code.tex b/tex/generic/pgf/libraries/pgflibrarycurvilinear.code.tex index 941704d17..12f26ccbd 100644 --- a/tex/generic/pgf/libraries/pgflibrarycurvilinear.code.tex +++ b/tex/generic/pgf/libraries/pgflibrarycurvilinear.code.tex @@ -1,4 +1,4 @@ -% Copyright 2013 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/libraries/pgflibraryfadings.code.tex b/tex/generic/pgf/libraries/pgflibraryfadings.code.tex index 8d25f73b3..c8ce556b4 100644 --- a/tex/generic/pgf/libraries/pgflibraryfadings.code.tex +++ b/tex/generic/pgf/libraries/pgflibraryfadings.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/libraries/pgflibraryfixedpointarithmetic.code.tex b/tex/generic/pgf/libraries/pgflibraryfixedpointarithmetic.code.tex index b860192f4..b10c7b795 100644 --- a/tex/generic/pgf/libraries/pgflibraryfixedpointarithmetic.code.tex +++ b/tex/generic/pgf/libraries/pgflibraryfixedpointarithmetic.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Mark Wibrow +% Copyright 2018 by Mark Wibrow % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/libraries/pgflibraryfpu.code.tex b/tex/generic/pgf/libraries/pgflibraryfpu.code.tex index 270d9af8b..12bcc1016 100644 --- a/tex/generic/pgf/libraries/pgflibraryfpu.code.tex +++ b/tex/generic/pgf/libraries/pgflibraryfpu.code.tex @@ -1,4 +1,4 @@ -% Copyright 2008/2009 by Christian Feuersaenger +% Copyright 2008/2019 by Christian Feuersaenger % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/libraries/pgflibraryintersections.code.tex b/tex/generic/pgf/libraries/pgflibraryintersections.code.tex index 81b7d29c3..245715769 100644 --- a/tex/generic/pgf/libraries/pgflibraryintersections.code.tex +++ b/tex/generic/pgf/libraries/pgflibraryintersections.code.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Mark Wibrow +% Copyright 2019 by Mark Wibrow % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/libraries/pgflibrarylindenmayersystems.code.tex b/tex/generic/pgf/libraries/pgflibrarylindenmayersystems.code.tex index bec0c855c..a458eb8e6 100644 --- a/tex/generic/pgf/libraries/pgflibrarylindenmayersystems.code.tex +++ b/tex/generic/pgf/libraries/pgflibrarylindenmayersystems.code.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Mark Wibrow +% Copyright 2018 by Mark Wibrow % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/libraries/pgflibrarypatterns.code.tex b/tex/generic/pgf/libraries/pgflibrarypatterns.code.tex index 908d74900..a2dba8e07 100644 --- a/tex/generic/pgf/libraries/pgflibrarypatterns.code.tex +++ b/tex/generic/pgf/libraries/pgflibrarypatterns.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/libraries/pgflibrarypatterns.meta.code.tex b/tex/generic/pgf/libraries/pgflibrarypatterns.meta.code.tex index d04e75ab2..9a1783185 100644 --- a/tex/generic/pgf/libraries/pgflibrarypatterns.meta.code.tex +++ b/tex/generic/pgf/libraries/pgflibrarypatterns.meta.code.tex @@ -1,4 +1,4 @@ -% Copyright 2015 by Mark Wibrow +% Copyright 2019 by Mark Wibrow % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/libraries/pgflibraryplothandlers.code.tex b/tex/generic/pgf/libraries/pgflibraryplothandlers.code.tex index 3f0fc8d26..d0b9a388e 100644 --- a/tex/generic/pgf/libraries/pgflibraryplothandlers.code.tex +++ b/tex/generic/pgf/libraries/pgflibraryplothandlers.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/libraries/pgflibraryplotmarks.code.tex b/tex/generic/pgf/libraries/pgflibraryplotmarks.code.tex index 24bc7b8de..c9e6c141a 100644 --- a/tex/generic/pgf/libraries/pgflibraryplotmarks.code.tex +++ b/tex/generic/pgf/libraries/pgflibraryplotmarks.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/libraries/pgflibraryprofiler.code.tex b/tex/generic/pgf/libraries/pgflibraryprofiler.code.tex index fe98a5f3f..d6327db06 100644 --- a/tex/generic/pgf/libraries/pgflibraryprofiler.code.tex +++ b/tex/generic/pgf/libraries/pgflibraryprofiler.code.tex @@ -2,7 +2,7 @@ % % TeX profiling library % -% Copyright 2010 by Christian Feuersänger. +% Copyright 2018 by Christian Feuersänger. % % This program is free software: you can redistribute it and/or modify % it under the terms of the GNU General Public License as published by diff --git a/tex/generic/pgf/libraries/pgflibraryshadings.code.tex b/tex/generic/pgf/libraries/pgflibraryshadings.code.tex index 02c2f8c19..81e0386a6 100644 --- a/tex/generic/pgf/libraries/pgflibraryshadings.code.tex +++ b/tex/generic/pgf/libraries/pgflibraryshadings.code.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Till Tantau and others +% Copyright 2019 by Till Tantau and others % CMYK and grayscale shadings adaptation copyright 2019 by David Purton % % This file may be distributed and/or modified diff --git a/tex/generic/pgf/libraries/pgflibrarysnakes.code.tex b/tex/generic/pgf/libraries/pgflibrarysnakes.code.tex index f964dca27..c45140535 100644 --- a/tex/generic/pgf/libraries/pgflibrarysnakes.code.tex +++ b/tex/generic/pgf/libraries/pgflibrarysnakes.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/libraries/pgflibrarysvg.path.code.tex b/tex/generic/pgf/libraries/pgflibrarysvg.path.code.tex index 208b42de7..e802ca778 100644 --- a/tex/generic/pgf/libraries/pgflibrarysvg.path.code.tex +++ b/tex/generic/pgf/libraries/pgflibrarysvg.path.code.tex @@ -1,4 +1,4 @@ -% Copyright 2009 by Till Tantau +% Copyright 2019 by Till Tantau % Copyright 2019 by Jonathan P. Spratte % % This file may be distributed and/or modified diff --git a/tex/generic/pgf/libraries/pgflibrarytimelines.code.tex b/tex/generic/pgf/libraries/pgflibrarytimelines.code.tex index dd9b38fdc..0e9afce0f 100644 --- a/tex/generic/pgf/libraries/pgflibrarytimelines.code.tex +++ b/tex/generic/pgf/libraries/pgflibrarytimelines.code.tex @@ -1,4 +1,4 @@ -% Copyright 2015 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.ee.IEC.code.tex b/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.ee.IEC.code.tex index 62b1a2602..0d25e307e 100644 --- a/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.ee.IEC.code.tex +++ b/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.ee.IEC.code.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Till Tantau and others Wibrow +% Copyright 2018 by Till Tantau and others Wibrow % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.ee.code.tex b/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.ee.code.tex index 4cfa4eed7..c8f95ff4b 100644 --- a/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.ee.code.tex +++ b/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.ee.code.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Till Tantau and others Wibrow +% Copyright 2018 by Till Tantau and others Wibrow % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.logic.IEC.code.tex b/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.logic.IEC.code.tex index 9b964996d..69f27e7d0 100644 --- a/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.logic.IEC.code.tex +++ b/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.logic.IEC.code.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Mark Wibrow +% Copyright 2018 by Mark Wibrow % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.logic.US.code.tex b/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.logic.US.code.tex index 3a496324f..3f0d668ca 100644 --- a/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.logic.US.code.tex +++ b/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.logic.US.code.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Mark Wibrow +% Copyright 2018 by Mark Wibrow % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.logic.code.tex b/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.logic.code.tex index 68005a614..474a183d6 100644 --- a/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.logic.code.tex +++ b/tex/generic/pgf/libraries/shapes/circuits/pgflibraryshapes.gates.logic.code.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Mark Wibrow +% Copyright 2018 by Mark Wibrow % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/libraries/shapes/pgflibraryshapes.arrows.code.tex b/tex/generic/pgf/libraries/shapes/pgflibraryshapes.arrows.code.tex index 0859687f9..c2f06697c 100644 --- a/tex/generic/pgf/libraries/shapes/pgflibraryshapes.arrows.code.tex +++ b/tex/generic/pgf/libraries/shapes/pgflibraryshapes.arrows.code.tex @@ -1,4 +1,4 @@ -% Copyright 2007 by Till Tantau and Mark Wibrow +% Copyright 2018 by Till Tantau and Mark Wibrow % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/libraries/shapes/pgflibraryshapes.callouts.code.tex b/tex/generic/pgf/libraries/shapes/pgflibraryshapes.callouts.code.tex index 4cf4b1346..72d9761a1 100644 --- a/tex/generic/pgf/libraries/shapes/pgflibraryshapes.callouts.code.tex +++ b/tex/generic/pgf/libraries/shapes/pgflibraryshapes.callouts.code.tex @@ -1,4 +1,4 @@ -% Copyright 2007 by Mark Wibrow +% Copyright 2018 by Mark Wibrow % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/libraries/shapes/pgflibraryshapes.code.tex b/tex/generic/pgf/libraries/shapes/pgflibraryshapes.code.tex index ee41b301a..dace51bf0 100644 --- a/tex/generic/pgf/libraries/shapes/pgflibraryshapes.code.tex +++ b/tex/generic/pgf/libraries/shapes/pgflibraryshapes.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/libraries/shapes/pgflibraryshapes.geometric.code.tex b/tex/generic/pgf/libraries/shapes/pgflibraryshapes.geometric.code.tex index 08ef867ff..6bc428632 100644 --- a/tex/generic/pgf/libraries/shapes/pgflibraryshapes.geometric.code.tex +++ b/tex/generic/pgf/libraries/shapes/pgflibraryshapes.geometric.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau and Mark Wibrow +% Copyright 2018 by Till Tantau and Mark Wibrow % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/libraries/shapes/pgflibraryshapes.misc.code.tex b/tex/generic/pgf/libraries/shapes/pgflibraryshapes.misc.code.tex index fe64c707c..4096c3ded 100644 --- a/tex/generic/pgf/libraries/shapes/pgflibraryshapes.misc.code.tex +++ b/tex/generic/pgf/libraries/shapes/pgflibraryshapes.misc.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/libraries/shapes/pgflibraryshapes.multipart.code.tex b/tex/generic/pgf/libraries/shapes/pgflibraryshapes.multipart.code.tex index 2866923c5..481e65094 100644 --- a/tex/generic/pgf/libraries/shapes/pgflibraryshapes.multipart.code.tex +++ b/tex/generic/pgf/libraries/shapes/pgflibraryshapes.multipart.code.tex @@ -1,4 +1,4 @@ -% Copyright 2007 by Till Tantau and Mark Wibrow +% Copyright 2018 by Till Tantau and Mark Wibrow % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/libraries/shapes/pgflibraryshapes.symbols.code.tex b/tex/generic/pgf/libraries/shapes/pgflibraryshapes.symbols.code.tex index a6e925346..7fcba414e 100644 --- a/tex/generic/pgf/libraries/shapes/pgflibraryshapes.symbols.code.tex +++ b/tex/generic/pgf/libraries/shapes/pgflibraryshapes.symbols.code.tex @@ -1,4 +1,4 @@ -% Copyright 2007 by Till Tantau and Mark Wibrow +% Copyright 2018 by Till Tantau and Mark Wibrow % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/math/pgfmath.code.tex b/tex/generic/pgf/math/pgfmath.code.tex index fb629421d..7bfdf58a6 100644 --- a/tex/generic/pgf/math/pgfmath.code.tex +++ b/tex/generic/pgf/math/pgfmath.code.tex @@ -1,4 +1,4 @@ -% Copyright 2007 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/math/pgfmathcalc.code.tex b/tex/generic/pgf/math/pgfmathcalc.code.tex index 58c51558c..0f9f50114 100755 --- a/tex/generic/pgf/math/pgfmathcalc.code.tex +++ b/tex/generic/pgf/math/pgfmathcalc.code.tex @@ -1,4 +1,4 @@ -% Copyright 2007 by Mark Wibrow +% Copyright 2019 by Mark Wibrow % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/math/pgfmathfloat.code.tex b/tex/generic/pgf/math/pgfmathfloat.code.tex index bda29cb51..43d1ca892 100644 --- a/tex/generic/pgf/math/pgfmathfloat.code.tex +++ b/tex/generic/pgf/math/pgfmathfloat.code.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Christian Feuersaenger +% Copyright 2019 by Christian Feuersaenger % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/math/pgfmathfunctions.base.code.tex b/tex/generic/pgf/math/pgfmathfunctions.base.code.tex index 9370a219f..2b94b2a1d 100644 --- a/tex/generic/pgf/math/pgfmathfunctions.base.code.tex +++ b/tex/generic/pgf/math/pgfmathfunctions.base.code.tex @@ -1,4 +1,4 @@ -% Copyright 2007 by Mark Wibrow +% Copyright 2019 by Mark Wibrow % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/math/pgfmathfunctions.basic.code.tex b/tex/generic/pgf/math/pgfmathfunctions.basic.code.tex index 64dbe2b09..51ce81303 100644 --- a/tex/generic/pgf/math/pgfmathfunctions.basic.code.tex +++ b/tex/generic/pgf/math/pgfmathfunctions.basic.code.tex @@ -1,4 +1,4 @@ -% Copyright 2007 by Mark Wibrow +% Copyright 2019 by Mark Wibrow % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/math/pgfmathfunctions.code.tex b/tex/generic/pgf/math/pgfmathfunctions.code.tex index fc08640e4..05732e2f1 100644 --- a/tex/generic/pgf/math/pgfmathfunctions.code.tex +++ b/tex/generic/pgf/math/pgfmathfunctions.code.tex @@ -1,4 +1,4 @@ -% Copyright 2007 by Mark Wibrow +% Copyright 2019 by Mark Wibrow % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/math/pgfmathfunctions.comparison.code.tex b/tex/generic/pgf/math/pgfmathfunctions.comparison.code.tex index f6e69993e..a0632670d 100644 --- a/tex/generic/pgf/math/pgfmathfunctions.comparison.code.tex +++ b/tex/generic/pgf/math/pgfmathfunctions.comparison.code.tex @@ -1,4 +1,4 @@ -% Copyright 2007 by Mark Wibrow +% Copyright 2019 by Mark Wibrow % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/math/pgfmathfunctions.misc.code.tex b/tex/generic/pgf/math/pgfmathfunctions.misc.code.tex index bab8fefd4..6d1ec5b6a 100644 --- a/tex/generic/pgf/math/pgfmathfunctions.misc.code.tex +++ b/tex/generic/pgf/math/pgfmathfunctions.misc.code.tex @@ -1,4 +1,4 @@ -% Copyright 2007 by Mark Wibrow +% Copyright 2019 by Mark Wibrow % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/math/pgfmathfunctions.random.code.tex b/tex/generic/pgf/math/pgfmathfunctions.random.code.tex index 03be2abfd..988b81bac 100644 --- a/tex/generic/pgf/math/pgfmathfunctions.random.code.tex +++ b/tex/generic/pgf/math/pgfmathfunctions.random.code.tex @@ -1,4 +1,4 @@ -% Copyright 2007 by Mark Wibrow +% Copyright 2019 by Mark Wibrow % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/math/pgfmathfunctions.round.code.tex b/tex/generic/pgf/math/pgfmathfunctions.round.code.tex index 4bd05c18c..120e971c8 100644 --- a/tex/generic/pgf/math/pgfmathfunctions.round.code.tex +++ b/tex/generic/pgf/math/pgfmathfunctions.round.code.tex @@ -1,4 +1,4 @@ -% Copyright 2007 by Mark Wibrow +% Copyright 2019 by Mark Wibrow % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/math/pgfmathfunctions.trigonometric.code.tex b/tex/generic/pgf/math/pgfmathfunctions.trigonometric.code.tex index 76b58bc0f..0bcca8370 100644 --- a/tex/generic/pgf/math/pgfmathfunctions.trigonometric.code.tex +++ b/tex/generic/pgf/math/pgfmathfunctions.trigonometric.code.tex @@ -1,4 +1,4 @@ -% Copyright 2007 by Mark Wibrow +% Copyright 2019 by Mark Wibrow % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/math/pgfmathode.code.tex b/tex/generic/pgf/math/pgfmathode.code.tex index cb3d0d26c..f072c2361 100644 --- a/tex/generic/pgf/math/pgfmathode.code.tex +++ b/tex/generic/pgf/math/pgfmathode.code.tex @@ -1,4 +1,4 @@ -% Copyright 2011 by Christophe Jorssen +% Copyright 2019 by Christophe Jorssen % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/math/pgfmathutil.code.tex b/tex/generic/pgf/math/pgfmathutil.code.tex index 49313e884..d8d67dd84 100755 --- a/tex/generic/pgf/math/pgfmathutil.code.tex +++ b/tex/generic/pgf/math/pgfmathutil.code.tex @@ -1,4 +1,4 @@ -% Copyright 2007 Mark Wibrow +% Copyright 2019 Mark Wibrow % % but subject to the LaTeX Project Public License % (http://www.latex-project.org/lppl.txt) diff --git a/tex/generic/pgf/modules/pgfmoduleanimations.code.tex b/tex/generic/pgf/modules/pgfmoduleanimations.code.tex index d4e82cb1a..5384b1a71 100644 --- a/tex/generic/pgf/modules/pgfmoduleanimations.code.tex +++ b/tex/generic/pgf/modules/pgfmoduleanimations.code.tex @@ -1,4 +1,4 @@ -% Copyright 2015 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/modules/pgfmodulebending.code.tex b/tex/generic/pgf/modules/pgfmodulebending.code.tex index 888db7120..d2ffa8b3c 100644 --- a/tex/generic/pgf/modules/pgfmodulebending.code.tex +++ b/tex/generic/pgf/modules/pgfmodulebending.code.tex @@ -1,4 +1,4 @@ -% Copyright 2013 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/modules/pgfmoduledatavisualization.code.tex b/tex/generic/pgf/modules/pgfmoduledatavisualization.code.tex index 541c7de8d..f60764d0b 100644 --- a/tex/generic/pgf/modules/pgfmoduledatavisualization.code.tex +++ b/tex/generic/pgf/modules/pgfmoduledatavisualization.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/modules/pgfmoduledecorations.code.tex b/tex/generic/pgf/modules/pgfmoduledecorations.code.tex index 8c939d5cb..f7cdd1345 100644 --- a/tex/generic/pgf/modules/pgfmoduledecorations.code.tex +++ b/tex/generic/pgf/modules/pgfmoduledecorations.code.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Mark Wibrow and Till Tantau +% Copyright 2019 by Mark Wibrow and Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/modules/pgfmodulematrix.code.tex b/tex/generic/pgf/modules/pgfmodulematrix.code.tex index 4f676aeea..01f6feee9 100644 --- a/tex/generic/pgf/modules/pgfmodulematrix.code.tex +++ b/tex/generic/pgf/modules/pgfmodulematrix.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/modules/pgfmodulenonlineartransformations.code.tex b/tex/generic/pgf/modules/pgfmodulenonlineartransformations.code.tex index 8e607b207..55c9d6f65 100644 --- a/tex/generic/pgf/modules/pgfmodulenonlineartransformations.code.tex +++ b/tex/generic/pgf/modules/pgfmodulenonlineartransformations.code.tex @@ -1,4 +1,4 @@ -% Copyright 2013 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/modules/pgfmoduleoo.code.tex b/tex/generic/pgf/modules/pgfmoduleoo.code.tex index 38ceef34c..86c1e8e99 100644 --- a/tex/generic/pgf/modules/pgfmoduleoo.code.tex +++ b/tex/generic/pgf/modules/pgfmoduleoo.code.tex @@ -1,5 +1,5 @@ -% Copyright 2006 by Till Tantau -% Copyright 2011 by Saso Zivanovic +% Copyright 2019 by Till Tantau +% Copyright 2019 by Saso Zivanovic % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/modules/pgfmoduleparser.code.tex b/tex/generic/pgf/modules/pgfmoduleparser.code.tex index 3ac1aba9f..e736eed92 100644 --- a/tex/generic/pgf/modules/pgfmoduleparser.code.tex +++ b/tex/generic/pgf/modules/pgfmoduleparser.code.tex @@ -1,4 +1,4 @@ -% Copyright 2009 by Till Tantau +% Copyright 2019 by Till Tantau % Copyright 2019 by Jonathan P. Spratte % % This file may be distributed and/or modified diff --git a/tex/generic/pgf/modules/pgfmoduleplot.code.tex b/tex/generic/pgf/modules/pgfmoduleplot.code.tex index 1a553f925..0afea0ae3 100644 --- a/tex/generic/pgf/modules/pgfmoduleplot.code.tex +++ b/tex/generic/pgf/modules/pgfmoduleplot.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/modules/pgfmoduleshapes.code.tex b/tex/generic/pgf/modules/pgfmoduleshapes.code.tex index 166a5d564..4e8cce59a 100644 --- a/tex/generic/pgf/modules/pgfmoduleshapes.code.tex +++ b/tex/generic/pgf/modules/pgfmoduleshapes.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/modules/pgfmodulesnakes.code.tex b/tex/generic/pgf/modules/pgfmodulesnakes.code.tex index 9df6d3098..9b692b134 100644 --- a/tex/generic/pgf/modules/pgfmodulesnakes.code.tex +++ b/tex/generic/pgf/modules/pgfmodulesnakes.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/modules/pgfmodulesorting.code.tex b/tex/generic/pgf/modules/pgfmodulesorting.code.tex index e22bdb099..9aa1df9fe 100644 --- a/tex/generic/pgf/modules/pgfmodulesorting.code.tex +++ b/tex/generic/pgf/modules/pgfmodulesorting.code.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/systemlayer/pgf.cfg b/tex/generic/pgf/systemlayer/pgf.cfg index 5f7a34c83..2580bad9d 100644 --- a/tex/generic/pgf/systemlayer/pgf.cfg +++ b/tex/generic/pgf/systemlayer/pgf.cfg @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/systemlayer/pgfsys-common-pdf-via-dvi.def b/tex/generic/pgf/systemlayer/pgfsys-common-pdf-via-dvi.def index d39078338..0678b1882 100644 --- a/tex/generic/pgf/systemlayer/pgfsys-common-pdf-via-dvi.def +++ b/tex/generic/pgf/systemlayer/pgfsys-common-pdf-via-dvi.def @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % CMYK and grayscale shadings adaptation copyright 2019 by David Purton % % This file may be distributed and/or modified diff --git a/tex/generic/pgf/systemlayer/pgfsys-common-pdf.def b/tex/generic/pgf/systemlayer/pgfsys-common-pdf.def index c70f3ef2b..765ffc840 100644 --- a/tex/generic/pgf/systemlayer/pgfsys-common-pdf.def +++ b/tex/generic/pgf/systemlayer/pgfsys-common-pdf.def @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/systemlayer/pgfsys-common-postscript.def b/tex/generic/pgf/systemlayer/pgfsys-common-postscript.def index 803ed71cd..f051bc51d 100644 --- a/tex/generic/pgf/systemlayer/pgfsys-common-postscript.def +++ b/tex/generic/pgf/systemlayer/pgfsys-common-postscript.def @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % CMYK and grayscale shadings adaptation copyright 2019 by David Purton % % This file may be distributed and/or modified diff --git a/tex/generic/pgf/systemlayer/pgfsys-common-svg.def b/tex/generic/pgf/systemlayer/pgfsys-common-svg.def index 9dcb2e0e7..6e825f09d 100644 --- a/tex/generic/pgf/systemlayer/pgfsys-common-svg.def +++ b/tex/generic/pgf/systemlayer/pgfsys-common-svg.def @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/systemlayer/pgfsys-dvi.def b/tex/generic/pgf/systemlayer/pgfsys-dvi.def index a6397752f..dbe6fb313 100644 --- a/tex/generic/pgf/systemlayer/pgfsys-dvi.def +++ b/tex/generic/pgf/systemlayer/pgfsys-dvi.def @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/systemlayer/pgfsys-dvipdfm.def b/tex/generic/pgf/systemlayer/pgfsys-dvipdfm.def index 939595089..df1209aef 100644 --- a/tex/generic/pgf/systemlayer/pgfsys-dvipdfm.def +++ b/tex/generic/pgf/systemlayer/pgfsys-dvipdfm.def @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/systemlayer/pgfsys-dvipdfmx.def b/tex/generic/pgf/systemlayer/pgfsys-dvipdfmx.def index b2be0c911..b5779bead 100644 --- a/tex/generic/pgf/systemlayer/pgfsys-dvipdfmx.def +++ b/tex/generic/pgf/systemlayer/pgfsys-dvipdfmx.def @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % CMYK and grayscale shadings adaptation copyright 2019 by David Purton % % This file may be distributed and/or modified diff --git a/tex/generic/pgf/systemlayer/pgfsys-dvips.def b/tex/generic/pgf/systemlayer/pgfsys-dvips.def index 4cb4d51b8..05008aa09 100644 --- a/tex/generic/pgf/systemlayer/pgfsys-dvips.def +++ b/tex/generic/pgf/systemlayer/pgfsys-dvips.def @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/systemlayer/pgfsys-dvisvgm.def b/tex/generic/pgf/systemlayer/pgfsys-dvisvgm.def index f817f5087..a08960118 100644 --- a/tex/generic/pgf/systemlayer/pgfsys-dvisvgm.def +++ b/tex/generic/pgf/systemlayer/pgfsys-dvisvgm.def @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/systemlayer/pgfsys-luatex.def b/tex/generic/pgf/systemlayer/pgfsys-luatex.def index a0b63c1ca..8a81d981d 100644 --- a/tex/generic/pgf/systemlayer/pgfsys-luatex.def +++ b/tex/generic/pgf/systemlayer/pgfsys-luatex.def @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % CMYK and grayscale shadings adaptation copyright 2019 by David Purton % % This file may be distributed and/or modified diff --git a/tex/generic/pgf/systemlayer/pgfsys-pdftex.def b/tex/generic/pgf/systemlayer/pgfsys-pdftex.def index b74e005a7..1f1417803 100644 --- a/tex/generic/pgf/systemlayer/pgfsys-pdftex.def +++ b/tex/generic/pgf/systemlayer/pgfsys-pdftex.def @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % CMYK and grayscale shadings adaptation copyright 2019 by David Purton % % This file may be distributed and/or modified diff --git a/tex/generic/pgf/systemlayer/pgfsys-tex4ht.def b/tex/generic/pgf/systemlayer/pgfsys-tex4ht.def index 1f8c09d0c..44dd1ae5b 100644 --- a/tex/generic/pgf/systemlayer/pgfsys-tex4ht.def +++ b/tex/generic/pgf/systemlayer/pgfsys-tex4ht.def @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/systemlayer/pgfsys-textures.def b/tex/generic/pgf/systemlayer/pgfsys-textures.def index 1a01a6f8f..01f7cd9fb 100644 --- a/tex/generic/pgf/systemlayer/pgfsys-textures.def +++ b/tex/generic/pgf/systemlayer/pgfsys-textures.def @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/systemlayer/pgfsys-vtex.def b/tex/generic/pgf/systemlayer/pgfsys-vtex.def index cce6e4a34..6bb0c7159 100644 --- a/tex/generic/pgf/systemlayer/pgfsys-vtex.def +++ b/tex/generic/pgf/systemlayer/pgfsys-vtex.def @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/systemlayer/pgfsys-xetex.def b/tex/generic/pgf/systemlayer/pgfsys-xetex.def index 5147214ef..e191b9da5 100644 --- a/tex/generic/pgf/systemlayer/pgfsys-xetex.def +++ b/tex/generic/pgf/systemlayer/pgfsys-xetex.def @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/systemlayer/pgfsys.code.tex b/tex/generic/pgf/systemlayer/pgfsys.code.tex index e3e8a5ff8..1297595f5 100644 --- a/tex/generic/pgf/systemlayer/pgfsys.code.tex +++ b/tex/generic/pgf/systemlayer/pgfsys.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/systemlayer/pgfsysanimations.code.tex b/tex/generic/pgf/systemlayer/pgfsysanimations.code.tex index 06bd9934b..49ba41bfc 100644 --- a/tex/generic/pgf/systemlayer/pgfsysanimations.code.tex +++ b/tex/generic/pgf/systemlayer/pgfsysanimations.code.tex @@ -1,4 +1,4 @@ -% Copyright 2016 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex b/tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex index 3625abbb5..32052b8a2 100644 --- a/tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex +++ b/tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex b/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex index d04eb0228..9fe3f1e7d 100644 --- a/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex +++ b/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/utilities/pgfcalendar.code.tex b/tex/generic/pgf/utilities/pgfcalendar.code.tex index 89ee8963e..579b6dcce 100644 --- a/tex/generic/pgf/utilities/pgfcalendar.code.tex +++ b/tex/generic/pgf/utilities/pgfcalendar.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/utilities/pgfexternal.tex b/tex/generic/pgf/utilities/pgfexternal.tex index 7be11f8f0..7f9c4a029 100644 --- a/tex/generic/pgf/utilities/pgfexternal.tex +++ b/tex/generic/pgf/utilities/pgfexternal.tex @@ -1,4 +1,4 @@ -% Copyright 2007 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/utilities/pgfexternalwithdepth.tex b/tex/generic/pgf/utilities/pgfexternalwithdepth.tex index f2b08b2a9..907083ef3 100644 --- a/tex/generic/pgf/utilities/pgfexternalwithdepth.tex +++ b/tex/generic/pgf/utilities/pgfexternalwithdepth.tex @@ -1,4 +1,4 @@ -% Copyright 2007 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/utilities/pgffor.code.tex b/tex/generic/pgf/utilities/pgffor.code.tex index 4e351c902..8979e273f 100644 --- a/tex/generic/pgf/utilities/pgffor.code.tex +++ b/tex/generic/pgf/utilities/pgffor.code.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Till Tantau and Mark Wibrow +% Copyright 2019 by Till Tantau and Mark Wibrow % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/utilities/pgfkeys.code.tex b/tex/generic/pgf/utilities/pgfkeys.code.tex index 73922a0f0..ed1f18549 100644 --- a/tex/generic/pgf/utilities/pgfkeys.code.tex +++ b/tex/generic/pgf/utilities/pgfkeys.code.tex @@ -1,4 +1,4 @@ -% Copyright 2007 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/utilities/pgfkeysfiltered.code.tex b/tex/generic/pgf/utilities/pgfkeysfiltered.code.tex index ef70baf02..591b73f77 100644 --- a/tex/generic/pgf/utilities/pgfkeysfiltered.code.tex +++ b/tex/generic/pgf/utilities/pgfkeysfiltered.code.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Christian Feuersaenger +% Copyright 2019 by Christian Feuersaenger % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/utilities/pgfrcs.code.tex b/tex/generic/pgf/utilities/pgfrcs.code.tex index f83674c75..8f53c1d7b 100644 --- a/tex/generic/pgf/utilities/pgfrcs.code.tex +++ b/tex/generic/pgf/utilities/pgfrcs.code.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/utilities/pgfutil-common-lists.tex b/tex/generic/pgf/utilities/pgfutil-common-lists.tex index d3b817a00..066bfd9bd 100644 --- a/tex/generic/pgf/utilities/pgfutil-common-lists.tex +++ b/tex/generic/pgf/utilities/pgfutil-common-lists.tex @@ -1,4 +1,4 @@ -% Copyright 2013 by Christian Feuersaenger +% Copyright 2019 by Christian Feuersaenger % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/utilities/pgfutil-common.tex b/tex/generic/pgf/utilities/pgfutil-common.tex index b1c0546c1..3e53e53c5 100644 --- a/tex/generic/pgf/utilities/pgfutil-common.tex +++ b/tex/generic/pgf/utilities/pgfutil-common.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/utilities/pgfutil-context.def b/tex/generic/pgf/utilities/pgfutil-context.def index 7d244efc5..651b1cd16 100644 --- a/tex/generic/pgf/utilities/pgfutil-context.def +++ b/tex/generic/pgf/utilities/pgfutil-context.def @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/utilities/pgfutil-latex.def b/tex/generic/pgf/utilities/pgfutil-latex.def index 2ac8ec421..191af23ef 100644 --- a/tex/generic/pgf/utilities/pgfutil-latex.def +++ b/tex/generic/pgf/utilities/pgfutil-latex.def @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/generic/pgf/utilities/pgfutil-plain.def b/tex/generic/pgf/utilities/pgfutil-plain.def index 95dacd18a..58fa3eac5 100644 --- a/tex/generic/pgf/utilities/pgfutil-plain.def +++ b/tex/generic/pgf/utilities/pgfutil-plain.def @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/latex/pgf/basiclayer/pgf.sty b/tex/latex/pgf/basiclayer/pgf.sty index 710eea546..0474adfc3 100644 --- a/tex/latex/pgf/basiclayer/pgf.sty +++ b/tex/latex/pgf/basiclayer/pgf.sty @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/latex/pgf/basiclayer/pgfbaseimage.sty b/tex/latex/pgf/basiclayer/pgfbaseimage.sty index 0785efc1c..7920e4daa 100644 --- a/tex/latex/pgf/basiclayer/pgfbaseimage.sty +++ b/tex/latex/pgf/basiclayer/pgfbaseimage.sty @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/latex/pgf/basiclayer/pgfbaselayers.sty b/tex/latex/pgf/basiclayer/pgfbaselayers.sty index 0785efc1c..7920e4daa 100644 --- a/tex/latex/pgf/basiclayer/pgfbaselayers.sty +++ b/tex/latex/pgf/basiclayer/pgfbaselayers.sty @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/latex/pgf/basiclayer/pgfbasematrix.sty b/tex/latex/pgf/basiclayer/pgfbasematrix.sty index 6ae9ba0fb..01715384c 100644 --- a/tex/latex/pgf/basiclayer/pgfbasematrix.sty +++ b/tex/latex/pgf/basiclayer/pgfbasematrix.sty @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/latex/pgf/basiclayer/pgfbasepatterns.sty b/tex/latex/pgf/basiclayer/pgfbasepatterns.sty index 0785efc1c..7920e4daa 100644 --- a/tex/latex/pgf/basiclayer/pgfbasepatterns.sty +++ b/tex/latex/pgf/basiclayer/pgfbasepatterns.sty @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/latex/pgf/basiclayer/pgfbaseplot.sty b/tex/latex/pgf/basiclayer/pgfbaseplot.sty index 8f40563ce..1db7f610e 100644 --- a/tex/latex/pgf/basiclayer/pgfbaseplot.sty +++ b/tex/latex/pgf/basiclayer/pgfbaseplot.sty @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/latex/pgf/basiclayer/pgfbaseshapes.sty b/tex/latex/pgf/basiclayer/pgfbaseshapes.sty index 1829c521c..b91b44df1 100644 --- a/tex/latex/pgf/basiclayer/pgfbaseshapes.sty +++ b/tex/latex/pgf/basiclayer/pgfbaseshapes.sty @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/latex/pgf/basiclayer/pgfbasesnakes.sty b/tex/latex/pgf/basiclayer/pgfbasesnakes.sty index 8995a463d..82fcb1f0a 100644 --- a/tex/latex/pgf/basiclayer/pgfbasesnakes.sty +++ b/tex/latex/pgf/basiclayer/pgfbasesnakes.sty @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/latex/pgf/basiclayer/pgfcore.sty b/tex/latex/pgf/basiclayer/pgfcore.sty index 67ad19b74..e50a3cec5 100644 --- a/tex/latex/pgf/basiclayer/pgfcore.sty +++ b/tex/latex/pgf/basiclayer/pgfcore.sty @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/latex/pgf/compatibility/pgfarrows.sty b/tex/latex/pgf/compatibility/pgfarrows.sty index 419be0065..d619cfd7d 100644 --- a/tex/latex/pgf/compatibility/pgfarrows.sty +++ b/tex/latex/pgf/compatibility/pgfarrows.sty @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/latex/pgf/compatibility/pgfautomata.sty b/tex/latex/pgf/compatibility/pgfautomata.sty index d43cdd4f7..a5ccb62fa 100644 --- a/tex/latex/pgf/compatibility/pgfautomata.sty +++ b/tex/latex/pgf/compatibility/pgfautomata.sty @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty b/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty index 571f2e5b3..8bb5ab447 100644 --- a/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty +++ b/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty b/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty index 470868e79..573d45d9b 100644 --- a/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty +++ b/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/latex/pgf/compatibility/pgfheaps.sty b/tex/latex/pgf/compatibility/pgfheaps.sty index ed5a95c15..6228c961c 100644 --- a/tex/latex/pgf/compatibility/pgfheaps.sty +++ b/tex/latex/pgf/compatibility/pgfheaps.sty @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/latex/pgf/compatibility/pgflibraryarrows.sty b/tex/latex/pgf/compatibility/pgflibraryarrows.sty index 875bbf026..253ed35a8 100644 --- a/tex/latex/pgf/compatibility/pgflibraryarrows.sty +++ b/tex/latex/pgf/compatibility/pgflibraryarrows.sty @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/latex/pgf/compatibility/pgflibraryautomata.sty b/tex/latex/pgf/compatibility/pgflibraryautomata.sty index 29d6655da..1ea9902cc 100644 --- a/tex/latex/pgf/compatibility/pgflibraryautomata.sty +++ b/tex/latex/pgf/compatibility/pgflibraryautomata.sty @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/latex/pgf/compatibility/pgflibraryplothandlers.sty b/tex/latex/pgf/compatibility/pgflibraryplothandlers.sty index 1510046e7..536003568 100644 --- a/tex/latex/pgf/compatibility/pgflibraryplothandlers.sty +++ b/tex/latex/pgf/compatibility/pgflibraryplothandlers.sty @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/latex/pgf/compatibility/pgflibraryplotmarks.sty b/tex/latex/pgf/compatibility/pgflibraryplotmarks.sty index 2f1ca05e0..af70c2d7d 100644 --- a/tex/latex/pgf/compatibility/pgflibraryplotmarks.sty +++ b/tex/latex/pgf/compatibility/pgflibraryplotmarks.sty @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/latex/pgf/compatibility/pgflibraryshapes.sty b/tex/latex/pgf/compatibility/pgflibraryshapes.sty index c11f25ff0..96d64709a 100644 --- a/tex/latex/pgf/compatibility/pgflibraryshapes.sty +++ b/tex/latex/pgf/compatibility/pgflibraryshapes.sty @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/latex/pgf/compatibility/pgflibrarysnakes.sty b/tex/latex/pgf/compatibility/pgflibrarysnakes.sty index 5d0484f7c..d0ee7fa92 100644 --- a/tex/latex/pgf/compatibility/pgflibrarysnakes.sty +++ b/tex/latex/pgf/compatibility/pgflibrarysnakes.sty @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/latex/pgf/compatibility/pgflibrarytikzbackgrounds.sty b/tex/latex/pgf/compatibility/pgflibrarytikzbackgrounds.sty index 584f81434..94a1c0f5c 100644 --- a/tex/latex/pgf/compatibility/pgflibrarytikzbackgrounds.sty +++ b/tex/latex/pgf/compatibility/pgflibrarytikzbackgrounds.sty @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/latex/pgf/compatibility/pgflibrarytikztrees.sty b/tex/latex/pgf/compatibility/pgflibrarytikztrees.sty index 00cea02b0..676b28d47 100644 --- a/tex/latex/pgf/compatibility/pgflibrarytikztrees.sty +++ b/tex/latex/pgf/compatibility/pgflibrarytikztrees.sty @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/latex/pgf/compatibility/pgfnodes.sty b/tex/latex/pgf/compatibility/pgfnodes.sty index 33a768679..c58f3bc2b 100644 --- a/tex/latex/pgf/compatibility/pgfnodes.sty +++ b/tex/latex/pgf/compatibility/pgfnodes.sty @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/latex/pgf/compatibility/pgfshade.sty b/tex/latex/pgf/compatibility/pgfshade.sty index 29d430e34..2b3283010 100644 --- a/tex/latex/pgf/compatibility/pgfshade.sty +++ b/tex/latex/pgf/compatibility/pgfshade.sty @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/latex/pgf/doc/pgfmanual.code.tex b/tex/latex/pgf/doc/pgfmanual.code.tex index fca9c791b..3c5ebee2a 100644 --- a/tex/latex/pgf/doc/pgfmanual.code.tex +++ b/tex/latex/pgf/doc/pgfmanual.code.tex @@ -1,4 +1,4 @@ -% Copyright 2009 by Till Tantau and Christian Feuersänger +% Copyright 2019 by Till Tantau and Christian Feuersänger % % This file may be distributed and/or modified % diff --git a/tex/latex/pgf/doc/pgfmanual.pdflinks.code.tex b/tex/latex/pgf/doc/pgfmanual.pdflinks.code.tex index 370c5ad07..32186b64e 100644 --- a/tex/latex/pgf/doc/pgfmanual.pdflinks.code.tex +++ b/tex/latex/pgf/doc/pgfmanual.pdflinks.code.tex @@ -7,7 +7,7 @@ % % It is based on Till Tantau's PGF package. % -% Copyright 2007/2008/2009 by Christian Feuersänger. +% Copyright 2007/2008/2019 by Christian Feuersänger. % % This program is free software: you can redistribute it and/or modify % it under the terms of the GNU General Public License as published by diff --git a/tex/latex/pgf/doc/pgfmanual.prettyprinter.code.tex b/tex/latex/pgf/doc/pgfmanual.prettyprinter.code.tex index 3a230cac2..593dc1878 100644 --- a/tex/latex/pgf/doc/pgfmanual.prettyprinter.code.tex +++ b/tex/latex/pgf/doc/pgfmanual.prettyprinter.code.tex @@ -7,7 +7,7 @@ % % It is based on Till Tantau's PGF package. % -% Copyright 2007/2008/2009 by Christian Feuersänger. +% Copyright 2007/2008/2019 by Christian Feuersänger. % % This program is free software: you can redistribute it and/or modify % it under the terms of the GNU General Public License as published by diff --git a/tex/latex/pgf/doc/pgfmanual.sty b/tex/latex/pgf/doc/pgfmanual.sty index e084fd418..9edf77083 100644 --- a/tex/latex/pgf/doc/pgfmanual.sty +++ b/tex/latex/pgf/doc/pgfmanual.sty @@ -1,4 +1,4 @@ -% Copyright 2009 by Till Tantau and Christian Feuersänger +% Copyright 2018 by Till Tantau and Christian Feuersänger % % This file may be distributed and/or modified % diff --git a/tex/latex/pgf/frontendlayer/libraries/tikzlibraryexternal.code.tex b/tex/latex/pgf/frontendlayer/libraries/tikzlibraryexternal.code.tex index dc1fc05b9..6c9fef345 100644 --- a/tex/latex/pgf/frontendlayer/libraries/tikzlibraryexternal.code.tex +++ b/tex/latex/pgf/frontendlayer/libraries/tikzlibraryexternal.code.tex @@ -1,4 +1,4 @@ -% Copyright 2008 by Christian Feuersaenger +% Copyright 2019 by Christian Feuersaenger % % This file may be distributed and/or modified % diff --git a/tex/latex/pgf/frontendlayer/pgfpict2e.sty b/tex/latex/pgf/frontendlayer/pgfpict2e.sty index 830fa0c64..5bb19603e 100644 --- a/tex/latex/pgf/frontendlayer/pgfpict2e.sty +++ b/tex/latex/pgf/frontendlayer/pgfpict2e.sty @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/latex/pgf/frontendlayer/tikz.sty b/tex/latex/pgf/frontendlayer/tikz.sty index d3b8ed6e7..9efacf0d7 100644 --- a/tex/latex/pgf/frontendlayer/tikz.sty +++ b/tex/latex/pgf/frontendlayer/tikz.sty @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/latex/pgf/math/pgfmath.sty b/tex/latex/pgf/math/pgfmath.sty index f079db528..2ab7c5462 100644 --- a/tex/latex/pgf/math/pgfmath.sty +++ b/tex/latex/pgf/math/pgfmath.sty @@ -1,4 +1,4 @@ -% Copyright 2007 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/latex/pgf/systemlayer/pgfsys.sty b/tex/latex/pgf/systemlayer/pgfsys.sty index 6f9c2b8b9..c87aded11 100644 --- a/tex/latex/pgf/systemlayer/pgfsys.sty +++ b/tex/latex/pgf/systemlayer/pgfsys.sty @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/latex/pgf/utilities/pgfcalendar.sty b/tex/latex/pgf/utilities/pgfcalendar.sty index c209bcdb7..52cb4c377 100644 --- a/tex/latex/pgf/utilities/pgfcalendar.sty +++ b/tex/latex/pgf/utilities/pgfcalendar.sty @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/latex/pgf/utilities/pgffor.sty b/tex/latex/pgf/utilities/pgffor.sty index c0de8c134..246e8259e 100644 --- a/tex/latex/pgf/utilities/pgffor.sty +++ b/tex/latex/pgf/utilities/pgffor.sty @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/latex/pgf/utilities/pgfkeys.sty b/tex/latex/pgf/utilities/pgfkeys.sty index cca977583..aa0d3e02f 100644 --- a/tex/latex/pgf/utilities/pgfkeys.sty +++ b/tex/latex/pgf/utilities/pgfkeys.sty @@ -1,4 +1,4 @@ -% Copyright 2007 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/latex/pgf/utilities/pgfpages.sty b/tex/latex/pgf/utilities/pgfpages.sty index c652a2621..f71239f2e 100644 --- a/tex/latex/pgf/utilities/pgfpages.sty +++ b/tex/latex/pgf/utilities/pgfpages.sty @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2019 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/latex/pgf/utilities/pgfrcs.sty b/tex/latex/pgf/utilities/pgfrcs.sty index 05db9deca..b7124aab5 100644 --- a/tex/latex/pgf/utilities/pgfrcs.sty +++ b/tex/latex/pgf/utilities/pgfrcs.sty @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/latex/pgf/utilities/tikzexternal.sty b/tex/latex/pgf/utilities/tikzexternal.sty index 4f9d31572..5add24053 100644 --- a/tex/latex/pgf/utilities/tikzexternal.sty +++ b/tex/latex/pgf/utilities/tikzexternal.sty @@ -1,4 +1,4 @@ -% Copyright 2008 by Christian Feuersaenger +% Copyright 2020 by Christian Feuersaenger % % This file may be distributed and/or modified % diff --git a/tex/latex/pgf/utilities/xxcolor.sty b/tex/latex/pgf/utilities/xxcolor.sty index d085debeb..9a4bb4e5b 100644 --- a/tex/latex/pgf/utilities/xxcolor.sty +++ b/tex/latex/pgf/utilities/xxcolor.sty @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/plain/pgf/basiclayer/pgf.tex b/tex/plain/pgf/basiclayer/pgf.tex index 777bafc50..86de7a622 100644 --- a/tex/plain/pgf/basiclayer/pgf.tex +++ b/tex/plain/pgf/basiclayer/pgf.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/plain/pgf/basiclayer/pgfbaseimage.tex b/tex/plain/pgf/basiclayer/pgfbaseimage.tex index 675ac960c..3b7886284 100644 --- a/tex/plain/pgf/basiclayer/pgfbaseimage.tex +++ b/tex/plain/pgf/basiclayer/pgfbaseimage.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/plain/pgf/basiclayer/pgfbaselayers.tex b/tex/plain/pgf/basiclayer/pgfbaselayers.tex index 626c89d5a..d6361eadd 100644 --- a/tex/plain/pgf/basiclayer/pgfbaselayers.tex +++ b/tex/plain/pgf/basiclayer/pgfbaselayers.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/plain/pgf/basiclayer/pgfbasematrix.tex b/tex/plain/pgf/basiclayer/pgfbasematrix.tex index a860a1a7b..fadfabf8d 100644 --- a/tex/plain/pgf/basiclayer/pgfbasematrix.tex +++ b/tex/plain/pgf/basiclayer/pgfbasematrix.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/plain/pgf/basiclayer/pgfbasepatterns.tex b/tex/plain/pgf/basiclayer/pgfbasepatterns.tex index 3b14b0a3a..a014a5123 100644 --- a/tex/plain/pgf/basiclayer/pgfbasepatterns.tex +++ b/tex/plain/pgf/basiclayer/pgfbasepatterns.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/plain/pgf/basiclayer/pgfbaseplot.tex b/tex/plain/pgf/basiclayer/pgfbaseplot.tex index ef56ce871..1efa3a8ae 100644 --- a/tex/plain/pgf/basiclayer/pgfbaseplot.tex +++ b/tex/plain/pgf/basiclayer/pgfbaseplot.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/plain/pgf/basiclayer/pgfbaseshapes.tex b/tex/plain/pgf/basiclayer/pgfbaseshapes.tex index 94fa7a288..3178e515c 100644 --- a/tex/plain/pgf/basiclayer/pgfbaseshapes.tex +++ b/tex/plain/pgf/basiclayer/pgfbaseshapes.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/plain/pgf/basiclayer/pgfbasesnakes.tex b/tex/plain/pgf/basiclayer/pgfbasesnakes.tex index 7902e02bf..650e5ae1a 100644 --- a/tex/plain/pgf/basiclayer/pgfbasesnakes.tex +++ b/tex/plain/pgf/basiclayer/pgfbasesnakes.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/plain/pgf/basiclayer/pgfcore.tex b/tex/plain/pgf/basiclayer/pgfcore.tex index 590120a96..a3d621b0f 100644 --- a/tex/plain/pgf/basiclayer/pgfcore.tex +++ b/tex/plain/pgf/basiclayer/pgfcore.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/plain/pgf/frontendlayer/tikz.tex b/tex/plain/pgf/frontendlayer/tikz.tex index 30aa11fa0..52d809fb5 100644 --- a/tex/plain/pgf/frontendlayer/tikz.tex +++ b/tex/plain/pgf/frontendlayer/tikz.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/plain/pgf/math/pgfmath.tex b/tex/plain/pgf/math/pgfmath.tex index b26fbc8c3..ffc401447 100644 --- a/tex/plain/pgf/math/pgfmath.tex +++ b/tex/plain/pgf/math/pgfmath.tex @@ -1,4 +1,4 @@ -% Copyright 2007 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/plain/pgf/systemlayer/pgfsys.tex b/tex/plain/pgf/systemlayer/pgfsys.tex index 1ca8bba35..f27edec1e 100644 --- a/tex/plain/pgf/systemlayer/pgfsys.tex +++ b/tex/plain/pgf/systemlayer/pgfsys.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/plain/pgf/utilities/pgfcalendar.tex b/tex/plain/pgf/utilities/pgfcalendar.tex index 768357527..81b1893e8 100644 --- a/tex/plain/pgf/utilities/pgfcalendar.tex +++ b/tex/plain/pgf/utilities/pgfcalendar.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/plain/pgf/utilities/pgffor.tex b/tex/plain/pgf/utilities/pgffor.tex index 15d6ea342..13885f2ab 100644 --- a/tex/plain/pgf/utilities/pgffor.tex +++ b/tex/plain/pgf/utilities/pgffor.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/plain/pgf/utilities/pgfkeys.tex b/tex/plain/pgf/utilities/pgfkeys.tex index 9a3428625..278d52045 100644 --- a/tex/plain/pgf/utilities/pgfkeys.tex +++ b/tex/plain/pgf/utilities/pgfkeys.tex @@ -1,4 +1,4 @@ -% Copyright 2007 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified % diff --git a/tex/plain/pgf/utilities/pgfrcs.tex b/tex/plain/pgf/utilities/pgfrcs.tex index 6d8928dc0..f1054823b 100644 --- a/tex/plain/pgf/utilities/pgfrcs.tex +++ b/tex/plain/pgf/utilities/pgfrcs.tex @@ -1,4 +1,4 @@ -% Copyright 2006 by Till Tantau +% Copyright 2018 by Till Tantau % % This file may be distributed and/or modified %