diff --git a/docker/sources.list b/docker/sources.list index 7214e41b134c644eb5ead61417d8d3e8733229b2..fc23d3e134d6ed70ad33de468adc92682bbb5a97 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 375d5275d7aca69dd4fd7b6535896873b3bf44d8..bb2237657382036b4792d63dc68a8dbeb45e9888 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 9d18aecf02c1beeaf02be1d9a856f4cab142d727..2ccb00d072896ffdee97f9442f8abd6a01f14eaa 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 f2b05c06a126f9477f53354c79816c072f327132..bc5a4c76730e845a6636af6ae5b042365d2f5119 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 488dfaa4fab1805cf6315861feb3eb9a5e6d232e..78030974c6f1729f8d290a59aa3c83f30cc4c472 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