From 94ff0b1ccb0ee4d6707989717c2ad83336e75151 Mon Sep 17 00:00:00 2001 From: Javier Godoy <11554739+javier-godoy@users.noreply.github.com> Date: Mon, 19 Oct 2020 09:27:15 -0300 Subject: [PATCH] Add license headers --- .../flowingcode/vaadin/addons/DemoLayout.java | 21 ++++++++++++++++++- .../vaadin/addons/twincolgrid/BoundDemo.java | 19 +++++++++++++++++ .../vaadin/addons/twincolgrid/DemoView.java | 19 +++++++++++++++++ .../addons/twincolgrid/DragAndDropDemo.java | 19 +++++++++++++++++ .../addons/twincolgrid/FilterableDemo.java | 19 +++++++++++++++++ .../addons/twincolgrid/TwincolDemoView.java | 19 +++++++++++++++++ .../addons/twincolgrid/test/LayoutTest.java | 19 +++++++++++++++++ .../twincolgrid/test/SerializationTest.java | 21 ++++++++++++++++++- 8 files changed, 154 insertions(+), 2 deletions(-) diff --git a/src/test/java/com/flowingcode/vaadin/addons/DemoLayout.java b/src/test/java/com/flowingcode/vaadin/addons/DemoLayout.java index df595dc..a628c21 100644 --- a/src/test/java/com/flowingcode/vaadin/addons/DemoLayout.java +++ b/src/test/java/com/flowingcode/vaadin/addons/DemoLayout.java @@ -1,3 +1,22 @@ +/*- + * #%L + * TwinColGrid add-on + * %% + * Copyright (C) 2017 - 2020 Flowing Code + * %% + * 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. + * #L% + */ package com.flowingcode.vaadin.addons; import com.vaadin.flow.component.html.Div; @@ -10,4 +29,4 @@ public DemoLayout() { setSizeFull(); } -} \ No newline at end of file +} diff --git a/src/test/java/com/flowingcode/vaadin/addons/twincolgrid/BoundDemo.java b/src/test/java/com/flowingcode/vaadin/addons/twincolgrid/BoundDemo.java index 18fe2e6..25987bb 100644 --- a/src/test/java/com/flowingcode/vaadin/addons/twincolgrid/BoundDemo.java +++ b/src/test/java/com/flowingcode/vaadin/addons/twincolgrid/BoundDemo.java @@ -1,3 +1,22 @@ +/*- + * #%L + * TwinColGrid add-on + * %% + * Copyright (C) 2017 - 2020 Flowing Code + * %% + * 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. + * #L% + */ package com.flowingcode.vaadin.addons.twincolgrid; import com.vaadin.flow.component.orderedlayout.VerticalLayout; diff --git a/src/test/java/com/flowingcode/vaadin/addons/twincolgrid/DemoView.java b/src/test/java/com/flowingcode/vaadin/addons/twincolgrid/DemoView.java index 86fd29f..3ab0c47 100644 --- a/src/test/java/com/flowingcode/vaadin/addons/twincolgrid/DemoView.java +++ b/src/test/java/com/flowingcode/vaadin/addons/twincolgrid/DemoView.java @@ -1,3 +1,22 @@ +/*- + * #%L + * TwinColGrid add-on + * %% + * Copyright (C) 2017 - 2020 Flowing Code + * %% + * 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. + * #L% + */ package com.flowingcode.vaadin.addons.twincolgrid; import com.vaadin.flow.component.orderedlayout.VerticalLayout; diff --git a/src/test/java/com/flowingcode/vaadin/addons/twincolgrid/DragAndDropDemo.java b/src/test/java/com/flowingcode/vaadin/addons/twincolgrid/DragAndDropDemo.java index 6617181..48d38bf 100644 --- a/src/test/java/com/flowingcode/vaadin/addons/twincolgrid/DragAndDropDemo.java +++ b/src/test/java/com/flowingcode/vaadin/addons/twincolgrid/DragAndDropDemo.java @@ -1,3 +1,22 @@ +/*- + * #%L + * TwinColGrid add-on + * %% + * Copyright (C) 2017 - 2020 Flowing Code + * %% + * 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. + * #L% + */ package com.flowingcode.vaadin.addons.twincolgrid; import com.vaadin.flow.component.html.Label; diff --git a/src/test/java/com/flowingcode/vaadin/addons/twincolgrid/FilterableDemo.java b/src/test/java/com/flowingcode/vaadin/addons/twincolgrid/FilterableDemo.java index 6d6551d..6723195 100644 --- a/src/test/java/com/flowingcode/vaadin/addons/twincolgrid/FilterableDemo.java +++ b/src/test/java/com/flowingcode/vaadin/addons/twincolgrid/FilterableDemo.java @@ -1,3 +1,22 @@ +/*- + * #%L + * TwinColGrid add-on + * %% + * Copyright (C) 2017 - 2020 Flowing Code + * %% + * 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. + * #L% + */ package com.flowingcode.vaadin.addons.twincolgrid; import com.vaadin.flow.component.orderedlayout.VerticalLayout; diff --git a/src/test/java/com/flowingcode/vaadin/addons/twincolgrid/TwincolDemoView.java b/src/test/java/com/flowingcode/vaadin/addons/twincolgrid/TwincolDemoView.java index e1e4f28..e2cdccb 100644 --- a/src/test/java/com/flowingcode/vaadin/addons/twincolgrid/TwincolDemoView.java +++ b/src/test/java/com/flowingcode/vaadin/addons/twincolgrid/TwincolDemoView.java @@ -1,3 +1,22 @@ +/*- + * #%L + * TwinColGrid add-on + * %% + * Copyright (C) 2017 - 2020 Flowing Code + * %% + * 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. + * #L% + */ package com.flowingcode.vaadin.addons.twincolgrid; import com.flowingcode.vaadin.addons.DemoLayout; diff --git a/src/test/java/com/flowingcode/vaadin/addons/twincolgrid/test/LayoutTest.java b/src/test/java/com/flowingcode/vaadin/addons/twincolgrid/test/LayoutTest.java index 8c9bcc5..308b86e 100644 --- a/src/test/java/com/flowingcode/vaadin/addons/twincolgrid/test/LayoutTest.java +++ b/src/test/java/com/flowingcode/vaadin/addons/twincolgrid/test/LayoutTest.java @@ -1,3 +1,22 @@ +/*- + * #%L + * TwinColGrid add-on + * %% + * Copyright (C) 2017 - 2020 Flowing Code + * %% + * 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. + * #L% + */ package com.flowingcode.vaadin.addons.twincolgrid.test; import static org.junit.Assert.assertEquals; diff --git a/src/test/java/com/flowingcode/vaadin/addons/twincolgrid/test/SerializationTest.java b/src/test/java/com/flowingcode/vaadin/addons/twincolgrid/test/SerializationTest.java index 3ab9a83..d83b0a4 100644 --- a/src/test/java/com/flowingcode/vaadin/addons/twincolgrid/test/SerializationTest.java +++ b/src/test/java/com/flowingcode/vaadin/addons/twincolgrid/test/SerializationTest.java @@ -1,3 +1,22 @@ +/*- + * #%L + * TwinColGrid add-on + * %% + * Copyright (C) 2017 - 2020 Flowing Code + * %% + * 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. + * #L% + */ package com.flowingcode.vaadin.addons.twincolgrid.test; import java.io.ByteArrayInputStream; @@ -26,4 +45,4 @@ private void testSerializationOf(Object obj) throws IOException, ClassNotFoundEx public void testSerialization() throws ClassNotFoundException, IOException { testSerializationOf(new TwinColGrid<>()); } -} \ No newline at end of file +}