]> ruderich.org/simon Gitweb - nsscash/nsscash.git/commitdiff
Update copyright years
authorSimon Ruderich <simon@ruderich.org>
Tue, 18 Feb 2020 05:01:47 +0000 (06:01 +0100)
committerSimon Ruderich <simon@ruderich.org>
Tue, 18 Feb 2020 05:02:06 +0000 (06:02 +0100)
22 files changed:
README.adoc
config.go
fetch.go
file.go
file_test.go
group.go
group_test.go
main.go
main_test.go
misc.go
nss/cash_nss.h
nss/file.c
nss/file.h
nss/gr.c
nss/pw.c
nss/search.c
nss/search.h
nss/tests/gr.c
nss/tests/pw.c
passwd.go
passwd_test.go
state.go

index 3cc52958d16fa55aad8faeb59ec9d2ada19dd840..93deb4041f52964295fc582ad0542e6103483d8e 100644 (file)
@@ -188,7 +188,7 @@ Written by Simon Ruderich <simon@ruderich.org>.
 
 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
index 01bbff84c0873bb318be2cf7bccfad8bbc980533..ea33d5b5c564220649cb97765d7680a7098549cf 100644 (file)
--- 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
index 16e8d902a1d3f179e35a07851650243c61c17abf..d5cce10057e01d21a46ace24deac610c8c9e5d34 100644 (file)
--- 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 5b8fffef41b466d0c32182fb6f71fd7c77a64978..c7e580990d7ba54ada969e6d454acecc54c07704 100644 (file)
--- 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
index 72fa58c5f9ea6178afe43f1e421d506ccb3aede7..576e02aff7ecd7a549637fba6da92c008beca037 100644 (file)
@@ -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
index 4741171fcfcbb2fdd36d108b586cd59baac13348..0940c2fa48d8de68d431209cd9f388ade36d0708 100644 (file)
--- 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
index d5509b9a57695353e78c907a79d8d0058e48607a..047c6de6c402eea4eac4b455ee9a662fc103b601 100644 (file)
@@ -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 5455dfe0b367cc8bf92f2ba20979273a97dce086..31ef0493a770cffebf38eb6c4d57c628743d17fd 100644 (file)
--- 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
index ca03fc881dd294ac82c67400a66fe41b213236e2..151e188329b9e24c6572971d16510190a5d91a18 100644 (file)
@@ -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 2e605076085eac55bde3a84c817bf52252ff3bde..947bb517b34d76fcf7627974b786d96179bd605c 100644 (file)
--- 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
index 741d411d36f9776adcde74494ffc43d786d16096..41eae376dba6ed3093d4f7ede213e6737a053bb2 100644 (file)
@@ -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
index ba6c481a85daabae43873dd0e03a9fd95be51925..5dba688caeac4df5618a7b6c810dbd1cbf454efb 100644 (file)
@@ -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
index fb94a8f2017d29c242d484dee4c87a7bce945f81..ac04ce3c30ec6973e5c80b3400e4ecdb3199679f 100644 (file)
@@ -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
index 544cc9d911ade8cbb85ca9b4f673ce1419f58677..e0e8873df9e6cbdf24bab735e261d0d2fa46b322 100644 (file)
--- 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
index 78a252f6db5a41edc02aead332670191eaa31ec7..fc2128e9ea3145fbe5725eb9462f85627cf23408 100644 (file)
--- 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
index 62e8f431cb944ccfd3e36b5dc4db2c63cb9d3a71..44e29d7af75832494d97ae17c7c001fdfd02f0ef 100644 (file)
@@ -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
index 3812791963d0789c42537e3ea3d86e684fa19aee..6bd3c19c06cf8fd9041ea32b353ce6c0283ffd06 100644 (file)
@@ -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
index c96cb03c7f1f2005c1177ab2987b336730f51fd5..a54e9e26925158b018399bf51ab59a4ae2c30021 100644 (file)
@@ -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
index cf4f92d3844ad7eb33167634ad4efbb6037c4c66..88260c45aace3064d8afc9dd14cdaa22750cd18e 100644 (file)
@@ -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
index 7364639d8e2c3581fe71030b85fac22cfee58456..9b4b78cbe48e089718e2cede75cc36027eb439fc 100644 (file)
--- 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
index 34ba21dabaa5d4de36ac0dd1153b383a1bbc8938..b68cffe67b5584ad14b2a3eab9713cb4fa3a54f6 100644 (file)
@@ -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
index 9b67d9a038d14f3b5e9708c0ffd3e5ca5a9a4895..4b3124137530213e5444867c797afa29e3ff5dea 100644 (file)
--- 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