From d62d6456c09c9b7b05662e7df054262b56fa4ddd Mon Sep 17 00:00:00 2001 From: c00565983 Date: Mon, 2 Aug 2021 10:51:24 +0800 Subject: [PATCH] add lisence and copyright informations Signed-off-by: c00565983 --- docker/sources.list | 13 +++++++++++++ docker/standard/dockerfile | 13 +++++++++++++ docker/standard/prebuilts_download.sh | 13 +++++++++++++ docker/standard/prepare.sh | 13 +++++++++++++ docker/standard/sources.list | 14 ++++++++++++++ 5 files changed, 66 insertions(+) diff --git a/docker/sources.list b/docker/sources.list index 7214e41b13..1f16f73ce2 100755 --- a/docker/sources.list +++ b/docker/sources.list @@ -1,3 +1,16 @@ +# Copyright (c) 2020 Huawei Device Co., Ltd. +# 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. + # 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释 deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal main restricted universe multiverse # deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal main restricted universe multiverse diff --git a/docker/standard/dockerfile b/docker/standard/dockerfile index 375d5275d7..9f17b6c9c2 100755 --- a/docker/standard/dockerfile +++ b/docker/standard/dockerfile @@ -1,3 +1,16 @@ +# Copyright (c) 2020 Huawei Device Co., Ltd. +# 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. + FROM ubuntu:18.04 WORKDIR /home/openharmony diff --git a/docker/standard/prebuilts_download.sh b/docker/standard/prebuilts_download.sh index 9d18aecf02..cc9f4fa6bc 100755 --- a/docker/standard/prebuilts_download.sh +++ b/docker/standard/prebuilts_download.sh @@ -1,3 +1,16 @@ +# Copyright (c) 2020 Huawei Device Co., Ltd. +# 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. + #!/bin/bash # 代码下载目录 code_dir=/home/prebuilts diff --git a/docker/standard/prepare.sh b/docker/standard/prepare.sh index f2b05c06a1..31cd1a9467 100755 --- a/docker/standard/prepare.sh +++ b/docker/standard/prepare.sh @@ -1,3 +1,16 @@ +# Copyright (c) 2020 Huawei Device Co., Ltd. +# 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. + #!/bin/bash WORKDIR=/home/openharmony diff --git a/docker/standard/sources.list b/docker/standard/sources.list index 488dfaa4fa..78030974c6 100755 --- a/docker/standard/sources.list +++ b/docker/standard/sources.list @@ -1,3 +1,17 @@ +# Copyright (c) 2020 Huawei Device Co., Ltd. +# 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. + + deb http://mirrors.ustc.edu.cn/ubuntu/ bionic main multiverse restricted universe deb http://mirrors.ustc.edu.cn/ubuntu/ bionic-backports main multiverse restricted universe deb http://mirrors.ustc.edu.cn/ubuntu/ bionic-proposed main multiverse restricted universe -- GitLab