From 1b34902f58c06f5fa2268a1d1a8d86fd220bb051 Mon Sep 17 00:00:00 2001 From: "mark.baldemor" Date: Wed, 3 Oct 2018 16:30:12 +0800 Subject: [PATCH] Copyright Headers for new mixins --- .../client/base/AllowBlankKeyFactory.java | 19 +++++++++++++++++++ .../design/client/base/HasClearOnKeyUp.java | 19 +++++++++++++++++++ .../design/client/base/HasRequiredField.java | 19 +++++++++++++++++++ .../client/base/HasStatusDisplayType.java | 19 +++++++++++++++++++ .../client/base/mixin/ClearOnKeyUpMixin.java | 19 +++++++++++++++++++ .../client/base/mixin/RequiredFieldMixin.java | 19 +++++++++++++++++++ .../client/base/mixin/StatusDisplayMixin.java | 19 +++++++++++++++++++ .../client/base/mixin/StatusTextMixin.java | 4 ++-- .../client/constants/StatusDisplayType.java | 19 +++++++++++++++++++ 9 files changed, 154 insertions(+), 2 deletions(-) diff --git a/gwt-material/src/main/java/gwt/material/design/client/base/AllowBlankKeyFactory.java b/gwt-material/src/main/java/gwt/material/design/client/base/AllowBlankKeyFactory.java index 6dd58edc3..5734cea8f 100644 --- a/gwt-material/src/main/java/gwt/material/design/client/base/AllowBlankKeyFactory.java +++ b/gwt-material/src/main/java/gwt/material/design/client/base/AllowBlankKeyFactory.java @@ -1,3 +1,22 @@ +/* + * #%L + * GwtMaterial + * %% + * Copyright (C) 2015 - 2018 GwtMaterialDesign + * %% + * 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 gwt.material.design.client.base; public class AllowBlankKeyFactory implements KeyFactory { diff --git a/gwt-material/src/main/java/gwt/material/design/client/base/HasClearOnKeyUp.java b/gwt-material/src/main/java/gwt/material/design/client/base/HasClearOnKeyUp.java index 728fb4281..590549c3a 100644 --- a/gwt-material/src/main/java/gwt/material/design/client/base/HasClearOnKeyUp.java +++ b/gwt-material/src/main/java/gwt/material/design/client/base/HasClearOnKeyUp.java @@ -1,3 +1,22 @@ +/* + * #%L + * GwtMaterial + * %% + * Copyright (C) 2015 - 2018 GwtMaterialDesign + * %% + * 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 gwt.material.design.client.base; /** diff --git a/gwt-material/src/main/java/gwt/material/design/client/base/HasRequiredField.java b/gwt-material/src/main/java/gwt/material/design/client/base/HasRequiredField.java index 0eb3b7383..4a876f034 100644 --- a/gwt-material/src/main/java/gwt/material/design/client/base/HasRequiredField.java +++ b/gwt-material/src/main/java/gwt/material/design/client/base/HasRequiredField.java @@ -1,3 +1,22 @@ +/* + * #%L + * GwtMaterial + * %% + * Copyright (C) 2015 - 2018 GwtMaterialDesign + * %% + * 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 gwt.material.design.client.base; /** diff --git a/gwt-material/src/main/java/gwt/material/design/client/base/HasStatusDisplayType.java b/gwt-material/src/main/java/gwt/material/design/client/base/HasStatusDisplayType.java index 8ca09c1ed..0d8cfa897 100644 --- a/gwt-material/src/main/java/gwt/material/design/client/base/HasStatusDisplayType.java +++ b/gwt-material/src/main/java/gwt/material/design/client/base/HasStatusDisplayType.java @@ -1,3 +1,22 @@ +/* + * #%L + * GwtMaterial + * %% + * Copyright (C) 2015 - 2018 GwtMaterialDesign + * %% + * 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 gwt.material.design.client.base; import gwt.material.design.client.base.mixin.StatusDisplayMixin; diff --git a/gwt-material/src/main/java/gwt/material/design/client/base/mixin/ClearOnKeyUpMixin.java b/gwt-material/src/main/java/gwt/material/design/client/base/mixin/ClearOnKeyUpMixin.java index 591b6fcb1..20c6e1bbc 100644 --- a/gwt-material/src/main/java/gwt/material/design/client/base/mixin/ClearOnKeyUpMixin.java +++ b/gwt-material/src/main/java/gwt/material/design/client/base/mixin/ClearOnKeyUpMixin.java @@ -1,3 +1,22 @@ +/* + * #%L + * GwtMaterial + * %% + * Copyright (C) 2015 - 2018 GwtMaterialDesign + * %% + * 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 gwt.material.design.client.base.mixin; import com.google.gwt.core.client.GWT; diff --git a/gwt-material/src/main/java/gwt/material/design/client/base/mixin/RequiredFieldMixin.java b/gwt-material/src/main/java/gwt/material/design/client/base/mixin/RequiredFieldMixin.java index cd803bb00..e5d570024 100644 --- a/gwt-material/src/main/java/gwt/material/design/client/base/mixin/RequiredFieldMixin.java +++ b/gwt-material/src/main/java/gwt/material/design/client/base/mixin/RequiredFieldMixin.java @@ -1,3 +1,22 @@ +/* + * #%L + * GwtMaterial + * %% + * Copyright (C) 2015 - 2018 GwtMaterialDesign + * %% + * 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 gwt.material.design.client.base.mixin; import com.google.gwt.user.client.ui.UIObject; diff --git a/gwt-material/src/main/java/gwt/material/design/client/base/mixin/StatusDisplayMixin.java b/gwt-material/src/main/java/gwt/material/design/client/base/mixin/StatusDisplayMixin.java index 443c25879..b9121f4b4 100644 --- a/gwt-material/src/main/java/gwt/material/design/client/base/mixin/StatusDisplayMixin.java +++ b/gwt-material/src/main/java/gwt/material/design/client/base/mixin/StatusDisplayMixin.java @@ -1,3 +1,22 @@ +/* + * #%L + * GwtMaterial + * %% + * Copyright (C) 2015 - 2018 GwtMaterialDesign + * %% + * 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 gwt.material.design.client.base.mixin; import com.google.gwt.dom.client.Element; diff --git a/gwt-material/src/main/java/gwt/material/design/client/base/mixin/StatusTextMixin.java b/gwt-material/src/main/java/gwt/material/design/client/base/mixin/StatusTextMixin.java index f37a66a00..837284109 100644 --- a/gwt-material/src/main/java/gwt/material/design/client/base/mixin/StatusTextMixin.java +++ b/gwt-material/src/main/java/gwt/material/design/client/base/mixin/StatusTextMixin.java @@ -7,9 +7,9 @@ * 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. diff --git a/gwt-material/src/main/java/gwt/material/design/client/constants/StatusDisplayType.java b/gwt-material/src/main/java/gwt/material/design/client/constants/StatusDisplayType.java index 40d8264e1..769e21c09 100644 --- a/gwt-material/src/main/java/gwt/material/design/client/constants/StatusDisplayType.java +++ b/gwt-material/src/main/java/gwt/material/design/client/constants/StatusDisplayType.java @@ -1,3 +1,22 @@ +/* + * #%L + * GwtMaterial + * %% + * Copyright (C) 2015 - 2018 GwtMaterialDesign + * %% + * 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 gwt.material.design.client.constants; import gwt.material.design.client.base.helper.EnumHelper;