Skip to content

Commit

Permalink
Merge pull request #9 from sergenyalcin/license-updates
Browse files Browse the repository at this point in the history
Applying license changes
  • Loading branch information
sergenyalcin authored Mar 14, 2024
2 parents 49e18c7 + 670f43e commit 4213ac0
Show file tree
Hide file tree
Showing 35 changed files with 185 additions and 313 deletions.
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2024 The Crossplane Authors <https://crossplane.io>

SPDX-License-Identifier: CC0-1.0
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2024 The Crossplane Authors <https://crossplane.io>

SPDX-License-Identifier: CC0-1.0
3 changes: 3 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2024 The Crossplane Authors <https://crossplane.io>

SPDX-License-Identifier: CC0-1.0
4 changes: 4 additions & 0 deletions .github/workflows/backport.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 The Crossplane Authors <https://crossplane.io>
#
# SPDX-License-Identifier: CC0-1.0

name: Backport

on:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 The Crossplane Authors <https://crossplane.io>
#
# SPDX-License-Identifier: CC0-1.0

name: CI

on:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/commands.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 The Crossplane Authors <https://crossplane.io>
#
# SPDX-License-Identifier: CC0-1.0

name: Comment Commands

on: issue_comment
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/promote.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 The Crossplane Authors <https://crossplane.io>
#
# SPDX-License-Identifier: CC0-1.0

name: Promote

on:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 The Crossplane Authors <https://crossplane.io>
#
# SPDX-License-Identifier: CC0-1.0

name: Tag

on:
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 The Crossplane Authors <https://crossplane.io>
#
# SPDX-License-Identifier: CC0-1.0

/.cache
/.work
/_output
Expand Down
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 The Crossplane Authors <https://crossplane.io>
#
# SPDX-License-Identifier: CC0-1.0

[submodule "build"]
path = build
url = https://github.com/upbound/build
4 changes: 4 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 The Crossplane Authors <https://crossplane.io>
#
# SPDX-License-Identifier: CC0-1.0

run:
deadline: 10m

Expand Down
4 changes: 4 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 The Crossplane Authors <https://crossplane.io>
#
# SPDX-License-Identifier: CC0-1.0

# This file controls automatic PR reviewer assignment. See the following docs:
#
# * https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
Expand Down
274 changes: 73 additions & 201 deletions LICENSE

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2023 The Crossplane Authors <https://crossplane.io>
#
# SPDX-License-Identifier: Apache-2.0

# Project Setup
PROJECT_NAME := uptest
PROJECT_REPO := github.com/crossplane/$(PROJECT_NAME)
Expand Down
13 changes: 9 additions & 4 deletions OWNERS.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# OWNERS
<!--
SPDX-FileCopyrightText: 2023 The Crossplane Authors <https://crossplane.io>
SPDX-License-Identifier: CC-BY-4.0
-->

This page lists all maintainers for **this** repository. Each repository in the [Upbound
organization](https://github.com/upbound/) will list their repository maintainers in their own
`OWNERS.md` file.
# OWNERS

This page lists all maintainers for **this** repository. Each repository in the
[Crossplane organization](https://github.com/crossplane/) will list their
repository maintainers in their own `OWNERS.md` file.

## Maintainers

Expand Down
4 changes: 4 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 The Crossplane Authors <https://crossplane.io>
#
# SPDX-License-Identifier: CC0-1.0

apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
Expand Down
14 changes: 2 additions & 12 deletions cmd/uptest/main.go
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
// Copyright 2022 Upbound Inc.
// SPDX-FileCopyrightText: 2024 The Crossplane Authors <https://crossplane.io>
//
// 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.
// SPDX-License-Identifier: CC0-1.0

// main package for the uptest tooling.
package main
Expand Down
4 changes: 4 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2024 The Crossplane Authors <https://crossplane.io>
//
// SPDX-License-Identifier: CC0-1.0

module github.com/crossplane/uptest

go 1.21
Expand Down
4 changes: 4 additions & 0 deletions go.sum.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

SPDX-FileCopyrightText: 2024 The Crossplane Authors <https://crossplane.io>

SPDX-License-Identifier: CC0-1.0
14 changes: 2 additions & 12 deletions internal/config/config.go
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
// Copyright 2023 Upbound Inc.
// SPDX-FileCopyrightText: 2024 The Crossplane Authors <https://crossplane.io>
//
// 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.
// SPDX-License-Identifier: CC0-1.0

// Package config contains configuration options for configuring uptest runtime.
package config
Expand Down
14 changes: 2 additions & 12 deletions internal/prepare.go
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
// Copyright 2023 Upbound Inc.
// SPDX-FileCopyrightText: 2024 The Crossplane Authors <https://crossplane.io>
//
// 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.
// SPDX-License-Identifier: CC0-1.0

// Package internal implements the uptest runtime for running
// automated tests using resource example manifests
Expand Down
14 changes: 2 additions & 12 deletions internal/runner.go
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
// Copyright 2023 Upbound Inc.
// SPDX-FileCopyrightText: 2024 The Crossplane Authors <https://crossplane.io>
//
// 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.
// SPDX-License-Identifier: CC0-1.0

package internal

Expand Down
3 changes: 3 additions & 0 deletions internal/templates/00-apply.yaml.tmpl.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2024 The Crossplane Authors <https://crossplane.io>

SPDX-License-Identifier: CC0-1.0
3 changes: 3 additions & 0 deletions internal/templates/00-assert.yaml.tmpl.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2024 The Crossplane Authors <https://crossplane.io>

SPDX-License-Identifier: CC0-1.0
3 changes: 3 additions & 0 deletions internal/templates/01-assert.yaml.tmpl.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2024 The Crossplane Authors <https://crossplane.io>

SPDX-License-Identifier: CC0-1.0
3 changes: 3 additions & 0 deletions internal/templates/01-update.yaml.tmpl.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2024 The Crossplane Authors <https://crossplane.io>

SPDX-License-Identifier: CC0-1.0
3 changes: 3 additions & 0 deletions internal/templates/02-assert.yaml.tmpl.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2024 The Crossplane Authors <https://crossplane.io>

SPDX-License-Identifier: CC0-1.0
3 changes: 3 additions & 0 deletions internal/templates/02-import.yaml.tmpl.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2024 The Crossplane Authors <https://crossplane.io>

SPDX-License-Identifier: CC0-1.0
3 changes: 3 additions & 0 deletions internal/templates/03-assert.yaml.tmpl.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2024 The Crossplane Authors <https://crossplane.io>

SPDX-License-Identifier: CC0-1.0
3 changes: 3 additions & 0 deletions internal/templates/03-delete.yaml.tmpl.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2024 The Crossplane Authors <https://crossplane.io>

SPDX-License-Identifier: CC0-1.0
14 changes: 2 additions & 12 deletions internal/templates/embed.go
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
// Copyright 2023 Upbound Inc.
// SPDX-FileCopyrightText: 2024 The Crossplane Authors <https://crossplane.io>
//
// 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.
// SPDX-License-Identifier: CC0-1.0

package templates

Expand Down
14 changes: 2 additions & 12 deletions internal/templates/renderer.go
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
// Copyright 2023 Upbound Inc.
// SPDX-FileCopyrightText: 2024 The Crossplane Authors <https://crossplane.io>
//
// 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.
// SPDX-License-Identifier: CC0-1.0

// Package templates contains utilities for rendering kuttl test cases using
// the templates contained in the package.
Expand Down
14 changes: 2 additions & 12 deletions internal/templates/renderer_test.go
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
// Copyright 2023 Upbound Inc.
// SPDX-FileCopyrightText: 2024 The Crossplane Authors <https://crossplane.io>
//
// 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.
// SPDX-License-Identifier: CC0-1.0

package templates

Expand Down
14 changes: 2 additions & 12 deletions internal/tester.go
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
// Copyright 2023 Upbound Inc.
// SPDX-FileCopyrightText: 2024 The Crossplane Authors <https://crossplane.io>
//
// 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.
// SPDX-License-Identifier: CC0-1.0

package internal

Expand Down
14 changes: 2 additions & 12 deletions internal/version/version.go
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
// Copyright 2023 Upbound Inc.
// SPDX-FileCopyrightText: 2024 The Crossplane Authors <https://crossplane.io>
//
// 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.
// SPDX-License-Identifier: CC0-1.0

// Package version contains the version of provider-aws repo
package version
Expand Down

0 comments on commit 4213ac0

Please sign in to comment.