mirror of
https://github.com/corda/corda.git
synced 2024-12-21 05:53:23 +00:00
Add copyright header (not open source for now)
This commit is contained in:
parent
9780f6254a
commit
52288bede1
@ -1,3 +1,7 @@
|
||||
/*
|
||||
* Copyright 2015, R3 CEV. All rights reserved.
|
||||
*/
|
||||
|
||||
package contracts
|
||||
|
||||
import core.*
|
||||
|
@ -1,3 +1,7 @@
|
||||
/*
|
||||
* Copyright 2015, R3 CEV. All rights reserved.
|
||||
*/
|
||||
|
||||
package contracts
|
||||
|
||||
import core.*
|
||||
|
@ -1,3 +1,7 @@
|
||||
/*
|
||||
* Copyright 2015, R3 CEV. All rights reserved.
|
||||
*/
|
||||
|
||||
package contracts
|
||||
|
||||
import core.*
|
||||
|
@ -1,3 +1,7 @@
|
||||
/*
|
||||
* Copyright 2015, R3 CEV. All rights reserved.
|
||||
*/
|
||||
|
||||
package contracts
|
||||
|
||||
import core.Contract
|
||||
|
@ -1,3 +1,7 @@
|
||||
/*
|
||||
* Copyright 2015, R3 CEV. All rights reserved.
|
||||
*/
|
||||
|
||||
package contracts;
|
||||
|
||||
import core.*;
|
||||
|
@ -1,3 +1,7 @@
|
||||
/*
|
||||
* Copyright 2015, R3 CEV. All rights reserved.
|
||||
*/
|
||||
|
||||
package core
|
||||
|
||||
import core.serialization.SerializeableWithKryo
|
||||
|
@ -1,3 +1,7 @@
|
||||
/*
|
||||
* Copyright 2015, R3 CEV. All rights reserved.
|
||||
*/
|
||||
|
||||
package core
|
||||
|
||||
import com.google.common.io.BaseEncoding
|
||||
|
@ -1,3 +1,7 @@
|
||||
/*
|
||||
* Copyright 2015, R3 CEV. All rights reserved.
|
||||
*/
|
||||
|
||||
package core
|
||||
|
||||
import core.serialization.SerializeableWithKryo
|
||||
|
@ -1,3 +1,7 @@
|
||||
/*
|
||||
* Copyright 2015, R3 CEV. All rights reserved.
|
||||
*/
|
||||
|
||||
package core
|
||||
|
||||
import java.util.*
|
||||
|
@ -1,3 +1,7 @@
|
||||
/*
|
||||
* Copyright 2015, R3 CEV. All rights reserved.
|
||||
*/
|
||||
|
||||
package core
|
||||
|
||||
import core.serialization.SerializeableWithKryo
|
||||
|
@ -1,3 +1,7 @@
|
||||
/*
|
||||
* Copyright 2015, R3 CEV. All rights reserved.
|
||||
*/
|
||||
|
||||
package core
|
||||
|
||||
import com.google.common.io.BaseEncoding
|
||||
|
@ -1,3 +1,7 @@
|
||||
/*
|
||||
* Copyright 2015, R3 CEV. All rights reserved.
|
||||
*/
|
||||
|
||||
package core.serialization
|
||||
|
||||
import com.esotericsoftware.kryo.Kryo
|
||||
|
@ -1,3 +1,7 @@
|
||||
/*
|
||||
* Copyright 2015, R3 CEV. All rights reserved.
|
||||
*/
|
||||
|
||||
import contracts.Cash
|
||||
import contracts.DummyContract
|
||||
import contracts.InsufficientBalanceException
|
||||
|
@ -1,3 +1,7 @@
|
||||
/*
|
||||
* Copyright 2015, R3 CEV. All rights reserved.
|
||||
*/
|
||||
|
||||
package contracts
|
||||
|
||||
import core.*
|
||||
|
@ -1,3 +1,7 @@
|
||||
/*
|
||||
* Copyright 2015, R3 CEV. All rights reserved.
|
||||
*/
|
||||
|
||||
package contracts
|
||||
|
||||
import core.*
|
||||
|
@ -1,3 +1,7 @@
|
||||
/*
|
||||
* Copyright 2015, R3 CEV. All rights reserved.
|
||||
*/
|
||||
|
||||
package core
|
||||
|
||||
import contracts.Cash
|
||||
|
@ -1,3 +1,7 @@
|
||||
/*
|
||||
* Copyright 2015, R3 CEV. All rights reserved.
|
||||
*/
|
||||
|
||||
package core.serialization
|
||||
|
||||
import com.esotericsoftware.kryo.Kryo
|
||||
|
@ -1,3 +1,7 @@
|
||||
/*
|
||||
* Copyright 2015, R3 CEV. All rights reserved.
|
||||
*/
|
||||
|
||||
package core.serialization
|
||||
|
||||
import contracts.Cash
|
||||
|
@ -1,3 +1,7 @@
|
||||
/*
|
||||
* Copyright 2015, R3 CEV. All rights reserved.
|
||||
*/
|
||||
|
||||
@file:Suppress("UNUSED_PARAMETER", "UNCHECKED_CAST")
|
||||
|
||||
package core.testutils
|
||||
|
Loading…
Reference in New Issue
Block a user