Skip to content

Commit 633676c

Browse files
Updates to SPDX license header (#90)
Signed-off-by: Adrian Cole <[email protected]>
1 parent b337ac7 commit 633676c

File tree

7 files changed

+14
-76
lines changed

7 files changed

+14
-76
lines changed

build-bin/docker/configure_docker

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
11
#!/bin/sh
22
#
3-
# Copyright 2015-2023 The OpenZipkin Authors
4-
#
5-
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
6-
# in compliance with the License. You may obtain a copy of the License at
7-
#
8-
# http://www.apache.org/licenses/LICENSE-2.0
9-
#
10-
# Unless required by applicable law or agreed to in writing, software distributed under the License
11-
# is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
12-
# or implied. See the License for the specific language governing permissions and limitations under
13-
# the License.
3+
# Copyright The OpenZipkin Authors
4+
# SPDX-License-Identifier: Apache-2.0
145
#
156

167
# Defends against build outages caused by Docker Hub (docker.io) pull rate limits.

build-bin/docker/configure_docker_push

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
11
#!/bin/sh
22
#
3-
# Copyright 2015-2023 The OpenZipkin Authors
4-
#
5-
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
6-
# in compliance with the License. You may obtain a copy of the License at
7-
#
8-
# http://www.apache.org/licenses/LICENSE-2.0
9-
#
10-
# Unless required by applicable law or agreed to in writing, software distributed under the License
11-
# is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
12-
# or implied. See the License for the specific language governing permissions and limitations under
13-
# the License.
3+
# Copyright The OpenZipkin Authors
4+
# SPDX-License-Identifier: Apache-2.0
145
#
156

167
# Ensures Docker is logged in and it can build multi-architecture.

build-bin/docker/docker_arch

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
11
#!/bin/sh
22
#
3-
# Copyright 2015-2023 The OpenZipkin Authors
4-
#
5-
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
6-
# in compliance with the License. You may obtain a copy of the License at
7-
#
8-
# http://www.apache.org/licenses/LICENSE-2.0
9-
#
10-
# Unless required by applicable law or agreed to in writing, software distributed under the License
11-
# is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
12-
# or implied. See the License for the specific language governing permissions and limitations under
13-
# the License.
3+
# Copyright The OpenZipkin Authors
4+
# SPDX-License-Identifier: Apache-2.0
145
#
156

167
# This script gets a normalized name for the architecture as used in Docker. This will be a subset

build-bin/docker/docker_args

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
11
#!/bin/sh
22
#
3-
# Copyright 2015-2023 The OpenZipkin Authors
4-
#
5-
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
6-
# in compliance with the License. You may obtain a copy of the License at
7-
#
8-
# http://www.apache.org/licenses/LICENSE-2.0
9-
#
10-
# Unless required by applicable law or agreed to in writing, software distributed under the License
11-
# is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
12-
# or implied. See the License for the specific language governing permissions and limitations under
13-
# the License.
3+
# Copyright The OpenZipkin Authors
4+
# SPDX-License-Identifier: Apache-2.0
145
#
156

167
# This builds common docker arguments used by docker_build and docker_push.

build-bin/docker/docker_build

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
11
#!/bin/sh
22
#
3-
# Copyright 2015-2023 The OpenZipkin Authors
4-
#
5-
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
6-
# in compliance with the License. You may obtain a copy of the License at
7-
#
8-
# http://www.apache.org/licenses/LICENSE-2.0
9-
#
10-
# Unless required by applicable law or agreed to in writing, software distributed under the License
11-
# is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
12-
# or implied. See the License for the specific language governing permissions and limitations under
13-
# the License.
3+
# Copyright The OpenZipkin Authors
4+
# SPDX-License-Identifier: Apache-2.0
145
#
156

167
set -ue

build-bin/docker/docker_push

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
11
#!/bin/sh
22
#
3-
# Copyright 2015-2023 The OpenZipkin Authors
4-
#
5-
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
6-
# in compliance with the License. You may obtain a copy of the License at
7-
#
8-
# http://www.apache.org/licenses/LICENSE-2.0
9-
#
10-
# Unless required by applicable law or agreed to in writing, software distributed under the License
11-
# is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
12-
# or implied. See the License for the specific language governing permissions and limitations under
13-
# the License.
3+
# Copyright The OpenZipkin Authors
4+
# SPDX-License-Identifier: Apache-2.0
145
#
156

167
# This script pushes images to GitHub Container Registry (ghcr.io).

install.sh

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
11
#!/bin/sh
22
#
3-
# Copyright 2019-2023 The OpenZipkin Authors
3+
# Copyright The OpenZipkin Authors
4+
# SPDX-License-Identifier: Apache-2.0
45
#
5-
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
6-
# in compliance with the License. You may obtain a copy of the License at
7-
#
8-
# http://www.apache.org/licenses/LICENSE-2.0
9-
#
10-
# Unless required by applicable law or agreed to in writing, software distributed under the License
11-
# is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
12-
# or implied. See the License for the specific language governing permissions and limitations under
13-
# the License.
146

157
# Install OS packages that support most software we build
168
# * openjdk21-jdk: smaller than openjdk21, which includes docs and demos

0 commit comments

Comments
 (0)