summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2025-06-28 20:51:21 +0200
committerChristian Breunig <christian@breunig.cc>2025-06-28 23:16:52 +0200
commit1478516ae437f19ebeb7d6ff9b83dd74f8e76758 (patch)
tree414fdb9803a2f32958b8caa1741c70d1855bb1fb /scripts
parent22c6a817faee11ef97bb33a5431d7467b683c2e6 (diff)
downloadvyos-1x-1478516ae437f19ebeb7d6ff9b83dd74f8e76758.tar.gz
vyos-1x-1478516ae437f19ebeb7d6ff9b83dd74f8e76758.zip
T7591: remove copyright years from source files
The legal team says years are not necessary so we can go ahead with it, since it will simplify backporting. Automatically removed using: git ls-files | grep -v libvyosconfig | xargs sed -i -E \ 's/^# Copyright (19|20)[0-9]{2}(-[0-9]{4})? VyOS maintainers.*/# Copyright VyOS maintainers and contributors <maintainers@vyos.io>/g' In addition we will error-out during "make" if someone re-adds a legacy copyright notice
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build-command-op-templates2
-rwxr-xr-xscripts/build-command-templates2
-rwxr-xr-xscripts/generate-configd-include-json.py2
-rwxr-xr-xscripts/override-default2
-rwxr-xr-xscripts/transclude-template2
5 files changed, 5 insertions, 5 deletions
diff --git a/scripts/build-command-op-templates b/scripts/build-command-op-templates
index a2b7c9ddc..94bbd1d07 100755
--- a/scripts/build-command-op-templates
+++ b/scripts/build-command-op-templates
@@ -3,7 +3,7 @@
# build-command-template: converts new style command definitions in XML
# to the old style (bunch of dirs and node.def's) command templates
#
-# Copyright (C) 2017-2025 VyOS maintainers <maintainers@vyos.net>
+# Copyright VyOS maintainers and contributors <maintainers@vyos.io>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/scripts/build-command-templates b/scripts/build-command-templates
index 36929abb2..5d4d27e8c 100755
--- a/scripts/build-command-templates
+++ b/scripts/build-command-templates
@@ -3,7 +3,7 @@
# build-command-template: converts new style command definitions in XML
# to the old style (bunch of dirs and node.def's) command templates
#
-# Copyright (C) 2017 VyOS maintainers <maintainers@vyos.net>
+# Copyright VyOS maintainers and contributors <maintainers@vyos.io>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/scripts/generate-configd-include-json.py b/scripts/generate-configd-include-json.py
index b4b627fce..8d0accaf1 100755
--- a/scripts/generate-configd-include-json.py
+++ b/scripts/generate-configd-include-json.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
-# Copyright (C) 2024 VyOS maintainers and contributors
+# Copyright VyOS maintainers and contributors <maintainers@vyos.io>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 or later as
diff --git a/scripts/override-default b/scripts/override-default
index 5058e79b3..fe5b07bde 100755
--- a/scripts/override-default
+++ b/scripts/override-default
@@ -5,7 +5,7 @@
# directive. Must be called before build-command-templates, as the schema
# disallows redundancy.
#
-# Copyright (C) 2021 VyOS maintainers and contributors
+# Copyright VyOS maintainers and contributors <maintainers@vyos.io>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 or later as
diff --git a/scripts/transclude-template b/scripts/transclude-template
index 767583acd..932f91351 100755
--- a/scripts/transclude-template
+++ b/scripts/transclude-template
@@ -4,7 +4,7 @@
# interpret #include statements to include nested XML fragments and
# snippets in documents.
#
-# Copyright (C) 2021 VyOS maintainers and contributors
+# Copyright VyOS maintainers and contributors <maintainers@vyos.io>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 or later as