From 8d8b181c9efc03217bc977131f45bab923e0d5d6 Mon Sep 17 00:00:00 2001 From: Sven Ruppert Date: Thu, 5 Sep 2019 10:38:37 +0200 Subject: [PATCH] release 01.00.04-RPM --- .../java/org/rapidpm/frp/Transformations.java | 8 ++++---- .../junit/org/rapidpm/frp/model/PairTest.java | 15 +++++++++++++++ .../junit/org/rapidpm/frp/model/QuadTest.java | 15 +++++++++++++++ .../junit/org/rapidpm/frp/model/QuintTest.java | 15 +++++++++++++++ .../junit/org/rapidpm/frp/model/SeptTest.java | 15 +++++++++++++++ .../junit/org/rapidpm/frp/model/SextTest.java | 15 +++++++++++++++ .../junit/org/rapidpm/frp/model/SingleTest.java | 15 +++++++++++++++ .../junit/org/rapidpm/frp/model/TripleTest.java | 15 +++++++++++++++ 8 files changed, 109 insertions(+), 4 deletions(-) diff --git a/src/main/java/org/rapidpm/frp/Transformations.java b/src/main/java/org/rapidpm/frp/Transformations.java index ba37484..a969367 100644 --- a/src/main/java/org/rapidpm/frp/Transformations.java +++ b/src/main/java/org/rapidpm/frp/Transformations.java @@ -1,12 +1,12 @@ /** * Copyright © 2017 Sven Ruppert (sven.ruppert@gmail.com) - *

+ * * 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 - *

+ * + * 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. diff --git a/src/test/java/junit/org/rapidpm/frp/model/PairTest.java b/src/test/java/junit/org/rapidpm/frp/model/PairTest.java index 43b5f58..5bcc29b 100644 --- a/src/test/java/junit/org/rapidpm/frp/model/PairTest.java +++ b/src/test/java/junit/org/rapidpm/frp/model/PairTest.java @@ -1,3 +1,18 @@ +/** + * Copyright © 2017 Sven Ruppert (sven.ruppert@gmail.com) + * + * 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 junit.org.rapidpm.frp.model; import static org.junit.jupiter.api.Assertions.assertEquals; diff --git a/src/test/java/junit/org/rapidpm/frp/model/QuadTest.java b/src/test/java/junit/org/rapidpm/frp/model/QuadTest.java index 9df1413..ab61ffa 100644 --- a/src/test/java/junit/org/rapidpm/frp/model/QuadTest.java +++ b/src/test/java/junit/org/rapidpm/frp/model/QuadTest.java @@ -1,3 +1,18 @@ +/** + * Copyright © 2017 Sven Ruppert (sven.ruppert@gmail.com) + * + * 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 junit.org.rapidpm.frp.model; import static org.junit.jupiter.api.Assertions.assertEquals; diff --git a/src/test/java/junit/org/rapidpm/frp/model/QuintTest.java b/src/test/java/junit/org/rapidpm/frp/model/QuintTest.java index c4321dd..74e9c86 100644 --- a/src/test/java/junit/org/rapidpm/frp/model/QuintTest.java +++ b/src/test/java/junit/org/rapidpm/frp/model/QuintTest.java @@ -1,3 +1,18 @@ +/** + * Copyright © 2017 Sven Ruppert (sven.ruppert@gmail.com) + * + * 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 junit.org.rapidpm.frp.model; import static org.junit.jupiter.api.Assertions.assertEquals; diff --git a/src/test/java/junit/org/rapidpm/frp/model/SeptTest.java b/src/test/java/junit/org/rapidpm/frp/model/SeptTest.java index 5bdf3ad..ce5eb40 100644 --- a/src/test/java/junit/org/rapidpm/frp/model/SeptTest.java +++ b/src/test/java/junit/org/rapidpm/frp/model/SeptTest.java @@ -1,3 +1,18 @@ +/** + * Copyright © 2017 Sven Ruppert (sven.ruppert@gmail.com) + * + * 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 junit.org.rapidpm.frp.model; import static org.junit.jupiter.api.Assertions.assertEquals; diff --git a/src/test/java/junit/org/rapidpm/frp/model/SextTest.java b/src/test/java/junit/org/rapidpm/frp/model/SextTest.java index 6d68ed0..586ad07 100644 --- a/src/test/java/junit/org/rapidpm/frp/model/SextTest.java +++ b/src/test/java/junit/org/rapidpm/frp/model/SextTest.java @@ -1,3 +1,18 @@ +/** + * Copyright © 2017 Sven Ruppert (sven.ruppert@gmail.com) + * + * 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 junit.org.rapidpm.frp.model; import static org.junit.jupiter.api.Assertions.assertEquals; diff --git a/src/test/java/junit/org/rapidpm/frp/model/SingleTest.java b/src/test/java/junit/org/rapidpm/frp/model/SingleTest.java index a5f8e0f..1e01d83 100644 --- a/src/test/java/junit/org/rapidpm/frp/model/SingleTest.java +++ b/src/test/java/junit/org/rapidpm/frp/model/SingleTest.java @@ -1,3 +1,18 @@ +/** + * Copyright © 2017 Sven Ruppert (sven.ruppert@gmail.com) + * + * 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 junit.org.rapidpm.frp.model; import static org.junit.jupiter.api.Assertions.assertEquals; diff --git a/src/test/java/junit/org/rapidpm/frp/model/TripleTest.java b/src/test/java/junit/org/rapidpm/frp/model/TripleTest.java index 93181a4..5c3ebe6 100644 --- a/src/test/java/junit/org/rapidpm/frp/model/TripleTest.java +++ b/src/test/java/junit/org/rapidpm/frp/model/TripleTest.java @@ -1,3 +1,18 @@ +/** + * Copyright © 2017 Sven Ruppert (sven.ruppert@gmail.com) + * + * 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 junit.org.rapidpm.frp.model; import static org.junit.jupiter.api.Assertions.assertEquals;