[latex3-commits] [git/LaTeX3-latex3-pdfresources] develop: update copyright (18e8f70)

Ulrike Fischer fischer at troubleshooting-tex.de
Tue Feb 7 16:30:54 CET 2023


Repository : https://github.com/latex3/pdfresources
On branch  : develop
Link       : https://github.com/latex3/pdfresources/commit/18e8f7035d63d87ad2fcbf9648afdc9ac54f1959

>---------------------------------------------------------------

commit 18e8f7035d63d87ad2fcbf9648afdc9ac54f1959
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Tue Feb 7 16:30:54 2023 +0100

    update copyright


>---------------------------------------------------------------

18e8f7035d63d87ad2fcbf9648afdc9ac54f1959
 README.md                               |  2 +-
 build.lua                               | 10 ++++++++++
 firstaid/colorspace-patches-tmp-ltx.sty |  4 ++--
 firstaid/output-patches-tmp-ltx.dtx     |  2 +-
 hyperref-generic.dtx                    |  2 +-
 l3backend-testphase.dtx                 |  2 +-
 l3pdfannot.dtx                          |  2 +-
 l3pdfdict.dtx                           |  2 +-
 l3pdffield-action.dtx                   |  2 +-
 l3pdffield-checkbox.dtx                 |  2 +-
 l3pdffield-choice.dtx                   |  2 +-
 l3pdffield-pushbutton.dtx               |  2 +-
 l3pdffield-radiobutton.dtx              |  2 +-
 l3pdffield-textfield.dtx                |  2 +-
 l3pdffield.dtx                          |  2 +-
 l3pdffile.dtx                           |  2 +-
 l3pdfmanagement.dtx                     |  2 +-
 l3pdfmeta.dtx                           |  2 +-
 l3pdftools.dtx                          |  2 +-
 l3pdfxform.dtx                          |  2 +-
 ltdocinit.dtx                           |  2 +-
 pdfmanagement-firstaid.dtx              |  2 +-
 pdfmanagement-testphase.dtx             |  2 +-
 23 files changed, 33 insertions(+), 23 deletions(-)

diff --git a/README.md b/README.md
index 51efd81..dd7fa44 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ For manual installation: unpack by compiling the .ins, then move all
 
 
 ## Copyright (C)
-* 2021-2022 The LaTeX Project
+* 2021-2023 The LaTeX Project
 
 ## License
 LaTeX Project Public License, version 1.3c or later.
diff --git a/build.lua b/build.lua
index 4c3c1aa..5056974 100644
--- a/build.lua
+++ b/build.lua
@@ -88,6 +88,9 @@ function update_tag (file,content,tagname,tagdate)
   content = string.gsub (content,
                          "date{Version %d%.%d+%a, released %d%d%d%d%-%d%d%-%d%d",
                          "date{Version "..packageversion..", released ".. packagedate)
+  content = string.gsub (content,
+                         "Copyright %(C%) (%d%d%d%d)%-%d%d%d%d",
+                         "Copyright (C) %1-"..os.date("%Y"))                                
   return content
   elseif string.match (file, "%.dtx$" ) then
    content = string.gsub (content,
@@ -103,6 +106,10 @@ function update_tag (file,content,tagname,tagdate)
   content = string.gsub (content,
                          "date{Version %d%.%d+%a, released %d%d%d%d%-%d%d%-%d%d",
                          "date{Version "..packageversion..", released ".. packagedate)
+  content = string.gsub (content,
+                         "Copyright %(C%) (%d%d%d%d)%-%d%d%d%d",
+                         "Copyright (C) %1-"..os.date("%Y"))                                
+                         
   return content
   elseif string.match (file, "%.sty$" ) then
    content = string.gsub (content,
@@ -116,6 +123,9 @@ function update_tag (file,content,tagname,tagdate)
    content = string.gsub (content,
                          "Version: %d%.%d+%a, %d%d%d%d%-%d%d%-%d%d",
                          "Version: " .. packageversion .. ", " .. packagedate )
+   content = string.gsub (content,
+                         "(%d%d%d%d)%-%d%d%d%d",
+                         "%1-"..os.date("%Y"))                                
    return content
  elseif string.match (file, "^CHANGELOG.md$") then
    content = string.gsub (content,
diff --git a/firstaid/colorspace-patches-tmp-ltx.sty b/firstaid/colorspace-patches-tmp-ltx.sty
index b9c37a0..7d6e5ee 100644
--- a/firstaid/colorspace-patches-tmp-ltx.sty
+++ b/firstaid/colorspace-patches-tmp-ltx.sty
@@ -1,5 +1,5 @@
-%% This is file `hyperxmp-patches-tmp-ltx.sty"
-% Copyright (C) 2019-2021 The LaTeX Project
+%% This is file `colorspace-patches-tmp-ltx.sty"
+% Copyright (C) 2019-2022 The LaTeX Project
 %
 % It may be distributed and/or modified under the conditions of the
 % LaTeX Project Public License (LPPL), either version 1.3c of this
diff --git a/firstaid/output-patches-tmp-ltx.dtx b/firstaid/output-patches-tmp-ltx.dtx
index 38f0f38..11eae11 100644
--- a/firstaid/output-patches-tmp-ltx.dtx
+++ b/firstaid/output-patches-tmp-ltx.dtx
@@ -1,6 +1,6 @@
 % \iffalse meta-comment
 %
-%% File: output-patches.dtx (C) Copyright 2020-2021 Frank Mittelbach
+%% File: output-patches.dtx (C) Copyright 2020-2023 Frank Mittelbach
 %
 % It may be distributed and/or modified under the conditions of the
 % LaTeX Project Public License (LPPL), either version 1.3c of this
diff --git a/hyperref-generic.dtx b/hyperref-generic.dtx
index 0a80dc1..8c9d258 100644
--- a/hyperref-generic.dtx
+++ b/hyperref-generic.dtx
@@ -2,7 +2,7 @@
 %
 %% File: hyperref-generic.dtx
 %
-% Copyright (C) 2021-2022 The LaTeX Project
+% Copyright (C) 2021-2023 The LaTeX Project
 %
 % It may be distributed and/or modified under the conditions of the
 % LaTeX Project Public License (LPPL), either version 1.3c of this
diff --git a/l3backend-testphase.dtx b/l3backend-testphase.dtx
index d6c6c74..83bde8c 100644
--- a/l3backend-testphase.dtx
+++ b/l3backend-testphase.dtx
@@ -2,7 +2,7 @@
 %
 %% File: l3backend-testphase.dtx
 %
-% Copyright (C) 2019-2021 The LaTeX Project
+% Copyright (C) 2019-2023 The LaTeX Project
 %
 % It may be distributed and/or modified under the conditions of the
 % LaTeX Project Public License (LPPL), either version 1.3c of this
diff --git a/l3pdfannot.dtx b/l3pdfannot.dtx
index b34c961..1dc56d5 100644
--- a/l3pdfannot.dtx
+++ b/l3pdfannot.dtx
@@ -2,7 +2,7 @@
 %
 %% File: l3pdfannot.dtx
 %
-% Copyright (C) 2021-2022 The LaTeX Project
+% Copyright (C) 2021-2023 The LaTeX Project
 %
 % It may be distributed and/or modified under the conditions of the
 % LaTeX Project Public License (LPPL), either version 1.3c of this
diff --git a/l3pdfdict.dtx b/l3pdfdict.dtx
index e8bc324..8645b50 100644
--- a/l3pdfdict.dtx
+++ b/l3pdfdict.dtx
@@ -2,7 +2,7 @@
 %
 %% File: l3pdfdict.dtx
 %
-% Copyright (C) 2018-2022 The LaTeX Project
+% Copyright (C) 2018-2023 The LaTeX Project
 %
 % It may be distributed and/or modified under the conditions of the
 % LaTeX Project Public License (LPPL), either version 1.3c of this
diff --git a/l3pdffield-action.dtx b/l3pdffield-action.dtx
index 96855a0..c007816 100644
--- a/l3pdffield-action.dtx
+++ b/l3pdffield-action.dtx
@@ -2,7 +2,7 @@
 %
 %% File: l3pdfpdffield-action.dtx
 %
-% Copyright (C) 2021-2022 The LaTeX Project
+% Copyright (C) 2021-2023 The LaTeX Project
 %
 % It may be distributed and/or modified under the conditions of the
 % LaTeX Project Public License (LPPL), either version 1.3c of this
diff --git a/l3pdffield-checkbox.dtx b/l3pdffield-checkbox.dtx
index 5fba604..91338a2 100644
--- a/l3pdffield-checkbox.dtx
+++ b/l3pdffield-checkbox.dtx
@@ -2,7 +2,7 @@
 %
 %% File: l3pdfpdffield-checkbox.dtx
 %
-% Copyright (C) 2021-2022 The LaTeX Project
+% Copyright (C) 2021-2023 The LaTeX Project
 %
 % It may be distributed and/or modified under the conditions of the
 % LaTeX Project Public License (LPPL), either version 1.3c of this
diff --git a/l3pdffield-choice.dtx b/l3pdffield-choice.dtx
index 3c0541b..0b4c929 100644
--- a/l3pdffield-choice.dtx
+++ b/l3pdffield-choice.dtx
@@ -2,7 +2,7 @@
 %
 %% File: l3pdfpdffield-choice.dtx
 %
-% Copyright (C) 2021-2022 The LaTeX Project
+% Copyright (C) 2021-2023 The LaTeX Project
 %
 % It may be distributed and/or modified under the conditions of the
 % LaTeX Project Public License (LPPL), either version 1.3c of this
diff --git a/l3pdffield-pushbutton.dtx b/l3pdffield-pushbutton.dtx
index a078ea2..41991e3 100644
--- a/l3pdffield-pushbutton.dtx
+++ b/l3pdffield-pushbutton.dtx
@@ -2,7 +2,7 @@
 %
 %% File: l3pdfpdffield-pushbutton.dtx
 %
-% Copyright (C) 2021-2022 The LaTeX Project
+% Copyright (C) 2021-2023 The LaTeX Project
 %
 % It may be distributed and/or modified under the conditions of the
 % LaTeX Project Public License (LPPL), either version 1.3c of this
diff --git a/l3pdffield-radiobutton.dtx b/l3pdffield-radiobutton.dtx
index 36ab234..88d729d 100644
--- a/l3pdffield-radiobutton.dtx
+++ b/l3pdffield-radiobutton.dtx
@@ -2,7 +2,7 @@
 %
 %% File: l3pdfpdffield-radiobutton.dtx
 %
-% Copyright (C) 2021-2022 The LaTeX Project
+% Copyright (C) 2021-2023 The LaTeX Project
 %
 % It may be distributed and/or modified under the conditions of the
 % LaTeX Project Public License (LPPL), either version 1.3c of this
diff --git a/l3pdffield-textfield.dtx b/l3pdffield-textfield.dtx
index ecf4211..6f48e15 100644
--- a/l3pdffield-textfield.dtx
+++ b/l3pdffield-textfield.dtx
@@ -2,7 +2,7 @@
 %
 %% File: l3pdfpdffield-textfield.dtx
 %
-% Copyright (C) 2021-2022 The LaTeX Project
+% Copyright (C) 2021-2023 The LaTeX Project
 %
 % It may be distributed and/or modified under the conditions of the
 % LaTeX Project Public License (LPPL), either version 1.3c of this
diff --git a/l3pdffield.dtx b/l3pdffield.dtx
index 3bc48a0..7c855c6 100644
--- a/l3pdffield.dtx
+++ b/l3pdffield.dtx
@@ -2,7 +2,7 @@
 %
 %% File: l3pdffield.dtx
 %
-% Copyright (C) 2021-2022 The LaTeX Project
+% Copyright (C) 2021-2023 The LaTeX Project
 %
 % It may be distributed and/or modified under the conditions of the
 % LaTeX Project Public License (LPPL), either version 1.3c of this
diff --git a/l3pdffile.dtx b/l3pdffile.dtx
index e682ad4..835a6cf 100644
--- a/l3pdffile.dtx
+++ b/l3pdffile.dtx
@@ -2,7 +2,7 @@
 %
 %% File: l3pdffile.dtx
 %
-% Copyright (C) 2018-2022 The LaTeX Project
+% Copyright (C) 2018-2023 The LaTeX Project
 %
 % It may be distributed and/or modified under the conditions of the
 % LaTeX Project Public License (LPPL), either version 1.3c of this
diff --git a/l3pdfmanagement.dtx b/l3pdfmanagement.dtx
index a9c9684..bad7baf 100644
--- a/l3pdfmanagement.dtx
+++ b/l3pdfmanagement.dtx
@@ -2,7 +2,7 @@
 %
 %% File: l3pdfmanagement.dtx
 %
-% Copyright (C) 2018-2022 The LaTeX Project
+% Copyright (C) 2018-2023 The LaTeX Project
 %
 % It may be distributed and/or modified under the conditions of the
 % LaTeX Project Public License (LPPL), either version 1.3c of this
diff --git a/l3pdfmeta.dtx b/l3pdfmeta.dtx
index be0db1b..6ab632e 100644
--- a/l3pdfmeta.dtx
+++ b/l3pdfmeta.dtx
@@ -2,7 +2,7 @@
 %
 %% File: l3pdfmeta.dtx
 %
-% Copyright (C) 2018-2022 The LaTeX Project
+% Copyright (C) 2018-2023 The LaTeX Project
 %
 % It may be distributed and/or modified under the conditions of the
 % LaTeX Project Public License (LPPL), either version 1.3c of this
diff --git a/l3pdftools.dtx b/l3pdftools.dtx
index 9609617..b3a7a7b 100644
--- a/l3pdftools.dtx
+++ b/l3pdftools.dtx
@@ -2,7 +2,7 @@
 %
 %% File: l3pdftools.dtx
 %
-% Copyright (C) 2018-2022 The LaTeX Project
+% Copyright (C) 2018-2023 The LaTeX Project
 %
 % It may be distributed and/or modified under the conditions of the
 % LaTeX Project Public License (LPPL), either version 1.3c of this
diff --git a/l3pdfxform.dtx b/l3pdfxform.dtx
index 3f6350f..4b58afb 100644
--- a/l3pdfxform.dtx
+++ b/l3pdfxform.dtx
@@ -2,7 +2,7 @@
 %
 %% File: l3pdfxform.dtx
 %
-% Copyright (C) 2018-2022 The LaTeX Project
+% Copyright (C) 2018-2023 The LaTeX Project
 %
 % It may be distributed and/or modified under the conditions of the
 % LaTeX Project Public License (LPPL), either version 1.3c of this
diff --git a/ltdocinit.dtx b/ltdocinit.dtx
index ada32d8..268a89d 100644
--- a/ltdocinit.dtx
+++ b/ltdocinit.dtx
@@ -2,7 +2,7 @@
 %
 %% File: ltdocinit.dtx
 %
-% Copyright (C) 2018-2022 The LaTeX Project
+% Copyright (C) 2018-2023 The LaTeX Project
 %
 % It may be distributed and/or modified under the conditions of the
 % LaTeX Project Public License (LPPL), either version 1.3c of this
diff --git a/pdfmanagement-firstaid.dtx b/pdfmanagement-firstaid.dtx
index 2025a4f..878ce13 100644
--- a/pdfmanagement-firstaid.dtx
+++ b/pdfmanagement-firstaid.dtx
@@ -2,7 +2,7 @@
 %
 %% File: pdfmanagement-firstaid.dtx
 %
-% Copyright (C) 2018-2022 The LaTeX Project
+% Copyright (C) 2018-2023 The LaTeX Project
 %
 % It may be distributed and/or modified under the conditions of the
 % LaTeX Project Public License (LPPL), either version 1.3c of this
diff --git a/pdfmanagement-testphase.dtx b/pdfmanagement-testphase.dtx
index 8110f77..5801440 100644
--- a/pdfmanagement-testphase.dtx
+++ b/pdfmanagement-testphase.dtx
@@ -2,7 +2,7 @@
 %
 %% File: pdfmanagement-testphase.dtx
 %
-% Copyright (C) 2019-2022 The LaTeX Project
+% Copyright (C) 2019-2023 The LaTeX Project
 %
 % It may be distributed and/or modified under the conditions of the
 % LaTeX Project Public License (LPPL), either version 1.3c of this





More information about the latex3-commits mailing list.