Skip to content

Commit f6b24d7

Browse files
authored
Merge pull request #17 from 47star/main
Remove redundant license comment header
2 parents 4756396 + b046836 commit f6b24d7

File tree

25 files changed

+0
-383
lines changed

25 files changed

+0
-383
lines changed

app/src/main/java/com/android/developers/androidify/navigation/ListSaver.kt

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -34,22 +34,6 @@ import kotlinx.serialization.encoding.decodeStructure
3434
import kotlinx.serialization.encoding.encodeStructure
3535
import kotlinx.serialization.serializer
3636

37-
/*
38-
* Copyright 2025 The Android Open Source Project
39-
*
40-
* Licensed under the Apache License, Version 2.0 (the "License");
41-
* you may not use this file except in compliance with the License.
42-
* You may obtain a copy of the License at
43-
*
44-
* http://www.apache.org/licenses/LICENSE-2.0
45-
*
46-
* Unless required by applicable law or agreed to in writing, software
47-
* distributed under the License is distributed on an "AS IS" BASIS,
48-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
49-
* See the License for the specific language governing permissions and
50-
* limitations under the License.
51-
*/
52-
5337
@Composable
5438
fun <T : Any> rememberMutableStateListOf(vararg elements: T): SnapshotStateList<Any> {
5539
return rememberSaveable(saver = snapshotStateListSaver(serializableListSaver())) {

app/src/main/java/com/android/developers/androidify/navigation/MainNavigation.kt

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -45,21 +45,6 @@ import com.android.developers.androidify.home.AboutScreen
4545
import com.android.developers.androidify.home.HomeScreen
4646
import com.android.developers.androidify.theme.transitions.ColorSplashTransitionScreen
4747

48-
/*
49-
* Copyright 2025 The Android Open Source Project
50-
*
51-
* Licensed under the Apache License, Version 2.0 (the "License");
52-
* you may not use this file except in compliance with the License.
53-
* You may obtain a copy of the License at
54-
*
55-
* http://www.apache.org/licenses/LICENSE-2.0
56-
*
57-
* Unless required by applicable law or agreed to in writing, software
58-
* distributed under the License is distributed on an "AS IS" BASIS,
59-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
60-
* See the License for the specific language governing permissions and
61-
* limitations under the License.
62-
*/
6348
@ExperimentalMaterial3ExpressiveApi
6449
@Composable
6550
fun MainNavigation() {

app/src/main/java/com/android/developers/androidify/navigation/NavigationRoutes.kt

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,6 @@ package com.android.developers.androidify.navigation
2020
import kotlinx.serialization.ExperimentalSerializationApi
2121
import kotlinx.serialization.Serializable
2222

23-
/*
24-
* Copyright 2025 The Android Open Source Project
25-
*
26-
* Licensed under the Apache License, Version 2.0 (the "License");
27-
* you may not use this file except in compliance with the License.
28-
* You may obtain a copy of the License at
29-
*
30-
* http://www.apache.org/licenses/LICENSE-2.0
31-
*
32-
* Unless required by applicable law or agreed to in writing, software
33-
* distributed under the License is distributed on an "AS IS" BASIS,
34-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
35-
* See the License for the specific language governing permissions and
36-
* limitations under the License.
37-
*/
3823
interface NavigationRoute
3924

4025
@Serializable

core/network/src/main/java/com/android/developers/androidify/RemoteConfigDataSource.kt

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,6 @@ import com.google.firebase.remoteconfig.remoteConfig
2020
import javax.inject.Inject
2121
import javax.inject.Singleton
2222

23-
/*
24-
* Copyright 2025 The Android Open Source Project
25-
*
26-
* Licensed under the Apache License, Version 2.0 (the "License");
27-
* you may not use this file except in compliance with the License.
28-
* You may obtain a copy of the License at
29-
*
30-
* http://www.apache.org/licenses/LICENSE-2.0
31-
*
32-
* Unless required by applicable law or agreed to in writing, software
33-
* distributed under the License is distributed on an "AS IS" BASIS,
34-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
35-
* See the License for the specific language governing permissions and
36-
* limitations under the License.
37-
*/
3823
interface RemoteConfigDataSource {
3924
fun isAppInactive(): Boolean
4025
fun textModelName(): String

core/network/src/main/java/com/android/developers/androidify/di/NetworkModule.kt

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -37,21 +37,6 @@ import java.util.concurrent.TimeUnit
3737
import javax.inject.Inject
3838
import javax.inject.Singleton
3939

40-
/*
41-
* Copyright 2025 The Android Open Source Project
42-
*
43-
* Licensed under the Apache License, Version 2.0 (the "License");
44-
* you may not use this file except in compliance with the License.
45-
* You may obtain a copy of the License at
46-
*
47-
* http://www.apache.org/licenses/LICENSE-2.0
48-
*
49-
* Unless required by applicable law or agreed to in writing, software
50-
* distributed under the License is distributed on an "AS IS" BASIS,
51-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
52-
* See the License for the specific language governing permissions and
53-
* limitations under the License.
54-
*/
5540
@Module
5641
@InstallIn(SingletonComponent::class)
5742
internal class NetworkModule @Inject constructor() {

core/network/src/main/java/com/android/developers/androidify/vertexai/FirebaseAiDataSource.kt

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -44,22 +44,6 @@ import kotlinx.serialization.json.jsonPrimitive
4444
import javax.inject.Inject
4545
import javax.inject.Singleton
4646

47-
/*
48-
* Copyright 2025 The Android Open Source Project
49-
*
50-
* Licensed under the Apache License, Version 2.0 (the "License");
51-
* you may not use this file except in compliance with the License.
52-
* You may obtain a copy of the License at
53-
*
54-
* http://www.apache.org/licenses/LICENSE-2.0
55-
*
56-
* Unless required by applicable law or agreed to in writing, software
57-
* distributed under the License is distributed on an "AS IS" BASIS,
58-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
59-
* See the License for the specific language governing permissions and
60-
* limitations under the License.
61-
*/
62-
6347
interface FirebaseAiDataSource {
6448
suspend fun validatePromptHasEnoughInformation(inputPrompt: String): ValidatedDescription
6549
suspend fun validateImageHasEnoughInformation(image: Bitmap): ValidatedImage

core/theme/src/main/java/com/android/developers/androidify/theme/Motion.kt

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,6 @@ import androidx.compose.material3.MotionScheme
2323
import androidx.compose.runtime.Composable
2424
import androidx.compose.ui.geometry.Rect
2525

26-
/*
27-
* Copyright 2022 The Android Open Source Project
28-
*
29-
* Licensed under the Apache License, Version 2.0 (the "License");
30-
* you may not use this file except in compliance with the License.
31-
* You may obtain a copy of the License at
32-
*
33-
* http://www.apache.org/licenses/LICENSE-2.0
34-
*
35-
* Unless required by applicable law or agreed to in writing, software
36-
* distributed under the License is distributed on an "AS IS" BASIS,
37-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
38-
* See the License for the specific language governing permissions and
39-
* limitations under the License.
40-
*/
4126
@OptIn(
4227
ExperimentalMaterial3ExpressiveApi::class,
4328
ExperimentalSharedTransitionApi::class,

core/theme/src/main/java/com/android/developers/androidify/theme/SharedElementsConfig.kt

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -66,21 +66,6 @@ import androidx.navigation3.ui.LocalNavAnimatedContentScope
6666
import com.android.developers.androidify.util.skipToLookaheadPlacement
6767
import kotlin.math.max
6868

69-
/*
70-
* Copyright 2025 The Android Open Source Project
71-
*
72-
* Licensed under the Apache License, Version 2.0 (the "License");
73-
* you may not use this file except in compliance with the License.
74-
* You may obtain a copy of the License at
75-
*
76-
* http://www.apache.org/licenses/LICENSE-2.0
77-
*
78-
* Unless required by applicable law or agreed to in writing, software
79-
* distributed under the License is distributed on an "AS IS" BASIS,
80-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
81-
* See the License for the specific language governing permissions and
82-
* limitations under the License.
83-
*/
8469
sealed interface SharedElementKey {
8570
object CameraButtonToFullScreenCamera : SharedElementKey
8671
object CaptureImageToDetails : SharedElementKey

core/theme/src/main/java/com/android/developers/androidify/theme/components/Backgrounds.kt

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -46,21 +46,6 @@ import com.android.developers.androidify.util.backgroundRepeatX
4646
import com.android.developers.androidify.util.dpToPx
4747
import com.android.developers.androidify.util.isAtLeastMedium
4848

49-
/*
50-
* Copyright 2025 The Android Open Source Project
51-
*
52-
* Licensed under the Apache License, Version 2.0 (the "License");
53-
* you may not use this file except in compliance with the License.
54-
* You may obtain a copy of the License at
55-
*
56-
* http://www.apache.org/licenses/LICENSE-2.0
57-
*
58-
* Unless required by applicable law or agreed to in writing, software
59-
* distributed under the License is distributed on an "AS IS" BASIS,
60-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
61-
* See the License for the specific language governing permissions and
62-
* limitations under the License.
63-
*/
6449
@Composable
6550
fun SquiggleBackground(
6651
modifier: Modifier = Modifier,

core/util/src/main/java/com/android/developers/androidify/util/AdaptivePreview.kt

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,6 @@ import androidx.compose.ui.tooling.preview.Devices.PIXEL_FOLD
2222
import androidx.compose.ui.tooling.preview.Devices.PIXEL_TABLET
2323
import androidx.compose.ui.tooling.preview.Preview
2424

25-
/*
26-
* Copyright 2025 The Android Open Source Project
27-
*
28-
* Licensed under the Apache License, Version 2.0 (the "License");
29-
* you may not use this file except in compliance with the License.
30-
* You may obtain a copy of the License at
31-
*
32-
* http://www.apache.org/licenses/LICENSE-2.0
33-
*
34-
* Unless required by applicable law or agreed to in writing, software
35-
* distributed under the License is distributed on an "AS IS" BASIS,
36-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
37-
* See the License for the specific language governing permissions and
38-
* limitations under the License.
39-
*/
40-
4125
@Preview(device = PIXEL_7_PRO, name = "Phone preview")
4226
annotation class PhonePreview
4327

0 commit comments

Comments
 (0)