Skip to content

Commit

Permalink
Merge pull request carvel-dev#135 from k14s/add-copyright
Browse files Browse the repository at this point in the history
Add copyright to source files.
  • Loading branch information
gcheadle-vmware authored Aug 14, 2020
2 parents 1ee10c5 + 1111f86 commit aae41b4
Show file tree
Hide file tree
Showing 209 changed files with 629 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/kapp-lambda-website/main.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0

package main

import (
Expand Down
3 changes: 3 additions & 0 deletions cmd/kapp-lambda-website/request.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0

package main

import (
Expand Down
3 changes: 3 additions & 0 deletions cmd/kapp-lambda-website/response.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0

package main

import (
Expand Down
3 changes: 3 additions & 0 deletions cmd/kapp/kapp.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0

package main

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/kapp/app/app_meta.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0

package app

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/kapp/app/apps.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0

package app

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/kapp/app/change.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0

package app

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/kapp/app/change_meta.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0

package app

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/kapp/app/interfaces.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0

package app

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/kapp/app/labeled_app.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0

package app

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/kapp/app/preparation.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0

package app

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/kapp/app/recorded_app.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0

package app

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/kapp/app/recorded_app_changes.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0

package app

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/kapp/app/recorded_app_gc_changes.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0

package app

const (
Expand Down
3 changes: 3 additions & 0 deletions pkg/kapp/app/touch.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0

package app

type Touch struct {
Expand Down
3 changes: 3 additions & 0 deletions pkg/kapp/clusterapply/add_or_update_change.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0

package clusterapply

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/kapp/clusterapply/applying_changes.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0

package clusterapply

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/kapp/clusterapply/change_set_view.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0

package clusterapply

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/kapp/clusterapply/changes_view.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0

package clusterapply

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/kapp/clusterapply/cluster_change.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0

package clusterapply

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/kapp/clusterapply/cluster_change_factory.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0

package clusterapply

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/kapp/clusterapply/cluster_change_set.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0

package clusterapply

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/kapp/clusterapply/converged_resource.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0

package clusterapply

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/kapp/clusterapply/converged_resource_factory.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0

package clusterapply

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/kapp/clusterapply/delete_change.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0

package clusterapply

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/kapp/clusterapply/reconciling_change.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0

package clusterapply

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/kapp/clusterapply/ui.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0

package clusterapply

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/kapp/clusterapply/waiting_changes.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0

package clusterapply

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/kapp/cmd/app/app_flags.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0

package app

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/kapp/cmd/app/apply_flags.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0

package app

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/kapp/cmd/app/delete.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0

package app

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/kapp/cmd/app/deploy.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0

package app

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/kapp/cmd/app/deploy_apply_exit_status.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0

package app

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/kapp/cmd/app/deploy_config.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0

package app

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/kapp/cmd/app/deploy_diff_exit_status.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0

package app

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/kapp/cmd/app/deploy_flag_help_sections.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0

package app

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/kapp/cmd/app/deploy_flags.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0

package app

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/kapp/cmd/app/factory.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0

package app

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/kapp/cmd/app/failing_api_services_policy.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0

package app

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/kapp/cmd/app/inspect.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0

package app

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/kapp/cmd/app/inspect_status_view.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0

package app

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/kapp/cmd/app/label.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0

package app

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/kapp/cmd/app/label_flags.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0

package app

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/kapp/cmd/app/list.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0

package app

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/kapp/cmd/app/logs.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0

package app

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/kapp/cmd/app/logs_flags.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0

package app

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/kapp/cmd/app/rename.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0

package app

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/kapp/cmd/app/resource_types_flags.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0

package app

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/kapp/cmd/appchange/cmd.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0

package appchange

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/kapp/cmd/appchange/gc.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0

package appchange

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/kapp/cmd/appchange/list.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0

package appchange

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/kapp/cmd/appgroup/app_group_flags.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0

package appgroup

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/kapp/cmd/appgroup/cmd.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0

package appgroup

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/kapp/cmd/appgroup/delete.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0

package appgroup

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/kapp/cmd/appgroup/deploy.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0

package appgroup

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/kapp/cmd/appgroup/deploy_flags.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0

package appgroup

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/kapp/cmd/configmap/cmd.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0

package configmap

import (
Expand Down
Loading

0 comments on commit aae41b4

Please sign in to comment.