From 19228ebd21eb01757c1f9f4ef85ffb116ff680ec Mon Sep 17 00:00:00 2001 From: Robinson Date: Fri, 8 Oct 2021 15:16:46 +0200 Subject: [PATCH] Updated copyright --- src/dorkbox/vaadin/VaadinApplication.kt | 15 +++++++++++++++ src/dorkbox/vaadin/compiler/VaadinCompile.kt | 16 +++++++++++++++- .../vaadin/undertow/DaemonThreadFactory.kt | 15 +++++++++++++++ src/dorkbox/vaadin/undertow/WebResource.kt | 15 +++++++++++++++ src/dorkbox/vaadin/undertow/WebResourceString.kt | 15 +++++++++++++++ src/dorkbox/vaadin/util/CallingClass.kt | 15 +++++++++++++++ src/dorkbox/vaadin/util/CommandLineApp.kt | 15 +++++++++++++++ src/dorkbox/vaadin/util/DummyTrustManager.kt | 15 +++++++++++++++ src/dorkbox/vaadin/util/TrieClassLoader.kt | 15 +++++++++++++++ src/dorkbox/vaadin/util/UndertowBuilder.kt | 15 +++++++++++++++ src/dorkbox/vaadin/util/VaadinConfig.kt | 15 +++++++++++++++ src/dorkbox/vaadin/util/WebServerUtils.kt | 15 +++++++++++++++ 12 files changed, 180 insertions(+), 1 deletion(-) diff --git a/src/dorkbox/vaadin/VaadinApplication.kt b/src/dorkbox/vaadin/VaadinApplication.kt index 1a1698e..c8919aa 100644 --- a/src/dorkbox/vaadin/VaadinApplication.kt +++ b/src/dorkbox/vaadin/VaadinApplication.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2021 dorkbox, llc + * + * 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 dorkbox.vaadin import com.vaadin.flow.server.frontend.FrontendUtils diff --git a/src/dorkbox/vaadin/compiler/VaadinCompile.kt b/src/dorkbox/vaadin/compiler/VaadinCompile.kt index da6bb01..1156bc1 100644 --- a/src/dorkbox/vaadin/compiler/VaadinCompile.kt +++ b/src/dorkbox/vaadin/compiler/VaadinCompile.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2021 dorkbox, llc + * + * 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 dorkbox.vaadin.compiler /** @@ -7,5 +22,4 @@ object VaadinCompile { fun print() { println("vaadin compile from maven") } - } diff --git a/src/dorkbox/vaadin/undertow/DaemonThreadFactory.kt b/src/dorkbox/vaadin/undertow/DaemonThreadFactory.kt index 6ab41a1..6082e97 100644 --- a/src/dorkbox/vaadin/undertow/DaemonThreadFactory.kt +++ b/src/dorkbox/vaadin/undertow/DaemonThreadFactory.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2021 dorkbox, llc + * + * 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 dorkbox.vaadin.undertow import java.util.concurrent.ThreadFactory diff --git a/src/dorkbox/vaadin/undertow/WebResource.kt b/src/dorkbox/vaadin/undertow/WebResource.kt index 5ec44a1..2a49fe5 100644 --- a/src/dorkbox/vaadin/undertow/WebResource.kt +++ b/src/dorkbox/vaadin/undertow/WebResource.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2021 dorkbox, llc + * + * 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 dorkbox.vaadin.undertow import java.net.URL diff --git a/src/dorkbox/vaadin/undertow/WebResourceString.kt b/src/dorkbox/vaadin/undertow/WebResourceString.kt index d41fa66..c000854 100644 --- a/src/dorkbox/vaadin/undertow/WebResourceString.kt +++ b/src/dorkbox/vaadin/undertow/WebResourceString.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2021 dorkbox, llc + * + * 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 dorkbox.vaadin.undertow import java.net.URL diff --git a/src/dorkbox/vaadin/util/CallingClass.kt b/src/dorkbox/vaadin/util/CallingClass.kt index e9a675e..da09c33 100644 --- a/src/dorkbox/vaadin/util/CallingClass.kt +++ b/src/dorkbox/vaadin/util/CallingClass.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2021 dorkbox, llc + * + * 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 dorkbox.vaadin.util /** diff --git a/src/dorkbox/vaadin/util/CommandLineApp.kt b/src/dorkbox/vaadin/util/CommandLineApp.kt index ce854c9..2c1972b 100644 --- a/src/dorkbox/vaadin/util/CommandLineApp.kt +++ b/src/dorkbox/vaadin/util/CommandLineApp.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2021 dorkbox, llc + * + * 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 dorkbox.vaadin.util //import dorkbox.network.Client diff --git a/src/dorkbox/vaadin/util/DummyTrustManager.kt b/src/dorkbox/vaadin/util/DummyTrustManager.kt index 044856a..5fa913f 100644 --- a/src/dorkbox/vaadin/util/DummyTrustManager.kt +++ b/src/dorkbox/vaadin/util/DummyTrustManager.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2021 dorkbox, llc + * + * 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 dorkbox.vaadin.util import java.security.cert.X509Certificate diff --git a/src/dorkbox/vaadin/util/TrieClassLoader.kt b/src/dorkbox/vaadin/util/TrieClassLoader.kt index 106071c..a8b956e 100644 --- a/src/dorkbox/vaadin/util/TrieClassLoader.kt +++ b/src/dorkbox/vaadin/util/TrieClassLoader.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2021 dorkbox, llc + * + * 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 dorkbox.vaadin.util import dorkbox.vaadin.util.ahoCorasick.DoubleArrayTrie diff --git a/src/dorkbox/vaadin/util/UndertowBuilder.kt b/src/dorkbox/vaadin/util/UndertowBuilder.kt index 767a72d..ba53ab6 100644 --- a/src/dorkbox/vaadin/util/UndertowBuilder.kt +++ b/src/dorkbox/vaadin/util/UndertowBuilder.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2021 dorkbox, llc + * + * 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 dorkbox.vaadin.util import io.undertow.Undertow diff --git a/src/dorkbox/vaadin/util/VaadinConfig.kt b/src/dorkbox/vaadin/util/VaadinConfig.kt index 6ba754b..d62bfbb 100644 --- a/src/dorkbox/vaadin/util/VaadinConfig.kt +++ b/src/dorkbox/vaadin/util/VaadinConfig.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2021 dorkbox, llc + * + * 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 dorkbox.vaadin.util import com.vaadin.flow.server.Constants diff --git a/src/dorkbox/vaadin/util/WebServerUtils.kt b/src/dorkbox/vaadin/util/WebServerUtils.kt index 109dab9..661d05e 100644 --- a/src/dorkbox/vaadin/util/WebServerUtils.kt +++ b/src/dorkbox/vaadin/util/WebServerUtils.kt @@ -1,3 +1,18 @@ +/* + * Copyright 2021 dorkbox, llc + * + * 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 dorkbox.vaadin.util import io.undertow.Handlers