diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-05-16 07:05:33 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-05-18 11:34:42 +0200 |
| commit | 672c10ad7c2491ae3ab24736fc153e2ecb4c7044 (patch) | |
| tree | cb77e3a48a5555e65dc3e1e9144e19a8c52b5740 | |
| parent | 554f8f39c57d91c1be8724cf4054424c9fb5f151 (diff) | |
all: add missing copyright statements
| -rw-r--r-- | .travis.yml | 3 | ||||
| -rw-r--r-- | dashboard/app/app.yaml | 3 | ||||
| -rw-r--r-- | dashboard/app/cron.yaml | 3 | ||||
| -rw-r--r-- | dashboard/app/index.yaml | 3 | ||||
| -rwxr-xr-x | dashboard/config/kconfiglib-merge-usb-configs.py | 2 | ||||
| -rw-r--r-- | fuzzbuzz.yaml | 3 | ||||
| -rwxr-xr-x | tools/check_links.py | 2 | ||||
| -rw-r--r-- | tools/codecov.yml | 3 | ||||
| -rw-r--r-- | tools/syz-headerparser/headerlib/__init__.py | 0 |
9 files changed, 22 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index be7711e2b..47a93ebf7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,6 @@ +# Copyright 2017 syzkaller project authors. All rights reserved. +# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. + dist: xenial language: go go_import_path: github.com/google/syzkaller diff --git a/dashboard/app/app.yaml b/dashboard/app/app.yaml index 861c9f871..353553d27 100644 --- a/dashboard/app/app.yaml +++ b/dashboard/app/app.yaml @@ -1,3 +1,6 @@ +# Copyright 2017 syzkaller project authors. All rights reserved. +# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. + runtime: go111 inbound_services: diff --git a/dashboard/app/cron.yaml b/dashboard/app/cron.yaml index 0bf56c5be..e98bcda69 100644 --- a/dashboard/app/cron.yaml +++ b/dashboard/app/cron.yaml @@ -1,3 +1,6 @@ +# Copyright 2017 syzkaller project authors. All rights reserved. +# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. + cron: - url: /email_poll schedule: every 1 minutes diff --git a/dashboard/app/index.yaml b/dashboard/app/index.yaml index f2b37e157..fb2380559 100644 --- a/dashboard/app/index.yaml +++ b/dashboard/app/index.yaml @@ -1,3 +1,6 @@ +# Copyright 2017 syzkaller project authors. All rights reserved. +# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. + indexes: # AUTOGENERATED diff --git a/dashboard/config/kconfiglib-merge-usb-configs.py b/dashboard/config/kconfiglib-merge-usb-configs.py index a2d996480..7de27bf8b 100755 --- a/dashboard/config/kconfiglib-merge-usb-configs.py +++ b/dashboard/config/kconfiglib-merge-usb-configs.py @@ -1,4 +1,6 @@ #!/usr/bin/python +# Copyright 2019 syzkaller project authors. All rights reserved. +# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. from __future__ import print_function diff --git a/fuzzbuzz.yaml b/fuzzbuzz.yaml index d4083f065..18da8d00b 100644 --- a/fuzzbuzz.yaml +++ b/fuzzbuzz.yaml @@ -1,3 +1,6 @@ +# Copyright 2019 syzkaller project authors. All rights reserved. +# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. + language: go version: "1.11" base: ubuntu:16.04 diff --git a/tools/check_links.py b/tools/check_links.py index 07e672a07..848329e04 100755 --- a/tools/check_links.py +++ b/tools/check_links.py @@ -1,4 +1,6 @@ #!/usr/bin/env python +# Copyright 2017 syzkaller project authors. All rights reserved. +# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. from __future__ import print_function import os diff --git a/tools/codecov.yml b/tools/codecov.yml index 01d059583..bc15fc8ec 100644 --- a/tools/codecov.yml +++ b/tools/codecov.yml @@ -1,3 +1,6 @@ +# Copyright 2020 syzkaller project authors. All rights reserved. +# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. + # See https://docs.codecov.io/docs/codecovyml-reference # Validate with curl --data-binary @tools/codecov.yml https://codecov.io/validate diff --git a/tools/syz-headerparser/headerlib/__init__.py b/tools/syz-headerparser/headerlib/__init__.py deleted file mode 100644 index e69de29bb..000000000 --- a/tools/syz-headerparser/headerlib/__init__.py +++ /dev/null |
