From 61107dbf84ef3250fc22e8134b4e4942f2f066ba Mon Sep 17 00:00:00 2001 From: Ry Jones Date: Tue, 26 May 2020 12:43:33 -0700 Subject: [PATCH] FAB-17930: Update licenses (#191) Signed-off-by: Ry Jones --- chaincode/fabcar/external/fabcar.go | 19 ++----------------- chaincode/fabcar/go/fabcar.go | 19 ++----------------- 2 files changed, 4 insertions(+), 34 deletions(-) diff --git a/chaincode/fabcar/external/fabcar.go b/chaincode/fabcar/external/fabcar.go index 22a59ac8..f6c30656 100644 --- a/chaincode/fabcar/external/fabcar.go +++ b/chaincode/fabcar/external/fabcar.go @@ -1,21 +1,6 @@ /* - * 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. - */ +SPDX-License-Identifier: Apache-2.0 +*/ package main diff --git a/chaincode/fabcar/go/fabcar.go b/chaincode/fabcar/go/fabcar.go index 1d1346be..ae3e5264 100644 --- a/chaincode/fabcar/go/fabcar.go +++ b/chaincode/fabcar/go/fabcar.go @@ -1,21 +1,6 @@ /* - * 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. - */ +SPDX-License-Identifier: Apache-2.0 +*/ package main