diff --git a/graphics/src/main/java/de/staropensource/sosengine/graphics/classes/package-info.java b/graphics/src/main/java/de/staropensource/sosengine/graphics/classes/package-info.java new file mode 100644 index 0000000..d650381 --- /dev/null +++ b/graphics/src/main/java/de/staropensource/sosengine/graphics/classes/package-info.java @@ -0,0 +1,25 @@ +/* + * STAROPENSOURCE ENGINE SOURCE FILE + * Copyright (c) 2024 The StarOpenSource Engine Contributors + * Licensed under the GNU Affero General Public License v3 + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + +/** + * Contains various interfaces and abstract classes. + * + * @since v1-alpha0 + */ +package de.staropensource.sosengine.graphics.classes; diff --git a/graphics/src/main/java/de/staropensource/sosengine/graphics/events/package-info.java b/graphics/src/main/java/de/staropensource/sosengine/graphics/events/package-info.java new file mode 100644 index 0000000..f8db619 --- /dev/null +++ b/graphics/src/main/java/de/staropensource/sosengine/graphics/events/package-info.java @@ -0,0 +1,25 @@ +/* + * STAROPENSOURCE ENGINE SOURCE FILE + * Copyright (c) 2024 The StarOpenSource Engine Contributors + * Licensed under the GNU Affero General Public License v3 + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + +/** + * Contains events. There's nothing more to say. + * + * @since v1-alpha0 + */ +package de.staropensource.sosengine.graphics.events; diff --git a/graphics/src/main/java/de/staropensource/sosengine/graphics/types/package-info.java b/graphics/src/main/java/de/staropensource/sosengine/graphics/types/package-info.java new file mode 100644 index 0000000..53675c1 --- /dev/null +++ b/graphics/src/main/java/de/staropensource/sosengine/graphics/types/package-info.java @@ -0,0 +1,25 @@ +/* + * STAROPENSOURCE ENGINE SOURCE FILE + * Copyright (c) 2024 The StarOpenSource Engine Contributors + * Licensed under the GNU Affero General Public License v3 + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + +/** + * Contains data types in form of enums and classes. + * + * @since v1-alpha1 + */ +package de.staropensource.sosengine.graphics.types;