diff options
| author | Christian Breunig <christian@breunig.cc> | 2025-06-28 20:51:21 +0200 |
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2025-06-28 23:16:52 +0200 |
| commit | 1478516ae437f19ebeb7d6ff9b83dd74f8e76758 (patch) | |
| tree | 414fdb9803a2f32958b8caa1741c70d1855bb1fb /debian | |
| parent | 22c6a817faee11ef97bb33a5431d7467b683c2e6 (diff) | |
| download | vyos-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 'debian')
| -rw-r--r-- | debian/copyright | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/copyright b/debian/copyright index 20704c47c..b3b55b1d1 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,13 +3,13 @@ Thu, 17 Aug 2017 20:17:04 -0400 It's original content from the GIT repository <http://github.com/vyos/vyos-1x> -Upstream Author: +Upstream Author: <maintainers@vyos.net> -Copyright: +Copyright: - Copyright (C) 2017 VyOS maintainers and contributors + Copyright VyOS maintainers and contributors <maintainers@vyos.io> All Rights Reserved. License: |
