You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zipkin.apache.org by ad...@apache.org on 2019/05/09 10:25:38 UTC

[incubator-zipkin] branch master updated: Fixes license drift

This is an automated email from the ASF dual-hosted git repository.

adriancole pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-zipkin.git


The following commit(s) were added to refs/heads/master by this push:
     new 0940e30  Fixes license drift
0940e30 is described below

commit 0940e30727eda7dd4988ee43f860d0e08948b519
Author: Adrian Cole <ac...@pivotal.io>
AuthorDate: Thu May 9 18:25:27 2019 +0800

    Fixes license drift
---
 zipkin-lens/scss/components/_mini-timeline-graph.scss | 17 +++++++++++++++++
 zipkin-lens/scss/components/_mini-timeline-label.scss | 17 +++++++++++++++++
 zipkin-lens/scss/custom/_rc-slider.scss               | 17 +++++++++++++++++
 3 files changed, 51 insertions(+)

diff --git a/zipkin-lens/scss/components/_mini-timeline-graph.scss b/zipkin-lens/scss/components/_mini-timeline-graph.scss
index c56234b..93e3942 100644
--- a/zipkin-lens/scss/components/_mini-timeline-graph.scss
+++ b/zipkin-lens/scss/components/_mini-timeline-graph.scss
@@ -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.
+//
+
 .mini-timeline-graph {
   background-color: $gray-10;
   border: 1px solid $gray-9;
diff --git a/zipkin-lens/scss/components/_mini-timeline-label.scss b/zipkin-lens/scss/components/_mini-timeline-label.scss
index 5bb18be..a9636dd 100644
--- a/zipkin-lens/scss/components/_mini-timeline-label.scss
+++ b/zipkin-lens/scss/components/_mini-timeline-label.scss
@@ -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.
+//
+
 .mini-timeline-label {
   position: relative;
   height: 14px;
diff --git a/zipkin-lens/scss/custom/_rc-slider.scss b/zipkin-lens/scss/custom/_rc-slider.scss
index 0b7bbd8..90218b3 100644
--- a/zipkin-lens/scss/custom/_rc-slider.scss
+++ b/zipkin-lens/scss/custom/_rc-slider.scss
@@ -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.
+//
+
 .rc-slider {
   padding: 0;
 }