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");