mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-23 03:19:51 +00:00
all: add missing copyright statements
This commit is contained in:
parent
554f8f39c5
commit
672c10ad7c
@ -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
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user