This is an automated email from the ASF dual-hosted git repository. unclegedd pushed a commit to branch test in repository https://gitbox.apache.org/repos/asf/incubator-flagon-useralejs.git
commit 40b18372f9b7b8e1741fe0834d6586d75e71d5e5 Author: poorejc <[email protected]> AuthorDate: Fri May 28 21:27:50 2021 -0400 adding ALv2 header to /example/log-label-example/index.html --- example/log-label-example/index.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/example/log-label-example/index.html b/example/log-label-example/index.html index 7d9cc50..80b32ec 100644 --- a/example/log-label-example/index.html +++ b/example/log-label-example/index.html @@ -1,3 +1,17 @@ +<!-- +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> <head> <script
