From 21b127ef654a9efc6d853f39ee5001efcd918a24 Mon Sep 17 00:00:00 2001 From: Andrea Terzolo Date: Mon, 25 Apr 2022 22:40:35 +0200 Subject: [PATCH] docs(falco_scripts): update Copyright Signed-off-by: Andrea Terzolo --- scripts/debian/postinst.in | 2 +- scripts/debian/postrm.in | 2 +- scripts/debian/prerm.in | 2 +- scripts/falco-driver-loader | 2 +- scripts/rpm/postinstall.in | 2 +- scripts/rpm/postuninstall.in | 2 +- scripts/rpm/preuninstall.in | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/scripts/debian/postinst.in b/scripts/debian/postinst.in index 55260388..75d600aa 100755 --- a/scripts/debian/postinst.in +++ b/scripts/debian/postinst.in @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2021 The Falco Authors. +# Copyright (C) 2022 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 d56605b0..0181a664 100755 --- a/scripts/debian/postrm.in +++ b/scripts/debian/postrm.in @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2021 The Falco Authors. +# Copyright (C) 2022 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 63c08449..f434ecb2 100755 --- a/scripts/debian/prerm.in +++ b/scripts/debian/prerm.in @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2021 The Falco Authors. +# Copyright (C) 2022 The Falco Authors. # # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/scripts/falco-driver-loader b/scripts/falco-driver-loader index 5d776437..9e69da47 100755 --- a/scripts/falco-driver-loader +++ b/scripts/falco-driver-loader @@ -1,6 +1,6 @@ #!/usr/bin/env bash # -# Copyright (C) 2021 The Falco Authors. +# Copyright (C) 2022 The Falco Authors. # # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/scripts/rpm/postinstall.in b/scripts/rpm/postinstall.in index b12d71ed..aff76762 100755 --- a/scripts/rpm/postinstall.in +++ b/scripts/rpm/postinstall.in @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 The Falco Authors. +# Copyright (C) 2022 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 447c50d0..87526372 100755 --- a/scripts/rpm/postuninstall.in +++ b/scripts/rpm/postuninstall.in @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 The Falco Authors. +# Copyright (C) 2022 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 9fe5304f..fb9b4e5e 100755 --- a/scripts/rpm/preuninstall.in +++ b/scripts/rpm/preuninstall.in @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 The Falco Authors. +# Copyright (C) 2022 The Falco Authors. # # # Licensed under the Apache License, Version 2.0 (the "License");