From 7a2e5a4b803e53e5db3fc27c7db87471d5f0bd0d Mon Sep 17 00:00:00 2001 From: Christopher Ferris Date: Tue, 10 Jan 2017 11:20:03 -0500 Subject: [PATCH] Fix incorrect license header Change-Id: I8c97c85cda21048ecf05be2eea690dd157fe837f Signed-off-by: Christopher Ferris --- .../src/github.com/marbles_cc/marbles.go | 31 +++++++++---------- 1 file changed, 14 insertions(+), 17 deletions(-) diff --git a/test/fixtures/src/github.com/marbles_cc/marbles.go b/test/fixtures/src/github.com/marbles_cc/marbles.go index 85b544424d..29c34bb6d1 100644 --- a/test/fixtures/src/github.com/marbles_cc/marbles.go +++ b/test/fixtures/src/github.com/marbles_cc/marbles.go @@ -1,20 +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. + Copyright IBM Corp All Rights Reserved. + + Licensed 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. */ package main @@ -655,4 +652,4 @@ func cleanTrades(stub shim.ChaincodeStubInterface) (err error) { fmt.Println("- end clean trades") return nil -} \ No newline at end of file +}