This is an automated email from the ASF dual-hosted git repository. poorejc pushed a commit to branch license_headers in repository https://gitbox.apache.org/repos/asf/incubator-flagon-distill.git
commit bcd1e1e358c8f4f61d2ced99dbf191b76918b6fd Author: poorejc <[email protected]> AuthorDate: Mon Sep 26 21:47:41 2022 -0400 adding ASF headers for CSS files --- Dashboard/assets/bootstrap.min.css | 17 +++++++++++++++++ Dashboard/assets/style.css | 16 ++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/Dashboard/assets/bootstrap.min.css b/Dashboard/assets/bootstrap.min.css index 78dceb2..28e997e 100644 --- a/Dashboard/assets/bootstrap.min.css +++ b/Dashboard/assets/bootstrap.min.css @@ -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. + */ + /*! * Bootswatch v5.1.3 * Homepage: https://bootswatch.com diff --git a/Dashboard/assets/style.css b/Dashboard/assets/style.css index 1fd0e6f..22f5311 100644 --- a/Dashboard/assets/style.css +++ b/Dashboard/assets/style.css @@ -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. + */ html { background-color: black;
