From 8c5a696ed59cc3fbbce49bc24cd6761c8b1db176 Mon Sep 17 00:00:00 2001 From: nscuro Date: Fri, 25 Feb 2022 23:20:51 +0100 Subject: [PATCH] gotta love them license headers Signed-off-by: nscuro --- link.go | 17 +++++++++++++++++ link_test.go | 17 +++++++++++++++++ merge.go | 17 +++++++++++++++++ merge_test.go | 17 +++++++++++++++++ 4 files changed, 68 insertions(+) diff --git a/link.go b/link.go index 45c9f9a..26a71c0 100644 --- a/link.go +++ b/link.go @@ -1,3 +1,20 @@ +// This file is part of CycloneDX Go +// +// 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: Apache-2.0 +// Copyright (c) OWASP Foundation. All Rights Reserved. + package cyclonedx import ( diff --git a/link_test.go b/link_test.go index 1b9173c..0b6524a 100644 --- a/link_test.go +++ b/link_test.go @@ -1,3 +1,20 @@ +// This file is part of CycloneDX Go +// +// 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: Apache-2.0 +// Copyright (c) OWASP Foundation. All Rights Reserved. + package cyclonedx import "testing" diff --git a/merge.go b/merge.go index 9cf8372..b5ae745 100644 --- a/merge.go +++ b/merge.go @@ -1,3 +1,20 @@ +// This file is part of CycloneDX Go +// +// 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: Apache-2.0 +// Copyright (c) OWASP Foundation. All Rights Reserved. + package cyclonedx import ( diff --git a/merge_test.go b/merge_test.go index 740f061..bda72c3 100644 --- a/merge_test.go +++ b/merge_test.go @@ -1,3 +1,20 @@ +// This file is part of CycloneDX Go +// +// 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: Apache-2.0 +// Copyright (c) OWASP Foundation. All Rights Reserved. + package cyclonedx import (