Skip to content

Commit fbcbaac

Browse files
sakshamg1304Varun Malhotra
authored and
Varun Malhotra
committed
chore: Update REAMDE and copyright header year change
1 parent fea787f commit fbcbaac

File tree

90 files changed

+448
-127
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+448
-127
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
same "printed page" as the copyright notice for easier
188188
identification within third-party archives.
189189

190-
Copyright 2024 Wingify Software Pvt. Ltd.
190+
Copyright 2024-2025 Wingify Software Pvt. Ltd.
191191

192192
Licensed under the Apache License, Version 2.0 (the "License");
193193
you may not use this file except in compliance with the License.

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2024 Wingify Software Pvt. Ltd.
1+
Copyright 2024-2025 Wingify Software Pvt. Ltd.
22

33
Licensed under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License.

README.md

Lines changed: 358 additions & 37 deletions

VWOFmeSdk/Api/GetFlagApi.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma warning disable 1587
22
/**
3-
* Copyright 2024 Wingify Software Pvt. Ltd.
3+
* Copyright 2024-2025 Wingify Software Pvt. Ltd.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

VWOFmeSdk/Api/SetAttributeApi.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma warning disable 1587
22
/**
3-
* Copyright 2024 Wingify Software Pvt. Ltd.
3+
* Copyright 2024-2025 Wingify Software Pvt. Ltd.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

VWOFmeSdk/Api/TrackEventApi.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma warning disable 1587
22
/**
3-
* Copyright 2024 Wingify Software Pvt. Ltd.
3+
* Copyright 2024-2025 Wingify Software Pvt. Ltd.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

VWOFmeSdk/Constants/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma warning disable 1587
22
/**
3-
* Copyright 2024 Wingify Software Pvt. Ltd.
3+
* Copyright 2024-2025 Wingify Software Pvt. Ltd.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

VWOFmeSdk/Decorators/StorageDecorator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma warning disable 1587
22
/**
3-
* Copyright 2024 Wingify Software Pvt. Ltd.
3+
* Copyright 2024-2025 Wingify Software Pvt. Ltd.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

VWOFmeSdk/Enums/ApiEnum.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma warning disable 1587
22
/**
3-
* Copyright 2024 Wingify Software Pvt. Ltd.
3+
* Copyright 2024-2025 Wingify Software Pvt. Ltd.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

VWOFmeSdk/Enums/CampaignTypeEnum.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma warning disable 1587
22
/**
3-
* Copyright 2024 Wingify Software Pvt. Ltd.
3+
* Copyright 2024-2025 Wingify Software Pvt. Ltd.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

VWOFmeSdk/Enums/EventEnum.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma warning disable 1587
22
/**
3-
* Copyright 2024 Wingify Software Pvt. Ltd.
3+
* Copyright 2024-2025 Wingify Software Pvt. Ltd.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

VWOFmeSdk/Enums/HeadersEnum.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma warning disable 1587
22
/**
3-
* Copyright 2024 Wingify Software Pvt. Ltd.
3+
* Copyright 2024-2025 Wingify Software Pvt. Ltd.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

VWOFmeSdk/Enums/HooksEnum.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma warning disable 1587
22
/**
3-
* Copyright 2024 Wingify Software Pvt. Ltd.
3+
* Copyright 2024-2025 Wingify Software Pvt. Ltd.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

VWOFmeSdk/Enums/StatusEnum.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma warning disable 1587
22
/**
3-
* Copyright 2024 Wingify Software Pvt. Ltd.
3+
* Copyright 2024-2025 Wingify Software Pvt. Ltd.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

VWOFmeSdk/Enums/StorageEnum.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma warning disable 1587
22
/**
3-
* Copyright 2024 Wingify Software Pvt. Ltd.
3+
* Copyright 2024-2025 Wingify Software Pvt. Ltd.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

VWOFmeSdk/Enums/UrlEnum.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma warning disable 1587
22
/**
3-
* Copyright 2024 Wingify Software Pvt. Ltd.
3+
* Copyright 2024-2025 Wingify Software Pvt. Ltd.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

VWOFmeSdk/Interfaces/Integration/IntegrationCallback.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma warning disable 1587
22
/**
3-
* Copyright 2024 Wingify Software Pvt. Ltd.
3+
* Copyright 2024-2025 Wingify Software Pvt. Ltd.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

VWOFmeSdk/Interfaces/Logger/ILogManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
#pragma warning disable 1587
33
/**
4-
* Copyright 2024 Wingify Software Pvt. Ltd.
4+
* Copyright 2024-2025 Wingify Software Pvt. Ltd.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

VWOFmeSdk/Interfaces/Logger/LogTransport.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma warning disable 1587
22
/**
3-
* Copyright 2024 Wingify Software Pvt. Ltd.
3+
* Copyright 2024-2025 Wingify Software Pvt. Ltd.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

VWOFmeSdk/Interfaces/Networking/NetworkClientInterface.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma warning disable 1587
22
/**
3-
* Copyright 2024 Wingify Software Pvt. Ltd.
3+
* Copyright 2024-2025 Wingify Software Pvt. Ltd.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

VWOFmeSdk/Interfaces/Storage/IStorageDecorator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma warning disable 1587
22
/**
3-
* Copyright 2024 Wingify Software Pvt. Ltd.
3+
* Copyright 2024-2025 Wingify Software Pvt. Ltd.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

VWOFmeSdk/Models/Campaign.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma warning disable 1587
22
/**
3-
* Copyright 2024 Wingify Software Pvt. Ltd.
3+
* Copyright 2024-2025 Wingify Software Pvt. Ltd.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

VWOFmeSdk/Models/Feature.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma warning disable 1587
22
/**
3-
* Copyright 2024 Wingify Software Pvt. Ltd.
3+
* Copyright 2024-2025 Wingify Software Pvt. Ltd.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

VWOFmeSdk/Models/Group.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma warning disable 1587
22
/**
3-
* Copyright 2024 Wingify Software Pvt. Ltd.
3+
* Copyright 2024-2025 Wingify Software Pvt. Ltd.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

VWOFmeSdk/Models/ImpactCampaign.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma warning disable 1587
22
/**
3-
* Copyright 2024 Wingify Software Pvt. Ltd.
3+
* Copyright 2024-2025 Wingify Software Pvt. Ltd.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

VWOFmeSdk/Models/Metric.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma warning disable 1587
22
/**
3-
* Copyright 2024 Wingify Software Pvt. Ltd.
3+
* Copyright 2024-2025 Wingify Software Pvt. Ltd.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

VWOFmeSdk/Models/Request/Event.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma warning disable 1587
22
/**
3-
* Copyright 2024 Wingify Software Pvt. Ltd.
3+
* Copyright 2024-2025 Wingify Software Pvt. Ltd.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

VWOFmeSdk/Models/Request/EventArchData.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma warning disable 1587
22
/**
3-
* Copyright 2024 Wingify Software Pvt. Ltd.
3+
* Copyright 2024-2025 Wingify Software Pvt. Ltd.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

VWOFmeSdk/Models/Request/EventArchPayload.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma warning disable 1587
22
/**
3-
* Copyright 2024 Wingify Software Pvt. Ltd.
3+
* Copyright 2024-2025 Wingify Software Pvt. Ltd.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

VWOFmeSdk/Models/Request/EventArchQueryParams/RequestQueryParams.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma warning disable 1587
22
/**
3-
* Copyright 2024 Wingify Software Pvt. Ltd.
3+
* Copyright 2024-2025 Wingify Software Pvt. Ltd.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

VWOFmeSdk/Models/Request/EventArchQueryParams/SettingsQueryParams.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma warning disable 1587
22
/**
3-
* Copyright 2024 Wingify Software Pvt. Ltd.
3+
* Copyright 2024-2025 Wingify Software Pvt. Ltd.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

VWOFmeSdk/Models/Request/Props.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma warning disable 1587
22
/**
3-
* Copyright 2024 Wingify Software Pvt. Ltd.
3+
* Copyright 2024-2025 Wingify Software Pvt. Ltd.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

VWOFmeSdk/Models/Request/Visitor/Visitor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma warning disable 1587
22
/**
3-
* Copyright 2024 Wingify Software Pvt. Ltd.
3+
* Copyright 2024-2025 Wingify Software Pvt. Ltd.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

VWOFmeSdk/Models/Rule.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma warning disable 1587
22
/**
3-
* Copyright 2024 Wingify Software Pvt. Ltd.
3+
* Copyright 2024-2025 Wingify Software Pvt. Ltd.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

VWOFmeSdk/Models/Schemas/SettingsSchema.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma warning disable 1587
22
/**
3-
* Copyright 2024 Wingify Software Pvt. Ltd.
3+
* Copyright 2024-2025 Wingify Software Pvt. Ltd.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

VWOFmeSdk/Models/Settings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma warning disable 1587
22
/**
3-
* Copyright 2024 Wingify Software Pvt. Ltd.
3+
* Copyright 2024-2025 Wingify Software Pvt. Ltd.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

VWOFmeSdk/Models/Storage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma warning disable 1587
22
/**
3-
* Copyright 2024 Wingify Software Pvt. Ltd.
3+
* Copyright 2024-2025 Wingify Software Pvt. Ltd.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

VWOFmeSdk/Models/User/GatewayService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma warning disable 1587
22
/**
3-
* Copyright 2024 Wingify Software Pvt. Ltd.
3+
* Copyright 2024-2025 Wingify Software Pvt. Ltd.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

VWOFmeSdk/Models/User/GetFlag.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma warning disable 1587
22
/**
3-
* Copyright 2024 Wingify Software Pvt. Ltd.
3+
* Copyright 2024-2025 Wingify Software Pvt. Ltd.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

VWOFmeSdk/Models/User/VWOContext.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma warning disable 1587
22
/**
3-
* Copyright 2024 Wingify Software Pvt. Ltd.
3+
* Copyright 2024-2025 Wingify Software Pvt. Ltd.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

VWOFmeSdk/Models/User/VWOInitOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma warning disable 1587
22
/**
3-
* Copyright 2024 Wingify Software Pvt. Ltd.
3+
* Copyright 2024-2025 Wingify Software Pvt. Ltd.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

VWOFmeSdk/Models/Variable.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma warning disable 1587
22
/**
3-
* Copyright 2024 Wingify Software Pvt. Ltd.
3+
* Copyright 2024-2025 Wingify Software Pvt. Ltd.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

VWOFmeSdk/Models/Variation.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma warning disable 1587
22
/**
3-
* Copyright 2024 Wingify Software Pvt. Ltd.
3+
* Copyright 2024-2025 Wingify Software Pvt. Ltd.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

VWOFmeSdk/Packages/DecisionMaker/DecisionMaker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma warning disable 1587
22
/**
3-
* Copyright 2024 Wingify Software Pvt. Ltd.
3+
* Copyright 2024-2025 Wingify Software Pvt. Ltd.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

VWOFmeSdk/Packages/Logger/AnsiColorEnum.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma warning disable 1587
22
/**
3-
* Copyright 2024 Wingify Software Pvt. Ltd.
3+
* Copyright 2024-2025 Wingify Software Pvt. Ltd.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

VWOFmeSdk/Packages/Logger/Core/LogManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma warning disable 1587
22
/**
3-
* Copyright 2024 Wingify Software Pvt. Ltd.
3+
* Copyright 2024-2025 Wingify Software Pvt. Ltd.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

VWOFmeSdk/Packages/Logger/Core/LogTransportManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma warning disable 1587
22
/**
3-
* Copyright 2024 Wingify Software Pvt. Ltd.
3+
* Copyright 2024-2025 Wingify Software Pvt. Ltd.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

VWOFmeSdk/Packages/Logger/Enums/LogLevelEnum.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma warning disable 1587
22
/**
3-
* Copyright 2024 Wingify Software Pvt. Ltd.
3+
* Copyright 2024-2025 Wingify Software Pvt. Ltd.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

VWOFmeSdk/Packages/Logger/Enums/LogLevelNumberEnum.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma warning disable 1587
22
/**
3-
* Copyright 2024 Wingify Software Pvt. Ltd.
3+
* Copyright 2024-2025 Wingify Software Pvt. Ltd.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

VWOFmeSdk/Packages/Logger/LogMessageBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma warning disable 1587
22
/**
3-
* Copyright 2024 Wingify Software Pvt. Ltd.
3+
* Copyright 2024-2025 Wingify Software Pvt. Ltd.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

VWOFmeSdk/Packages/Logger/Logger.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma warning disable 1587
22
/**
3-
* Copyright 2024 Wingify Software Pvt. Ltd.
3+
* Copyright 2024-2025 Wingify Software Pvt. Ltd.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)