diff --git a/buildSrc/src/main/java/Deps.java b/buildSrc/src/main/java/Deps.java index 572ac53..d0d7513 100644 --- a/buildSrc/src/main/java/Deps.java +++ b/buildSrc/src/main/java/Deps.java @@ -1,7 +1,22 @@ +/* + * Copyright (C) 2024 Glavo + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + public final class Deps { private Deps() { } - public static final String AIRCOMPRESSOR = "io.airlift:aircompressor:0.25"; public static final String ZSTD_JNI = "com.github.luben:zstd-jni:1.5.5-11"; } diff --git a/buildSrc/src/main/java/LWJGL.java b/buildSrc/src/main/java/LWJGL.java index 3ff37bf..d5af913 100644 --- a/buildSrc/src/main/java/LWJGL.java +++ b/buildSrc/src/main/java/LWJGL.java @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2024 Glavo + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import org.gradle.api.artifacts.dsl.DependencyHandler; import java.util.Locale;