Skip to content

Commit 7f79b7b

Browse files
committed
Add missing copyright headers
Signed-off-by: Peter Friese <[email protected]>
1 parent 44c635d commit 7f79b7b

20 files changed

+72
-96
lines changed

Examples/FriendlyFlix/app/FriendlyFlix/FriendlyFlix/Features/Details/DetailsSection.swift

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
//
2-
// DetailsSection.swift
3-
// FriendlyFlix
4-
//
5-
// Created by Peter Friese on 28.08.24.
6-
// Copyright © 2024 Google LLC. All rights reserved.
1+
// Copyright 2024 Google LLC
72
//
83
// Licensed under the Apache License, Version 2.0 (the "License");
94
// you may not use this file except in compliance with the License.

Examples/FriendlyFlix/app/FriendlyFlix/FriendlyFlix/Features/Details/MovieDetailsView.swift

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
//
2-
// MovieDetailsView.swift
3-
// FriendlyFlix
4-
//
5-
// Created by Peter Friese on 28.08.24.
6-
// Copyright © 2024 Google LLC. All rights reserved.
1+
// Copyright 2024 Google LLC
72
//
83
// Licensed under the Apache License, Version 2.0 (the "License");
94
// you may not use this file except in compliance with the License.

Examples/FriendlyFlix/app/FriendlyFlix/FriendlyFlix/Features/Details/MovieReviewCard.swift

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
//
2-
// MovieReviewCard.swift
3-
// FriendlyFlix
4-
//
5-
// Created by Peter Friese on 28.08.24.
6-
// Copyright © 2024 Google LLC. All rights reserved.
1+
// Copyright 2024 Google LLC
72
//
83
// Licensed under the Apache License, Version 2.0 (the "License");
94
// you may not use this file except in compliance with the License.

Examples/FriendlyFlix/app/FriendlyFlix/FriendlyFlix/Features/Details/StarRatingView.swift

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
//
2-
// StarRatingView.swift
3-
// FriendlyFlix
4-
//
5-
// Created by Peter Friese on 28.08.24.
6-
// Copyright © 2024 Google LLC. All rights reserved.
1+
// Copyright 2024 Google LLC
72
//
83
// Licensed under the Apache License, Version 2.0 (the "License");
94
// you may not use this file except in compliance with the License.

Examples/FriendlyFlix/app/FriendlyFlix/FriendlyFlix/Features/Hero/CardView.swift

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
//
2-
// CardView.swift
3-
// FriendlyFlix
4-
//
5-
// Created by Peter Friese on 28.08.24.
6-
// Copyright © 2024 Google LLC. All rights reserved.
1+
// Copyright 2024 Google LLC
72
//
83
// Licensed under the Apache License, Version 2.0 (the "License");
94
// you may not use this file except in compliance with the License.

Examples/FriendlyFlix/app/FriendlyFlix/FriendlyFlix/Features/Hero/GradientView.swift

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
//
2-
// GradientView.swift
3-
// FriendlyFlix
4-
//
5-
// Created by Peter Friese on 28.08.24.
6-
// Copyright © 2024 Google LLC. All rights reserved.
1+
// Copyright 2024 Google LLC
72
//
83
// Licensed under the Apache License, Version 2.0 (the "License");
94
// you may not use this file except in compliance with the License.

Examples/FriendlyFlix/app/FriendlyFlix/FriendlyFlix/Features/List/MovieCardView.swift

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
//
2-
// MovieCardView.swift
3-
// FriendlyFlix
4-
//
5-
// Created by Peter Friese on 28.08.24.
6-
// Copyright © 2024 Google LLC. All rights reserved.
1+
// Copyright 2024 Google LLC
72
//
83
// Licensed under the Apache License, Version 2.0 (the "License");
94
// you may not use this file except in compliance with the License.

Examples/FriendlyFlix/app/FriendlyFlix/FriendlyFlix/Features/List/MoviesList.swift

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
//
2-
// MoviesList.swift
3-
// FriendlyFlix
4-
//
5-
// Created by Peter Friese on 27.08.24.
6-
// Copyright © 2024 Google LLC. All rights reserved.
1+
// Copyright 2024 Google LLC
72
//
83
// Licensed under the Apache License, Version 2.0 (the "License");
94
// you may not use this file except in compliance with the License.

Examples/FriendlyFlix/app/FriendlyFlix/FriendlyFlix/FriendlyFlixApp.swift

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
//
2-
// FriendlyFlixApp.swift
3-
// FriendlyFlix
4-
//
5-
// Created by Peter Friese on 27.08.24.
6-
// Copyright © 2024 Google LLC. All rights reserved.
1+
// Copyright 2024 Google LLC
72
//
83
// Licensed under the Apache License, Version 2.0 (the "License");
94
// you may not use this file except in compliance with the License.

Examples/FriendlyFlix/app/FriendlyFlix/FriendlyFlix/Utilities/Color+Hex.swift

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
//
2-
// Color+Hex.swift
3-
// FriendlyFlix
4-
//
5-
// Created by Peter Friese on 28.08.24.
6-
// Copyright © 2024 Google LLC. All rights reserved.
1+
// Copyright 2024 Google LLC
72
//
83
// Licensed under the Apache License, Version 2.0 (the "License");
94
// you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)