From f5075b9832fb13f2447608a79649e8c051013aad Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Fri, 28 Jun 2024 01:08:45 +0200 Subject: [PATCH] Plaster copyright notice over everything --- base/build.gradle | 19 +++++++++++++++++++ build.gradle | 19 +++++++++++++++++++ gradle.properties | 19 +++++++++++++++++++ graphics/build.gradle | 19 +++++++++++++++++++ graphics/opengl/build.gradle | 19 +++++++++++++++++++ graphics/vulkan/build.gradle | 19 +++++++++++++++++++ settings.gradle | 19 +++++++++++++++++++ slf4j-compat/build.gradle | 19 +++++++++++++++++++ testapp/build.gradle | 19 +++++++++++++++++++ 9 files changed, 171 insertions(+) diff --git a/base/build.gradle b/base/build.gradle index b79d62a..75df343 100644 --- a/base/build.gradle +++ b/base/build.gradle @@ -1,3 +1,22 @@ +/* + * 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 . + */ + plugins { id 'java' id 'io.freefair.lombok' version "${pluginLombok}" diff --git a/build.gradle b/build.gradle index a45a984..71bc390 100644 --- a/build.gradle +++ b/build.gradle @@ -1,3 +1,22 @@ +/* + * 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 . + */ + plugins { id 'java' id 'io.freefair.lombok' version "${pluginLombok}" diff --git a/gradle.properties b/gradle.properties index 2e16117..65096b1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,22 @@ +# +# 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 . +# + # Versioning versioningVersion=1 versioningType=alpha diff --git a/graphics/build.gradle b/graphics/build.gradle index 70e2364..587a088 100644 --- a/graphics/build.gradle +++ b/graphics/build.gradle @@ -1,3 +1,22 @@ +/* + * 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 . + */ + plugins { id 'java' id 'io.freefair.lombok' version "${pluginLombok}" diff --git a/graphics/opengl/build.gradle b/graphics/opengl/build.gradle index bdb7b07..b772436 100644 --- a/graphics/opengl/build.gradle +++ b/graphics/opengl/build.gradle @@ -1,3 +1,22 @@ +/* + * 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 . + */ + import org.gradle.internal.os.OperatingSystem plugins { diff --git a/graphics/vulkan/build.gradle b/graphics/vulkan/build.gradle index 399589e..76301e3 100644 --- a/graphics/vulkan/build.gradle +++ b/graphics/vulkan/build.gradle @@ -1,3 +1,22 @@ +/* + * 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 . + */ + import org.gradle.internal.os.OperatingSystem plugins { diff --git a/settings.gradle b/settings.gradle index 83195e1..f357d6b 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,3 +1,22 @@ +/* + * 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 . + */ + rootProject.name = 'sosengine' include 'base' diff --git a/slf4j-compat/build.gradle b/slf4j-compat/build.gradle index 8e5d80e..6a5fd69 100644 --- a/slf4j-compat/build.gradle +++ b/slf4j-compat/build.gradle @@ -1,3 +1,22 @@ +/* + * 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 . + */ + plugins { id 'java' id 'io.freefair.lombok' version "${pluginLombok}" diff --git a/testapp/build.gradle b/testapp/build.gradle index fe891b5..27b6cd7 100644 --- a/testapp/build.gradle +++ b/testapp/build.gradle @@ -1,3 +1,22 @@ +/* + * 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 . + */ + plugins { id 'java' id 'application'