From commits-return-8585-apmail-kudu-commits-archive=kudu.apache.org@kudu.apache.org Wed Mar 11 21:58:37 2020 Return-Path: X-Original-To: apmail-kudu-commits-archive@minotaur.apache.org Delivered-To: apmail-kudu-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by minotaur.apache.org (Postfix) with SMTP id CA3A71948A for ; Wed, 11 Mar 2020 21:58:36 +0000 (UTC) Received: (qmail 37150 invoked by uid 500); 11 Mar 2020 21:58:36 -0000 Delivered-To: apmail-kudu-commits-archive@kudu.apache.org Received: (qmail 37128 invoked by uid 500); 11 Mar 2020 21:58:36 -0000 Mailing-List: contact commits-help@kudu.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kudu.apache.org Delivered-To: mailing list commits@kudu.apache.org Received: (qmail 37075 invoked by uid 99); 11 Mar 2020 21:58:36 -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; Wed, 11 Mar 2020 21:58:36 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 149AA8DACC; Wed, 11 Mar 2020 21:58:36 +0000 (UTC) Date: Wed, 11 Mar 2020 21:58:37 +0000 To: "commits@kudu.apache.org" Subject: [kudu] 01/02: [build] Fix the instance_detector-test.cc license header MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: granthenke@apache.org In-Reply-To: <158396391601.13097.8509151514922628772@gitbox.apache.org> References: <158396391601.13097.8509151514922628772@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: kudu X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Rev: cf54e04db79a71b5fdbd6e04cd55014153c2a2f1 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20200311215836.149AA8DACC@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. granthenke pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git commit cf54e04db79a71b5fdbd6e04cd55014153c2a2f1 Author: Grant Henke AuthorDate: Wed Mar 11 11:36:27 2020 -0500 [build] Fix the instance_detector-test.cc license header It looks like the wrong header was used likely due to a copy from another file. This fixes that by using the standard license header. Change-Id: I6f9899b23dd092d349d23f74aef09dc0614fdd67 Reviewed-on: http://gerrit.cloudera.org:8080/15406 Reviewed-by: Adar Dembo Reviewed-by: Alexey Serbin Tested-by: Kudu Jenkins --- src/kudu/util/cloud/instance_detector-test.cc | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/src/kudu/util/cloud/instance_detector-test.cc b/src/kudu/util/cloud/instance_detector-test.cc index 8ad4229..0a406e8 100644 --- a/src/kudu/util/cloud/instance_detector-test.cc +++ b/src/kudu/util/cloud/instance_detector-test.cc @@ -1,6 +1,19 @@ -// Some portions Copyright (c) 2011 The LevelDB Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. +// 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. #include "kudu/util/cloud/instance_detector.h"