Skip to content

Commit 3ace489

Browse files
authored
2020 -> 2021 (#14)
1 parent 758a99a commit 3ace489

77 files changed

Lines changed: 77 additions & 77 deletions

Some content is hidden

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

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) 2020 Aspose Pty Ltd
3+
Copyright (c) 2021 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

aspose_barcode_cloud/__init__.py

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

55
"""
66
7-
Copyright (c) 2020 Aspose.BarCode for Cloud
7+
Copyright (c) 2021 Aspose.BarCode for Cloud
88
99
Permission is hereby granted, free of charge, to any person obtaining a copy
1010
of this software and associated documentation files (the "Software"), to deal

aspose_barcode_cloud/api/barcode_api.py

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

33
"""
44
5-
Copyright (c) 2020 Aspose.BarCode for Cloud
5+
Copyright (c) 2021 Aspose.BarCode for Cloud
66
77
Permission is hereby granted, free of charge, to any person obtaining a copy
88
of this software and associated documentation files (the "Software"), to deal

aspose_barcode_cloud/api/file_api.py

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

33
"""
44
5-
Copyright (c) 2020 Aspose.BarCode for Cloud
5+
Copyright (c) 2021 Aspose.BarCode for Cloud
66
77
Permission is hereby granted, free of charge, to any person obtaining a copy
88
of this software and associated documentation files (the "Software"), to deal

aspose_barcode_cloud/api/folder_api.py

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

33
"""
44
5-
Copyright (c) 2020 Aspose.BarCode for Cloud
5+
Copyright (c) 2021 Aspose.BarCode for Cloud
66
77
Permission is hereby granted, free of charge, to any person obtaining a copy
88
of this software and associated documentation files (the "Software"), to deal

aspose_barcode_cloud/api/storage_api.py

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

33
"""
44
5-
Copyright (c) 2020 Aspose.BarCode for Cloud
5+
Copyright (c) 2021 Aspose.BarCode for Cloud
66
77
Permission is hereby granted, free of charge, to any person obtaining a copy
88
of this software and associated documentation files (the "Software"), to deal

aspose_barcode_cloud/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# coding: utf-8
22
"""
33
4-
Copyright (c) 2020 Aspose.BarCode for Cloud
4+
Copyright (c) 2021 Aspose.BarCode for Cloud
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

aspose_barcode_cloud/configuration.py

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

33
"""
44
5-
Copyright (c) 2020 Aspose.BarCode for Cloud
5+
Copyright (c) 2021 Aspose.BarCode for Cloud
66
77
Permission is hereby granted, free of charge, to any person obtaining a copy
88
of this software and associated documentation files (the "Software"), to deal

aspose_barcode_cloud/models/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# flake8: noqa
44
"""
55
6-
Copyright (c) 2020 Aspose.BarCode for Cloud
6+
Copyright (c) 2021 Aspose.BarCode for Cloud
77
88
Permission is hereby granted, free of charge, to any person obtaining a copy
99
of this software and associated documentation files (the "Software"), to deal

aspose_barcode_cloud/models/api_error.py

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

33
"""
44
5-
Copyright (c) 2020 Aspose.BarCode for Cloud
5+
Copyright (c) 2021 Aspose.BarCode for Cloud
66
77
Permission is hereby granted, free of charge, to any person obtaining a copy
88
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)