Skip to content

Commit fb195f7

Browse files
committed
Update license headers.
1 parent f62d92c commit fb195f7

File tree

108 files changed

+108
-108
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+108
-108
lines changed

src/main/java/com/github/mfl28/boundingboxeditor/BoundingBoxEditorApp.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2020 Markus Fleischhacker <[email protected]>
2+
* Copyright (C) 2021 Markus Fleischhacker <[email protected]>
33
*
44
* This file is part of Bounding Box Editor
55
*

src/main/java/com/github/mfl28/boundingboxeditor/controller/Controller.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2020 Markus Fleischhacker <[email protected]>
2+
* Copyright (C) 2021 Markus Fleischhacker <[email protected]>
33
*
44
* This file is part of Bounding Box Editor
55
*

src/main/java/com/github/mfl28/boundingboxeditor/model/Model.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2020 Markus Fleischhacker <[email protected]>
2+
* Copyright (C) 2021 Markus Fleischhacker <[email protected]>
33
*
44
* This file is part of Bounding Box Editor
55
*

src/main/java/com/github/mfl28/boundingboxeditor/model/data/BoundingBoxData.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2020 Markus Fleischhacker <[email protected]>
2+
* Copyright (C) 2021 Markus Fleischhacker <[email protected]>
33
*
44
* This file is part of Bounding Box Editor
55
*

src/main/java/com/github/mfl28/boundingboxeditor/model/data/BoundingPolygonData.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2020 Markus Fleischhacker <[email protected]>
2+
* Copyright (C) 2021 Markus Fleischhacker <[email protected]>
33
*
44
* This file is part of Bounding Box Editor
55
*

src/main/java/com/github/mfl28/boundingboxeditor/model/data/BoundingShapeData.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2020 Markus Fleischhacker <[email protected]>
2+
* Copyright (C) 2021 Markus Fleischhacker <[email protected]>
33
*
44
* This file is part of Bounding Box Editor
55
*

src/main/java/com/github/mfl28/boundingboxeditor/model/data/BoundingShapeDataVisitor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2020 Markus Fleischhacker <[email protected]>
2+
* Copyright (C) 2021 Markus Fleischhacker <[email protected]>
33
*
44
* This file is part of Bounding Box Editor
55
*

src/main/java/com/github/mfl28/boundingboxeditor/model/data/ImageAnnotation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2020 Markus Fleischhacker <[email protected]>
2+
* Copyright (C) 2021 Markus Fleischhacker <[email protected]>
33
*
44
* This file is part of Bounding Box Editor
55
*

src/main/java/com/github/mfl28/boundingboxeditor/model/data/ImageAnnotationData.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2020 Markus Fleischhacker <[email protected]>
2+
* Copyright (C) 2021 Markus Fleischhacker <[email protected]>
33
*
44
* This file is part of Bounding Box Editor
55
*

src/main/java/com/github/mfl28/boundingboxeditor/model/data/ImageMetaData.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2020 Markus Fleischhacker <[email protected]>
2+
* Copyright (C) 2021 Markus Fleischhacker <[email protected]>
33
*
44
* This file is part of Bounding Box Editor
55
*

0 commit comments

Comments
 (0)