From 1002c514a8530bb6608c556b4446e853be390917 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 18 Feb 2020 06:01:47 +0100 Subject: [PATCH] Update copyright years --- README.adoc | 2 +- config.go | 2 +- fetch.go | 2 +- file.go | 2 +- file_test.go | 2 +- group.go | 2 +- group_test.go | 2 +- main.go | 2 +- main_test.go | 2 +- misc.go | 2 +- nss/cash_nss.h | 2 +- nss/file.c | 2 +- nss/file.h | 2 +- nss/gr.c | 2 +- nss/pw.c | 2 +- nss/search.c | 2 +- nss/search.h | 2 +- nss/tests/gr.c | 2 +- nss/tests/pw.c | 2 +- passwd.go | 2 +- passwd_test.go | 2 +- state.go | 2 +- 22 files changed, 22 insertions(+), 22 deletions(-) diff --git a/README.adoc b/README.adoc index 3cc5295..93deb40 100644 --- a/README.adoc +++ b/README.adoc @@ -188,7 +188,7 @@ Written by Simon Ruderich . This program is licensed under AGPL version 3 or later. -Copyright (C) 2019 Simon Ruderich +Copyright (C) 2019-2020 Simon Ruderich This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/config.go b/config.go index 01bbff8..ea33d5b 100644 --- a/config.go +++ b/config.go @@ -1,6 +1,6 @@ // Configuration file parsing and validation -// Copyright (C) 2019 Simon Ruderich +// Copyright (C) 2019-2020 Simon Ruderich // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/fetch.go b/fetch.go index 16e8d90..d5cce10 100644 --- a/fetch.go +++ b/fetch.go @@ -1,6 +1,6 @@ // Download files via HTTP with support for If-Modified-Since -// Copyright (C) 2019 Simon Ruderich +// Copyright (C) 2019-2020 Simon Ruderich // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/file.go b/file.go index 5b8fffe..c7e5809 100644 --- a/file.go +++ b/file.go @@ -1,6 +1,6 @@ // Download and write files atomically to the file system -// Copyright (C) 2019 Simon Ruderich +// Copyright (C) 2019-2020 Simon Ruderich // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/file_test.go b/file_test.go index 72fa58c..576e02a 100644 --- a/file_test.go +++ b/file_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Simon Ruderich +// Copyright (C) 2019-2020 Simon Ruderich // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/group.go b/group.go index 4741171..0940c2f 100644 --- a/group.go +++ b/group.go @@ -1,6 +1,6 @@ // Parse /etc/group files and serialize them -// Copyright (C) 2019 Simon Ruderich +// Copyright (C) 2019-2020 Simon Ruderich // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/group_test.go b/group_test.go index d5509b9..047c6de 100644 --- a/group_test.go +++ b/group_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Simon Ruderich +// Copyright (C) 2019-2020 Simon Ruderich // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/main.go b/main.go index 5455dfe..31ef049 100644 --- a/main.go +++ b/main.go @@ -1,6 +1,6 @@ // Main file for nsscash -// Copyright (C) 2019 Simon Ruderich +// Copyright (C) 2019-2020 Simon Ruderich // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/main_test.go b/main_test.go index ca03fc8..151e188 100644 --- a/main_test.go +++ b/main_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Simon Ruderich +// Copyright (C) 2019-2020 Simon Ruderich // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/misc.go b/misc.go index 2e60507..947bb51 100644 --- a/misc.go +++ b/misc.go @@ -1,6 +1,6 @@ // Miscellaneous functions -// Copyright (C) 2019 Simon Ruderich +// Copyright (C) 2019-2020 Simon Ruderich // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/nss/cash_nss.h b/nss/cash_nss.h index 741d411..41eae37 100644 --- a/nss/cash_nss.h +++ b/nss/cash_nss.h @@ -1,7 +1,7 @@ /* * NSS function definitions provided by this NSS module * - * Copyright (C) 2019 Simon Ruderich + * Copyright (C) 2019-2020 Simon Ruderich * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/nss/file.c b/nss/file.c index ba6c481..5dba688 100644 --- a/nss/file.c +++ b/nss/file.c @@ -1,7 +1,7 @@ /* * Load and unload nsscash files * - * Copyright (C) 2019 Simon Ruderich + * Copyright (C) 2019-2020 Simon Ruderich * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/nss/file.h b/nss/file.h index fb94a8f..ac04ce3 100644 --- a/nss/file.h +++ b/nss/file.h @@ -1,7 +1,7 @@ /* * Load and unload nsscash files (header) * - * Copyright (C) 2019 Simon Ruderich + * Copyright (C) 2019-2020 Simon Ruderich * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/nss/gr.c b/nss/gr.c index 544cc9d..e0e8873 100644 --- a/nss/gr.c +++ b/nss/gr.c @@ -1,7 +1,7 @@ /* * Handle group entries via struct group * - * Copyright (C) 2019 Simon Ruderich + * Copyright (C) 2019-2020 Simon Ruderich * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/nss/pw.c b/nss/pw.c index 78a252f..fc2128e 100644 --- a/nss/pw.c +++ b/nss/pw.c @@ -1,7 +1,7 @@ /* * Handle passwd entries via struct passwd * - * Copyright (C) 2019 Simon Ruderich + * Copyright (C) 2019-2020 Simon Ruderich * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/nss/search.c b/nss/search.c index 62e8f43..44e29d7 100644 --- a/nss/search.c +++ b/nss/search.c @@ -1,7 +1,7 @@ /* * Search entries in nsscash files by using indices and binary search * - * Copyright (C) 2019 Simon Ruderich + * Copyright (C) 2019-2020 Simon Ruderich * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/nss/search.h b/nss/search.h index 3812791..6bd3c19 100644 --- a/nss/search.h +++ b/nss/search.h @@ -1,7 +1,7 @@ /* * Search entries in nsscash files by using indices and binary search (header) * - * Copyright (C) 2019 Simon Ruderich + * Copyright (C) 2019-2020 Simon Ruderich * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/nss/tests/gr.c b/nss/tests/gr.c index c96cb03..a54e9e2 100644 --- a/nss/tests/gr.c +++ b/nss/tests/gr.c @@ -1,7 +1,7 @@ /* * Tests for the NSS cash module * - * Copyright (C) 2019 Simon Ruderich + * Copyright (C) 2019-2020 Simon Ruderich * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/nss/tests/pw.c b/nss/tests/pw.c index cf4f92d..88260c4 100644 --- a/nss/tests/pw.c +++ b/nss/tests/pw.c @@ -1,7 +1,7 @@ /* * Tests for the NSS cash module * - * Copyright (C) 2019 Simon Ruderich + * Copyright (C) 2019-2020 Simon Ruderich * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/passwd.go b/passwd.go index 7364639..9b4b78c 100644 --- a/passwd.go +++ b/passwd.go @@ -1,6 +1,6 @@ // Parse /etc/passwd files and serialize them -// Copyright (C) 2019 Simon Ruderich +// Copyright (C) 2019-2020 Simon Ruderich // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/passwd_test.go b/passwd_test.go index 34ba21d..b68cffe 100644 --- a/passwd_test.go +++ b/passwd_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Simon Ruderich +// Copyright (C) 2019-2020 Simon Ruderich // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/state.go b/state.go index 9b67d9a..4b31241 100644 --- a/state.go +++ b/state.go @@ -1,6 +1,6 @@ // Read and write the state file used to keep data over multiple runs -// Copyright (C) 2019 Simon Ruderich +// Copyright (C) 2019-2020 Simon Ruderich // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by -- 2.43.2