From 76774b9f37d4bd7b94147b7c1eb02d6528a8c7f7 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 29 Apr 2022 16:55:08 -0700 Subject: update copyright notices Signed-off-by: Sean Whitton --- src/property/apt.lisp | 2 +- src/property/chroot.lisp | 2 +- src/property/fstab.lisp | 2 +- src/property/grub.lisp | 2 +- src/property/installer.lisp | 2 +- src/property/os.lisp | 2 +- src/property/systemd.lisp | 2 +- src/property/u-boot.lisp | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) (limited to 'src/property') diff --git a/src/property/apt.lisp b/src/property/apt.lisp index 6003a7c..8d06892 100644 --- a/src/property/apt.lisp +++ b/src/property/apt.lisp @@ -1,6 +1,6 @@ ;;; Consfigurator -- Lisp declarative configuration management system -;;; Copyright (C) 2017, 2021 Sean Whitton +;;; Copyright (C) 2017, 2021-2022 Sean Whitton ;;; This file 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/src/property/chroot.lisp b/src/property/chroot.lisp index e2b032f..e2d0510 100644 --- a/src/property/chroot.lisp +++ b/src/property/chroot.lisp @@ -1,6 +1,6 @@ ;;; Consfigurator -- Lisp declarative configuration management system -;;; Copyright (C) 2021 Sean Whitton +;;; Copyright (C) 2021-2022 Sean Whitton ;;; This file 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/src/property/fstab.lisp b/src/property/fstab.lisp index 7b269e2..836cc1c 100644 --- a/src/property/fstab.lisp +++ b/src/property/fstab.lisp @@ -1,6 +1,6 @@ ;;; Consfigurator -- Lisp declarative configuration management system -;;; Copyright (C) 2021 Sean Whitton +;;; Copyright (C) 2021-2022 Sean Whitton ;;; This file 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/src/property/grub.lisp b/src/property/grub.lisp index d8fd67e..d2cbdfc 100644 --- a/src/property/grub.lisp +++ b/src/property/grub.lisp @@ -1,6 +1,6 @@ ;;; Consfigurator -- Lisp declarative configuration management system -;;; Copyright (C) 2021 Sean Whitton +;;; Copyright (C) 2021-2022 Sean Whitton ;;; This file 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/src/property/installer.lisp b/src/property/installer.lisp index 83a7b75..6dcec48 100644 --- a/src/property/installer.lisp +++ b/src/property/installer.lisp @@ -1,6 +1,6 @@ ;;; Consfigurator -- Lisp declarative configuration management system -;;; Copyright (C) 2021 Sean Whitton +;;; Copyright (C) 2021-2022 Sean Whitton ;;; This file 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/src/property/os.lisp b/src/property/os.lisp index 86245cc..edb64c7 100644 --- a/src/property/os.lisp +++ b/src/property/os.lisp @@ -1,6 +1,6 @@ ;;; Consfigurator -- Lisp declarative configuration management system -;;; Copyright (C) 2021 Sean Whitton +;;; Copyright (C) 2021-2022 Sean Whitton ;;; This file 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/src/property/systemd.lisp b/src/property/systemd.lisp index 3d0dcc0..6ce831b 100644 --- a/src/property/systemd.lisp +++ b/src/property/systemd.lisp @@ -1,6 +1,6 @@ ;;; Consfigurator -- Lisp declarative configuration management system -;;; Copyright (C) 2021 Sean Whitton +;;; Copyright (C) 2021-2022 Sean Whitton ;;; This file 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/src/property/u-boot.lisp b/src/property/u-boot.lisp index 4ca9546..a39cb9e 100644 --- a/src/property/u-boot.lisp +++ b/src/property/u-boot.lisp @@ -1,6 +1,6 @@ ;;; Consfigurator -- Lisp declarative configuration management system -;;; Copyright (C) 2021 Sean Whitton +;;; Copyright (C) 2021-2022 Sean Whitton ;;; This file is free software; you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License as published by -- cgit v1.2.3