This is an automated email from the ASF dual-hosted git repository. warren pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
commit 6953994c097262be88f16b01d34e7b90c2dd186b Author: zhangliang <[email protected]> AuthorDate: Wed Jun 8 09:49:01 2022 +0800 fix: add Apache license header --- config-ui/src/index-production.html | 17 +++++++++++++++++ config-ui/src/index.html | 16 ++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/config-ui/src/index-production.html b/config-ui/src/index-production.html index 5f439346..d8945201 100644 --- a/config-ui/src/index-production.html +++ b/config-ui/src/index-production.html @@ -1,3 +1,20 @@ +<!-- +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to You 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. +--> + <!-- ____ _______ __ _ _ _ _______ | _ \| ____\ \ / / | | / \ | |/ / ____| diff --git a/config-ui/src/index.html b/config-ui/src/index.html index 222aaec1..71cb3383 100644 --- a/config-ui/src/index.html +++ b/config-ui/src/index.html @@ -1,3 +1,19 @@ +<!-- +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to You 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. +--> <!DOCTYPE html> <html lang="en"> <head>
