From b804a063691bbe3f4068b3d6edb5e28e9aff0b36 Mon Sep 17 00:00:00 2001 From: c00565983 Date: Mon, 2 Aug 2021 15:03:35 +0800 Subject: [PATCH] add license and copyright information Signed-off-by: c00565983 --- docker/sources.list | 14 ++++++++++++++ docker/standard/dockerfile | 14 ++++++++++++++ docker/standard/prebuilts_download.sh | 14 ++++++++++++++ docker/standard/prepare.sh | 14 ++++++++++++++ docker/standard/sources.list | 14 ++++++++++++++ 5 files changed, 70 insertions(+) diff --git a/docker/sources.list b/docker/sources.list index 7214e41b13..fc23d3e134 100755 --- a/docker/sources.list +++ b/docker/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. + + # 默认注释了源码镜像以提高 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..bb22376573 100755 --- a/docker/standard/dockerfile +++ b/docker/standard/dockerfile @@ -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. + + FROM ubuntu:18.04 WORKDIR /home/openharmony diff --git a/docker/standard/prebuilts_download.sh b/docker/standard/prebuilts_download.sh index 9d18aecf02..2ccb00d072 100755 --- a/docker/standard/prebuilts_download.sh +++ b/docker/standard/prebuilts_download.sh @@ -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. + + #!/bin/bash # 代码下载目录 code_dir=/home/prebuilts diff --git a/docker/standard/prepare.sh b/docker/standard/prepare.sh index f2b05c06a1..bc5a4c7673 100755 --- a/docker/standard/prepare.sh +++ b/docker/standard/prepare.sh @@ -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. + + #!/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