Skip to content

Commit

Permalink
Fix incorrect license header
Browse files Browse the repository at this point in the history
Change-Id: I8c97c85cda21048ecf05be2eea690dd157fe837f
Signed-off-by: Christopher Ferris <chrisfer@us.ibm.com>
  • Loading branch information
christo4ferris committed Jan 10, 2017
1 parent a4dd2b6 commit 7a2e5a4
Showing 1 changed file with 14 additions and 17 deletions.
31 changes: 14 additions & 17 deletions test/fixtures/src/github.com/marbles_cc/marbles.go
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -655,4 +652,4 @@ func cleanTrades(stub shim.ChaincodeStubInterface) (err error) {

fmt.Println("- end clean trades")
return nil
}
}

0 comments on commit 7a2e5a4

Please sign in to comment.