From 12c1f3feb5b79655be8002fe3492e6541b1457ec Mon Sep 17 00:00:00 2001 From: mlykotom Date: Fri, 25 Nov 2022 15:12:09 +0100 Subject: [PATCH] Fix missing copyright --- app-nia-catalog/build.gradle.kts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/app-nia-catalog/build.gradle.kts b/app-nia-catalog/build.gradle.kts index b1b3d876c..87d591d36 100644 --- a/app-nia-catalog/build.gradle.kts +++ b/app-nia-catalog/build.gradle.kts @@ -1,3 +1,18 @@ +/* + * Copyright 2022 The Android Open Source Project + * + * 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 + * + * https://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 com.google.samples.apps.nowinandroid.FlavorDimension import com.google.samples.apps.nowinandroid.NiAFlavor