[latex3-commits] [latex3/l3build] main: Update copyright [ci skip] (520aa8d)
github at latex-project.org
github at latex-project.org
Mon Dec 18 09:20:50 CET 2023
Repository : https://github.com/latex3/l3build
On branch : main
Link : https://github.com/latex3/l3build/commit/520aa8de86863f87c16d7f8f134f098d62446c00
>---------------------------------------------------------------
commit 520aa8de86863f87c16d7f8f134f098d62446c00
Author: Yukai Chou <muzimuzhi at gmail.com>
Date: Fri Dec 15 04:18:58 2023 +0800
Update copyright [ci skip]
- Historic year lists are kept.
- Year 2022 is added when corresponding file is updated in that year.
>---------------------------------------------------------------
520aa8de86863f87c16d7f8f134f098d62446c00
examples/Bundle-Flat/README.md | 2 +-
examples/Bundle-Tree/README.md | 2 +-
examples/README.md | 2 +-
examples/Simple-Flat/README.md | 2 +-
examples/Simple-Tree/README.md | 2 +-
l3build-clean.lua | 2 +-
l3build-ctan.lua | 2 +-
l3build-help.lua | 4 ++--
l3build-install.lua | 2 +-
l3build-manifest-setup.lua | 2 +-
l3build-manifest.lua | 2 +-
l3build-stdmain.lua | 2 +-
l3build-tagging.lua | 2 +-
l3build-unpack.lua | 2 +-
l3build-upload.lua | 2 +-
l3build-zip.lua | 2 +-
l3build.ins | 4 ++--
l3build.lua | 2 +-
18 files changed, 20 insertions(+), 20 deletions(-)
diff --git a/examples/Bundle-Flat/README.md b/examples/Bundle-Flat/README.md
index af884cf..0678979 100644
--- a/examples/Bundle-Flat/README.md
+++ b/examples/Bundle-Flat/README.md
@@ -10,6 +10,6 @@ in the build script for each module.
-----
-Copyright (C) 2014-2017,2021 The LaTeX Project <br />
+Copyright (C) 2014-2017,2021,2023 The LaTeX Project <br />
<http://latex-project.org/> <br />
All rights reserved.
diff --git a/examples/Bundle-Tree/README.md b/examples/Bundle-Tree/README.md
index 1dbaaaa..1938007 100644
--- a/examples/Bundle-Tree/README.md
+++ b/examples/Bundle-Tree/README.md
@@ -10,6 +10,6 @@ in the build script for each module.
-----
-Copyright (C) 2014-2017,2021 The LaTeX Project <br />
+Copyright (C) 2014-2017,2021,2023 The LaTeX Project <br />
<http://latex-project.org/> <br />
All rights reserved.
diff --git a/examples/README.md b/examples/README.md
index d2327b1..0038219 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -19,6 +19,6 @@ The examples are:
-----
-Copyright (C) 2014-2017,2021 The LaTeX Project <br />
+Copyright (C) 2014-2017,2021,2023 The LaTeX Project <br />
<http://latex-project.org/> <br />
All rights reserved.
diff --git a/examples/Simple-Flat/README.md b/examples/Simple-Flat/README.md
index e202504..fb19b16 100644
--- a/examples/Simple-Flat/README.md
+++ b/examples/Simple-Flat/README.md
@@ -11,6 +11,6 @@ As the `.dtx` package file grows larger, it may be sensible to split it up into
-----
-Copyright (C) 2014-2017,2021 The LaTeX Project <br />
+Copyright (C) 2014-2017,2021,2023 The LaTeX Project <br />
<http://latex-project.org/> <br />
All rights reserved.
diff --git a/examples/Simple-Tree/README.md b/examples/Simple-Tree/README.md
index eff506d..0271817 100644
--- a/examples/Simple-Tree/README.md
+++ b/examples/Simple-Tree/README.md
@@ -10,6 +10,6 @@ This is left as an exercise to the energetic package writer studying these examp
-----
-Copyright (C) 2014-2017,2021 The LaTeX Project <br />
+Copyright (C) 2014-2017,2021,2023 The LaTeX Project <br />
<http://latex-project.org/> <br />
All rights reserved.
diff --git a/l3build-clean.lua b/l3build-clean.lua
index e5d5dde..d1735be 100644
--- a/l3build-clean.lua
+++ b/l3build-clean.lua
@@ -1,6 +1,6 @@
--[[
-File l3build-clean.lua Copyright (C) 2018,2020,2021 The LaTeX Project
+File l3build-clean.lua Copyright (C) 2018,2020,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/l3build-ctan.lua b/l3build-ctan.lua
index b290533..c711dfd 100644
--- a/l3build-ctan.lua
+++ b/l3build-ctan.lua
@@ -1,6 +1,6 @@
--[[
-File l3build-ctan.lua Copyright (C) 2018-2021 The LaTeX Project
+File l3build-ctan.lua Copyright (C) 2018-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/l3build-help.lua b/l3build-help.lua
index 3e204df..94a4017 100644
--- a/l3build-help.lua
+++ b/l3build-help.lua
@@ -1,6 +1,6 @@
--[[
-File l3build-help.lua Copyright (C) 2018,2020,2021 The LaTeX Project
+File l3build-help.lua Copyright (C) 2018,2020,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
@@ -27,7 +27,7 @@ local match = string.match
local rep = string.rep
local sort = table.sort
-local copyright = "Copyright (C) 2014-2021 The LaTeX Project\n"
+local copyright = "Copyright (C) 2014-2021,2023 The LaTeX Project\n"
function version()
print(
diff --git a/l3build-install.lua b/l3build-install.lua
index ad5aeaa..3fb0666 100644
--- a/l3build-install.lua
+++ b/l3build-install.lua
@@ -1,6 +1,6 @@
--[[
-File l3build-install.lua Copyright (C) 2018-2021 The LaTeX Project
+File l3build-install.lua 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/l3build-manifest-setup.lua b/l3build-manifest-setup.lua
index b5c2b31..de5f64f 100644
--- a/l3build-manifest-setup.lua
+++ b/l3build-manifest-setup.lua
@@ -1,6 +1,6 @@
--[[
-File l3build-manifest-setup.lua Copyright (C) 2018,2020,2021 The LaTeX Project
+File l3build-manifest-setup.lua Copyright (C) 2018,2020,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/l3build-manifest.lua b/l3build-manifest.lua
index 12b8cdc..ae764bb 100644
--- a/l3build-manifest.lua
+++ b/l3build-manifest.lua
@@ -1,6 +1,6 @@
--[[
-File l3build-manifest.lua Copyright (C) 2018,2020,2021 The LaTeX Project
+File l3build-manifest.lua Copyright (C) 2018,2020-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/l3build-stdmain.lua b/l3build-stdmain.lua
index 6209dcd..c7db429 100644
--- a/l3build-stdmain.lua
+++ b/l3build-stdmain.lua
@@ -1,6 +1,6 @@
--[[
-File l3build-stdmain.lua Copyright (C) 2018-2021 The LaTeX Project
+File l3build-stdmain.lua Copyright (C) 2018-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/l3build-tagging.lua b/l3build-tagging.lua
index 20ef513..bb28687 100644
--- a/l3build-tagging.lua
+++ b/l3build-tagging.lua
@@ -1,6 +1,6 @@
--[[
-File l3build-tagging.lua Copyright (C) 2018-2021 The LaTeX Project
+File l3build-tagging.lua Copyright (C) 2018-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/l3build-unpack.lua b/l3build-unpack.lua
index 6ce4b32..d74d179 100644
--- a/l3build-unpack.lua
+++ b/l3build-unpack.lua
@@ -1,6 +1,6 @@
--[[
-File l3build-unpack.lua Copyright (C) 2018-2021 The LaTeX Project
+File l3build-unpack.lua Copyright (C) 2018-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/l3build-upload.lua b/l3build-upload.lua
index 180572b..550e673 100644
--- a/l3build-upload.lua
+++ b/l3build-upload.lua
@@ -1,6 +1,6 @@
--[[
-File l3build-upload.lua Copyright (C) 2018-2021 The LaTeX Project
+File l3build-upload.lua 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/l3build-zip.lua b/l3build-zip.lua
index 1fab56c..dde0af7 100644
--- a/l3build-zip.lua
+++ b/l3build-zip.lua
@@ -1,6 +1,6 @@
--[[
-File l3build-zip.lua Copyright (C) 2021 The LaTeX Project
+File l3build-zip.lua 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/l3build.ins b/l3build.ins
index c790b35..3f3e5d7 100644
--- a/l3build.ins
+++ b/l3build.ins
@@ -1,6 +1,6 @@
\iffalse meta-comment
-File l3build.ins Copyright (C) 2014-2018,2021 The LaTeX Project
+File l3build.ins Copyright (C) 2014-2018,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
@@ -32,7 +32,7 @@ license information is placed in the derived files.
\preamble
-Copyright (C) 2014-2021 The LaTeX Project
+Copyright (C) 2014-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
diff --git a/l3build.lua b/l3build.lua
index 0154019..d84a47d 100644
--- a/l3build.lua
+++ b/l3build.lua
@@ -2,7 +2,7 @@
--[[
-File l3build.lua Copyright (C) 2014-2022 The LaTeX Project
+File l3build.lua Copyright (C) 2014-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.