diff --git a/.travis.yml b/.travis.yml index 83dfa15e..af059de0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,20 @@ +# +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. +# +# This file is part of falco . +# +# 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 +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# language: c env: - BUILD_TYPE=Debug diff --git a/CMakeCPackOptions.cmake b/CMakeCPackOptions.cmake index 5d50761d..ec32740c 100644 --- a/CMakeCPackOptions.cmake +++ b/CMakeCPackOptions.cmake @@ -1,3 +1,20 @@ +# +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. +# +# This file is part of falco . +# +# 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 +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# if(CPACK_GENERATOR MATCHES "DEB") list(APPEND CPACK_INSTALL_COMMANDS "mkdir -p _CPack_Packages/${CPACK_TOPLEVEL_TAG}/${CPACK_GENERATOR}/${CPACK_PACKAGE_FILE_NAME}/etc/init.d/") list(APPEND CPACK_INSTALL_COMMANDS "cp scripts/debian/falco _CPack_Packages/${CPACK_TOPLEVEL_TAG}/${CPACK_GENERATOR}/${CPACK_PACKAGE_FILE_NAME}/etc/init.d") diff --git a/CMakeLists.txt b/CMakeLists.txt index 2e4314af..7bc1b8f3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,3 +1,20 @@ +# +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. +# +# This file is part of falco . +# +# 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 +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# cmake_minimum_required(VERSION 2.8.2) project(falco) diff --git a/docker/dev/docker-entrypoint.sh b/docker/dev/docker-entrypoint.sh index 2f565533..d9db5c39 100755 --- a/docker/dev/docker-entrypoint.sh +++ b/docker/dev/docker-entrypoint.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (C) 2018 Draios Inc. +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. # # This file is part of falco. # diff --git a/docker/event-generator/Makefile b/docker/event-generator/Makefile index 09a9c8f9..12fac349 100644 --- a/docker/event-generator/Makefile +++ b/docker/event-generator/Makefile @@ -1,2 +1,19 @@ +# +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. +# +# This file is part of falco . +# +# 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 +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# image: docker build -t sysdig/falco-event-generator:latest . diff --git a/docker/event-generator/event_generator.cpp b/docker/event-generator/event_generator.cpp index 450bb472..8d3e9533 100644 --- a/docker/event-generator/event_generator.cpp +++ b/docker/event-generator/event_generator.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018 Draios inc. +Copyright (C) 2016-2018 Draios Inc dba Sysdig. This file is part of falco. diff --git a/docker/local/docker-entrypoint.sh b/docker/local/docker-entrypoint.sh index 2f565533..d9db5c39 100755 --- a/docker/local/docker-entrypoint.sh +++ b/docker/local/docker-entrypoint.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (C) 2018 Draios Inc. +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. # # This file is part of falco. # diff --git a/docker/stable/docker-entrypoint.sh b/docker/stable/docker-entrypoint.sh index 2f565533..d9db5c39 100755 --- a/docker/stable/docker-entrypoint.sh +++ b/docker/stable/docker-entrypoint.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (C) 2018 Draios Inc. +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. # # This file is part of falco. # diff --git a/examples/mitm-sh-installer/web_root/install-software.sh b/examples/mitm-sh-installer/web_root/install-software.sh index 799d0660..1c0dbf44 100644 --- a/examples/mitm-sh-installer/web_root/install-software.sh +++ b/examples/mitm-sh-installer/web_root/install-software.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (C) 2018 Draios Inc. +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. # # This file is part of falco. # diff --git a/falco.yaml b/falco.yaml index 3a3c29c5..21975620 100644 --- a/falco.yaml +++ b/falco.yaml @@ -1,3 +1,21 @@ +# +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. +# +# This file is part of falco . +# +# 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 +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + # File(s) or Directories containing Falco rules, loaded at startup. # The name "rules_file" is only for backwards compatibility. # If the entry is a file, it will be read directly. If the entry is a directory, diff --git a/rules/CMakeLists.txt b/rules/CMakeLists.txt index 919ac21b..1682fb1a 100644 --- a/rules/CMakeLists.txt +++ b/rules/CMakeLists.txt @@ -1,3 +1,20 @@ +# +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. +# +# This file is part of falco . +# +# 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 +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# if(NOT DEFINED FALCO_ETC_DIR) set(FALCO_ETC_DIR "/etc/falco") endif() diff --git a/rules/application_rules.yaml b/rules/application_rules.yaml index 781544e1..2c03fbf7 100644 --- a/rules/application_rules.yaml +++ b/rules/application_rules.yaml @@ -1,5 +1,5 @@ # -# Copyright (C) 2018 Draios Inc. +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. # # This file is part of falco. # diff --git a/rules/falco_rules.local.yaml b/rules/falco_rules.local.yaml index 1d726b91..d4b619ab 100644 --- a/rules/falco_rules.local.yaml +++ b/rules/falco_rules.local.yaml @@ -1,5 +1,5 @@ # -# Copyright (C) 2018 Draios Inc. +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. # # This file is part of falco. # diff --git a/rules/falco_rules.yaml b/rules/falco_rules.yaml index fbf3ddcd..db1c9a84 100644 --- a/rules/falco_rules.yaml +++ b/rules/falco_rules.yaml @@ -1,5 +1,5 @@ # -# Copyright (C) 2018 Draios Inc. +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. # # This file is part of falco. # diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt index 50ff9bd6..c76f9917 100644 --- a/scripts/CMakeLists.txt +++ b/scripts/CMakeLists.txt @@ -1,3 +1,20 @@ +# +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. +# +# This file is part of falco . +# +# 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 +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# configure_file(debian/postinst.in debian/postinst) configure_file(debian/prerm.in debian/prerm) diff --git a/scripts/build-lpeg.sh b/scripts/build-lpeg.sh index ba77159f..7875fd0c 100755 --- a/scripts/build-lpeg.sh +++ b/scripts/build-lpeg.sh @@ -1,4 +1,21 @@ #!/bin/bash +# +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. +# +# This file is part of falco . +# +# 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 +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# set -ex diff --git a/scripts/debian/falco b/scripts/debian/falco index 0c55a02f..a5a0a246 100755 --- a/scripts/debian/falco +++ b/scripts/debian/falco @@ -1,4 +1,21 @@ #! /bin/sh +# +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. +# +# This file is part of falco . +# +# 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 +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ### BEGIN INIT INFO # Provides: falco # Required-Start: $remote_fs $syslog diff --git a/scripts/debian/postinst.in b/scripts/debian/postinst.in index 04d0d85b..5eb61bbb 100755 --- a/scripts/debian/postinst.in +++ b/scripts/debian/postinst.in @@ -1,4 +1,21 @@ #!/bin/sh +# +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. +# +# This file is part of falco . +# +# 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 +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# set -e DKMS_PACKAGE_NAME="@PACKAGE_NAME@" diff --git a/scripts/debian/postrm b/scripts/debian/postrm index 18797f67..dff7ba40 100755 --- a/scripts/debian/postrm +++ b/scripts/debian/postrm @@ -1,4 +1,21 @@ #!/bin/sh +# +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. +# +# This file is part of falco . +# +# 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 +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# set -e NAME=falco diff --git a/scripts/debian/prerm.in b/scripts/debian/prerm.in index fd353e7d..0e000c46 100755 --- a/scripts/debian/prerm.in +++ b/scripts/debian/prerm.in @@ -1,4 +1,21 @@ #!/bin/sh +# +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. +# +# This file is part of falco . +# +# 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 +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# set -e NAME="@PACKAGE_NAME@" diff --git a/scripts/ignored-calls.sh b/scripts/ignored-calls.sh index 58cbdd66..9469deda 100755 --- a/scripts/ignored-calls.sh +++ b/scripts/ignored-calls.sh @@ -1,5 +1,5 @@ # -# Copyright (C) 2018 Draios Inc. +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. # # This file is part of falco. # diff --git a/scripts/rpm/falco b/scripts/rpm/falco index 0c01e3eb..cc3c66d1 100755 --- a/scripts/rpm/falco +++ b/scripts/rpm/falco @@ -1,5 +1,5 @@ # -# Copyright (C) 2018 Draios Inc. +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. # # This file is part of falco. # diff --git a/scripts/rpm/postinstall b/scripts/rpm/postinstall index de1132fa..bf92abd0 100755 --- a/scripts/rpm/postinstall +++ b/scripts/rpm/postinstall @@ -1,5 +1,5 @@ # -# Copyright (C) 2018 Draios Inc. +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. # # This file is part of falco. # diff --git a/scripts/rpm/postuninstall b/scripts/rpm/postuninstall index cf196607..242b0866 100755 --- a/scripts/rpm/postuninstall +++ b/scripts/rpm/postuninstall @@ -1,5 +1,5 @@ # -# Copyright (C) 2018 Draios Inc. +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. # # This file is part of falco. # diff --git a/scripts/rpm/preuninstall b/scripts/rpm/preuninstall index 7c2da0c4..93856466 100755 --- a/scripts/rpm/preuninstall +++ b/scripts/rpm/preuninstall @@ -1,5 +1,5 @@ # -# Copyright (C) 2018 Draios Inc. +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. # # This file is part of falco. # diff --git a/test/confs/file_output.yaml b/test/confs/file_output.yaml index 18740619..28718d83 100644 --- a/test/confs/file_output.yaml +++ b/test/confs/file_output.yaml @@ -1,5 +1,5 @@ # -# Copyright (C) 2018 Draios Inc. +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. # # This file is part of falco. # diff --git a/test/confs/program_output.yaml b/test/confs/program_output.yaml index 840bff55..dc370d46 100644 --- a/test/confs/program_output.yaml +++ b/test/confs/program_output.yaml @@ -1,5 +1,5 @@ # -# Copyright (C) 2018 Draios Inc. +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. # # This file is part of falco. # diff --git a/test/cpu_monitor.sh b/test/cpu_monitor.sh index 19f29fa4..eb1f1b04 100644 --- a/test/cpu_monitor.sh +++ b/test/cpu_monitor.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (C) 2018 Draios Inc. +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. # # This file is part of falco. # diff --git a/test/falco_test.py b/test/falco_test.py index 113c7cb3..ef21eb2c 100644 --- a/test/falco_test.py +++ b/test/falco_test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (C) 2018 Draios Inc. +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. # # This file is part of falco. # diff --git a/test/falco_tests.yaml b/test/falco_tests.yaml index 8cbddf29..efd87696 100644 --- a/test/falco_tests.yaml +++ b/test/falco_tests.yaml @@ -1,5 +1,5 @@ # -# Copyright (C) 2018 Draios Inc. +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. # # This file is part of falco. # diff --git a/test/falco_traces.yaml.in b/test/falco_traces.yaml.in index 34fb12d7..a16d627c 100644 --- a/test/falco_traces.yaml.in +++ b/test/falco_traces.yaml.in @@ -1,5 +1,5 @@ # -# Copyright (C) 2018 Draios Inc. +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. # # This file is part of falco. # diff --git a/test/plot-live.r b/test/plot-live.r index 05bce315..934b0a1a 100644 --- a/test/plot-live.r +++ b/test/plot-live.r @@ -1,5 +1,5 @@ # -# Copyright (C) 2018 Draios Inc. +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. # # This file is part of falco. # diff --git a/test/plot-traces.r b/test/plot-traces.r index 0665193d..08feec25 100644 --- a/test/plot-traces.r +++ b/test/plot-traces.r @@ -1,5 +1,5 @@ # -# Copyright (C) 2018 Draios Inc. +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. # # This file is part of falco. # diff --git a/test/rules/append_single_rule.yaml b/test/rules/append_single_rule.yaml index e41f77b8..0e946c57 100644 --- a/test/rules/append_single_rule.yaml +++ b/test/rules/append_single_rule.yaml @@ -1,5 +1,5 @@ # -# Copyright (C) 2018 Draios Inc. +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. # # This file is part of falco. # diff --git a/test/rules/catchall_order.yaml b/test/rules/catchall_order.yaml index 45432d67..f8c44522 100644 --- a/test/rules/catchall_order.yaml +++ b/test/rules/catchall_order.yaml @@ -1,5 +1,5 @@ # -# Copyright (C) 2018 Draios Inc. +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. # # This file is part of falco. # diff --git a/test/rules/detect_connect_using_in.yaml b/test/rules/detect_connect_using_in.yaml index 3946eb3a..8d9fcf63 100644 --- a/test/rules/detect_connect_using_in.yaml +++ b/test/rules/detect_connect_using_in.yaml @@ -1,5 +1,5 @@ # -# Copyright (C) 2018 Draios Inc. +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. # # This file is part of falco. # diff --git a/test/rules/double_rule.yaml b/test/rules/double_rule.yaml index 28130671..22bffac8 100644 --- a/test/rules/double_rule.yaml +++ b/test/rules/double_rule.yaml @@ -1,5 +1,5 @@ # -# Copyright (C) 2018 Draios Inc. +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. # # This file is part of falco. # diff --git a/test/rules/empty_rules.yaml b/test/rules/empty_rules.yaml index d3c64077..56ce1880 100644 --- a/test/rules/empty_rules.yaml +++ b/test/rules/empty_rules.yaml @@ -1,5 +1,5 @@ # -# Copyright (C) 2018 Draios Inc. +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. # # This file is part of falco. # diff --git a/test/rules/falco_rules_warnings.yaml b/test/rules/falco_rules_warnings.yaml index b15632d9..3848e839 100644 --- a/test/rules/falco_rules_warnings.yaml +++ b/test/rules/falco_rules_warnings.yaml @@ -1,5 +1,5 @@ # -# Copyright (C) 2018 Draios Inc. +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. # # This file is part of falco. # diff --git a/test/rules/invalid_rule_output.yaml b/test/rules/invalid_rule_output.yaml index a2798143..7d094b23 100644 --- a/test/rules/invalid_rule_output.yaml +++ b/test/rules/invalid_rule_output.yaml @@ -1,5 +1,5 @@ # -# Copyright (C) 2018 Draios Inc. +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. # # This file is part of falco. # diff --git a/test/rules/list_append.yaml b/test/rules/list_append.yaml index 55f7d5a2..ca71fe71 100644 --- a/test/rules/list_append.yaml +++ b/test/rules/list_append.yaml @@ -1,5 +1,5 @@ # -# Copyright (C) 2018 Draios Inc. +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. # # This file is part of falco. # diff --git a/test/rules/list_append_failure.yaml b/test/rules/list_append_failure.yaml index 37ad9d8f..1917f46b 100644 --- a/test/rules/list_append_failure.yaml +++ b/test/rules/list_append_failure.yaml @@ -1,5 +1,5 @@ # -# Copyright (C) 2018 Draios Inc. +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. # # This file is part of falco. # diff --git a/test/rules/list_append_false.yaml b/test/rules/list_append_false.yaml index aacdb7ab..c5054eca 100644 --- a/test/rules/list_append_false.yaml +++ b/test/rules/list_append_false.yaml @@ -1,5 +1,5 @@ # -# Copyright (C) 2018 Draios Inc. +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. # # This file is part of falco. # diff --git a/test/rules/list_order.yaml b/test/rules/list_order.yaml index dd28d2c6..367544a2 100644 --- a/test/rules/list_order.yaml +++ b/test/rules/list_order.yaml @@ -1,5 +1,5 @@ # -# Copyright (C) 2018 Draios Inc. +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. # # This file is part of falco. # diff --git a/test/rules/list_sub_bare.yaml b/test/rules/list_sub_bare.yaml index 11a2adc8..4e06e765 100644 --- a/test/rules/list_sub_bare.yaml +++ b/test/rules/list_sub_bare.yaml @@ -1,5 +1,5 @@ # -# Copyright (C) 2018 Draios Inc. +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. # # This file is part of falco. # diff --git a/test/rules/list_sub_end.yaml b/test/rules/list_sub_end.yaml index 99e53cac..95f06fa5 100644 --- a/test/rules/list_sub_end.yaml +++ b/test/rules/list_sub_end.yaml @@ -1,5 +1,5 @@ # -# Copyright (C) 2018 Draios Inc. +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. # # This file is part of falco. # diff --git a/test/rules/list_sub_front.yaml b/test/rules/list_sub_front.yaml index 7009f4d6..2721eba0 100644 --- a/test/rules/list_sub_front.yaml +++ b/test/rules/list_sub_front.yaml @@ -1,5 +1,5 @@ # -# Copyright (C) 2018 Draios Inc. +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. # # This file is part of falco. # diff --git a/test/rules/list_sub_mid.yaml b/test/rules/list_sub_mid.yaml index 0e01bbc9..586705f5 100644 --- a/test/rules/list_sub_mid.yaml +++ b/test/rules/list_sub_mid.yaml @@ -1,5 +1,5 @@ # -# Copyright (C) 2018 Draios Inc. +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. # # This file is part of falco. # diff --git a/test/rules/list_sub_whitespace.yaml b/test/rules/list_sub_whitespace.yaml index 98e36e1b..a0472c08 100644 --- a/test/rules/list_sub_whitespace.yaml +++ b/test/rules/list_sub_whitespace.yaml @@ -1,5 +1,5 @@ # -# Copyright (C) 2018 Draios Inc. +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. # # This file is part of falco. # diff --git a/test/rules/list_substring.yaml b/test/rules/list_substring.yaml index 0f9e7f4e..1c36cd62 100644 --- a/test/rules/list_substring.yaml +++ b/test/rules/list_substring.yaml @@ -1,5 +1,5 @@ # -# Copyright (C) 2018 Draios Inc. +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. # # This file is part of falco. # diff --git a/test/rules/macro_append.yaml b/test/rules/macro_append.yaml index b7aa5219..b57b9585 100644 --- a/test/rules/macro_append.yaml +++ b/test/rules/macro_append.yaml @@ -1,5 +1,5 @@ # -# Copyright (C) 2018 Draios Inc. +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. # # This file is part of falco. # diff --git a/test/rules/macro_append_failure.yaml b/test/rules/macro_append_failure.yaml index 0344db4a..d6a41bab 100644 --- a/test/rules/macro_append_failure.yaml +++ b/test/rules/macro_append_failure.yaml @@ -1,5 +1,5 @@ # -# Copyright (C) 2018 Draios Inc. +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. # # This file is part of falco. # diff --git a/test/rules/macro_append_false.yaml b/test/rules/macro_append_false.yaml index acc3ceee..0e342bab 100644 --- a/test/rules/macro_append_false.yaml +++ b/test/rules/macro_append_false.yaml @@ -1,5 +1,5 @@ # -# Copyright (C) 2018 Draios Inc. +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. # # This file is part of falco. # diff --git a/test/rules/macro_order.yaml b/test/rules/macro_order.yaml index 4562f0cb..842d5359 100644 --- a/test/rules/macro_order.yaml +++ b/test/rules/macro_order.yaml @@ -1,5 +1,5 @@ # -# Copyright (C) 2018 Draios Inc. +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. # # This file is part of falco. # diff --git a/test/rules/null_output_field.yaml b/test/rules/null_output_field.yaml index 726f9fba..8462f5be 100644 --- a/test/rules/null_output_field.yaml +++ b/test/rules/null_output_field.yaml @@ -1,5 +1,5 @@ # -# Copyright (C) 2018 Draios Inc. +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. # # This file is part of falco. # diff --git a/test/rules/override_list.yaml b/test/rules/override_list.yaml index 152a5910..6da75230 100644 --- a/test/rules/override_list.yaml +++ b/test/rules/override_list.yaml @@ -1,5 +1,5 @@ # -# Copyright (C) 2018 Draios Inc. +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. # # This file is part of falco. # diff --git a/test/rules/override_macro.yaml b/test/rules/override_macro.yaml index 3650b494..b5d62613 100644 --- a/test/rules/override_macro.yaml +++ b/test/rules/override_macro.yaml @@ -1,5 +1,5 @@ # -# Copyright (C) 2018 Draios Inc. +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. # # This file is part of falco. # diff --git a/test/rules/override_nested_list.yaml b/test/rules/override_nested_list.yaml index 21c93b11..5a3d09a0 100644 --- a/test/rules/override_nested_list.yaml +++ b/test/rules/override_nested_list.yaml @@ -1,5 +1,5 @@ # -# Copyright (C) 2018 Draios Inc. +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. # # This file is part of falco. # diff --git a/test/rules/override_rule.yaml b/test/rules/override_rule.yaml index eb86564c..1db502b4 100644 --- a/test/rules/override_rule.yaml +++ b/test/rules/override_rule.yaml @@ -1,5 +1,5 @@ # -# Copyright (C) 2018 Draios Inc. +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. # # This file is part of falco. # diff --git a/test/rules/rule_append.yaml b/test/rules/rule_append.yaml index f7301e05..37434fad 100644 --- a/test/rules/rule_append.yaml +++ b/test/rules/rule_append.yaml @@ -1,5 +1,5 @@ # -# Copyright (C) 2018 Draios Inc. +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. # # This file is part of falco. # diff --git a/test/rules/rule_append_failure.yaml b/test/rules/rule_append_failure.yaml index 0e4326f2..2d321a17 100644 --- a/test/rules/rule_append_failure.yaml +++ b/test/rules/rule_append_failure.yaml @@ -1,5 +1,5 @@ # -# Copyright (C) 2018 Draios Inc. +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. # # This file is part of falco. # diff --git a/test/rules/rule_append_false.yaml b/test/rules/rule_append_false.yaml index d98a3c31..85556a15 100644 --- a/test/rules/rule_append_false.yaml +++ b/test/rules/rule_append_false.yaml @@ -1,5 +1,5 @@ # -# Copyright (C) 2018 Draios Inc. +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. # # This file is part of falco. # diff --git a/test/rules/rule_names_with_spaces.yaml b/test/rules/rule_names_with_spaces.yaml index 99cb5f91..fcb4a104 100644 --- a/test/rules/rule_names_with_spaces.yaml +++ b/test/rules/rule_names_with_spaces.yaml @@ -1,5 +1,5 @@ # -# Copyright (C) 2018 Draios Inc. +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. # # This file is part of falco. # diff --git a/test/rules/rule_order.yaml b/test/rules/rule_order.yaml index f46853ef..fedb118a 100644 --- a/test/rules/rule_order.yaml +++ b/test/rules/rule_order.yaml @@ -1,5 +1,5 @@ # -# Copyright (C) 2018 Draios Inc. +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. # # This file is part of falco. # diff --git a/test/rules/rules_dir/000-single_rule.yaml b/test/rules/rules_dir/000-single_rule.yaml index ccba5ea9..37067331 100644 --- a/test/rules/rules_dir/000-single_rule.yaml +++ b/test/rules/rules_dir/000-single_rule.yaml @@ -1,3 +1,20 @@ +# +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. +# +# This file is part of falco . +# +# 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 +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# - list: cat_binaries items: [cat] diff --git a/test/rules/rules_dir/001-double_rule.yaml b/test/rules/rules_dir/001-double_rule.yaml index 4633a55b..fceee183 100644 --- a/test/rules/rules_dir/001-double_rule.yaml +++ b/test/rules/rules_dir/001-double_rule.yaml @@ -1,3 +1,20 @@ +# +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. +# +# This file is part of falco . +# +# 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 +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# # This ruleset depends on the is_cat macro defined in single_rule.yaml - rule: exec_from_cat diff --git a/test/rules/single_rule.yaml b/test/rules/single_rule.yaml index 35c26bdc..b9302358 100644 --- a/test/rules/single_rule.yaml +++ b/test/rules/single_rule.yaml @@ -1,5 +1,5 @@ # -# Copyright (C) 2018 Draios Inc. +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. # # This file is part of falco. # diff --git a/test/rules/single_rule_enabled_flag.yaml b/test/rules/single_rule_enabled_flag.yaml index db940909..44f63a1d 100644 --- a/test/rules/single_rule_enabled_flag.yaml +++ b/test/rules/single_rule_enabled_flag.yaml @@ -1,5 +1,5 @@ # -# Copyright (C) 2018 Draios Inc. +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. # # This file is part of falco. # diff --git a/test/rules/skip_unknown_error.yaml b/test/rules/skip_unknown_error.yaml index 33a3d22e..3e548355 100644 --- a/test/rules/skip_unknown_error.yaml +++ b/test/rules/skip_unknown_error.yaml @@ -1,5 +1,5 @@ # -# Copyright (C) 2018 Draios Inc. +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. # # This file is part of falco. # diff --git a/test/rules/skip_unknown_evt.yaml b/test/rules/skip_unknown_evt.yaml index e0730bc9..3e1625c9 100644 --- a/test/rules/skip_unknown_evt.yaml +++ b/test/rules/skip_unknown_evt.yaml @@ -1,5 +1,5 @@ # -# Copyright (C) 2018 Draios Inc. +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. # # This file is part of falco. # diff --git a/test/rules/skip_unknown_prefix.yaml b/test/rules/skip_unknown_prefix.yaml index f73624cb..275cd6f9 100644 --- a/test/rules/skip_unknown_prefix.yaml +++ b/test/rules/skip_unknown_prefix.yaml @@ -1,5 +1,5 @@ # -# Copyright (C) 2018 Draios Inc. +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. # # This file is part of falco. # diff --git a/test/rules/skip_unknown_unspec.yaml b/test/rules/skip_unknown_unspec.yaml index 35d7db7d..28593ba2 100644 --- a/test/rules/skip_unknown_unspec.yaml +++ b/test/rules/skip_unknown_unspec.yaml @@ -1,5 +1,5 @@ # -# Copyright (C) 2018 Draios Inc. +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. # # This file is part of falco. # diff --git a/test/rules/syscalls.yaml b/test/rules/syscalls.yaml index 00bf1cc4..11ee533d 100644 --- a/test/rules/syscalls.yaml +++ b/test/rules/syscalls.yaml @@ -1,5 +1,5 @@ # -# Copyright (C) 2018 Draios Inc. +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. # # This file is part of falco. # diff --git a/test/rules/tagged_rules.yaml b/test/rules/tagged_rules.yaml index d4d922c9..4319118a 100644 --- a/test/rules/tagged_rules.yaml +++ b/test/rules/tagged_rules.yaml @@ -1,5 +1,5 @@ # -# Copyright (C) 2018 Draios Inc. +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. # # This file is part of falco. # diff --git a/test/run_performance_tests.sh b/test/run_performance_tests.sh index faf0f534..61f96d3d 100644 --- a/test/run_performance_tests.sh +++ b/test/run_performance_tests.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (C) 2018 Draios Inc. +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. # # This file is part of falco. # diff --git a/test/run_regression_tests.sh b/test/run_regression_tests.sh index 95c081be..0950792f 100755 --- a/test/run_regression_tests.sh +++ b/test/run_regression_tests.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (C) 2018 Draios Inc. +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. # # This file is part of falco. # diff --git a/test/utils/run_sysdig.sh b/test/utils/run_sysdig.sh index 91f90618..d1734d3b 100644 --- a/test/utils/run_sysdig.sh +++ b/test/utils/run_sysdig.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (C) 2018 Draios Inc. +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. # # This file is part of falco. # diff --git a/userspace/engine/CMakeLists.txt b/userspace/engine/CMakeLists.txt index f82df734..5e2c887a 100644 --- a/userspace/engine/CMakeLists.txt +++ b/userspace/engine/CMakeLists.txt @@ -1,3 +1,20 @@ +# +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. +# +# This file is part of falco . +# +# 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 +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# include_directories("${PROJECT_SOURCE_DIR}/../sysdig/userspace/libsinsp/third-party/jsoncpp") include_directories("${PROJECT_SOURCE_DIR}/../sysdig/userspace/libscap") include_directories("${PROJECT_SOURCE_DIR}/../sysdig/userspace/libsinsp") diff --git a/userspace/engine/config_falco_engine.h.in b/userspace/engine/config_falco_engine.h.in index a3aa4feb..109ea470 100644 --- a/userspace/engine/config_falco_engine.h.in +++ b/userspace/engine/config_falco_engine.h.in @@ -1,5 +1,5 @@ /* -Copyright (C) 2018 Draios inc. +Copyright (C) 2016-2018 Draios Inc dba Sysdig. This file is part of falco. diff --git a/userspace/engine/falco_common.cpp b/userspace/engine/falco_common.cpp index 85412f3d..7e91532d 100644 --- a/userspace/engine/falco_common.cpp +++ b/userspace/engine/falco_common.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018 Draios inc. +Copyright (C) 2016-2018 Draios Inc dba Sysdig. This file is part of falco. diff --git a/userspace/engine/falco_common.h b/userspace/engine/falco_common.h index 45c812de..183ea4bc 100644 --- a/userspace/engine/falco_common.h +++ b/userspace/engine/falco_common.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2018 Draios inc. +Copyright (C) 2016-2018 Draios Inc dba Sysdig. This file is part of falco. diff --git a/userspace/engine/falco_engine.cpp b/userspace/engine/falco_engine.cpp index c403227a..0076002e 100644 --- a/userspace/engine/falco_engine.cpp +++ b/userspace/engine/falco_engine.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018 Draios inc. +Copyright (C) 2016-2018 Draios Inc dba Sysdig. This file is part of falco. diff --git a/userspace/engine/falco_engine.h b/userspace/engine/falco_engine.h index 9e01c0ce..8bcd1c20 100644 --- a/userspace/engine/falco_engine.h +++ b/userspace/engine/falco_engine.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2018 Draios inc. +Copyright (C) 2016-2018 Draios Inc dba Sysdig. This file is part of falco. diff --git a/userspace/engine/formats.cpp b/userspace/engine/formats.cpp index b6d0138d..30824d3c 100644 --- a/userspace/engine/formats.cpp +++ b/userspace/engine/formats.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018 Draios inc. +Copyright (C) 2016-2018 Draios Inc dba Sysdig. This file is part of falco. diff --git a/userspace/engine/formats.h b/userspace/engine/formats.h index e3a09b97..c10aa97d 100644 --- a/userspace/engine/formats.h +++ b/userspace/engine/formats.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2018 Draios inc. +Copyright (C) 2016-2018 Draios Inc dba Sysdig. This file is part of falco. diff --git a/userspace/engine/lpeg.h b/userspace/engine/lpeg.h index ebf0def1..d4184e6b 100644 --- a/userspace/engine/lpeg.h +++ b/userspace/engine/lpeg.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2018 Draios inc. +Copyright (C) 2016-2018 Draios Inc dba Sysdig. This file is part of falco. diff --git a/userspace/engine/lua/compiler.lua b/userspace/engine/lua/compiler.lua index 0fb3b33e..1904d139 100644 --- a/userspace/engine/lua/compiler.lua +++ b/userspace/engine/lua/compiler.lua @@ -1,4 +1,4 @@ --- Copyright (C) 2018 Draios inc. +-- Copyright (C) 2016-2018 Draios Inc dba Sysdig. -- -- This file is part of falco. -- diff --git a/userspace/engine/lua/parser-smoke.sh b/userspace/engine/lua/parser-smoke.sh index 31bb85fd..c157b509 100755 --- a/userspace/engine/lua/parser-smoke.sh +++ b/userspace/engine/lua/parser-smoke.sh @@ -1,4 +1,4 @@ -# Copyright (C) 2018 Draios inc. +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. # # This file is part of falco. # diff --git a/userspace/engine/lua/parser.lua b/userspace/engine/lua/parser.lua index 4df2e5cc..3e736299 100644 --- a/userspace/engine/lua/parser.lua +++ b/userspace/engine/lua/parser.lua @@ -1,4 +1,4 @@ --- Copyright (C) 2018 Draios inc. +-- Copyright (C) 2016-2018 Draios Inc dba Sysdig. -- -- This file is part of falco. -- diff --git a/userspace/engine/lua/rule_loader.lua b/userspace/engine/lua/rule_loader.lua index ac5cab10..7b032c6f 100644 --- a/userspace/engine/lua/rule_loader.lua +++ b/userspace/engine/lua/rule_loader.lua @@ -1,4 +1,4 @@ --- Copyright (C) 2018 Draios inc. +-- Copyright (C) 2016-2018 Draios Inc dba Sysdig. -- -- This file is part of falco. -- diff --git a/userspace/engine/lyaml.h b/userspace/engine/lyaml.h index 704813c4..9d2ada0f 100644 --- a/userspace/engine/lyaml.h +++ b/userspace/engine/lyaml.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2018 Draios inc. +Copyright (C) 2016-2018 Draios Inc dba Sysdig. This file is part of falco. diff --git a/userspace/engine/rules.cpp b/userspace/engine/rules.cpp index a5f28d2e..ed45ed88 100644 --- a/userspace/engine/rules.cpp +++ b/userspace/engine/rules.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018 Draios inc. +Copyright (C) 2016-2018 Draios Inc dba Sysdig. This file is part of falco. diff --git a/userspace/engine/rules.h b/userspace/engine/rules.h index f0cf1c70..a5e35524 100644 --- a/userspace/engine/rules.h +++ b/userspace/engine/rules.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2018 Draios inc. +Copyright (C) 2016-2018 Draios Inc dba Sysdig. This file is part of falco. diff --git a/userspace/engine/token_bucket.cpp b/userspace/engine/token_bucket.cpp index ea27202e..ec6025de 100644 --- a/userspace/engine/token_bucket.cpp +++ b/userspace/engine/token_bucket.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018 Draios inc. +Copyright (C) 2016-2018 Draios Inc dba Sysdig. This file is part of falco. diff --git a/userspace/engine/token_bucket.h b/userspace/engine/token_bucket.h index b6759582..bb36b3f6 100644 --- a/userspace/engine/token_bucket.h +++ b/userspace/engine/token_bucket.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2018 Draios inc. +Copyright (C) 2016-2018 Draios Inc dba Sysdig. This file is part of falco. diff --git a/userspace/falco/CMakeLists.txt b/userspace/falco/CMakeLists.txt index 736f6043..c041bf03 100644 --- a/userspace/falco/CMakeLists.txt +++ b/userspace/falco/CMakeLists.txt @@ -1,3 +1,20 @@ +# +# Copyright (C) 2016-2018 Draios Inc dba Sysdig. +# +# This file is part of falco . +# +# 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 +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# include_directories("${PROJECT_SOURCE_DIR}/../sysdig/userspace/libsinsp/third-party/jsoncpp") include_directories("${LUAJIT_INCLUDE}") diff --git a/userspace/falco/config_falco.h.in b/userspace/falco/config_falco.h.in index 2ca50bdc..1889903a 100644 --- a/userspace/falco/config_falco.h.in +++ b/userspace/falco/config_falco.h.in @@ -1,5 +1,5 @@ /* -Copyright (C) 2018 Draios inc. +Copyright (C) 2016-2018 Draios Inc dba Sysdig. This file is part of falco. diff --git a/userspace/falco/configuration.cpp b/userspace/falco/configuration.cpp index 0d8bff3e..c4eee3fa 100644 --- a/userspace/falco/configuration.cpp +++ b/userspace/falco/configuration.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018 Draios inc. +Copyright (C) 2016-2018 Draios Inc dba Sysdig. This file is part of falco. diff --git a/userspace/falco/configuration.h b/userspace/falco/configuration.h index c9d5c03a..0b1a9a86 100644 --- a/userspace/falco/configuration.h +++ b/userspace/falco/configuration.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2018 Draios inc. +Copyright (C) 2016-2018 Draios Inc dba Sysdig. This file is part of falco. diff --git a/userspace/falco/falco.cpp b/userspace/falco/falco.cpp index 0f75d23b..f9f7c89b 100644 --- a/userspace/falco/falco.cpp +++ b/userspace/falco/falco.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018 Draios inc. +Copyright (C) 2016-2018 Draios Inc dba Sysdig. This file is part of falco. diff --git a/userspace/falco/falco_outputs.cpp b/userspace/falco/falco_outputs.cpp index 3b6f6764..efe8ce0c 100644 --- a/userspace/falco/falco_outputs.cpp +++ b/userspace/falco/falco_outputs.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018 Draios inc. +Copyright (C) 2016-2018 Draios Inc dba Sysdig. This file is part of falco. diff --git a/userspace/falco/falco_outputs.h b/userspace/falco/falco_outputs.h index adc6738e..fee83ed9 100644 --- a/userspace/falco/falco_outputs.h +++ b/userspace/falco/falco_outputs.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2018 Draios inc. +Copyright (C) 2016-2018 Draios Inc dba Sysdig. This file is part of falco. diff --git a/userspace/falco/logger.cpp b/userspace/falco/logger.cpp index 9e2f1505..b4bd86ce 100644 --- a/userspace/falco/logger.cpp +++ b/userspace/falco/logger.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018 Draios inc. +Copyright (C) 2016-2018 Draios Inc dba Sysdig. This file is part of falco. diff --git a/userspace/falco/logger.h b/userspace/falco/logger.h index fe70745f..82cda156 100644 --- a/userspace/falco/logger.h +++ b/userspace/falco/logger.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2018 Draios inc. +Copyright (C) 2016-2018 Draios Inc dba Sysdig. This file is part of falco. diff --git a/userspace/falco/lua/output.lua b/userspace/falco/lua/output.lua index 2ffeaee1..ef3f9068 100644 --- a/userspace/falco/lua/output.lua +++ b/userspace/falco/lua/output.lua @@ -1,4 +1,4 @@ --- Copyright (C) 2018 Draios inc. +-- Copyright (C) 2016-2018 Draios Inc dba Sysdig. -- -- This file is part of falco. -- diff --git a/userspace/falco/lua/test.lua b/userspace/falco/lua/test.lua index dedd63d4..6fbe752a 100644 --- a/userspace/falco/lua/test.lua +++ b/userspace/falco/lua/test.lua @@ -1,4 +1,4 @@ --- Copyright (C) 2018 Draios inc. +-- Copyright (C) 2016-2018 Draios Inc dba Sysdig. -- -- This file is part of falco. -- diff --git a/userspace/falco/statsfilewriter.cpp b/userspace/falco/statsfilewriter.cpp index d7a5ae56..971df5ce 100644 --- a/userspace/falco/statsfilewriter.cpp +++ b/userspace/falco/statsfilewriter.cpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2018 Draios inc. +Copyright (C) 2016-2018 Draios Inc dba Sysdig. This file is part of falco. diff --git a/userspace/falco/statsfilewriter.h b/userspace/falco/statsfilewriter.h index 79c8c9bd..1227ffdb 100644 --- a/userspace/falco/statsfilewriter.h +++ b/userspace/falco/statsfilewriter.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2018 Draios inc. +Copyright (C) 2016-2018 Draios Inc dba Sysdig. This file is part of falco.