From 405e6a40d1e4ea552f713c79842ea4c29e5e2e4f Mon Sep 17 00:00:00 2001 From: bbigam <69259971+bbigam@users.noreply.github.com> Date: Thu, 10 Sep 2020 15:23:21 -0400 Subject: [PATCH 01/10] License --- app/src/main/java/com/adjust/sdk/Adjust.java | 25 ++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/app/src/main/java/com/adjust/sdk/Adjust.java b/app/src/main/java/com/adjust/sdk/Adjust.java index a9c087397..e219144db 100644 --- a/app/src/main/java/com/adjust/sdk/Adjust.java +++ b/app/src/main/java/com/adjust/sdk/Adjust.java @@ -1,3 +1,28 @@ +/* + * Copyright (c) 2012-2017 adjust GmbH, + * http://www.adjust.com + * + * Permission is hereby granted, free of charge, to any person obtaining + * a copy of this software and associated documentation files (the + * "Software"), to deal in the Software without restriction, including + * without limitation the rights to use, copy, modify, merge, publish, + * distribute, sublicense, and/or sell copies of the Software, and to + * permit persons to whom the Software is furnished to do so, subject to + * the following conditions: + * + * The above copyright notice and this permission notice shall be + * included in all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE + * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION + * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION + * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ + + package com.adjust.sdk; public class Adjust { From 9955aeb44a74f1eebb5ae8febf0a8e017fa855ac Mon Sep 17 00:00:00 2001 From: bbigam <69259971+bbigam@users.noreply.github.com> Date: Thu, 10 Sep 2020 15:24:53 -0400 Subject: [PATCH 02/10] Update AdjustAttribution.java --- .../com/adjust/sdk/AdjustAttribution.java | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/app/src/main/java/com/adjust/sdk/AdjustAttribution.java b/app/src/main/java/com/adjust/sdk/AdjustAttribution.java index 77250b7c2..ab6b3badb 100644 --- a/app/src/main/java/com/adjust/sdk/AdjustAttribution.java +++ b/app/src/main/java/com/adjust/sdk/AdjustAttribution.java @@ -1,3 +1,27 @@ +/* + * Copyright (c) 2012-2017 adjust GmbH, + * http://www.adjust.com + * + * Permission is hereby granted, free of charge, to any person obtaining + * a copy of this software and associated documentation files (the + * "Software"), to deal in the Software without restriction, including + * without limitation the rights to use, copy, modify, merge, publish, + * distribute, sublicense, and/or sell copies of the Software, and to + * permit persons to whom the Software is furnished to do so, subject to + * the following conditions: + * + * The above copyright notice and this permission notice shall be + * included in all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE + * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION + * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION + * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ + package com.adjust.sdk; import java.io.Serializable; From 0cfbf2f4d223b353210de66e77d42e2c34abc037 Mon Sep 17 00:00:00 2001 From: bbigam <69259971+bbigam@users.noreply.github.com> Date: Thu, 10 Sep 2020 15:25:30 -0400 Subject: [PATCH 03/10] Update AdjustConfig.java --- .../java/com/adjust/sdk/AdjustConfig.java | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/app/src/main/java/com/adjust/sdk/AdjustConfig.java b/app/src/main/java/com/adjust/sdk/AdjustConfig.java index e8ca29f72..6753dd7d9 100644 --- a/app/src/main/java/com/adjust/sdk/AdjustConfig.java +++ b/app/src/main/java/com/adjust/sdk/AdjustConfig.java @@ -1,3 +1,27 @@ +/* + * Copyright (c) 2012-2017 adjust GmbH, + * http://www.adjust.com + * + * Permission is hereby granted, free of charge, to any person obtaining + * a copy of this software and associated documentation files (the + * "Software"), to deal in the Software without restriction, including + * without limitation the rights to use, copy, modify, merge, publish, + * distribute, sublicense, and/or sell copies of the Software, and to + * permit persons to whom the Software is furnished to do so, subject to + * the following conditions: + * + * The above copyright notice and this permission notice shall be + * included in all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE + * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION + * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION + * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ + package com.adjust.sdk; import android.content.Context; From 0fff2abfbf7859d6dcaf8ed8ba2325a6d23d091b Mon Sep 17 00:00:00 2001 From: bbigam <69259971+bbigam@users.noreply.github.com> Date: Thu, 10 Sep 2020 15:26:06 -0400 Subject: [PATCH 04/10] Update LogLevel.java --- .../main/java/com/adjust/sdk/LogLevel.java | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/app/src/main/java/com/adjust/sdk/LogLevel.java b/app/src/main/java/com/adjust/sdk/LogLevel.java index ea9a1eb23..27ac3de54 100644 --- a/app/src/main/java/com/adjust/sdk/LogLevel.java +++ b/app/src/main/java/com/adjust/sdk/LogLevel.java @@ -1,3 +1,27 @@ +/* + * Copyright (c) 2012-2017 adjust GmbH, + * http://www.adjust.com + * + * Permission is hereby granted, free of charge, to any person obtaining + * a copy of this software and associated documentation files (the + * "Software"), to deal in the Software without restriction, including + * without limitation the rights to use, copy, modify, merge, publish, + * distribute, sublicense, and/or sell copies of the Software, and to + * permit persons to whom the Software is furnished to do so, subject to + * the following conditions: + * + * The above copyright notice and this permission notice shall be + * included in all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE + * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION + * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION + * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ + package com.adjust.sdk; import android.util.Log; From 39dfdca3b3d99fe202406703fd7a9947e8e4b0a0 Mon Sep 17 00:00:00 2001 From: bbigam <69259971+bbigam@users.noreply.github.com> Date: Thu, 10 Sep 2020 15:26:49 -0400 Subject: [PATCH 05/10] Update OnAttributionChangedListener.java --- .../sdk/OnAttributionChangedListener.java | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/app/src/main/java/com/adjust/sdk/OnAttributionChangedListener.java b/app/src/main/java/com/adjust/sdk/OnAttributionChangedListener.java index 36cbf2dae..7efa1c680 100644 --- a/app/src/main/java/com/adjust/sdk/OnAttributionChangedListener.java +++ b/app/src/main/java/com/adjust/sdk/OnAttributionChangedListener.java @@ -1,3 +1,27 @@ +/* + * Copyright (c) 2012-2017 adjust GmbH, + * http://www.adjust.com + * + * Permission is hereby granted, free of charge, to any person obtaining + * a copy of this software and associated documentation files (the + * "Software"), to deal in the Software without restriction, including + * without limitation the rights to use, copy, modify, merge, publish, + * distribute, sublicense, and/or sell copies of the Software, and to + * permit persons to whom the Software is furnished to do so, subject to + * the following conditions: + * + * The above copyright notice and this permission notice shall be + * included in all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE + * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION + * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION + * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ + package com.adjust.sdk; public interface OnAttributionChangedListener { From 667613472933fab2187fcd61f7e2ad5fc830945e Mon Sep 17 00:00:00 2001 From: bbigam <69259971+bbigam@users.noreply.github.com> Date: Thu, 10 Sep 2020 15:28:24 -0400 Subject: [PATCH 06/10] Update AdvertisingIdClient.java --- .../android/gms/ads/identifier/AdvertisingIdClient.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/src/main/java/com/google/android/gms/ads/identifier/AdvertisingIdClient.java b/app/src/main/java/com/google/android/gms/ads/identifier/AdvertisingIdClient.java index c4a1588dd..3924681c4 100644 --- a/app/src/main/java/com/google/android/gms/ads/identifier/AdvertisingIdClient.java +++ b/app/src/main/java/com/google/android/gms/ads/identifier/AdvertisingIdClient.java @@ -1,3 +1,7 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + package com.google.android.gms.ads.identifier; import android.content.Context; From 26782a0aac929b5cb80a1ef04407b6523fcd6eae Mon Sep 17 00:00:00 2001 From: bbigam <69259971+bbigam@users.noreply.github.com> Date: Thu, 10 Sep 2020 15:29:59 -0400 Subject: [PATCH 07/10] Update GooglePlayServicesNotAvailableException.java --- .../gms/common/GooglePlayServicesNotAvailableException.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/src/main/java/com/google/android/gms/common/GooglePlayServicesNotAvailableException.java b/app/src/main/java/com/google/android/gms/common/GooglePlayServicesNotAvailableException.java index d0a163d25..d401bd931 100644 --- a/app/src/main/java/com/google/android/gms/common/GooglePlayServicesNotAvailableException.java +++ b/app/src/main/java/com/google/android/gms/common/GooglePlayServicesNotAvailableException.java @@ -1,3 +1,7 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + package com.google.android.gms.common; public class GooglePlayServicesNotAvailableException extends Exception { From f37b205f918be04aee6aa6d20d8d296f277fa595 Mon Sep 17 00:00:00 2001 From: bbigam <69259971+bbigam@users.noreply.github.com> Date: Thu, 10 Sep 2020 15:30:52 -0400 Subject: [PATCH 08/10] Update GooglePlayServicesRepairableException.java --- .../gms/common/GooglePlayServicesRepairableException.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/src/main/java/com/google/android/gms/common/GooglePlayServicesRepairableException.java b/app/src/main/java/com/google/android/gms/common/GooglePlayServicesRepairableException.java index 8cbfa45a5..5786ca212 100644 --- a/app/src/main/java/com/google/android/gms/common/GooglePlayServicesRepairableException.java +++ b/app/src/main/java/com/google/android/gms/common/GooglePlayServicesRepairableException.java @@ -1,3 +1,7 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + package com.google.android.gms.common; public class GooglePlayServicesRepairableException extends Exception { From 4e9220e843a756e67a1732d8ded8ab8fbaaa2b5e Mon Sep 17 00:00:00 2001 From: bbigam <69259971+bbigam@users.noreply.github.com> Date: Thu, 10 Sep 2020 15:32:33 -0400 Subject: [PATCH 09/10] Update FirebaseMessagingService.java --- .../messaging/FirebaseMessagingService.java | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/app/src/main/java/com/google/firebase/messaging/FirebaseMessagingService.java b/app/src/main/java/com/google/firebase/messaging/FirebaseMessagingService.java index 0f0225799..79944c9ca 100644 --- a/app/src/main/java/com/google/firebase/messaging/FirebaseMessagingService.java +++ b/app/src/main/java/com/google/firebase/messaging/FirebaseMessagingService.java @@ -1,3 +1,17 @@ +// Copyright 2020 Google LLC +// +// 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. + package com.google.firebase.messaging; import android.app.Service; From 50d5c26d1b74f721d3cc2aeea1e56aae1fc1b1bf Mon Sep 17 00:00:00 2001 From: bbigam <69259971+bbigam@users.noreply.github.com> Date: Thu, 10 Sep 2020 15:33:24 -0400 Subject: [PATCH 10/10] Update RemoteMessage.java --- .../google/firebase/messaging/RemoteMessage.java | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/app/src/main/java/com/google/firebase/messaging/RemoteMessage.java b/app/src/main/java/com/google/firebase/messaging/RemoteMessage.java index ccec85d52..3dc60634f 100644 --- a/app/src/main/java/com/google/firebase/messaging/RemoteMessage.java +++ b/app/src/main/java/com/google/firebase/messaging/RemoteMessage.java @@ -1,3 +1,17 @@ +// Copyright 2020 Google LLC +// +// 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. + package com.google.firebase.messaging; import android.os.Parcel;