Skip to content

Commit 8c6b336

Browse files
committed
Update license and license headers
1 parent 7bc49f9 commit 8c6b336

File tree

4 files changed

+63
-12
lines changed

4 files changed

+63
-12
lines changed

LICENSE renamed to LICENSE.txt

+3-12
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
1-
All parts, except the contents of the documentation module, are licenced
2-
under Apache License v2.0. See the license text below.
3-
4-
The documentation is licensed under Creative Commons CC-BY-ND 2.0
5-
(http://creativecommons.org/licenses/by-nd/2.0/legalcode).
6-
7-
8-
-----------------------------------------------------------------------------
9-
10-
Apache License
1+
Apache License
112
Version 2.0, January 2004
123
http://www.apache.org/licenses/
134

@@ -187,15 +178,15 @@ The documentation is licensed under Creative Commons CC-BY-ND 2.0
187178
APPENDIX: How to apply the Apache License to your work.
188179

189180
To apply the Apache License to your work, attach the following
190-
boilerplate notice, with the fields enclosed by brackets "{}"
181+
boilerplate notice, with the fields enclosed by brackets "[]"
191182
replaced with your own identifying information. (Don't include
192183
the brackets!) The text should be enclosed in the appropriate
193184
comment syntax for the file format. We also recommend that a
194185
file or class name and description of purpose be included on the
195186
same "printed page" as the copyright notice for easier
196187
identification within third-party archives.
197188

198-
Copyright {yyyy} {name of copyright owner}
189+
Copyright [yyyy] [name of copyright owner]
199190

200191
Licensed under the Apache License, Version 2.0 (the "License");
201192
you may not use this file except in compliance with the License.

src/main/java/com/flowingcode/vaadin/addons/chipfield/Chip.java

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
package com.flowingcode.vaadin.addons.chipfield;
22

3+
/*-
4+
* #%L
5+
* ChipField Addon
6+
* %%
7+
* Copyright (C) 2018 Flowing Code
8+
* %%
9+
* Licensed under the Apache License, Version 2.0 (the "License");
10+
* you may not use this file except in compliance with the License.
11+
* You may obtain a copy of the License at
12+
*
13+
* http://www.apache.org/licenses/LICENSE-2.0
14+
*
15+
* Unless required by applicable law or agreed to in writing, software
16+
* distributed under the License is distributed on an "AS IS" BASIS,
17+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18+
* See the License for the specific language governing permissions and
19+
* limitations under the License.
20+
* #L%
21+
*/
22+
323
import com.vaadin.flow.component.Component;
424
import com.vaadin.flow.component.Tag;
525
import com.vaadin.flow.component.dependency.HtmlImport;

src/main/java/com/flowingcode/vaadin/addons/chipfield/ChipField.java

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
package com.flowingcode.vaadin.addons.chipfield;
22

3+
/*-
4+
* #%L
5+
* ChipField Addon
6+
* %%
7+
* Copyright (C) 2018 Flowing Code
8+
* %%
9+
* Licensed under the Apache License, Version 2.0 (the "License");
10+
* you may not use this file except in compliance with the License.
11+
* You may obtain a copy of the License at
12+
*
13+
* http://www.apache.org/licenses/LICENSE-2.0
14+
*
15+
* Unless required by applicable law or agreed to in writing, software
16+
* distributed under the License is distributed on an "AS IS" BASIS,
17+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18+
* See the License for the specific language governing permissions and
19+
* limitations under the License.
20+
* #L%
21+
*/
22+
323
import java.util.ArrayList;
424
import java.util.Arrays;
525
import java.util.HashMap;

src/test/java/com/flowingcode/vaadin/addons/chipfield/DemoView.java

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
package com.flowingcode.vaadin.addons.chipfield;
22

3+
/*-
4+
* #%L
5+
* ChipField Addon
6+
* %%
7+
* Copyright (C) 2018 Flowing Code
8+
* %%
9+
* Licensed under the Apache License, Version 2.0 (the "License");
10+
* you may not use this file except in compliance with the License.
11+
* You may obtain a copy of the License at
12+
*
13+
* http://www.apache.org/licenses/LICENSE-2.0
14+
*
15+
* Unless required by applicable law or agreed to in writing, software
16+
* distributed under the License is distributed on an "AS IS" BASIS,
17+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18+
* See the License for the specific language governing permissions and
19+
* limitations under the License.
20+
* #L%
21+
*/
22+
323
import java.util.ArrayList;
424
import java.util.Arrays;
525
import java.util.List;

0 commit comments

Comments
 (0)