From 9e211a87138ce4a8fe3f6c0eaa770f492e0d9fea Mon Sep 17 00:00:00 2001 From: Petr Vorel Date: Tue, 27 Jul 2021 18:42:30 +0200 Subject: [PATCH] Add copyright Signed-off-by: Petr Vorel --- .github/workflows/ci.yml | 2 ++ build-aux/setcap-setuid.sh | 1 + build.sh | 1 + doc/meson.build | 2 ++ meson.build | 2 ++ meson_options.txt | 2 ++ ninfod/meson.build | 2 ++ ping/meson.build | 2 ++ ping/test/meson.build | 1 + po/meson.build | 1 + tftpd/meson.build | 2 ++ tools/update-project-keyring.sh | 1 + 12 files changed, 19 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d91d529..3467619c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,3 +1,5 @@ +# Copyright (c) 2021 Petr Vorel + name: "CI: docker based builds" on: [push, pull_request] diff --git a/build-aux/setcap-setuid.sh b/build-aux/setcap-setuid.sh index fb61b579..026c0c5e 100755 --- a/build-aux/setcap-setuid.sh +++ b/build-aux/setcap-setuid.sh @@ -1,4 +1,5 @@ #!/bin/sh +# Copyright (c) Iputils Project, 2018-2021 # Meson install script to setcap or setuid to an executable. exec_path="$1/$2" diff --git a/build.sh b/build.sh index 1b78b7a9..ed256e61 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,5 @@ #!/bin/sh +# Copyright (c) 2019-2021 Petr Vorel CFLAGS="${CFLAGS:--Wformat -Werror=format-security -Werror=implicit-function-declaration -Werror=return-type -fno-common}" CC="${CC:-gcc}" diff --git a/doc/meson.build b/doc/meson.build index 30aca2d0..c445e097 100644 --- a/doc/meson.build +++ b/doc/meson.build @@ -1,3 +1,5 @@ +# Copyright (c) Iputils Project, 2017-2019 + manpages = [] custom_man_xsl = files('custom-man.xsl') custom_html_xsl = files('custom-html.xsl') diff --git a/meson.build b/meson.build index cc88544a..31b14169 100644 --- a/meson.build +++ b/meson.build @@ -1,3 +1,5 @@ +# Copyright (c) Iputils Project, 2017-2021 + project('iputils', 'c', default_options : [ 'c_std=c99', diff --git a/meson_options.txt b/meson_options.txt index 517667f4..9e65cd9b 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,3 +1,5 @@ +# Copyright (c) Iputils Project, 2017-2021 + option('USE_CAP', type : 'boolean', value : true, description : 'Capatiblity support (with libcap)') diff --git a/ninfod/meson.build b/ninfod/meson.build index 770169a7..cf33c066 100644 --- a/ninfod/meson.build +++ b/ninfod/meson.build @@ -1,3 +1,5 @@ +# Copyright (c) Iputils Project, 2017-2020 + inc = include_directories('..') ninfod_sources = files(''' icmp6_nodeinfo.h diff --git a/ping/meson.build b/ping/meson.build index 83ea353c..601cdb91 100644 --- a/ping/meson.build +++ b/ping/meson.build @@ -1,3 +1,5 @@ +# Copyright (c) Iputils Project, 2017-2021 + inc = include_directories('..') ping = executable('ping', [ diff --git a/ping/test/meson.build b/ping/test/meson.build index 43aed758..4535f72b 100644 --- a/ping/test/meson.build +++ b/ping/test/meson.build @@ -1,3 +1,4 @@ +# Copyright (c) 2021 Petr Vorel # TODO: ::1 generates DEPRECATION: ":" is not allowed in test name "ping -c1 ::1", it has been replaced with "_" # GitHub CI does not have working IPv6 diff --git a/po/meson.build b/po/meson.build index 673d7309..f22c01a9 100644 --- a/po/meson.build +++ b/po/meson.build @@ -1,3 +1,4 @@ +# Copyright (c) Iputils Project, 2018-2020 # Update iputils.pot with the following command: # find . -name '*.[hc]' | xargs xgettext --keyword=_ --language=C --add-comments --sort-output --package-name=iputils -o po/iputils.pot diff --git a/tftpd/meson.build b/tftpd/meson.build index b4cf6812..641c00c0 100644 --- a/tftpd/meson.build +++ b/tftpd/meson.build @@ -1,3 +1,5 @@ +# Copyright (c) Iputils Project, 2017-2021 + inc = include_directories('..') executable('tftpd', ['tftpd.c', 'tftpsubs.c', git_version_h], diff --git a/tools/update-project-keyring.sh b/tools/update-project-keyring.sh index dcfc0e86..e14eeedf 100755 --- a/tools/update-project-keyring.sh +++ b/tools/update-project-keyring.sh @@ -1,4 +1,5 @@ #!/bin/sh +# Copyright (c) 2019 Petr Vorel keys="4807F894E0620EEA" # YOSHIFUJI Hideaki keys="9FC5E7B74A45D0DE 4A8D0987698B0274 $keys" # David Heidelberg