From commits-return-1016-archive-asf-public=cust-asf.ponee.io@zipkin.apache.org Thu May 9 10:25:45 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id B2C75180649 for ; Thu, 9 May 2019 12:25:44 +0200 (CEST) Received: (qmail 85323 invoked by uid 500); 9 May 2019 10:25:44 -0000 Mailing-List: contact commits-help@zipkin.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zipkin.apache.org Delivered-To: mailing list commits@zipkin.apache.org Received: (qmail 85314 invoked by uid 99); 9 May 2019 10:25:43 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 May 2019 10:25:43 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id ADFB5872CE; Thu, 9 May 2019 10:25:38 +0000 (UTC) Date: Thu, 09 May 2019 10:25:38 +0000 To: "commits@zipkin.apache.org" Subject: [incubator-zipkin] branch master updated: Fixes license drift MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <155739753855.19330.5377147999944326830@gitbox.apache.org> From: adriancole@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-zipkin X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: ad9fab1a9e33e9404d0ad57321fc801b97a9356a X-Git-Newrev: 0940e30727eda7dd4988ee43f860d0e08948b519 X-Git-Rev: 0940e30727eda7dd4988ee43f860d0e08948b519 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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 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; }