changeset 7:7d40d4ae7377 default tip @

misc: update copyright years
author David Demelier <markand@malikania.fr>
date Sun, 02 Jan 2022 10:26:58 +0100
parents 9277ecb00dee
children
files LICENSE.md Makefile vinit.8 vinit.c vinit.conf.5 vinit.net vinit.shutdown vinit.start
diffstat 8 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/LICENSE.md	Wed Jul 28 20:28:30 2021 +0200
+++ b/LICENSE.md	Sun Jan 02 10:26:58 2022 +0100
@@ -1,7 +1,7 @@
 vinit ISC LICENSE
 =================
 
-Copyright (c) 2021 David Demelier <markand@malikania.fr>
+Copyright (c) 2021-2022 David Demelier <markand@malikania.fr>
 
 Permission to use, copy, modify, and/or distribute this software for any
 purpose with or without fee is hereby granted, provided that the above
--- a/Makefile	Wed Jul 28 20:28:30 2021 +0200
+++ b/Makefile	Sun Jan 02 10:26:58 2022 +0100
@@ -1,7 +1,7 @@
 #
 # Makefile -- basic Makefile for vinit
 #
-# Copyright (c) 2021 David Demelier <markand@malikania.fr>
+# Copyright (c) 2021-2022 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/vinit.8	Wed Jul 28 20:28:30 2021 +0200
+++ b/vinit.8	Sun Jan 02 10:26:58 2022 +0100
@@ -1,7 +1,7 @@
 .\"
 .\" vinit.8 -- the Vanilla Linux init
 .\"
-.\" Copyright (c) 2021 David Demelier <markand@malikania.fr>
+.\" Copyright (c) 2021-2022 David Demelier <markand@malikania.fr>
 .\"
 .\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
--- a/vinit.c	Wed Jul 28 20:28:30 2021 +0200
+++ b/vinit.c	Sun Jan 02 10:26:58 2022 +0100
@@ -1,7 +1,7 @@
 /*
  * vinit.c -- the Vanilla Linux init
  *
- * Copyright (c) 2021 David Demelier <markand@malikania.fr>
+ * Copyright (c) 2021-2022 David Demelier <markand@malikania.fr>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
--- a/vinit.conf.5	Wed Jul 28 20:28:30 2021 +0200
+++ b/vinit.conf.5	Sun Jan 02 10:26:58 2022 +0100
@@ -1,5 +1,5 @@
 .\"
-.\" Copyright (c) 2019-2021 David Demelier <markand@malikania.fr>
+.\" Copyright (c) 2019-2022 David Demelier <markand@malikania.fr>
 .\"
 .\" Permission to use, copy, modify, and/or distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above
--- a/vinit.net	Wed Jul 28 20:28:30 2021 +0200
+++ b/vinit.net	Sun Jan 02 10:26:58 2022 +0100
@@ -2,7 +2,7 @@
 #
 # @SYSCONFDIR@/vinit.net -- basic networking script
 #
-# Copyright (c) 2019-2021 David Demelier <markand@malikania.fr>
+# Copyright (c) 2019-2022 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/vinit.shutdown	Wed Jul 28 20:28:30 2021 +0200
+++ b/vinit.shutdown	Sun Jan 02 10:26:58 2022 +0100
@@ -2,7 +2,7 @@
 #
 # @SYSCONFDIR@/rc.shutdown -- reboot and halt script
 #
-# Copyright (c) 2019-2021 David Demelier <markand@malikania.fr>
+# Copyright (c) 2019-2022 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
--- a/vinit.start	Wed Jul 28 20:28:30 2021 +0200
+++ b/vinit.start	Sun Jan 02 10:26:58 2022 +0100
@@ -2,7 +2,7 @@
 #
 # @SYSCONFDIR@/vinit.start -- system initialization script
 #
-# Copyright (c) 2019-2021 David Demelier <markand@malikania.fr>
+# Copyright (c) 2019-2022 David Demelier <markand@malikania.fr>
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above