Skip to content

Commit ee7c77a

Browse files
committed
Fixed license headers
1 parent 7663cec commit ee7c77a

File tree

5 files changed

+30
-9
lines changed

5 files changed

+30
-9
lines changed

src/main/java/gwt/material/design/addins/client/carousel/MaterialCarousel.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
package gwt.material.design.addins.client.carousel;
2121

2222
import com.google.gwt.core.client.GWT;
23-
import com.google.gwt.core.client.Scheduler;
2423
import com.google.gwt.dom.client.Document;
2524
import com.google.gwt.event.logical.shared.ValueChangeEvent;
2625
import com.google.gwt.event.logical.shared.ValueChangeHandler;
@@ -42,7 +41,10 @@
4241
import gwt.material.design.client.base.mixin.CssTypeMixin;
4342
import gwt.material.design.client.base.mixin.ToggleStyleMixin;
4443
import gwt.material.design.client.constants.CssName;
45-
import gwt.material.design.client.ui.*;
44+
import gwt.material.design.client.ui.MaterialButton;
45+
import gwt.material.design.client.ui.MaterialImage;
46+
import gwt.material.design.client.ui.MaterialPanel;
47+
import gwt.material.design.client.ui.MaterialTab;
4648

4749
import java.util.List;
4850

src/main/java/gwt/material/design/addins/client/combobox/MaterialComboBox.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.
99
* You may obtain a copy of the License at
10-
*
10+
*
1111
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
12+
*
1313
* Unless required by applicable law or agreed to in writing, software
1414
* distributed under the License is distributed on an "AS IS" BASIS,
1515
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

src/main/java/gwt/material/design/addins/client/combobox/events/HasComboBoxHandlers.java

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
* #%L
3+
* GwtMaterial
4+
* %%
5+
* Copyright (C) 2015 - 2019 GwtMaterialDesign
6+
* %%
7+
* Licensed under the Apache License, Version 2.0 (the "License");
8+
* you may not use this file except in compliance with the License.
9+
* You may obtain a copy of the License at
10+
*
11+
* http://www.apache.org/licenses/LICENSE-2.0
12+
*
13+
* Unless required by applicable law or agreed to in writing, software
14+
* distributed under the License is distributed on an "AS IS" BASIS,
15+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+
* See the License for the specific language governing permissions and
17+
* limitations under the License.
18+
* #L%
19+
*/
120
package gwt.material.design.addins.client.combobox.events;
221

322
import com.google.gwt.event.logical.shared.HasCloseHandlers;

src/main/java/gwt/material/design/addins/client/stepper/MaterialStepper.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.
99
* You may obtain a copy of the License at
10-
*
10+
*
1111
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
12+
*
1313
* Unless required by applicable law or agreed to in writing, software
1414
* distributed under the License is distributed on an "AS IS" BASIS,
1515
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -614,4 +614,4 @@ protected ToggleStyleMixin<MaterialStepper> getToggleFixedStepWidth() {
614614
}
615615
return toggleFixedStepWidth;
616616
}
617-
}
617+
}

src/main/java/gwt/material/design/incubator/client/dob/DateOfBirthPicker.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.
99
* You may obtain a copy of the License at
10-
*
10+
*
1111
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
12+
*
1313
* Unless required by applicable law or agreed to in writing, software
1414
* distributed under the License is distributed on an "AS IS" BASIS,
1515
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

0 commit comments

Comments
 (0)