diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2026-03-29 23:19:18 +0200 |
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2026-03-29 23:19:18 +0200 |
| commit | 0ad0d067d771c39e0895a80d93de95e98ac20ef2 (patch) | |
| tree | 4378f9c547760303301e8a8f52975d78cbbff86b | |
| parent | d9f6645db5ef46c5db488691ee602847beb9508e (diff) | |
Bump copyright headers
| -rw-r--r-- | LICENSE | 2 | ||||
| -rwxr-xr-x | doasedit | 2 | ||||
| -rw-r--r-- | doasedit.8 | 2 | ||||
| -rwxr-xr-x | vidoas | 2 | ||||
| -rw-r--r-- | vidoas.8 | 2 |
5 files changed, 5 insertions, 5 deletions
@@ -1,5 +1,5 @@ Copyright (c) 2017, Jesse Smith -Copyright (c) 2022, Thomas Voss +Copyright (c) 2022–2026, Thomas Voss All rights reserved. Redistribution and use in source and binary forms, with or without @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (c) 2022 Thomas Voss <mail@thomasvoss.com> +# Copyright (c) 2022–2026 Thomas Voss <mail@thomasvoss.com> # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -1,6 +1,6 @@ .\" .\" Copyright (c) 2021 Jesse Smith <jessefrgsmith@yahoo.ca> -.\" Copyright (c) 2022 Thomas Voss <mail@thomasvoss.com> +.\" Copyright (c) 2022–2026 Thomas Voss <mail@thomasvoss.com> .\" .\" Permission to use, copy, modify, and distribute this software for .\" any purpose with or without fee is hereby granted, provided that @@ -1,7 +1,7 @@ #!/bin/sh # Copyright (c) 2020 Kimmo Suominen <kim@netbsd.org> -# Copyright (c) 2022 Thomas Voss <mail@thomasvoss.com> +# Copyright (c) 2022–2026 Thomas Voss <mail@thomasvoss.com> # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -1,6 +1,6 @@ .\" .\" Copyright (c) 2020 Kimmo Suominen <kim@netbsd.org> -.\" Copyright (c) 2022 Thomas Voss <mail@thomasvoss.com> +.\" Copyright (c) 2022–2026 Thomas Voss <mail@thomasvoss.com> .\" .\" Permission to use, copy, modify, and distribute this software for .\" any purpose with or without fee is hereby granted, provided that |