From 23660b942b74ce9e59d4daf5c4d348399b8062b5 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Wed, 6 Sep 2017 18:39:27 -0400 Subject: [PATCH] style: added missing license headers. --- src/main/java/com/syncleus/ferma/tx/TxAction.java | 15 +++++++++++++++ .../java/com/syncleus/ferma/tx/TxAction0.java | 15 +++++++++++++++ .../java/com/syncleus/ferma/tx/TxAction1.java | 15 +++++++++++++++ .../java/com/syncleus/ferma/tx/TxAction2.java | 15 +++++++++++++++ .../java/com/syncleus/ferma/tx/TxFactoryTest.java | 15 +++++++++++++++ 5 files changed, 75 insertions(+) diff --git a/src/main/java/com/syncleus/ferma/tx/TxAction.java b/src/main/java/com/syncleus/ferma/tx/TxAction.java index f946e58e..ed002512 100644 --- a/src/main/java/com/syncleus/ferma/tx/TxAction.java +++ b/src/main/java/com/syncleus/ferma/tx/TxAction.java @@ -1,3 +1,18 @@ +/** + * Copyright 2004 - 2016 Syncleus, Inc. + * + * 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 com.syncleus.ferma.tx; @FunctionalInterface diff --git a/src/main/java/com/syncleus/ferma/tx/TxAction0.java b/src/main/java/com/syncleus/ferma/tx/TxAction0.java index e354e990..c8a2f85e 100644 --- a/src/main/java/com/syncleus/ferma/tx/TxAction0.java +++ b/src/main/java/com/syncleus/ferma/tx/TxAction0.java @@ -1,3 +1,18 @@ +/** + * Copyright 2004 - 2016 Syncleus, Inc. + * + * 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 com.syncleus.ferma.tx; @FunctionalInterface diff --git a/src/main/java/com/syncleus/ferma/tx/TxAction1.java b/src/main/java/com/syncleus/ferma/tx/TxAction1.java index 75efc341..6d773507 100644 --- a/src/main/java/com/syncleus/ferma/tx/TxAction1.java +++ b/src/main/java/com/syncleus/ferma/tx/TxAction1.java @@ -1,3 +1,18 @@ +/** + * Copyright 2004 - 2016 Syncleus, Inc. + * + * 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 com.syncleus.ferma.tx; @FunctionalInterface diff --git a/src/main/java/com/syncleus/ferma/tx/TxAction2.java b/src/main/java/com/syncleus/ferma/tx/TxAction2.java index c2afdf41..14d29312 100644 --- a/src/main/java/com/syncleus/ferma/tx/TxAction2.java +++ b/src/main/java/com/syncleus/ferma/tx/TxAction2.java @@ -1,3 +1,18 @@ +/** + * Copyright 2004 - 2016 Syncleus, Inc. + * + * 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 com.syncleus.ferma.tx; @FunctionalInterface diff --git a/src/test/java/com/syncleus/ferma/tx/TxFactoryTest.java b/src/test/java/com/syncleus/ferma/tx/TxFactoryTest.java index c1947c68..3be9ad1e 100644 --- a/src/test/java/com/syncleus/ferma/tx/TxFactoryTest.java +++ b/src/test/java/com/syncleus/ferma/tx/TxFactoryTest.java @@ -1,3 +1,18 @@ +/** + * Copyright 2004 - 2016 Syncleus, Inc. + * + * 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 com.syncleus.ferma.tx; import static org.junit.Assert.assertEquals; -- GitLab