Skip to content

Commit 76e05cc

Browse files
authored
fix: complete licence headers (#3680)
fixes #3677
1 parent 1d7b9fc commit 76e05cc

File tree

8 files changed

+102
-22
lines changed

8 files changed

+102
-22
lines changed

cloud-sql/mysql/mysql/Dockerfile

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Copyright 2019 Google LLC. All rights reserved.
2-
# Use of this source code is governed by the Apache 2.0
3-
# license that can be found in the LICENSE file.
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
414

515
# Use the official lightweight Node.js image.
616
# https://hub.docker.com/_/node
@@ -15,7 +25,7 @@ WORKDIR /app
1525
COPY package*.json ./
1626

1727
# Install dependencies.
18-
# if you need a deterministic and repeatable build create a
28+
# if you need a deterministic and repeatable build create a
1929
# package-lock.json file and use npm ci:
2030
# RUN npm ci --omit=dev
2131
# if you need to include development dependencies during development

cloud-sql/mysql/mysql2/Dockerfile

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Copyright 2023 Google LLC. All rights reserved.
2-
# Use of this source code is governed by the Apache 2.0
3-
# license that can be found in the LICENSE file.
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
414

515
# Use the official lightweight Node.js image.
616
# https://hub.docker.com/_/node
@@ -14,7 +24,7 @@ WORKDIR /app
1424
COPY package*.json ./
1525

1626
# Install dependencies.
17-
# if you need a deterministic and repeatable build create a
27+
# if you need a deterministic and repeatable build create a
1828
# package-lock.json file and use npm ci:
1929
# RUN npm ci --omit=dev
2030
# if you need to include development dependencies during development

cloud-sql/postgres/knex/Dockerfile

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Copyright 2019 Google LLC. All rights reserved.
2-
# Use of this source code is governed by the Apache 2.0
3-
# license that can be found in the LICENSE file.
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
414

515
# Use the official lightweight Node.js image.
616
# https://hub.docker.com/_/node
@@ -14,7 +24,7 @@ WORKDIR /app
1424
COPY package*.json ./
1525

1626
# Install dependencies.
17-
# if you need a deterministic and repeatable build create a
27+
# if you need a deterministic and repeatable build create a
1828
# package-lock.json file and use npm ci:
1929
# RUN npm ci --omit=dev
2030
# if you need to include development dependencies during development

run/idp-sql/Dockerfile

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Copyright 2020 Google LLC. All rights reserved.
2-
# Use of this source code is governed by the Apache 2.0
3-
# license that can be found in the LICENSE file.
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
414

515
# Use the official lightweight Node.js image.
616
# https://hub.docker.com/_/node

run/image-processing/Dockerfile

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Copyright 2020 Google LLC. All rights reserved.
2-
# Use of this source code is governed by the Apache 2.0
3-
# license that can be found in the LICENSE file.
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
414

515
# Use the official lightweight Node.js image.
616
# https://hub.docker.com/_/node
@@ -28,7 +38,7 @@ WORKDIR /usr/src/app
2838
COPY package*.json ./
2939

3040
# Install dependencies.
31-
# if you need a deterministic and repeatable build create a
41+
# if you need a deterministic and repeatable build create a
3242
# package-lock.json file and use npm ci:
3343
# RUN npm ci --omit=dev
3444
# if you need to include development dependencies during development

run/logging-manual/Dockerfile

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Copyright 2020 Google LLC. All rights reserved.
2-
# Use of this source code is governed by the Apache 2.0
3-
# license that can be found in the LICENSE file.
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
414

515
# Use the official lightweight Node.js image.
616
# https://hub.docker.com/_/node
@@ -14,7 +24,7 @@ WORKDIR /usr/src/app
1424
COPY package*.json ./
1525

1626
# Install dependencies.
17-
# if you need a deterministic and repeatable build create a
27+
# if you need a deterministic and repeatable build create a
1828
# package-lock.json file and use npm ci:
1929
# RUN npm ci --omit=dev
2030
# if you need to include development dependencies during development

run/logging-manual/index.js

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
// Copyright 2020 Google LLC. All rights reserved.
2-
// Use of this source code is governed by the Apache 2.0
3-
// license that can be found in the LICENSE file.
2+
//
3+
// Licensed under the Apache License, Version 2.0 (the "License");
4+
// you may not use this file except in compliance with the License.
5+
// You may obtain a copy of the License at
6+
//
7+
// http://www.apache.org/licenses/LICENSE-2.0
8+
//
9+
// Unless required by applicable law or agreed to in writing, software
10+
// distributed under the License is distributed on an "AS IS" BASIS,
11+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
// See the License for the specific language governing permissions and
13+
// limitations under the License.
414

515
const app = require('./app');
616
const metadata = require('./metadata');

run/pubsub/Dockerfile

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Copyright 2020 Google LLC. All rights reserved.
2-
# Use of this source code is governed by the Apache 2.0
3-
# license that can be found in the LICENSE file.
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
414

515
# [START cloudrun_pubsub_dockerfile]
616
# [START run_pubsub_dockerfile]
@@ -17,7 +27,7 @@ WORKDIR /usr/src/app
1727
COPY package*.json ./
1828

1929
# Install dependencies.
20-
# if you need a deterministic and repeatable build create a
30+
# if you need a deterministic and repeatable build create a
2131
# package-lock.json file and use npm ci:
2232
# RUN npm ci --omit=dev
2333
# if you need to include development dependencies during development

0 commit comments

Comments
 (0)