From b1801c28c7d012b9689035b3b09da7b799d111d0 Mon Sep 17 00:00:00 2001 From: JenTing Hsiao Date: Thu, 4 Feb 2021 14:38:51 +0800 Subject: [PATCH] Bump year to 2021 Signed-off-by: JenTing Hsiao --- cmake/modules/CPackConfig.cmake | 2 +- scripts/CMakeLists.txt | 2 +- scripts/debian/falco.service | 1 + scripts/debian/postinst.in | 2 +- scripts/debian/postrm.in | 2 +- scripts/debian/prerm.in | 2 +- scripts/rpm/falco.service | 1 + scripts/rpm/postinstall.in | 2 +- scripts/rpm/postuninstall.in | 2 +- scripts/rpm/preuninstall.in | 2 +- 10 files changed, 10 insertions(+), 8 deletions(-) diff --git a/cmake/modules/CPackConfig.cmake b/cmake/modules/CPackConfig.cmake index 32ad1ca0..98987d7b 100644 --- a/cmake/modules/CPackConfig.cmake +++ b/cmake/modules/CPackConfig.cmake @@ -1,5 +1,5 @@ # -# Copyright (C) 2020 The Falco Authors. +# Copyright (C) 2021 The Falco Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt index 890ccb50..099a8ef4 100644 --- a/scripts/CMakeLists.txt +++ b/scripts/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2020 The Falco Authors. +# Copyright (C) 2021 The Falco Authors. # # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/scripts/debian/falco.service b/scripts/debian/falco.service index 871a8dee..35ae6ba8 100644 --- a/scripts/debian/falco.service +++ b/scripts/debian/falco.service @@ -1,5 +1,6 @@ [Unit] Description=Falco: Container Native Runtime Security +Documentation=https://falco.org/docs/ [Service] Type=simple diff --git a/scripts/debian/postinst.in b/scripts/debian/postinst.in index 26314162..e77ca742 100755 --- a/scripts/debian/postinst.in +++ b/scripts/debian/postinst.in @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2020 The Falco Authors. +# Copyright (C) 2021 The Falco Authors. # # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/scripts/debian/postrm.in b/scripts/debian/postrm.in index 0d0dea3a..d56605b0 100755 --- a/scripts/debian/postrm.in +++ b/scripts/debian/postrm.in @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2020 The Falco Authors. +# Copyright (C) 2021 The Falco Authors. # # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/scripts/debian/prerm.in b/scripts/debian/prerm.in index 81d8c8b8..1559c860 100755 --- a/scripts/debian/prerm.in +++ b/scripts/debian/prerm.in @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2020 The Falco Authors. +# Copyright (C) 2021 The Falco Authors. # # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/scripts/rpm/falco.service b/scripts/rpm/falco.service index 871a8dee..35ae6ba8 100644 --- a/scripts/rpm/falco.service +++ b/scripts/rpm/falco.service @@ -1,5 +1,6 @@ [Unit] Description=Falco: Container Native Runtime Security +Documentation=https://falco.org/docs/ [Service] Type=simple diff --git a/scripts/rpm/postinstall.in b/scripts/rpm/postinstall.in index eeaa46ec..16fefa48 100755 --- a/scripts/rpm/postinstall.in +++ b/scripts/rpm/postinstall.in @@ -1,5 +1,5 @@ # -# Copyright (C) 2020 The Falco Authors. +# Copyright (C) 2021 The Falco Authors. # # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/scripts/rpm/postuninstall.in b/scripts/rpm/postuninstall.in index 0792e13c..447c50d0 100755 --- a/scripts/rpm/postuninstall.in +++ b/scripts/rpm/postuninstall.in @@ -1,5 +1,5 @@ # -# Copyright (C) 2020 The Falco Authors. +# Copyright (C) 2021 The Falco Authors. # # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/scripts/rpm/preuninstall.in b/scripts/rpm/preuninstall.in index 3dc58232..fa8c6106 100755 --- a/scripts/rpm/preuninstall.in +++ b/scripts/rpm/preuninstall.in @@ -1,5 +1,5 @@ # -# Copyright (C) 2020 The Falco Authors. +# Copyright (C) 2021 The Falco Authors. # # # Licensed under the Apache License, Version 2.0 (the "License");