Skip to content
This repository was archived by the owner on Jun 28, 2022. It is now read-only.

Commit 563af94

Browse files
committed
update all copyright information to Project Contour Authors
This updates all references to the copyright information to match the new string Copyright Project Contour Authors Signed-off-by: Steve Sloka <[email protected]>
1 parent 09cc997 commit 563af94

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+65
-62
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,8 @@
1414
# Dependency directories (remove the comment below to include it)
1515
vendor/
1616

17+
# IDE
18+
.idea/
19+
1720
integration-tester
1821
pkg/builtin/assets.go

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2020 VMware, Inc.
1+
# Copyright Project Contour Authors
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License"); you may
44
# not use this file except in compliance with the License. You may obtain

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Integration Tester for Kubernetes
2-
Copyright (c) 2020 VMware, Inc. All rights reserved.
2+
Copyright Project Contour Authors
33

44
The Apache 2.0 license (the "License") set forth below applies to all
55
parts of the integration-tester-for-kubernetes project. You may not use

cmd/exiterr_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020 VMware, Inc.
1+
// Copyright Project Contour Authors
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License"); you may
44
// not use this file except in compliance with the License. You may obtain

cmd/get.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020 VMware, Inc.
1+
// Copyright Project Contour Authors
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License"); you may
44
// not use this file except in compliance with the License. You may obtain

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020 VMware, Inc.
1+
// Copyright Project Contour Authors
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License"); you may
44
// not use this file except in compliance with the License. You may obtain

cmd/run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020 VMware, Inc.
1+
// Copyright Project Contour Authors
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License"); you may
44
// not use this file except in compliance with the License. You may obtain

cmd/run_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020 VMware, Inc.
1+
// Copyright Project Contour Authors
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License"); you may
44
// not use this file except in compliance with the License. You may obtain

examples/bad.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2020 VMware, Inc.
1+
# Copyright Project Contour Authors
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License"); you may
44
# not use this file except in compliance with the License. You may obtain

examples/delete.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2020 VMware, Inc.
1+
# Copyright Project Contour Authors
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License"); you may
44
# not use this file except in compliance with the License. You may obtain

0 commit comments

Comments
 (0)