diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/annotations/EventMeta.java b/API/src/main/java/io/github/jwdeveloper/tiktok/annotations/EventMeta.java index 532e3a4..f5d734f 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/annotations/EventMeta.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/annotations/EventMeta.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/annotations/EventType.java b/API/src/main/java/io/github/jwdeveloper/tiktok/annotations/EventType.java index 58cdf26..167fba2 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/annotations/EventType.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/annotations/EventType.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/annotations/Priority.java b/API/src/main/java/io/github/jwdeveloper/tiktok/annotations/Priority.java index bdf44ad..fbec43d 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/annotations/Priority.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/annotations/Priority.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/annotations/TikTokEventObserver.java b/API/src/main/java/io/github/jwdeveloper/tiktok/annotations/TikTokEventObserver.java index 08f5cb8..0f5e21c 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/annotations/TikTokEventObserver.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/annotations/TikTokEventObserver.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/dto/MessageMetaData.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/dto/MessageMetaData.java index b0d382d..ded2f66 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/dto/MessageMetaData.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/dto/MessageMetaData.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/dto/ProxyData.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/dto/ProxyData.java index cca5afc..a1e5a29 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/dto/ProxyData.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/dto/ProxyData.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokBarrageEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokBarrageEvent.java index 8db26a5..6658f48 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokBarrageEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokBarrageEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokCaptionEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokCaptionEvent.java index e947f8e..d58c50e 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokCaptionEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokCaptionEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokCommentEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokCommentEvent.java index b28ca0e..aa91cda 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokCommentEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokCommentEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokConnectedEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokConnectedEvent.java index 049f29b..5b049ab 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokConnectedEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokConnectedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokDetectEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokDetectEvent.java index 4b59a20..b95a254 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokDetectEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokDetectEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokDisconnectedEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokDisconnectedEvent.java index d5804cf..d3adbe7 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokDisconnectedEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokDisconnectedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokEmoteEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokEmoteEvent.java index a9e0e5e..c4f78ab 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokEmoteEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokEmoteEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokEnvelopeEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokEnvelopeEvent.java index c5c5c90..489b0ac 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokEnvelopeEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokEnvelopeEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokErrorEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokErrorEvent.java index 4650aaf..14a11b3 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokErrorEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokErrorEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokGoalUpdateEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokGoalUpdateEvent.java index e476248..036bbcd 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokGoalUpdateEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokGoalUpdateEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokIMDeleteEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokIMDeleteEvent.java index 5b6795d..1b570a7 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokIMDeleteEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokIMDeleteEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokInRoomBannerEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokInRoomBannerEvent.java index 9917ade..8b7fb21 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokInRoomBannerEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokInRoomBannerEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokLinkLayerEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokLinkLayerEvent.java index 9551b64..8e10cac 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokLinkLayerEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokLinkLayerEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokLinkMicArmiesEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokLinkMicArmiesEvent.java index 0a68ec9..b6375f3 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokLinkMicArmiesEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokLinkMicArmiesEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokLinkMicBattleEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokLinkMicBattleEvent.java index 13b4271..5ec881d 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokLinkMicBattleEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokLinkMicBattleEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokLinkMicFanTicketEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokLinkMicFanTicketEvent.java index a4aa376..c37b76c 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokLinkMicFanTicketEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokLinkMicFanTicketEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokLinkMicMethodEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokLinkMicMethodEvent.java index 8788f9a..36e1ad4 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokLinkMicMethodEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokLinkMicMethodEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokLiveEndedEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokLiveEndedEvent.java index bb66762..d8f069c 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokLiveEndedEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokLiveEndedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokLivePausedEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokLivePausedEvent.java index 4f4331d..96717e0 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokLivePausedEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokLivePausedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokLiveUnpausedEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokLiveUnpausedEvent.java index 1541da0..f9b150c 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokLiveUnpausedEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokLiveUnpausedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokQuestionEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokQuestionEvent.java index 56cb0a0..54d8a8e 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokQuestionEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokQuestionEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokRankTextEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokRankTextEvent.java index 475729c..953f65d 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokRankTextEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokRankTextEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokRankUpdateEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokRankUpdateEvent.java index ae7bf38..5c4cd38 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokRankUpdateEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokRankUpdateEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokReconnectingEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokReconnectingEvent.java index 681a3ad..aa6729d 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokReconnectingEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokReconnectingEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokShopEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokShopEvent.java index 69b8ff1..3135de0 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokShopEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokShopEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokSubNotifyEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokSubNotifyEvent.java index 29c3555..d84def5 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokSubNotifyEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokSubNotifyEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokSubscribeEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokSubscribeEvent.java index a9f35ce..4fd4817 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokSubscribeEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokSubscribeEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokUnauthorizedMemberEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokUnauthorizedMemberEvent.java index 5a429fc..4363a18 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokUnauthorizedMemberEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokUnauthorizedMemberEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokUnhandledControlEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokUnhandledControlEvent.java index 5798725..9dc583a 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokUnhandledControlEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokUnhandledControlEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokUnhandledMemberEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokUnhandledMemberEvent.java index a55509c..5249786 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokUnhandledMemberEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokUnhandledMemberEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokUnhandledSocialEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokUnhandledSocialEvent.java index 5c342e8..2c62e51 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokUnhandledSocialEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/TikTokUnhandledSocialEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/common/TikTokEmptyEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/common/TikTokEmptyEvent.java index f0b0b5b..e7aa6f7 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/common/TikTokEmptyEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/common/TikTokEmptyEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/common/TikTokEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/common/TikTokEvent.java index 36c7f23..11c5524 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/common/TikTokEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/common/TikTokEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/common/TikTokHeaderEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/common/TikTokHeaderEvent.java index f2acde9..066749c 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/common/TikTokHeaderEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/common/TikTokHeaderEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/common/TikTokLiveClientEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/common/TikTokLiveClientEvent.java index f6ee669..f33bc52 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/common/TikTokLiveClientEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/common/TikTokLiveClientEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/common/TikTokUnhandledEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/common/TikTokUnhandledEvent.java index e0ad62d..c11bb56 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/common/TikTokUnhandledEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/common/TikTokUnhandledEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/control/TikTokConnectingEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/control/TikTokConnectingEvent.java index 312c971..e98c040 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/control/TikTokConnectingEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/control/TikTokConnectingEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/control/TikTokPreConnectionEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/control/TikTokPreConnectionEvent.java index 282772b..93f0b55 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/control/TikTokPreConnectionEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/control/TikTokPreConnectionEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/envelop/TikTokChestEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/envelop/TikTokChestEvent.java index 38772e9..203ad5b 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/envelop/TikTokChestEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/envelop/TikTokChestEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/gift/TikTokGiftComboEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/gift/TikTokGiftComboEvent.java index d2f6add..6b396d6 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/gift/TikTokGiftComboEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/gift/TikTokGiftComboEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/gift/TikTokGiftEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/gift/TikTokGiftEvent.java index 7b98b7a..7fdc0b7 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/gift/TikTokGiftEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/gift/TikTokGiftEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/http/TikTokHttpResponseEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/http/TikTokHttpResponseEvent.java index 0a3cc5e..7376309 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/http/TikTokHttpResponseEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/http/TikTokHttpResponseEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkAcceptNoticeEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkAcceptNoticeEvent.java index 01aa937..2a82240 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkAcceptNoticeEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkAcceptNoticeEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkApplyEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkApplyEvent.java index ef5dbee..f064a5b 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkApplyEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkApplyEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkCancelEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkCancelEvent.java index 4d52b4a..acdaef1 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkCancelEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkCancelEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkCloseEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkCloseEvent.java index 0ba496e..e3f39e4 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkCloseEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkCloseEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkCohostListChangeEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkCohostListChangeEvent.java index 88a85e7..3ba48c9 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkCohostListChangeEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkCohostListChangeEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkCreateEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkCreateEvent.java index fbbb844..ab8343b 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkCreateEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkCreateEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkEnterEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkEnterEvent.java index 503040c..c6ce468 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkEnterEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkEnterEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkEvent.java index e3cae9e..de69976 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkInviteEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkInviteEvent.java index 08ad4b7..d6025f2 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkInviteEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkInviteEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkKickOutEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkKickOutEvent.java index 80bcb78..7c73875 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkKickOutEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkKickOutEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkLeaveEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkLeaveEvent.java index 07aaa00..2279eda 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkLeaveEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkLeaveEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkLinkedListChangeEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkLinkedListChangeEvent.java index a677cb2..c5d1fb5 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkLinkedListChangeEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkLinkedListChangeEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkListChangeEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkListChangeEvent.java index 6feb91d..577d2e2 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkListChangeEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkListChangeEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkMediaChangeEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkMediaChangeEvent.java index 591e193..abdaa3d 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkMediaChangeEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkMediaChangeEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkMicIdxUpdateEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkMicIdxUpdateEvent.java index f6d09ef..9212e99 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkMicIdxUpdateEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkMicIdxUpdateEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkMuteEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkMuteEvent.java index d1864a5..ef3b9e6 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkMuteEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkMuteEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkRandomMatchEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkRandomMatchEvent.java index 359a1c3..51237d3 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkRandomMatchEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkRandomMatchEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkReplyEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkReplyEvent.java index 2790580..970a985 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkReplyEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkReplyEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkSysKickOutEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkSysKickOutEvent.java index 6e4f998..45a95b5 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkSysKickOutEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkSysKickOutEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkUpdateUserEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkUpdateUserEvent.java index 68d0197..655edc9 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkUpdateUserEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkUpdateUserEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkUpdateUserSettingEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkUpdateUserSettingEvent.java index fd35f38..22b7e4b 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkUpdateUserSettingEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkUpdateUserSettingEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkUserToastEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkUserToastEvent.java index ff1cda6..3326f79 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkUserToastEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkUserToastEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkWaitListChangeEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkWaitListChangeEvent.java index 8b441d5..38db8e2 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkWaitListChangeEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/link/TikTokLinkWaitListChangeEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/poll/TikTokPollEndEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/poll/TikTokPollEndEvent.java index e0cfc57..0a2793d 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/poll/TikTokPollEndEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/poll/TikTokPollEndEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/poll/TikTokPollEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/poll/TikTokPollEvent.java index 5794cd4..749ee63 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/poll/TikTokPollEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/poll/TikTokPollEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/poll/TikTokPollStartEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/poll/TikTokPollStartEvent.java index 7d1c2ef..05e2bf0 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/poll/TikTokPollStartEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/poll/TikTokPollStartEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/poll/TikTokPollUpdateEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/poll/TikTokPollUpdateEvent.java index 7349fe2..d3d74a8 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/poll/TikTokPollUpdateEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/poll/TikTokPollUpdateEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/room/TikTokRoomInfoEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/room/TikTokRoomInfoEvent.java index 9e36497..b832dd7 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/room/TikTokRoomInfoEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/room/TikTokRoomInfoEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/room/TikTokRoomPinEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/room/TikTokRoomPinEvent.java index 4a3fa05..099d503 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/room/TikTokRoomPinEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/room/TikTokRoomPinEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/social/TikTokFollowEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/social/TikTokFollowEvent.java index 500ce07..37626d7 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/social/TikTokFollowEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/social/TikTokFollowEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/social/TikTokJoinEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/social/TikTokJoinEvent.java index df54e43..27e92cd 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/social/TikTokJoinEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/social/TikTokJoinEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/social/TikTokLikeEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/social/TikTokLikeEvent.java index ff02f7a..0072e74 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/social/TikTokLikeEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/social/TikTokLikeEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/social/TikTokShareEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/social/TikTokShareEvent.java index 7a35363..2f3d352 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/social/TikTokShareEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/social/TikTokShareEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/websocket/TikTokWebsocketMessageEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/websocket/TikTokWebsocketMessageEvent.java index 8aba618..97828d9 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/websocket/TikTokWebsocketMessageEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/websocket/TikTokWebsocketMessageEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/websocket/TikTokWebsocketResponseEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/websocket/TikTokWebsocketResponseEvent.java index 32db2e4..bb2b358 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/websocket/TikTokWebsocketResponseEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/websocket/TikTokWebsocketResponseEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/websocket/TikTokWebsocketUnhandledMessageEvent.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/websocket/TikTokWebsocketUnhandledMessageEvent.java index acf1b48..83b6beb 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/websocket/TikTokWebsocketUnhandledMessageEvent.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/events/websocket/TikTokWebsocketUnhandledMessageEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/Emote.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/Emote.java index 69d1636..27eda4f 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/Emote.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/Emote.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/LinkMicArmy.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/LinkMicArmy.java index c679c93..51758fe 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/LinkMicArmy.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/LinkMicArmy.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/Picture.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/Picture.java index 45d2227..2653aa3 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/Picture.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/Picture.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/PollOption.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/PollOption.java index 63c2076..0ad0da0 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/PollOption.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/PollOption.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/RankingUser.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/RankingUser.java index b94f83b..1368e73 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/RankingUser.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/RankingUser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/Text.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/Text.java index bc0ae3b..ed36c91 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/Text.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/Text.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/badges/Badge.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/badges/Badge.java index 8096934..a07abc7 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/badges/Badge.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/badges/Badge.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/badges/CombineBadge.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/badges/CombineBadge.java index 0b24033..087ebf6 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/badges/CombineBadge.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/badges/CombineBadge.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/badges/PictureBadge.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/badges/PictureBadge.java index 409662a..9e1abae 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/badges/PictureBadge.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/badges/PictureBadge.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/badges/StringBadge.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/badges/StringBadge.java index 68d64be..ae2766d 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/badges/StringBadge.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/badges/StringBadge.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/badges/TextBadge.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/badges/TextBadge.java index d736569..da53472 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/badges/TextBadge.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/badges/TextBadge.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/barrage/BarrageParam.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/barrage/BarrageParam.java index 855eab2..c853f23 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/barrage/BarrageParam.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/barrage/BarrageParam.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/barrage/FansLevelParam.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/barrage/FansLevelParam.java index 1206ee7..29fb411 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/barrage/FansLevelParam.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/barrage/FansLevelParam.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/barrage/SubscribeGiftParam.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/barrage/SubscribeGiftParam.java index 6cb50d3..c4e9766 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/barrage/SubscribeGiftParam.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/barrage/SubscribeGiftParam.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/barrage/UserGradeParam.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/barrage/UserGradeParam.java index 22d945a..ec1320d 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/barrage/UserGradeParam.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/barrage/UserGradeParam.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/battles/Team.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/battles/Team.java index 18a85d6..dac2a21 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/battles/Team.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/battles/Team.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/battles/Team1v1.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/battles/Team1v1.java index 973da62..3658822 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/battles/Team1v1.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/battles/Team1v1.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/battles/Team2v2.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/battles/Team2v2.java index f484dbc..8f4c364 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/battles/Team2v2.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/battles/Team2v2.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/battles/Viewer.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/battles/Viewer.java index 814519f..6c7007f 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/battles/Viewer.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/battles/Viewer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/chest/Chest.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/chest/Chest.java index 6a218be..968cc7f 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/chest/Chest.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/chest/Chest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/gifts/Gift.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/gifts/Gift.java index c97ad72..238b766 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/gifts/Gift.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/gifts/Gift.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/gifts/GiftComboStateType.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/gifts/GiftComboStateType.java index 9f6f1d3..bc81cad 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/gifts/GiftComboStateType.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/gifts/GiftComboStateType.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/http/HttpData.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/http/HttpData.java index 2f1bd3d..e9a5799 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/http/HttpData.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/http/HttpData.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/users/ListUser.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/users/ListUser.java index 66e91d5..e1c08a4 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/users/ListUser.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/users/ListUser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/users/User.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/users/User.java index cfdd902..53def27 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/users/User.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/users/User.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/users/UserAttribute.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/users/UserAttribute.java index 4dea4b3..0b23e12 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/users/UserAttribute.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/models/users/UserAttribute.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/requests/GiftsData.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/requests/GiftsData.java index bd103a0..e1742e2 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/requests/GiftsData.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/requests/GiftsData.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/requests/LiveConnectionData.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/requests/LiveConnectionData.java index 8c5299e..152fb0d 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/requests/LiveConnectionData.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/requests/LiveConnectionData.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/requests/LiveData.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/requests/LiveData.java index c884f06..174ad90 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/requests/LiveData.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/requests/LiveData.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/requests/LiveUserData.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/requests/LiveUserData.java index f5c0b26..04ea2d0 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/requests/LiveUserData.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/requests/LiveUserData.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/settings/HttpClientSettings.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/settings/HttpClientSettings.java index 33f3bbe..8af3eeb 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/settings/HttpClientSettings.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/settings/HttpClientSettings.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/settings/LiveClientSettings.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/settings/LiveClientSettings.java index 486b445..2e3d654 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/settings/LiveClientSettings.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/settings/LiveClientSettings.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/data/settings/ProxyClientSettings.java b/API/src/main/java/io/github/jwdeveloper/tiktok/data/settings/ProxyClientSettings.java index ad5ce17..9fa2135 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/data/settings/ProxyClientSettings.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/data/settings/ProxyClientSettings.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/exceptions/TikTokEventListenerMethodException.java b/API/src/main/java/io/github/jwdeveloper/tiktok/exceptions/TikTokEventListenerMethodException.java index 303171b..046a651 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/exceptions/TikTokEventListenerMethodException.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/exceptions/TikTokEventListenerMethodException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/exceptions/TikTokLiveException.java b/API/src/main/java/io/github/jwdeveloper/tiktok/exceptions/TikTokLiveException.java index a3b9d13..fdcf88e 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/exceptions/TikTokLiveException.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/exceptions/TikTokLiveException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/exceptions/TikTokLiveMessageException.java b/API/src/main/java/io/github/jwdeveloper/tiktok/exceptions/TikTokLiveMessageException.java index 256072b..05f34f9 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/exceptions/TikTokLiveMessageException.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/exceptions/TikTokLiveMessageException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/exceptions/TikTokLiveOfflineHostException.java b/API/src/main/java/io/github/jwdeveloper/tiktok/exceptions/TikTokLiveOfflineHostException.java index 01639d6..b6bebab 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/exceptions/TikTokLiveOfflineHostException.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/exceptions/TikTokLiveOfflineHostException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/exceptions/TikTokLiveRequestException.java b/API/src/main/java/io/github/jwdeveloper/tiktok/exceptions/TikTokLiveRequestException.java index b004a86..c2c0db0 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/exceptions/TikTokLiveRequestException.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/exceptions/TikTokLiveRequestException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/exceptions/TikTokLiveUnknownHostException.java b/API/src/main/java/io/github/jwdeveloper/tiktok/exceptions/TikTokLiveUnknownHostException.java index 2f21399..4cbc179 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/exceptions/TikTokLiveUnknownHostException.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/exceptions/TikTokLiveUnknownHostException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/exceptions/TikTokMessageMappingException.java b/API/src/main/java/io/github/jwdeveloper/tiktok/exceptions/TikTokMessageMappingException.java index ad3c1ec..fc5ce32 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/exceptions/TikTokMessageMappingException.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/exceptions/TikTokMessageMappingException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/exceptions/TikTokProtocolBufferException.java b/API/src/main/java/io/github/jwdeveloper/tiktok/exceptions/TikTokProtocolBufferException.java index abd6380..497ad0b 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/exceptions/TikTokProtocolBufferException.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/exceptions/TikTokProtocolBufferException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/exceptions/TikTokProxyRequestException.java b/API/src/main/java/io/github/jwdeveloper/tiktok/exceptions/TikTokProxyRequestException.java index 560c4fa..9a614d7 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/exceptions/TikTokProxyRequestException.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/exceptions/TikTokProxyRequestException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/exceptions/TikTokSignServerException.java b/API/src/main/java/io/github/jwdeveloper/tiktok/exceptions/TikTokSignServerException.java index 098a5ed..671d70a 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/exceptions/TikTokSignServerException.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/exceptions/TikTokSignServerException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/http/LiveHttpClient.java b/API/src/main/java/io/github/jwdeveloper/tiktok/http/LiveHttpClient.java index 8506db1..72d218e 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/http/LiveHttpClient.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/http/LiveHttpClient.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/listener/ListenersManager.java b/API/src/main/java/io/github/jwdeveloper/tiktok/listener/ListenersManager.java index 05df523..e8e9a90 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/listener/ListenersManager.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/listener/ListenersManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/listener/TikTokEventListener.java b/API/src/main/java/io/github/jwdeveloper/tiktok/listener/TikTokEventListener.java index fcb2745..f88335c 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/listener/TikTokEventListener.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/listener/TikTokEventListener.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/listener/TikTokEventListenerBase.java b/API/src/main/java/io/github/jwdeveloper/tiktok/listener/TikTokEventListenerBase.java index 136e624..ed59959 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/listener/TikTokEventListenerBase.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/listener/TikTokEventListenerBase.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/live/GiftsManager.java b/API/src/main/java/io/github/jwdeveloper/tiktok/live/GiftsManager.java index 08c1b55..9ee4be8 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/live/GiftsManager.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/live/GiftsManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/live/LiveClient.java b/API/src/main/java/io/github/jwdeveloper/tiktok/live/LiveClient.java index 82c07fe..239d89e 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/live/LiveClient.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/live/LiveClient.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/live/LiveEventsHandler.java b/API/src/main/java/io/github/jwdeveloper/tiktok/live/LiveEventsHandler.java index e335f44..be9af42 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/live/LiveEventsHandler.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/live/LiveEventsHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/live/LiveMessagesHandler.java b/API/src/main/java/io/github/jwdeveloper/tiktok/live/LiveMessagesHandler.java index d638c64..76e05ab 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/live/LiveMessagesHandler.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/live/LiveMessagesHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/live/LiveRoomInfo.java b/API/src/main/java/io/github/jwdeveloper/tiktok/live/LiveRoomInfo.java index b3df78c..e1dcd03 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/live/LiveRoomInfo.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/live/LiveRoomInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/live/builder/EventConsumer.java b/API/src/main/java/io/github/jwdeveloper/tiktok/live/builder/EventConsumer.java index 9ba91ba..01a5373 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/live/builder/EventConsumer.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/live/builder/EventConsumer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/live/builder/EventsBuilder.java b/API/src/main/java/io/github/jwdeveloper/tiktok/live/builder/EventsBuilder.java index 6f9e74d..e401bc1 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/live/builder/EventsBuilder.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/live/builder/EventsBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/live/builder/LiveClientBuilder.java b/API/src/main/java/io/github/jwdeveloper/tiktok/live/builder/LiveClientBuilder.java index 5410dcf..972132f 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/live/builder/LiveClientBuilder.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/live/builder/LiveClientBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/mappers/LiveMapper.java b/API/src/main/java/io/github/jwdeveloper/tiktok/mappers/LiveMapper.java index 17793e4..51b59a6 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/mappers/LiveMapper.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/mappers/LiveMapper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/mappers/LiveMapperHelper.java b/API/src/main/java/io/github/jwdeveloper/tiktok/mappers/LiveMapperHelper.java index 3ae1531..0c92c96 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/mappers/LiveMapperHelper.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/mappers/LiveMapperHelper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/mappers/TikTokMapperModel.java b/API/src/main/java/io/github/jwdeveloper/tiktok/mappers/TikTokMapperModel.java index 921d7ad..d46b389 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/mappers/TikTokMapperModel.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/mappers/TikTokMapperModel.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/mappers/data/AfterMappingAction.java b/API/src/main/java/io/github/jwdeveloper/tiktok/mappers/data/AfterMappingAction.java index 6977e11..3571f34 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/mappers/data/AfterMappingAction.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/mappers/data/AfterMappingAction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/mappers/data/MappingAction.java b/API/src/main/java/io/github/jwdeveloper/tiktok/mappers/data/MappingAction.java index e957cc0..be016d6 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/mappers/data/MappingAction.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/mappers/data/MappingAction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/mappers/data/MappingResult.java b/API/src/main/java/io/github/jwdeveloper/tiktok/mappers/data/MappingResult.java index 81ac6e1..8fc34d8 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/mappers/data/MappingResult.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/mappers/data/MappingResult.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/models/ConnectionState.java b/API/src/main/java/io/github/jwdeveloper/tiktok/models/ConnectionState.java index f198ae4..db3f03e 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/models/ConnectionState.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/models/ConnectionState.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/models/SocialTypes.java b/API/src/main/java/io/github/jwdeveloper/tiktok/models/SocialTypes.java index 9130d08..0ee8987 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/models/SocialTypes.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/models/SocialTypes.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/utils/ConsoleColors.java b/API/src/main/java/io/github/jwdeveloper/tiktok/utils/ConsoleColors.java index 2042625..14fc608 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/utils/ConsoleColors.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/utils/ConsoleColors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/utils/JsonUtil.java b/API/src/main/java/io/github/jwdeveloper/tiktok/utils/JsonUtil.java index 30a18c8..a284854 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/utils/JsonUtil.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/utils/JsonUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/utils/ProtoBufferFileGenerator.java b/API/src/main/java/io/github/jwdeveloper/tiktok/utils/ProtoBufferFileGenerator.java index 44ee0bd..4617ac3 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/utils/ProtoBufferFileGenerator.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/utils/ProtoBufferFileGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/utils/ProtoBufferJsonGenerator.java b/API/src/main/java/io/github/jwdeveloper/tiktok/utils/ProtoBufferJsonGenerator.java index db7b008..7a0feb4 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/utils/ProtoBufferJsonGenerator.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/utils/ProtoBufferJsonGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/utils/ProtoBufferObject.java b/API/src/main/java/io/github/jwdeveloper/tiktok/utils/ProtoBufferObject.java index 0d7e188..caba252 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/utils/ProtoBufferObject.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/utils/ProtoBufferObject.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/utils/ProtocolUtils.java b/API/src/main/java/io/github/jwdeveloper/tiktok/utils/ProtocolUtils.java index 48a5e51..bf6a36e 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/utils/ProtocolUtils.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/utils/ProtocolUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/utils/Stopwatch.java b/API/src/main/java/io/github/jwdeveloper/tiktok/utils/Stopwatch.java index 4e30ceb..bbb8776 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/utils/Stopwatch.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/utils/Stopwatch.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/API/src/main/java/io/github/jwdeveloper/tiktok/websocket/LiveSocketClient.java b/API/src/main/java/io/github/jwdeveloper/tiktok/websocket/LiveSocketClient.java index dca7979..473095a 100644 --- a/API/src/main/java/io/github/jwdeveloper/tiktok/websocket/LiveSocketClient.java +++ b/API/src/main/java/io/github/jwdeveloper/tiktok/websocket/LiveSocketClient.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/Client/src/main/java/io/github/jwdeveloper/tiktok/TikTokLive.java b/Client/src/main/java/io/github/jwdeveloper/tiktok/TikTokLive.java index 09a9b45..f01bc4c 100644 --- a/Client/src/main/java/io/github/jwdeveloper/tiktok/TikTokLive.java +++ b/Client/src/main/java/io/github/jwdeveloper/tiktok/TikTokLive.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/Client/src/main/java/io/github/jwdeveloper/tiktok/TikTokLiveClient.java b/Client/src/main/java/io/github/jwdeveloper/tiktok/TikTokLiveClient.java index a352351..b6b86b4 100644 --- a/Client/src/main/java/io/github/jwdeveloper/tiktok/TikTokLiveClient.java +++ b/Client/src/main/java/io/github/jwdeveloper/tiktok/TikTokLiveClient.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/Client/src/main/java/io/github/jwdeveloper/tiktok/TikTokLiveClientBuilder.java b/Client/src/main/java/io/github/jwdeveloper/tiktok/TikTokLiveClientBuilder.java index 8aa30b5..3d471f7 100644 --- a/Client/src/main/java/io/github/jwdeveloper/tiktok/TikTokLiveClientBuilder.java +++ b/Client/src/main/java/io/github/jwdeveloper/tiktok/TikTokLiveClientBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/Client/src/main/java/io/github/jwdeveloper/tiktok/TikTokLiveEventHandler.java b/Client/src/main/java/io/github/jwdeveloper/tiktok/TikTokLiveEventHandler.java index bbca3e4..3649d43 100644 --- a/Client/src/main/java/io/github/jwdeveloper/tiktok/TikTokLiveEventHandler.java +++ b/Client/src/main/java/io/github/jwdeveloper/tiktok/TikTokLiveEventHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/Client/src/main/java/io/github/jwdeveloper/tiktok/TikTokLiveHttpClient.java b/Client/src/main/java/io/github/jwdeveloper/tiktok/TikTokLiveHttpClient.java index 496e3c2..039c6e7 100644 --- a/Client/src/main/java/io/github/jwdeveloper/tiktok/TikTokLiveHttpClient.java +++ b/Client/src/main/java/io/github/jwdeveloper/tiktok/TikTokLiveHttpClient.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/Client/src/main/java/io/github/jwdeveloper/tiktok/TikTokLiveHttpOfflineClient.java b/Client/src/main/java/io/github/jwdeveloper/tiktok/TikTokLiveHttpOfflineClient.java index 404b28a..bd2cb92 100644 --- a/Client/src/main/java/io/github/jwdeveloper/tiktok/TikTokLiveHttpOfflineClient.java +++ b/Client/src/main/java/io/github/jwdeveloper/tiktok/TikTokLiveHttpOfflineClient.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/Client/src/main/java/io/github/jwdeveloper/tiktok/TikTokLiveMessageHandler.java b/Client/src/main/java/io/github/jwdeveloper/tiktok/TikTokLiveMessageHandler.java index 9b75652..3704025 100644 --- a/Client/src/main/java/io/github/jwdeveloper/tiktok/TikTokLiveMessageHandler.java +++ b/Client/src/main/java/io/github/jwdeveloper/tiktok/TikTokLiveMessageHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/Client/src/main/java/io/github/jwdeveloper/tiktok/TikTokRoomInfo.java b/Client/src/main/java/io/github/jwdeveloper/tiktok/TikTokRoomInfo.java index c02a7e3..a57dc0d 100644 --- a/Client/src/main/java/io/github/jwdeveloper/tiktok/TikTokRoomInfo.java +++ b/Client/src/main/java/io/github/jwdeveloper/tiktok/TikTokRoomInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/Client/src/main/java/io/github/jwdeveloper/tiktok/common/ActionResult.java b/Client/src/main/java/io/github/jwdeveloper/tiktok/common/ActionResult.java index d2119fe..0ce0fae 100644 --- a/Client/src/main/java/io/github/jwdeveloper/tiktok/common/ActionResult.java +++ b/Client/src/main/java/io/github/jwdeveloper/tiktok/common/ActionResult.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/Client/src/main/java/io/github/jwdeveloper/tiktok/common/ActionResultBuilder.java b/Client/src/main/java/io/github/jwdeveloper/tiktok/common/ActionResultBuilder.java index c63f606..b8f28a7 100644 --- a/Client/src/main/java/io/github/jwdeveloper/tiktok/common/ActionResultBuilder.java +++ b/Client/src/main/java/io/github/jwdeveloper/tiktok/common/ActionResultBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/Client/src/main/java/io/github/jwdeveloper/tiktok/common/LoggerFactory.java b/Client/src/main/java/io/github/jwdeveloper/tiktok/common/LoggerFactory.java index eb06253..73c9b16 100644 --- a/Client/src/main/java/io/github/jwdeveloper/tiktok/common/LoggerFactory.java +++ b/Client/src/main/java/io/github/jwdeveloper/tiktok/common/LoggerFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/Client/src/main/java/io/github/jwdeveloper/tiktok/gifts/TikTokGiftsManager.java b/Client/src/main/java/io/github/jwdeveloper/tiktok/gifts/TikTokGiftsManager.java index 6a875c7..2d71557 100644 --- a/Client/src/main/java/io/github/jwdeveloper/tiktok/gifts/TikTokGiftsManager.java +++ b/Client/src/main/java/io/github/jwdeveloper/tiktok/gifts/TikTokGiftsManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/Client/src/main/java/io/github/jwdeveloper/tiktok/http/HttpClient.java b/Client/src/main/java/io/github/jwdeveloper/tiktok/http/HttpClient.java index 25575a3..6a42b83 100644 --- a/Client/src/main/java/io/github/jwdeveloper/tiktok/http/HttpClient.java +++ b/Client/src/main/java/io/github/jwdeveloper/tiktok/http/HttpClient.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/Client/src/main/java/io/github/jwdeveloper/tiktok/http/HttpClientBuilder.java b/Client/src/main/java/io/github/jwdeveloper/tiktok/http/HttpClientBuilder.java index 8a04f58..1c66a2a 100644 --- a/Client/src/main/java/io/github/jwdeveloper/tiktok/http/HttpClientBuilder.java +++ b/Client/src/main/java/io/github/jwdeveloper/tiktok/http/HttpClientBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/Client/src/main/java/io/github/jwdeveloper/tiktok/http/HttpClientFactory.java b/Client/src/main/java/io/github/jwdeveloper/tiktok/http/HttpClientFactory.java index 06374ad..c2316bd 100644 --- a/Client/src/main/java/io/github/jwdeveloper/tiktok/http/HttpClientFactory.java +++ b/Client/src/main/java/io/github/jwdeveloper/tiktok/http/HttpClientFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/Client/src/main/java/io/github/jwdeveloper/tiktok/http/HttpProxyClient.java b/Client/src/main/java/io/github/jwdeveloper/tiktok/http/HttpProxyClient.java index 4907587..1de9169 100644 --- a/Client/src/main/java/io/github/jwdeveloper/tiktok/http/HttpProxyClient.java +++ b/Client/src/main/java/io/github/jwdeveloper/tiktok/http/HttpProxyClient.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/Client/src/main/java/io/github/jwdeveloper/tiktok/http/mappers/GiftsDataMapper.java b/Client/src/main/java/io/github/jwdeveloper/tiktok/http/mappers/GiftsDataMapper.java index ce5d879..9a0c052 100644 --- a/Client/src/main/java/io/github/jwdeveloper/tiktok/http/mappers/GiftsDataMapper.java +++ b/Client/src/main/java/io/github/jwdeveloper/tiktok/http/mappers/GiftsDataMapper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/Client/src/main/java/io/github/jwdeveloper/tiktok/http/mappers/HttpRequestJsonMapper.java b/Client/src/main/java/io/github/jwdeveloper/tiktok/http/mappers/HttpRequestJsonMapper.java index bda137c..b8d92ac 100644 --- a/Client/src/main/java/io/github/jwdeveloper/tiktok/http/mappers/HttpRequestJsonMapper.java +++ b/Client/src/main/java/io/github/jwdeveloper/tiktok/http/mappers/HttpRequestJsonMapper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/Client/src/main/java/io/github/jwdeveloper/tiktok/http/mappers/HttpResponseJsonMapper.java b/Client/src/main/java/io/github/jwdeveloper/tiktok/http/mappers/HttpResponseJsonMapper.java index b8f2856..ac02358 100644 --- a/Client/src/main/java/io/github/jwdeveloper/tiktok/http/mappers/HttpResponseJsonMapper.java +++ b/Client/src/main/java/io/github/jwdeveloper/tiktok/http/mappers/HttpResponseJsonMapper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/Client/src/main/java/io/github/jwdeveloper/tiktok/http/mappers/LiveDataMapper.java b/Client/src/main/java/io/github/jwdeveloper/tiktok/http/mappers/LiveDataMapper.java index 62d3fb4..27e011d 100644 --- a/Client/src/main/java/io/github/jwdeveloper/tiktok/http/mappers/LiveDataMapper.java +++ b/Client/src/main/java/io/github/jwdeveloper/tiktok/http/mappers/LiveDataMapper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/Client/src/main/java/io/github/jwdeveloper/tiktok/http/mappers/LiveUserDataMapper.java b/Client/src/main/java/io/github/jwdeveloper/tiktok/http/mappers/LiveUserDataMapper.java index b6f0de0..034cc29 100644 --- a/Client/src/main/java/io/github/jwdeveloper/tiktok/http/mappers/LiveUserDataMapper.java +++ b/Client/src/main/java/io/github/jwdeveloper/tiktok/http/mappers/LiveUserDataMapper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/Client/src/main/java/io/github/jwdeveloper/tiktok/listener/ListenerMethodInfo.java b/Client/src/main/java/io/github/jwdeveloper/tiktok/listener/ListenerMethodInfo.java index 7b9f085..dde7234 100644 --- a/Client/src/main/java/io/github/jwdeveloper/tiktok/listener/ListenerMethodInfo.java +++ b/Client/src/main/java/io/github/jwdeveloper/tiktok/listener/ListenerMethodInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/Client/src/main/java/io/github/jwdeveloper/tiktok/listener/TikTokListenersManager.java b/Client/src/main/java/io/github/jwdeveloper/tiktok/listener/TikTokListenersManager.java index 1f482d9..9c6bbb5 100644 --- a/Client/src/main/java/io/github/jwdeveloper/tiktok/listener/TikTokListenersManager.java +++ b/Client/src/main/java/io/github/jwdeveloper/tiktok/listener/TikTokListenersManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/Client/src/main/java/io/github/jwdeveloper/tiktok/mappers/MessagesMapperFactory.java b/Client/src/main/java/io/github/jwdeveloper/tiktok/mappers/MessagesMapperFactory.java index c4f086c..131de0b 100644 --- a/Client/src/main/java/io/github/jwdeveloper/tiktok/mappers/MessagesMapperFactory.java +++ b/Client/src/main/java/io/github/jwdeveloper/tiktok/mappers/MessagesMapperFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/Client/src/main/java/io/github/jwdeveloper/tiktok/mappers/TikTokGenericEventMapper.java b/Client/src/main/java/io/github/jwdeveloper/tiktok/mappers/TikTokGenericEventMapper.java index 0ec2843..bbe0ac6 100644 --- a/Client/src/main/java/io/github/jwdeveloper/tiktok/mappers/TikTokGenericEventMapper.java +++ b/Client/src/main/java/io/github/jwdeveloper/tiktok/mappers/TikTokGenericEventMapper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/Client/src/main/java/io/github/jwdeveloper/tiktok/mappers/TikTokLiveMapper.java b/Client/src/main/java/io/github/jwdeveloper/tiktok/mappers/TikTokLiveMapper.java index 286d8fe..a36b036 100644 --- a/Client/src/main/java/io/github/jwdeveloper/tiktok/mappers/TikTokLiveMapper.java +++ b/Client/src/main/java/io/github/jwdeveloper/tiktok/mappers/TikTokLiveMapper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/Client/src/main/java/io/github/jwdeveloper/tiktok/mappers/TikTokLiveMapperHelper.java b/Client/src/main/java/io/github/jwdeveloper/tiktok/mappers/TikTokLiveMapperHelper.java index b44da3b..7dc7e71 100644 --- a/Client/src/main/java/io/github/jwdeveloper/tiktok/mappers/TikTokLiveMapperHelper.java +++ b/Client/src/main/java/io/github/jwdeveloper/tiktok/mappers/TikTokLiveMapperHelper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/Client/src/main/java/io/github/jwdeveloper/tiktok/mappers/TikTokLiveMapperModel.java b/Client/src/main/java/io/github/jwdeveloper/tiktok/mappers/TikTokLiveMapperModel.java index eb5a6fd..1e8a9f6 100644 --- a/Client/src/main/java/io/github/jwdeveloper/tiktok/mappers/TikTokLiveMapperModel.java +++ b/Client/src/main/java/io/github/jwdeveloper/tiktok/mappers/TikTokLiveMapperModel.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/Client/src/main/java/io/github/jwdeveloper/tiktok/mappers/handlers/TikTokCommonEventHandler.java b/Client/src/main/java/io/github/jwdeveloper/tiktok/mappers/handlers/TikTokCommonEventHandler.java index 0af7d4a..c6be4e5 100644 --- a/Client/src/main/java/io/github/jwdeveloper/tiktok/mappers/handlers/TikTokCommonEventHandler.java +++ b/Client/src/main/java/io/github/jwdeveloper/tiktok/mappers/handlers/TikTokCommonEventHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/Client/src/main/java/io/github/jwdeveloper/tiktok/mappers/handlers/TikTokGiftEventHandler.java b/Client/src/main/java/io/github/jwdeveloper/tiktok/mappers/handlers/TikTokGiftEventHandler.java index 91526b3..7f3140a 100644 --- a/Client/src/main/java/io/github/jwdeveloper/tiktok/mappers/handlers/TikTokGiftEventHandler.java +++ b/Client/src/main/java/io/github/jwdeveloper/tiktok/mappers/handlers/TikTokGiftEventHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/Client/src/main/java/io/github/jwdeveloper/tiktok/mappers/handlers/TikTokRoomInfoEventHandler.java b/Client/src/main/java/io/github/jwdeveloper/tiktok/mappers/handlers/TikTokRoomInfoEventHandler.java index 6540171..7d948c3 100644 --- a/Client/src/main/java/io/github/jwdeveloper/tiktok/mappers/handlers/TikTokRoomInfoEventHandler.java +++ b/Client/src/main/java/io/github/jwdeveloper/tiktok/mappers/handlers/TikTokRoomInfoEventHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/Client/src/main/java/io/github/jwdeveloper/tiktok/mappers/handlers/TikTokSocialMediaEventHandler.java b/Client/src/main/java/io/github/jwdeveloper/tiktok/mappers/handlers/TikTokSocialMediaEventHandler.java index 2a60271..dd8d77c 100644 --- a/Client/src/main/java/io/github/jwdeveloper/tiktok/mappers/handlers/TikTokSocialMediaEventHandler.java +++ b/Client/src/main/java/io/github/jwdeveloper/tiktok/mappers/handlers/TikTokSocialMediaEventHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/Client/src/main/java/io/github/jwdeveloper/tiktok/websocket/TikTokWebSocketClient.java b/Client/src/main/java/io/github/jwdeveloper/tiktok/websocket/TikTokWebSocketClient.java index 1ae808b..1678a1d 100644 --- a/Client/src/main/java/io/github/jwdeveloper/tiktok/websocket/TikTokWebSocketClient.java +++ b/Client/src/main/java/io/github/jwdeveloper/tiktok/websocket/TikTokWebSocketClient.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/Client/src/main/java/io/github/jwdeveloper/tiktok/websocket/TikTokWebSocketListener.java b/Client/src/main/java/io/github/jwdeveloper/tiktok/websocket/TikTokWebSocketListener.java index 1d10d90..3992770 100644 --- a/Client/src/main/java/io/github/jwdeveloper/tiktok/websocket/TikTokWebSocketListener.java +++ b/Client/src/main/java/io/github/jwdeveloper/tiktok/websocket/TikTokWebSocketListener.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/Client/src/main/java/io/github/jwdeveloper/tiktok/websocket/TikTokWebSocketOfflineClient.java b/Client/src/main/java/io/github/jwdeveloper/tiktok/websocket/TikTokWebSocketOfflineClient.java index 496b7ef..0454111 100644 --- a/Client/src/main/java/io/github/jwdeveloper/tiktok/websocket/TikTokWebSocketOfflineClient.java +++ b/Client/src/main/java/io/github/jwdeveloper/tiktok/websocket/TikTokWebSocketOfflineClient.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/Client/src/main/java/io/github/jwdeveloper/tiktok/websocket/WebSocketHeartbeatTask.java b/Client/src/main/java/io/github/jwdeveloper/tiktok/websocket/WebSocketHeartbeatTask.java index d96014a..f9fe8d0 100644 --- a/Client/src/main/java/io/github/jwdeveloper/tiktok/websocket/WebSocketHeartbeatTask.java +++ b/Client/src/main/java/io/github/jwdeveloper/tiktok/websocket/WebSocketHeartbeatTask.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/Client/src/test/java/io/github/jwdeveloper/tiktok/TikTokLiveClientTests.java b/Client/src/test/java/io/github/jwdeveloper/tiktok/TikTokLiveClientTests.java index aa84d66..d5bddbf 100644 --- a/Client/src/test/java/io/github/jwdeveloper/tiktok/TikTokLiveClientTests.java +++ b/Client/src/test/java/io/github/jwdeveloper/tiktok/TikTokLiveClientTests.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/Client/src/test/java/io/github/jwdeveloper/tiktok/TikTokTestBase.java b/Client/src/test/java/io/github/jwdeveloper/tiktok/TikTokTestBase.java index c450fc1..6d2e837 100644 --- a/Client/src/test/java/io/github/jwdeveloper/tiktok/TikTokTestBase.java +++ b/Client/src/test/java/io/github/jwdeveloper/tiktok/TikTokTestBase.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/Client/src/test/java/io/github/jwdeveloper/tiktok/handlers/events/TikTokGiftEventHandlerTest.java b/Client/src/test/java/io/github/jwdeveloper/tiktok/handlers/events/TikTokGiftEventHandlerTest.java index f6302b7..2dda517 100644 --- a/Client/src/test/java/io/github/jwdeveloper/tiktok/handlers/events/TikTokGiftEventHandlerTest.java +++ b/Client/src/test/java/io/github/jwdeveloper/tiktok/handlers/events/TikTokGiftEventHandlerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/Client/src/test/java/io/github/jwdeveloper/tiktok/listener/TikTokListenersManagerTest.java b/Client/src/test/java/io/github/jwdeveloper/tiktok/listener/TikTokListenersManagerTest.java index 915bcfe..71aaa71 100644 --- a/Client/src/test/java/io/github/jwdeveloper/tiktok/listener/TikTokListenersManagerTest.java +++ b/Client/src/test/java/io/github/jwdeveloper/tiktok/listener/TikTokListenersManagerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/Client/src/test/java/io/github/jwdeveloper/tiktok/mocks/EventsHandlerMock.java b/Client/src/test/java/io/github/jwdeveloper/tiktok/mocks/EventsHandlerMock.java index a44c5c8..16e4a94 100644 --- a/Client/src/test/java/io/github/jwdeveloper/tiktok/mocks/EventsHandlerMock.java +++ b/Client/src/test/java/io/github/jwdeveloper/tiktok/mocks/EventsHandlerMock.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/examples/src/main/java/io/github/jwdeveloper/tiktok/CollectorExample.java b/examples/src/main/java/io/github/jwdeveloper/tiktok/CollectorExample.java index aed2c8d..a5ed27a 100644 --- a/examples/src/main/java/io/github/jwdeveloper/tiktok/CollectorExample.java +++ b/examples/src/main/java/io/github/jwdeveloper/tiktok/CollectorExample.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/examples/src/main/java/io/github/jwdeveloper/tiktok/ConnectionExample.java b/examples/src/main/java/io/github/jwdeveloper/tiktok/ConnectionExample.java index c7226af..6051297 100644 --- a/examples/src/main/java/io/github/jwdeveloper/tiktok/ConnectionExample.java +++ b/examples/src/main/java/io/github/jwdeveloper/tiktok/ConnectionExample.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/examples/src/main/java/io/github/jwdeveloper/tiktok/CustomEventExample.java b/examples/src/main/java/io/github/jwdeveloper/tiktok/CustomEventExample.java index 3e6ece2..7642b81 100644 --- a/examples/src/main/java/io/github/jwdeveloper/tiktok/CustomEventExample.java +++ b/examples/src/main/java/io/github/jwdeveloper/tiktok/CustomEventExample.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/examples/src/main/java/io/github/jwdeveloper/tiktok/CustomMappingExample.java b/examples/src/main/java/io/github/jwdeveloper/tiktok/CustomMappingExample.java index ce3c853..3ed51cf 100644 --- a/examples/src/main/java/io/github/jwdeveloper/tiktok/CustomMappingExample.java +++ b/examples/src/main/java/io/github/jwdeveloper/tiktok/CustomMappingExample.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/examples/src/main/java/io/github/jwdeveloper/tiktok/CustomizationExample.java b/examples/src/main/java/io/github/jwdeveloper/tiktok/CustomizationExample.java index a45ed95..689053c 100644 --- a/examples/src/main/java/io/github/jwdeveloper/tiktok/CustomizationExample.java +++ b/examples/src/main/java/io/github/jwdeveloper/tiktok/CustomizationExample.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/examples/src/main/java/io/github/jwdeveloper/tiktok/Events_And_Gifts_Testing_Example.java b/examples/src/main/java/io/github/jwdeveloper/tiktok/Events_And_Gifts_Testing_Example.java index ecbcdcc..a7c7fc2 100644 --- a/examples/src/main/java/io/github/jwdeveloper/tiktok/Events_And_Gifts_Testing_Example.java +++ b/examples/src/main/java/io/github/jwdeveloper/tiktok/Events_And_Gifts_Testing_Example.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/examples/src/main/java/io/github/jwdeveloper/tiktok/GiftsExample.java b/examples/src/main/java/io/github/jwdeveloper/tiktok/GiftsExample.java index 732f436..c3463b7 100644 --- a/examples/src/main/java/io/github/jwdeveloper/tiktok/GiftsExample.java +++ b/examples/src/main/java/io/github/jwdeveloper/tiktok/GiftsExample.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/examples/src/main/java/io/github/jwdeveloper/tiktok/ListenerExample.java b/examples/src/main/java/io/github/jwdeveloper/tiktok/ListenerExample.java index 09706b1..58f3787 100644 --- a/examples/src/main/java/io/github/jwdeveloper/tiktok/ListenerExample.java +++ b/examples/src/main/java/io/github/jwdeveloper/tiktok/ListenerExample.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/examples/src/main/java/io/github/jwdeveloper/tiktok/ProxyExample.java b/examples/src/main/java/io/github/jwdeveloper/tiktok/ProxyExample.java index 9db5c94..b35a852 100644 --- a/examples/src/main/java/io/github/jwdeveloper/tiktok/ProxyExample.java +++ b/examples/src/main/java/io/github/jwdeveloper/tiktok/ProxyExample.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/examples/src/main/java/io/github/jwdeveloper/tiktok/RecorderExample.java b/examples/src/main/java/io/github/jwdeveloper/tiktok/RecorderExample.java index 6ce4c2e..cb6b7bf 100644 --- a/examples/src/main/java/io/github/jwdeveloper/tiktok/RecorderExample.java +++ b/examples/src/main/java/io/github/jwdeveloper/tiktok/RecorderExample.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/extension-collector/src/main/java/io/github/jwdeveloper/tiktok/extension/collector/TikTokLiveCollector.java b/extension-collector/src/main/java/io/github/jwdeveloper/tiktok/extension/collector/TikTokLiveCollector.java index 3128dc9..59e2ddb 100644 --- a/extension-collector/src/main/java/io/github/jwdeveloper/tiktok/extension/collector/TikTokLiveCollector.java +++ b/extension-collector/src/main/java/io/github/jwdeveloper/tiktok/extension/collector/TikTokLiveCollector.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/extension-collector/src/main/java/io/github/jwdeveloper/tiktok/extension/collector/api/CollectorEvent.java b/extension-collector/src/main/java/io/github/jwdeveloper/tiktok/extension/collector/api/CollectorEvent.java index 8aef821..614ae5d 100644 --- a/extension-collector/src/main/java/io/github/jwdeveloper/tiktok/extension/collector/api/CollectorEvent.java +++ b/extension-collector/src/main/java/io/github/jwdeveloper/tiktok/extension/collector/api/CollectorEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/extension-collector/src/main/java/io/github/jwdeveloper/tiktok/extension/collector/api/LiveDataCollector.java b/extension-collector/src/main/java/io/github/jwdeveloper/tiktok/extension/collector/api/LiveDataCollector.java index 6cdd483..e292cb8 100644 --- a/extension-collector/src/main/java/io/github/jwdeveloper/tiktok/extension/collector/api/LiveDataCollector.java +++ b/extension-collector/src/main/java/io/github/jwdeveloper/tiktok/extension/collector/api/LiveDataCollector.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/extension-collector/src/main/java/io/github/jwdeveloper/tiktok/extension/collector/api/Storage.java b/extension-collector/src/main/java/io/github/jwdeveloper/tiktok/extension/collector/api/Storage.java index dd065cf..bc9dc07 100644 --- a/extension-collector/src/main/java/io/github/jwdeveloper/tiktok/extension/collector/api/Storage.java +++ b/extension-collector/src/main/java/io/github/jwdeveloper/tiktok/extension/collector/api/Storage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/extension-collector/src/main/java/io/github/jwdeveloper/tiktok/extension/collector/api/settings/CollectorListenerSettings.java b/extension-collector/src/main/java/io/github/jwdeveloper/tiktok/extension/collector/api/settings/CollectorListenerSettings.java index 8430f92..7d53940 100644 --- a/extension-collector/src/main/java/io/github/jwdeveloper/tiktok/extension/collector/api/settings/CollectorListenerSettings.java +++ b/extension-collector/src/main/java/io/github/jwdeveloper/tiktok/extension/collector/api/settings/CollectorListenerSettings.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/extension-collector/src/main/java/io/github/jwdeveloper/tiktok/extension/collector/api/settings/FileDataCollectorSettings.java b/extension-collector/src/main/java/io/github/jwdeveloper/tiktok/extension/collector/api/settings/FileDataCollectorSettings.java index 13dec3a..cf4eb81 100644 --- a/extension-collector/src/main/java/io/github/jwdeveloper/tiktok/extension/collector/api/settings/FileDataCollectorSettings.java +++ b/extension-collector/src/main/java/io/github/jwdeveloper/tiktok/extension/collector/api/settings/FileDataCollectorSettings.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/extension-collector/src/main/java/io/github/jwdeveloper/tiktok/extension/collector/api/settings/mongo/MongoDBConnectionStringBuilder.java b/extension-collector/src/main/java/io/github/jwdeveloper/tiktok/extension/collector/api/settings/mongo/MongoDBConnectionStringBuilder.java index 9ae8a3c..10a7ce4 100644 --- a/extension-collector/src/main/java/io/github/jwdeveloper/tiktok/extension/collector/api/settings/mongo/MongoDBConnectionStringBuilder.java +++ b/extension-collector/src/main/java/io/github/jwdeveloper/tiktok/extension/collector/api/settings/mongo/MongoDBConnectionStringBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/extension-collector/src/main/java/io/github/jwdeveloper/tiktok/extension/collector/api/settings/mongo/MongoDataCollectorSettings.java b/extension-collector/src/main/java/io/github/jwdeveloper/tiktok/extension/collector/api/settings/mongo/MongoDataCollectorSettings.java index bca2564..67ff03e 100644 --- a/extension-collector/src/main/java/io/github/jwdeveloper/tiktok/extension/collector/api/settings/mongo/MongoDataCollectorSettings.java +++ b/extension-collector/src/main/java/io/github/jwdeveloper/tiktok/extension/collector/api/settings/mongo/MongoDataCollectorSettings.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/extension-collector/src/main/java/io/github/jwdeveloper/tiktok/extension/collector/impl/DataCollector.java b/extension-collector/src/main/java/io/github/jwdeveloper/tiktok/extension/collector/impl/DataCollector.java index 7805902..602b000 100644 --- a/extension-collector/src/main/java/io/github/jwdeveloper/tiktok/extension/collector/impl/DataCollector.java +++ b/extension-collector/src/main/java/io/github/jwdeveloper/tiktok/extension/collector/impl/DataCollector.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/extension-collector/src/main/java/io/github/jwdeveloper/tiktok/extension/collector/impl/DataCollectorListener.java b/extension-collector/src/main/java/io/github/jwdeveloper/tiktok/extension/collector/impl/DataCollectorListener.java index 12a798a..9bb503d 100644 --- a/extension-collector/src/main/java/io/github/jwdeveloper/tiktok/extension/collector/impl/DataCollectorListener.java +++ b/extension-collector/src/main/java/io/github/jwdeveloper/tiktok/extension/collector/impl/DataCollectorListener.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/extension-collector/src/main/java/io/github/jwdeveloper/tiktok/extension/collector/impl/storages/FileStorage.java b/extension-collector/src/main/java/io/github/jwdeveloper/tiktok/extension/collector/impl/storages/FileStorage.java index 6d94824..7dd852e 100644 --- a/extension-collector/src/main/java/io/github/jwdeveloper/tiktok/extension/collector/impl/storages/FileStorage.java +++ b/extension-collector/src/main/java/io/github/jwdeveloper/tiktok/extension/collector/impl/storages/FileStorage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/extension-collector/src/main/java/io/github/jwdeveloper/tiktok/extension/collector/impl/storages/MongoStorage.java b/extension-collector/src/main/java/io/github/jwdeveloper/tiktok/extension/collector/impl/storages/MongoStorage.java index f40fa6b..b9d08e9 100644 --- a/extension-collector/src/main/java/io/github/jwdeveloper/tiktok/extension/collector/impl/storages/MongoStorage.java +++ b/extension-collector/src/main/java/io/github/jwdeveloper/tiktok/extension/collector/impl/storages/MongoStorage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/extension-recorder/src/main/java/io/github/jwdeveloper/tiktok/extension/recorder/TikTokLiveRecorder.java b/extension-recorder/src/main/java/io/github/jwdeveloper/tiktok/extension/recorder/TikTokLiveRecorder.java index a54e786..2bf0898 100644 --- a/extension-recorder/src/main/java/io/github/jwdeveloper/tiktok/extension/recorder/TikTokLiveRecorder.java +++ b/extension-recorder/src/main/java/io/github/jwdeveloper/tiktok/extension/recorder/TikTokLiveRecorder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/extension-recorder/src/main/java/io/github/jwdeveloper/tiktok/extension/recorder/api/LiveRecorder.java b/extension-recorder/src/main/java/io/github/jwdeveloper/tiktok/extension/recorder/api/LiveRecorder.java index 6043b98..d8e16d9 100644 --- a/extension-recorder/src/main/java/io/github/jwdeveloper/tiktok/extension/recorder/api/LiveRecorder.java +++ b/extension-recorder/src/main/java/io/github/jwdeveloper/tiktok/extension/recorder/api/LiveRecorder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/extension-recorder/src/main/java/io/github/jwdeveloper/tiktok/extension/recorder/impl/RecorderListener.java b/extension-recorder/src/main/java/io/github/jwdeveloper/tiktok/extension/recorder/impl/RecorderListener.java index 1aceadb..e568d58 100644 --- a/extension-recorder/src/main/java/io/github/jwdeveloper/tiktok/extension/recorder/impl/RecorderListener.java +++ b/extension-recorder/src/main/java/io/github/jwdeveloper/tiktok/extension/recorder/impl/RecorderListener.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/extension-recorder/src/main/java/io/github/jwdeveloper/tiktok/extension/recorder/impl/data/DownloadData.java b/extension-recorder/src/main/java/io/github/jwdeveloper/tiktok/extension/recorder/impl/data/DownloadData.java index ee1bed3..49ef130 100644 --- a/extension-recorder/src/main/java/io/github/jwdeveloper/tiktok/extension/recorder/impl/data/DownloadData.java +++ b/extension-recorder/src/main/java/io/github/jwdeveloper/tiktok/extension/recorder/impl/data/DownloadData.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/extension-recorder/src/main/java/io/github/jwdeveloper/tiktok/extension/recorder/impl/data/RecorderSettings.java b/extension-recorder/src/main/java/io/github/jwdeveloper/tiktok/extension/recorder/impl/data/RecorderSettings.java index c27de1b..e17b02c 100644 --- a/extension-recorder/src/main/java/io/github/jwdeveloper/tiktok/extension/recorder/impl/data/RecorderSettings.java +++ b/extension-recorder/src/main/java/io/github/jwdeveloper/tiktok/extension/recorder/impl/data/RecorderSettings.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/extension-recorder/src/main/java/io/github/jwdeveloper/tiktok/extension/recorder/impl/enums/LiveFormat.java b/extension-recorder/src/main/java/io/github/jwdeveloper/tiktok/extension/recorder/impl/enums/LiveFormat.java index e48c83c..fe1fbf7 100644 --- a/extension-recorder/src/main/java/io/github/jwdeveloper/tiktok/extension/recorder/impl/enums/LiveFormat.java +++ b/extension-recorder/src/main/java/io/github/jwdeveloper/tiktok/extension/recorder/impl/enums/LiveFormat.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/extension-recorder/src/main/java/io/github/jwdeveloper/tiktok/extension/recorder/impl/enums/LiveQuality.java b/extension-recorder/src/main/java/io/github/jwdeveloper/tiktok/extension/recorder/impl/enums/LiveQuality.java index 9171a75..9f4712d 100644 --- a/extension-recorder/src/main/java/io/github/jwdeveloper/tiktok/extension/recorder/impl/enums/LiveQuality.java +++ b/extension-recorder/src/main/java/io/github/jwdeveloper/tiktok/extension/recorder/impl/enums/LiveQuality.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/extension-recorder/src/main/java/io/github/jwdeveloper/tiktok/extension/recorder/impl/event/TikTokLiveRecorderEndedEvent.java b/extension-recorder/src/main/java/io/github/jwdeveloper/tiktok/extension/recorder/impl/event/TikTokLiveRecorderEndedEvent.java index c3dfa0e..c6aa418 100644 --- a/extension-recorder/src/main/java/io/github/jwdeveloper/tiktok/extension/recorder/impl/event/TikTokLiveRecorderEndedEvent.java +++ b/extension-recorder/src/main/java/io/github/jwdeveloper/tiktok/extension/recorder/impl/event/TikTokLiveRecorderEndedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/extension-recorder/src/main/java/io/github/jwdeveloper/tiktok/extension/recorder/impl/event/TikTokLiveRecorderStartedEvent.java b/extension-recorder/src/main/java/io/github/jwdeveloper/tiktok/extension/recorder/impl/event/TikTokLiveRecorderStartedEvent.java index ee1079e..7ae720f 100644 --- a/extension-recorder/src/main/java/io/github/jwdeveloper/tiktok/extension/recorder/impl/event/TikTokLiveRecorderStartedEvent.java +++ b/extension-recorder/src/main/java/io/github/jwdeveloper/tiktok/extension/recorder/impl/event/TikTokLiveRecorderStartedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/jitpack.yml b/jitpack.yml index 8b41472..3b9a5d5 100644 --- a/jitpack.yml +++ b/jitpack.yml @@ -1,10 +1,15 @@ jdk: - openjdk16 + before_install: - echo "Before Install" - bash ensure-java-16 install + - sdk install maven 3.9.8 + install: - echo "Install" - if ! bash ensure-java-16 use; then source ~/.sdkman/bin/sdkman-init.sh; fi + - sdk use maven 3.9.8 - java -version + - mvn -v - mvn install \ No newline at end of file diff --git a/pom.xml b/pom.xml index a9fb8a0..e91c483 100644 --- a/pom.xml +++ b/pom.xml @@ -55,7 +55,7 @@ jwdeveloper - 2023-2023 + 2023-2024 jacekwoln@gmail.com true diff --git a/tools-readme/src/main/java/io/github/jwdeveloper/tiktok/CodeExample.java b/tools-readme/src/main/java/io/github/jwdeveloper/tiktok/CodeExample.java index 9aa9ecc..57e4e1e 100644 --- a/tools-readme/src/main/java/io/github/jwdeveloper/tiktok/CodeExample.java +++ b/tools-readme/src/main/java/io/github/jwdeveloper/tiktok/CodeExample.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/tools-readme/src/main/java/io/github/jwdeveloper/tiktok/CodeExamplesGenerator.java b/tools-readme/src/main/java/io/github/jwdeveloper/tiktok/CodeExamplesGenerator.java index c598684..a7ebc86 100644 --- a/tools-readme/src/main/java/io/github/jwdeveloper/tiktok/CodeExamplesGenerator.java +++ b/tools-readme/src/main/java/io/github/jwdeveloper/tiktok/CodeExamplesGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/tools-readme/src/main/java/io/github/jwdeveloper/tiktok/EventsInfoGenerator.java b/tools-readme/src/main/java/io/github/jwdeveloper/tiktok/EventsInfoGenerator.java index 6ad3c6b..70a39bd 100644 --- a/tools-readme/src/main/java/io/github/jwdeveloper/tiktok/EventsInfoGenerator.java +++ b/tools-readme/src/main/java/io/github/jwdeveloper/tiktok/EventsInfoGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/tools-readme/src/main/java/io/github/jwdeveloper/tiktok/FilesUtility.java b/tools-readme/src/main/java/io/github/jwdeveloper/tiktok/FilesUtility.java index a776a74..399a84e 100644 --- a/tools-readme/src/main/java/io/github/jwdeveloper/tiktok/FilesUtility.java +++ b/tools-readme/src/main/java/io/github/jwdeveloper/tiktok/FilesUtility.java @@ -1,6 +1,5 @@ - /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/tools-readme/src/main/java/io/github/jwdeveloper/tiktok/ListenerExampleGenerator.java b/tools-readme/src/main/java/io/github/jwdeveloper/tiktok/ListenerExampleGenerator.java index c85466d..e9631b2 100644 --- a/tools-readme/src/main/java/io/github/jwdeveloper/tiktok/ListenerExampleGenerator.java +++ b/tools-readme/src/main/java/io/github/jwdeveloper/tiktok/ListenerExampleGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/tools-readme/src/main/java/io/github/jwdeveloper/tiktok/Main.java b/tools-readme/src/main/java/io/github/jwdeveloper/tiktok/Main.java index 71c483c..658c290 100644 --- a/tools-readme/src/main/java/io/github/jwdeveloper/tiktok/Main.java +++ b/tools-readme/src/main/java/io/github/jwdeveloper/tiktok/Main.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/tools-readme/src/main/java/io/github/jwdeveloper/tiktok/Main2.java b/tools-readme/src/main/java/io/github/jwdeveloper/tiktok/Main2.java index caf00bb..531d38b 100644 --- a/tools-readme/src/main/java/io/github/jwdeveloper/tiktok/Main2.java +++ b/tools-readme/src/main/java/io/github/jwdeveloper/tiktok/Main2.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/tools-readme/src/main/java/io/github/jwdeveloper/tiktok/ReadmeGenerator.java b/tools-readme/src/main/java/io/github/jwdeveloper/tiktok/ReadmeGenerator.java index 04856a8..74193c3 100644 --- a/tools-readme/src/main/java/io/github/jwdeveloper/tiktok/ReadmeGenerator.java +++ b/tools-readme/src/main/java/io/github/jwdeveloper/tiktok/ReadmeGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/tools-readme/src/main/java/io/github/jwdeveloper/tiktok/TemplateUtility.java b/tools-readme/src/main/java/io/github/jwdeveloper/tiktok/TemplateUtility.java index a8915c7..9ded8d8 100644 --- a/tools-readme/src/main/java/io/github/jwdeveloper/tiktok/TemplateUtility.java +++ b/tools-readme/src/main/java/io/github/jwdeveloper/tiktok/TemplateUtility.java @@ -1,6 +1,5 @@ - /* - * Copyright (c) 2023-2023 jwdeveloper jacekwoln@gmail.com + * Copyright (c) 2023-2024 jwdeveloper jacekwoln@gmail.com * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the