Skip to content

Commit 33f10f2

Browse files
committed
Update Copyright year to 2025
1 parent b4c43eb commit 33f10f2

File tree

13 files changed

+18
-12
lines changed

13 files changed

+18
-12
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 Aspose Pty Ltd
3+
Copyright (c) 2025 Aspose Pty Ltd
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

codegen/Templates/android/licenseInfo.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* --------------------------------------------------------------------------------
33
* <copyright company="Aspose">
4-
* Copyright (c) 2024 Aspose.BarCode for Cloud
4+
* Copyright (c) 2025 Aspose.BarCode for Cloud
55
* </copyright>
66
* <summary>
77
* Permission is hereby granted, free of charge, to any person obtaining a copy

codegen/Templates/csharp/Project.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Aspose.Barcode for Cloud allows you to control all aspects of the image and barc
1919
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2020
<DebugType>embedded</DebugType>
2121
<PackageTags>Barcode Scan Recognize Generate QR DataMatrix AustraliaPost VIN MSI Aztec ISBN OPC Postnet Aspose Aspose.BarCode Aspose.BarCode-Cloud EAN13 ISSN PZN SingaporePost UPCA UPCE Code11 Code128 Code32 DotCode EAN14 EAN8 GS1DataMatrix</PackageTags>
22-
<Copyright>© Aspose Pty Ltd 2001-2024. All Rights Reserved.</Copyright>
22+
<Copyright>© Aspose Pty Ltd 2001-2025. All Rights Reserved.</Copyright>
2323
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2424
<PackageId>Aspose.BarCode-Cloud</PackageId>
2525
<Product>Aspose.BarCode Cloud SDK for .NET</Product>

codegen/Templates/csharp/partial_header.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// --------------------------------------------------------------------------------------------------------------------
22
// <copyright company="Aspose" file="{{#classname}}{{classname}}{{/classname}}{{^classname}}Configuration{{/classname}}.cs">
3-
// Copyright (c) 2024 Aspose.BarCode for Cloud
3+
// Copyright (c) 2025 Aspose.BarCode for Cloud
44
// </copyright>
55
// <summary>
66
// Permission is hereby granted, free of charge, to any person obtaining a copy

codegen/Templates/csharp/requestModel.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{{#operation}}
33
// --------------------------------------------------------------------------------------------------------------------
44
// <copyright company="Aspose" file="{{nickname}}Request.cs">
5-
// Copyright (c) 2024 Aspose.BarCode for Cloud
5+
// Copyright (c) 2025 Aspose.BarCode for Cloud
66
// </copyright>
77
// <summary>
88
// Permission is hereby granted, free of charge, to any person obtaining a copy

codegen/Templates/go/partial_header.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* MIT License
33

4-
* Copyright (c) 2024 Aspose Pty Ltd
4+
* Copyright (c) 2025 Aspose Pty Ltd
55

66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

codegen/Templates/java/api.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ public class {{classname}} {
269269
{{#operation}}
270270
// --------------------------------------------------------------------------------------------------------------------
271271
// <copyright company="Aspose" file="{{operationIdCamelCase}}Request.java">
272-
// Copyright (c) 2024 Aspose.BarCode for Cloud
272+
// Copyright (c) 2025 Aspose.BarCode for Cloud
273273
// </copyright>
274274
// <summary>
275275
// Permission is hereby granted, free of charge, to any person obtaining a copy

codegen/Templates/java/licenseInfo.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// --------------------------------------------------------------------------------------------------------------------
22
// <copyright company="Aspose"{{#classname}} file="{{classname}}.java"{{/classname}}>
3-
// Copyright (c) 2024 Aspose.BarCode for Cloud
3+
// Copyright (c) 2025 Aspose.BarCode for Cloud
44
// </copyright>
55
// <summary>
66
// Permission is hereby granted, free of charge, to any person obtaining a copy

codegen/Templates/nodejs/licenseInfo.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* MIT License
33

4-
* Copyright (c) 2024 Aspose Pty Ltd
4+
* Copyright (c) 2025 Aspose Pty Ltd
55

66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

codegen/Templates/php/licenseInfo.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* --------------------------------------------------------------------------------------------------------------------
33
* <copyright company="Aspose" file="{{classname}}.php">
4-
* Copyright (c) 2024 Aspose Pty Ltd
4+
* Copyright (c) 2025 Aspose Pty Ltd
55
* </copyright>
66
* <summary>
77
* Permission is hereby granted, free of charge, to any person obtaining a copy

0 commit comments

Comments
 (0)