From: Sergey Matveev Date: Tue, 30 Dec 2025 10:43:55 +0000 (+0300) Subject: Raise copyright years X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=4b425431ae1e5b4d6c1c4088cd6a41606b1af20bb53cb0d92c6d20965a0fdee7;p=bass.git Raise copyright years --- diff --git a/build/bin/cksum b/build/bin/cksum index 2d69c8e..27d0b66 100755 --- a/build/bin/cksum +++ b/build/bin/cksum @@ -4,7 +4,7 @@ # with the slash. Both string and file's content is encoded in netstring # format. Series of those netstrings are fed into the hasher. -# Copyright (C) 2024-2025 Sergey Matveev +# Copyright (C) 2024-2026 Sergey Matveev # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/build/contrib/detpax/main.go b/build/contrib/detpax/main.go index c020f1f..833e618 100644 --- a/build/contrib/detpax/main.go +++ b/build/contrib/detpax/main.go @@ -1,4 +1,4 @@ -// Copyright (C) 2024-2025 Sergey Matveev +// Copyright (C) 2024-2026 Sergey Matveev // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/build/contrib/skel-upgrade b/build/contrib/skel-upgrade index 85db67c..b240ba9 100755 --- a/build/contrib/skel-upgrade +++ b/build/contrib/skel-upgrade @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright (C) 2024-2025 Elena Balakhonova +# Copyright (C) 2024-2026 Elena Balakhonova usage() { echo Usage: $0 skel-from skel-to commit >&2 diff --git a/build/lib/mk-pkg b/build/lib/mk-pkg index b2e0e37..b1cea2a 100755 --- a/build/lib/mk-pkg +++ b/build/lib/mk-pkg @@ -7,8 +7,8 @@ # saved in "buildinfo" and $namenhash in "bin", with corresponding # .meta4 checksum files. Resulting skelpkg it written to stdout. -# Copyright (C) 2024-2025 Sergey Matveev -# 2024-2025 Elena Balakhonova +# Copyright (C) 2024-2026 Sergey Matveev +# 2024-2026 Elena Balakhonova # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/build/lib/pkg-inst b/build/lib/pkg-inst index b3bd004..70094c5 100755 --- a/build/lib/pkg-inst +++ b/build/lib/pkg-inst @@ -1,8 +1,8 @@ #!/bin/sh -e # It is intended to be called by build/bin/pkg-inst. -# Copyright (C) 2024-2025 Sergey Matveev -# 2024-2025 Elena Balakhonova +# Copyright (C) 2024-2026 Sergey Matveev +# 2024-2026 Elena Balakhonova # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/master/bin/reporter b/master/bin/reporter index abb3139..8b8aada 100755 --- a/master/bin/reporter +++ b/master/bin/reporter @@ -1,6 +1,6 @@ #!/usr/bin/env zsh -# Copyright (C) 2024-2025 Sergey Matveev +# Copyright (C) 2024-2026 Sergey Matveev # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/slave/bin/job-starter b/slave/bin/job-starter index 9441652..1c1017a 100755 --- a/slave/bin/job-starter +++ b/slave/bin/job-starter @@ -1,7 +1,7 @@ #!/bin/sh -e -# Copyright (C) 2024-2025 Sergey Matveev -# 2024-2025 Elena Balakhonova +# Copyright (C) 2024-2026 Sergey Matveev +# 2024-2026 Elena Balakhonova # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/slave/bin/steps-runner b/slave/bin/steps-runner index d79f049..cc960a4 100755 --- a/slave/bin/steps-runner +++ b/slave/bin/steps-runner @@ -1,7 +1,7 @@ #!/bin/sh -e -# Copyright (C) 2024-2025 Sergey Matveev -# 2024-2025 Elena Balakhonova +# Copyright (C) 2024-2026 Sergey Matveev +# 2024-2026 Elena Balakhonova # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/slave/bin/task-taker b/slave/bin/task-taker index c4b046f..43a5799 100755 --- a/slave/bin/task-taker +++ b/slave/bin/task-taker @@ -5,8 +5,8 @@ # last started task's number in "task-taker-lastnum" file in current # directory, just to skip already started tasks on further invocations. -# Copyright (C) 2024-2025 Sergey Matveev -# 2024-2025 Elena Balakhonova +# Copyright (C) 2024-2026 Sergey Matveev +# 2024-2026 Elena Balakhonova # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by