From 4d841448892378063c492a6259bbbb45a468e3a9 Mon Sep 17 00:00:00 2001
From: Johannes Klein
Date: Wed, 27 Dec 2023 14:53:10 +0100
Subject: [PATCH 01/29] Remove unused prop
---
components/SeekYearInReview/SeekYearInReviewMap.js | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/components/SeekYearInReview/SeekYearInReviewMap.js b/components/SeekYearInReview/SeekYearInReviewMap.js
index 4481fc4e3d..55aa9b46a4 100644
--- a/components/SeekYearInReview/SeekYearInReviewMap.js
+++ b/components/SeekYearInReview/SeekYearInReviewMap.js
@@ -14,9 +14,8 @@ import GreenButton from "../UIComponents/Buttons/GreenButton";
import { getBounds, getCenterOfBounds } from "geolib";
type Props = {
- +region: Object,
- +id: number,
- +seenDate: ?string,
+ +year: number,
+ +observations: Array
- © Copyright 2023 iNaturalist. All Rights Reserved.
+ © Copyright 2024 iNaturalist. All Rights Reserved.
`;
const seekHtml = `Last Revised on July 11, 2023
@@ -484,7 +484,7 @@ const PrivacyPolicyScreen = (): React.Node => {
San Rafael, CA 94915-0357
-© Copyright 2023 iNaturalist. All Rights Reserved.
+© Copyright 2024 iNaturalist. All Rights Reserved.
Revised on July 11, 2023.
`;
diff --git a/components/Auth/TermsOfServiceScreen.js b/components/Auth/TermsOfServiceScreen.js
index a544b2e8ee..f2058e7a01 100644
--- a/components/Auth/TermsOfServiceScreen.js
+++ b/components/Auth/TermsOfServiceScreen.js
@@ -178,7 +178,7 @@ const TermsOfServiceScreen = ( ): React.Node => {
- © Copyright 2023 iNaturalist. All rights reserved.
+ © Copyright 2024 iNaturalist. All rights reserved.
`;
const DEFAULT_PROPS = {
diff --git a/fastlane/metadata/copyright.txt b/fastlane/metadata/copyright.txt
index 1ee7ab3f72..bde304f681 100644
--- a/fastlane/metadata/copyright.txt
+++ b/fastlane/metadata/copyright.txt
@@ -1 +1 @@
-2023 iNaturalist
+2024 iNaturalist