Skip to content

Commit 0984fce

Browse files
committed
chore: correct inception year
The initial commit was in 2017 (342ac06), but the inception year was set as 2018 (4334fca).
1 parent 06bb9e7 commit 0984fce

File tree

13 files changed

+25
-25
lines changed

13 files changed

+25
-25
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<maven>3</maven>
1111
</prerequisites>
1212

13-
<inceptionYear>2018</inceptionYear>
13+
<inceptionYear>2017</inceptionYear>
1414
<organization>
1515
<name>Flowing Code</name>
1616
<url>https://www.flowingcode.com</url>

src/main/java/com/flowingcode/vaadin/addons/errorwindow/DefaultErrorWindowFactory.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*-
22
* #%L
3-
* Error Window Add-on Project
3+
* Error Window Add-on
44
* %%
5-
* Copyright (C) 2018 - 2020 Flowing Code
5+
* Copyright (C) 2017 - 2020 Flowing Code
66
* %%
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

src/main/java/com/flowingcode/vaadin/addons/errorwindow/ErrorDetails.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*-
22
* #%L
3-
* Error Window Add-on Project
3+
* Error Window Add-on
44
* %%
5-
* Copyright (C) 2018 - 2020 Flowing Code
5+
* Copyright (C) 2017 - 2020 Flowing Code
66
* %%
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

src/main/java/com/flowingcode/vaadin/addons/errorwindow/ErrorManager.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*-
22
* #%L
3-
* Error Window Add-on Project
3+
* Error Window Add-on
44
* %%
5-
* Copyright (C) 2018 - 2020 Flowing Code
5+
* Copyright (C) 2017 - 2020 Flowing Code
66
* %%
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

src/main/java/com/flowingcode/vaadin/addons/errorwindow/ErrorWindow.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*-
22
* #%L
3-
* Error Window Add-on Project
3+
* Error Window Add-on
44
* %%
5-
* Copyright (C) 2018 - 2020 Flowing Code
5+
* Copyright (C) 2017 - 2020 Flowing Code
66
* %%
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

src/main/java/com/flowingcode/vaadin/addons/errorwindow/ErrorWindowFactory.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*-
22
* #%L
3-
* Error Window Add-on Project
3+
* Error Window Add-on
44
* %%
5-
* Copyright (C) 2018 - 2020 Flowing Code
5+
* Copyright (C) 2017 - 2020 Flowing Code
66
* %%
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

src/main/java/com/flowingcode/vaadin/addons/errorwindow/ErrorWindowI18n.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*-
22
* #%L
3-
* Error Window Add-on Project
3+
* Error Window Add-on
44
* %%
5-
* Copyright (C) 2018 - 2020 Flowing Code
5+
* Copyright (C) 2017 - 2020 Flowing Code
66
* %%
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

src/main/java/com/flowingcode/vaadin/addons/errorwindow/VaadinServiceInitListenerImpl.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*-
22
* #%L
3-
* Error Window Add-on Project
3+
* Error Window Add-on
44
* %%
5-
* Copyright (C) 2018 - 2020 Flowing Code
5+
* Copyright (C) 2017 - 2020 Flowing Code
66
* %%
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

src/test/java/com/flowingcode/vaadin/addons/DemoLayout.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*-
22
* #%L
3-
* Error Window Add-on Project
3+
* Error Window Add-on
44
* %%
5-
* Copyright (C) 2018 - 2020 Flowing Code
5+
* Copyright (C) 2017 - 2020 Flowing Code
66
* %%
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*-
22
* #%L
3-
* Error Window Add-on Project
3+
* Error Window Add-on
44
* %%
5-
* Copyright (C) 2018 - 2020 Flowing Code
5+
* Copyright (C) 2017 - 2020 Flowing Code
66
* %%
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)