diff --git a/.idea/copyright/MIT__Main_.xml b/.idea/copyright/MIT__Main_.xml index 0f6de16..9fdb951 100644 --- a/.idea/copyright/MIT__Main_.xml +++ b/.idea/copyright/MIT__Main_.xml @@ -1,6 +1,6 @@ - \ No newline at end of file diff --git a/build.gradle.kts b/build.gradle.kts index 0335c3e..63e2375 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,3 +1,24 @@ +/* + * Copyright (c) 2022 Leon Linhart + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ import io.github.themrmilchmann.gradle.publish.curseforge.* plugins { diff --git a/src/main/java/io/github/themrmilchmann/ae2cc/AE2CCAdapterBlock.java b/src/main/java/io/github/themrmilchmann/ae2cc/AE2CCAdapterBlock.java index 545d5d2..0b2e621 100644 --- a/src/main/java/io/github/themrmilchmann/ae2cc/AE2CCAdapterBlock.java +++ b/src/main/java/io/github/themrmilchmann/ae2cc/AE2CCAdapterBlock.java @@ -1,3 +1,24 @@ +/* + * Copyright (c) 2022 Leon Linhart + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ package io.github.themrmilchmann.ae2cc; import net.fabricmc.fabric.api.object.builder.v1.block.FabricBlockSettings; diff --git a/src/main/java/io/github/themrmilchmann/ae2cc/AE2CCAdapterBlockEntity.java b/src/main/java/io/github/themrmilchmann/ae2cc/AE2CCAdapterBlockEntity.java index fd8f272..d6ad29c 100644 --- a/src/main/java/io/github/themrmilchmann/ae2cc/AE2CCAdapterBlockEntity.java +++ b/src/main/java/io/github/themrmilchmann/ae2cc/AE2CCAdapterBlockEntity.java @@ -1,3 +1,24 @@ +/* + * Copyright (c) 2022 Leon Linhart + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ package io.github.themrmilchmann.ae2cc; import appeng.api.config.Actionable; diff --git a/src/main/java/io/github/themrmilchmann/ae2cc/AE2CCBridge.java b/src/main/java/io/github/themrmilchmann/ae2cc/AE2CCBridge.java index dadc2b0..cce65a3 100644 --- a/src/main/java/io/github/themrmilchmann/ae2cc/AE2CCBridge.java +++ b/src/main/java/io/github/themrmilchmann/ae2cc/AE2CCBridge.java @@ -1,3 +1,24 @@ +/* + * Copyright (c) 2022 Leon Linhart + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ package io.github.themrmilchmann.ae2cc; import dan200.computercraft.api.ComputerCraftAPI; diff --git a/src/main/java/io/github/themrmilchmann/ae2cc/package-info.java b/src/main/java/io/github/themrmilchmann/ae2cc/package-info.java index 43c9c85..d01d466 100644 --- a/src/main/java/io/github/themrmilchmann/ae2cc/package-info.java +++ b/src/main/java/io/github/themrmilchmann/ae2cc/package-info.java @@ -1,3 +1,24 @@ +/* + * Copyright (c) 2022 Leon Linhart + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ @NonNullApi package io.github.themrmilchmann.ae2cc; diff --git a/src/main/java/io/github/themrmilchmann/ae2cc/util/NonNullApi.java b/src/main/java/io/github/themrmilchmann/ae2cc/util/NonNullApi.java index e495849..be3778b 100644 --- a/src/main/java/io/github/themrmilchmann/ae2cc/util/NonNullApi.java +++ b/src/main/java/io/github/themrmilchmann/ae2cc/util/NonNullApi.java @@ -1,3 +1,24 @@ +/* + * Copyright (c) 2022 Leon Linhart + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ package io.github.themrmilchmann.ae2cc.util; import java.lang.annotation.Documented; diff --git a/src/main/java/io/github/themrmilchmann/ae2cc/util/package-info.java b/src/main/java/io/github/themrmilchmann/ae2cc/util/package-info.java index 10dcd2f..2f7cec7 100644 --- a/src/main/java/io/github/themrmilchmann/ae2cc/util/package-info.java +++ b/src/main/java/io/github/themrmilchmann/ae2cc/util/package-info.java @@ -1,2 +1,23 @@ +/* + * Copyright (c) 2022 Leon Linhart + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ @NonNullApi package io.github.themrmilchmann.ae2cc.util; \ No newline at end of file