diff --git a/src/main/java/com/github/mfl28/boundingboxeditor/ui/BoundingBoxDrawer.java b/src/main/java/com/github/mfl28/boundingboxeditor/ui/BoundingBoxDrawer.java index dfd0cb4..e3e0d62 100644 --- a/src/main/java/com/github/mfl28/boundingboxeditor/ui/BoundingBoxDrawer.java +++ b/src/main/java/com/github/mfl28/boundingboxeditor/ui/BoundingBoxDrawer.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) 2023 Markus Fleischhacker + * + * This file is part of Bounding Box Editor + * + * Bounding Box Editor is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Bounding Box Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Bounding Box Editor. If not, see . + */ package com.github.mfl28.boundingboxeditor.ui; import com.github.mfl28.boundingboxeditor.model.data.ObjectCategory; diff --git a/src/main/java/com/github/mfl28/boundingboxeditor/ui/BoundingFreeHandShapeDrawer.java b/src/main/java/com/github/mfl28/boundingboxeditor/ui/BoundingFreeHandShapeDrawer.java index 7d1c3f8..77775a4 100644 --- a/src/main/java/com/github/mfl28/boundingboxeditor/ui/BoundingFreeHandShapeDrawer.java +++ b/src/main/java/com/github/mfl28/boundingboxeditor/ui/BoundingFreeHandShapeDrawer.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) 2023 Markus Fleischhacker + * + * This file is part of Bounding Box Editor + * + * Bounding Box Editor is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Bounding Box Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Bounding Box Editor. If not, see . + */ package com.github.mfl28.boundingboxeditor.ui; import com.github.mfl28.boundingboxeditor.model.data.ObjectCategory; diff --git a/src/main/java/com/github/mfl28/boundingboxeditor/ui/BoundingPolygonDrawer.java b/src/main/java/com/github/mfl28/boundingboxeditor/ui/BoundingPolygonDrawer.java index 37d35ed..0d36f6b 100644 --- a/src/main/java/com/github/mfl28/boundingboxeditor/ui/BoundingPolygonDrawer.java +++ b/src/main/java/com/github/mfl28/boundingboxeditor/ui/BoundingPolygonDrawer.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) 2023 Markus Fleischhacker + * + * This file is part of Bounding Box Editor + * + * Bounding Box Editor is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Bounding Box Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Bounding Box Editor. If not, see . + */ package com.github.mfl28.boundingboxeditor.ui; import com.github.mfl28.boundingboxeditor.model.data.ObjectCategory; diff --git a/src/main/java/com/github/mfl28/boundingboxeditor/ui/BoundingShapeDrawer.java b/src/main/java/com/github/mfl28/boundingboxeditor/ui/BoundingShapeDrawer.java index 507137a..da6c4ba 100644 --- a/src/main/java/com/github/mfl28/boundingboxeditor/ui/BoundingShapeDrawer.java +++ b/src/main/java/com/github/mfl28/boundingboxeditor/ui/BoundingShapeDrawer.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) 2023 Markus Fleischhacker + * + * This file is part of Bounding Box Editor + * + * Bounding Box Editor is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Bounding Box Editor is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Bounding Box Editor. If not, see . + */ package com.github.mfl28.boundingboxeditor.ui; import com.github.mfl28.boundingboxeditor.model.data.ObjectCategory;