[latex3-commits] [latex3/l3build] main: Simplify copyright (611e1e4)
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/611e1e4ee2e63c667eef1b42f1e4feddb50bc41c
>---------------------------------------------------------------
commit 611e1e4ee2e63c667eef1b42f1e4feddb50bc41c
Author: Yukai Chou <muzimuzhi at gmail.com>
Date: Fri Dec 15 05:36:10 2023 +0800
Simplify copyright
Use a file specific single range.
>---------------------------------------------------------------
611e1e4ee2e63c667eef1b42f1e4feddb50bc41c
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-arguments.lua | 2 +-
l3build-aux.lua | 2 +-
l3build-clean.lua | 2 +-
l3build-ctan.lua | 2 +-
l3build-help.lua | 4 ++--
l3build-manifest-setup.lua | 2 +-
l3build-manifest.lua | 2 +-
l3build-stdmain.lua | 2 +-
l3build-tagging.lua | 2 +-
l3build-typesetting.lua | 2 +-
l3build-unpack.lua | 2 +-
l3build-zip.lua | 2 +-
l3build.ins | 4 ++--
18 files changed, 20 insertions(+), 20 deletions(-)
diff --git a/examples/Bundle-Flat/README.md b/examples/Bundle-Flat/README.md
index 0678979..30ce558 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,2023 The LaTeX Project <br />
+Copyright (C) 2014-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 1938007..aaf2bee 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,2023 The LaTeX Project <br />
+Copyright (C) 2014-2023 The LaTeX Project <br />
<http://latex-project.org/> <br />
All rights reserved.
diff --git a/examples/README.md b/examples/README.md
index 0038219..6e4998b 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -19,6 +19,6 @@ The examples are:
-----
-Copyright (C) 2014-2017,2021,2023 The LaTeX Project <br />
+Copyright (C) 2014-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 fb19b16..bec1ef6 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,2023 The LaTeX Project <br />
+Copyright (C) 2014-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 0271817..496c188 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,2023 The LaTeX Project <br />
+Copyright (C) 2014-2023 The LaTeX Project <br />
<http://latex-project.org/> <br />
All rights reserved.
diff --git a/l3build-arguments.lua b/l3build-arguments.lua
index 95ed9f5..1d93cb7 100644
--- a/l3build-arguments.lua
+++ b/l3build-arguments.lua
@@ -1,6 +1,6 @@
--[[
-File l3build-arguments.lua Copyright (C) 2018-2021,2023 The LaTeX Project
+File l3build-arguments.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-aux.lua b/l3build-aux.lua
index 115117c..fc535cc 100644
--- a/l3build-aux.lua
+++ b/l3build-aux.lua
@@ -1,6 +1,6 @@
--[[
-File l3build-aux.lua Copyright (C) 2018-2021,2023 The LaTeX Project
+File l3build-aux.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-clean.lua b/l3build-clean.lua
index d1735be..59a1bf6 100644
--- a/l3build-clean.lua
+++ b/l3build-clean.lua
@@ -1,6 +1,6 @@
--[[
-File l3build-clean.lua Copyright (C) 2018,2020,2021,2023 The LaTeX Project
+File l3build-clean.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-ctan.lua b/l3build-ctan.lua
index c711dfd..5cc9478 100644
--- a/l3build-ctan.lua
+++ b/l3build-ctan.lua
@@ -1,6 +1,6 @@
--[[
-File l3build-ctan.lua Copyright (C) 2018-2021,2023 The LaTeX Project
+File l3build-ctan.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-help.lua b/l3build-help.lua
index 94a4017..918a53b 100644
--- a/l3build-help.lua
+++ b/l3build-help.lua
@@ -1,6 +1,6 @@
--[[
-File l3build-help.lua Copyright (C) 2018,2020,2021,2023 The LaTeX Project
+File l3build-help.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
@@ -27,7 +27,7 @@ local match = string.match
local rep = string.rep
local sort = table.sort
-local copyright = "Copyright (C) 2014-2021,2023 The LaTeX Project\n"
+local copyright = "Copyright (C) 2014-2023 The LaTeX Project\n"
function version()
print(
diff --git a/l3build-manifest-setup.lua b/l3build-manifest-setup.lua
index de5f64f..345de2f 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,2023 The LaTeX Project
+File l3build-manifest-setup.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.lua b/l3build-manifest.lua
index ae764bb..cd5b511 100644
--- a/l3build-manifest.lua
+++ b/l3build-manifest.lua
@@ -1,6 +1,6 @@
--[[
-File l3build-manifest.lua Copyright (C) 2018,2020-2023 The LaTeX Project
+File l3build-manifest.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-stdmain.lua b/l3build-stdmain.lua
index c7db429..73ccb26 100644
--- a/l3build-stdmain.lua
+++ b/l3build-stdmain.lua
@@ -1,6 +1,6 @@
--[[
-File l3build-stdmain.lua Copyright (C) 2018-2021,2023 The LaTeX Project
+File l3build-stdmain.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-tagging.lua b/l3build-tagging.lua
index bb28687..90bc8d7 100644
--- a/l3build-tagging.lua
+++ b/l3build-tagging.lua
@@ -1,6 +1,6 @@
--[[
-File l3build-tagging.lua Copyright (C) 2018-2021,2023 The LaTeX Project
+File l3build-tagging.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-typesetting.lua b/l3build-typesetting.lua
index d3ba3e5..2c415a8 100644
--- a/l3build-typesetting.lua
+++ b/l3build-typesetting.lua
@@ -1,6 +1,6 @@
--[[
-File l3build-typesetting.lua Copyright (C) 2018-2021,2023 The LaTeX Project
+File l3build-typesetting.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-unpack.lua b/l3build-unpack.lua
index d74d179..b473bb8 100644
--- a/l3build-unpack.lua
+++ b/l3build-unpack.lua
@@ -1,6 +1,6 @@
--[[
-File l3build-unpack.lua Copyright (C) 2018-2021,2023 The LaTeX Project
+File l3build-unpack.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 dde0af7..157b03a 100644
--- a/l3build-zip.lua
+++ b/l3build-zip.lua
@@ -1,6 +1,6 @@
--[[
-File l3build-zip.lua Copyright (C) 2021,2023 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 3f3e5d7..f0f32ff 100644
--- a/l3build.ins
+++ b/l3build.ins
@@ -1,6 +1,6 @@
\iffalse meta-comment
-File l3build.ins Copyright (C) 2014-2018,2021,2023 The LaTeX Project
+File l3build.ins 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
@@ -32,7 +32,7 @@ license information is placed in the derived files.
\preamble
-Copyright (C) 2014-2021,2023 The LaTeX Project
+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
More information about the latex3-commits
mailing list.