Skip to content

Commit 822c811

Browse files
committed
Add license block to source
1 parent a0fdf93 commit 822c811

8 files changed

+28
-0
lines changed

LICENSE renamed to LICENSE.txt

File renamed without changes.

src/com/discernative/etradetools/AuthToken.java

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* This file is subject to the terms and conditions defined in
3+
* file 'LICENSE.txt', which is part of this source code package.
4+
*/
15
package com.discernative.etradetools;
26
class AuthToken implements java.io.Serializable {
37
private String key;

src/com/discernative/etradetools/CallOptionQuote.java

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* This file is subject to the terms and conditions defined in
3+
* file 'LICENSE.txt', which is part of this source code package.
4+
*/
15
package com.discernative.etradetools;
26
import java.util.Calendar;
37
class CallOptionQuote extends OptionChainQuote {

src/com/discernative/etradetools/EtradeTools.java

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* This file is subject to the terms and conditions defined in
3+
* file 'LICENSE.txt', which is part of this source code package.
4+
*/
15
package com.discernative.etradetools;
26
import com.etrade.etws.oauth.sdk.client.IOAuthClient;
37
import com.etrade.etws.oauth.sdk.client.OAuthClientImpl;

src/com/discernative/etradetools/GetAuthToken.java

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* This file is subject to the terms and conditions defined in
3+
* file 'LICENSE.txt', which is part of this source code package.
4+
*/
15
package com.discernative.etradetools;
26
import com.etrade.etws.account.Account;
37
import com.etrade.etws.account.AccountListResponse;

src/com/discernative/etradetools/ITMScreener.java

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* This file is subject to the terms and conditions defined in
3+
* file 'LICENSE.txt', which is part of this source code package.
4+
*/
15
package com.discernative.etradetools;
26
import java.util.List;
37
import java.util.Calendar;

src/com/discernative/etradetools/OptionChainQuote.java

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* This file is subject to the terms and conditions defined in
3+
* file 'LICENSE.txt', which is part of this source code package.
4+
*/
15
package com.discernative.etradetools;
26
import java.util.Calendar;
37

src/com/discernative/etradetools/PutOptionQuote.java

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* This file is subject to the terms and conditions defined in
3+
* file 'LICENSE.txt', which is part of this source code package.
4+
*/
15
package com.discernative.etradetools;
26
import java.util.Calendar;
37
class PutOptionQuote extends OptionChainQuote {

0 commit comments

Comments
 (0)