Skip to content

Commit

Permalink
Update copyright text
Browse files Browse the repository at this point in the history
  • Loading branch information
billp committed Mar 21, 2023
1 parent 44fe7d8 commit b30204a
Show file tree
Hide file tree
Showing 106 changed files with 106 additions and 106 deletions.
2 changes: 1 addition & 1 deletion Examples/Communication/DemoEnvironment.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// DemoEnvironment.swift
//
// Copyright © 2018-2022 Vassilis Panagiotopoulos. All rights reserved.
// Copyright © 2018-2023 Vassilis Panagiotopoulos. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// GlobalNetworkErrorHandler.swift
//
// Copyright © 2018-2022 Vassilis Panagiotopoulos. All rights reserved.
// Copyright © 2018-2023 Vassilis Panagiotopoulos. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in the
Expand Down
2 changes: 1 addition & 1 deletion Examples/Communication/Middleware/CryptoMiddleware.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// CryptoMiddleware.swift
//
// Copyright © 2018-2022 Vassilis Panagiotopoulos. All rights reserved.
// Copyright © 2018-2023 Vassilis Panagiotopoulos. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in the
Expand Down
2 changes: 1 addition & 1 deletion Examples/Communication/Models/Domain/City.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// City.swift
//
// Copyright © 2018-2022 Vassilis Panagiotopoulos. All rights reserved.
// Copyright © 2018-2023 Vassilis Panagiotopoulos. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in the
Expand Down
2 changes: 1 addition & 1 deletion Examples/Communication/Models/Domain/EncryptedModel.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// EncryptedModel.swift
//
// Copyright © 2018-2022 Vassilis Panagiotopoulos. All rights reserved.
// Copyright © 2018-2023 Vassilis Panagiotopoulos. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in the
Expand Down
2 changes: 1 addition & 1 deletion Examples/Communication/Models/Domain/FileResponse.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// FileResponse.swift
//
// Copyright © 2018-2022 Vassilis Panagiotopoulos. All rights reserved.
// Copyright © 2018-2023 Vassilis Panagiotopoulos. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in the
Expand Down
2 changes: 1 addition & 1 deletion Examples/Communication/Models/Rest/RSCity.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// RSCity.swift
//
// Copyright © 2018-2022 Vassilis Panagiotopoulos. All rights reserved.
// Copyright © 2018-2023 Vassilis Panagiotopoulos. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in the
Expand Down
2 changes: 1 addition & 1 deletion Examples/Communication/Models/Rest/RSEncryptedModel.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// RSEncryptedModel.swift
//
// Copyright © 2018-2022 Vassilis Panagiotopoulos. All rights reserved.
// Copyright © 2018-2023 Vassilis Panagiotopoulos. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in the
Expand Down
2 changes: 1 addition & 1 deletion Examples/Communication/Models/Rest/RSFileResponse.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// RSFileResponse.swift
//
// Copyright © 2018-2022 Vassilis Panagiotopoulos. All rights reserved.
// Copyright © 2018-2023 Vassilis Panagiotopoulos. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in the
Expand Down
2 changes: 1 addition & 1 deletion Examples/Communication/Repositories/CitiesRepository.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// CitiesRepository.swift
//
// Copyright © 2018-2022 Vassilis Panagiotopoulos. All rights reserved.
// Copyright © 2018-2023 Vassilis Panagiotopoulos. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in the
Expand Down
2 changes: 1 addition & 1 deletion Examples/Communication/Repositories/MiscRepository.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// MiscRepository.swift
//
// Copyright © 2018-2022 Vassilis Panagiotopoulos. All rights reserved.
// Copyright © 2018-2023 Vassilis Panagiotopoulos. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// CitiesTransformer.swift
//
// Copyright © 2018-2022 Vassilis Panagiotopoulos. All rights reserved.
// Copyright © 2018-2023 Vassilis Panagiotopoulos. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in the
Expand Down
2 changes: 1 addition & 1 deletion Examples/Communication/Transformers/CityTransformer.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// CityTransformer.swift
//
// Copyright © 2018-2022 Vassilis Panagiotopoulos. All rights reserved.
// Copyright © 2018-2023 Vassilis Panagiotopoulos. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// EncryptedModelTransformer.swift
//
// Copyright © 2018-2022 Vassilis Panagiotopoulos. All rights reserved.
// Copyright © 2018-2023 Vassilis Panagiotopoulos. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// FileUploadTransformer.swift
//
// Copyright © 2018-2022 Vassilis Panagiotopoulos. All rights reserved.
// Copyright © 2018-2023 Vassilis Panagiotopoulos. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in the
Expand Down
2 changes: 1 addition & 1 deletion Examples/Screens/AppDelegate.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// AppDelegate.swift
//
// Copyright © 2018-2022 Vassilis Panagiotopoulos. All rights reserved.
// Copyright © 2018-2023 Vassilis Panagiotopoulos. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in the
Expand Down
2 changes: 1 addition & 1 deletion Examples/Screens/City Explorer/CityExplorerDetails.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// CityExplorerDetails.swift
//
// Copyright © 2018-2022 Vassilis Panagiotopoulos. All rights reserved.
// Copyright © 2018-2023 Vassilis Panagiotopoulos. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in the
Expand Down
2 changes: 1 addition & 1 deletion Examples/Screens/City Explorer/CityExplorerView.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// CityExplorerView.swift
//
// Copyright © 2018-2022 Vassilis Panagiotopoulos. All rights reserved.
// Copyright © 2018-2023 Vassilis Panagiotopoulos. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in the
Expand Down
2 changes: 1 addition & 1 deletion Examples/Screens/ContentView.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ContentView.swift
//
// Copyright © 2018-2022 Vassilis Panagiotopoulos. All rights reserved.
// Copyright © 2018-2023 Vassilis Panagiotopoulos. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in the
Expand Down
2 changes: 1 addition & 1 deletion Examples/Screens/DemoApp.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// DemoApp.swift
//
// Copyright © 2018-2022 Vassilis Panagiotopoulos. All rights reserved.
// Copyright © 2018-2023 Vassilis Panagiotopoulos. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// EncryptedCommunicationView.swift
//
// Copyright © 2018-2022 Vassilis Panagiotopoulos. All rights reserved.
// Copyright © 2018-2023 Vassilis Panagiotopoulos. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in the
Expand Down
2 changes: 1 addition & 1 deletion Examples/Screens/File Downloader/FileDownloader.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// FileDownloader.swift
//
// Copyright © 2018-2022 Vassilis Panagiotopoulos. All rights reserved.
// Copyright © 2018-2023 Vassilis Panagiotopoulos. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in the
Expand Down
2 changes: 1 addition & 1 deletion Examples/Screens/File Uploader/FileUploader.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// FileUploader.swift
//
// Copyright © 2018-2022 Vassilis Panagiotopoulos. All rights reserved.
// Copyright © 2018-2023 Vassilis Panagiotopoulos. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in the
Expand Down
2 changes: 1 addition & 1 deletion Examples/Screens/File Uploader/FileUploaderUtils.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// FileUploaderUtils.swift
//
// Copyright © 2018-2022 Vassilis Panagiotopoulos. All rights reserved.
// Copyright © 2018-2023 Vassilis Panagiotopoulos. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in the
Expand Down
2 changes: 1 addition & 1 deletion Examples/Screens/Pinning/CertificatePinningView.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// CertificatePinningView.swift
//
// Copyright © 2018-2022 Vassilis Panagiotopoulos. All rights reserved.
// Copyright © 2018-2023 Vassilis Panagiotopoulos. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in the
Expand Down
2 changes: 1 addition & 1 deletion Examples/Screens/Reachability/Reachability.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Reachability.swift
//
// Copyright © 2018-2022 Vassilis Panagiotopoulos. All rights reserved.
// Copyright © 2018-2023 Vassilis Panagiotopoulos. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in the
Expand Down
2 changes: 1 addition & 1 deletion Examples/Screens/TermiNetworkExamplesApp.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// TermiNetworkExamplesApp.swift
//
// Copyright © 2018-2022 Vassilis Panagiotopoulos. All rights reserved.
// Copyright © 2018-2023 Vassilis Panagiotopoulos. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in the
Expand Down
2 changes: 1 addition & 1 deletion Examples/Screens/UIHelpers.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// UIHelpers.swift
//
// Copyright © 2018-2022 Vassilis Panagiotopoulos. All rights reserved.
// Copyright © 2018-2023 Vassilis Panagiotopoulos. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in the
Expand Down
2 changes: 1 addition & 1 deletion Source/Cache.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Cache.swift
//
// Copyright © 2018-2022 Vassilis Panagiotopoulos. All rights reserved.
// Copyright © 2018-2023 Vassilis Panagiotopoulos. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in the
Expand Down
2 changes: 1 addition & 1 deletion Source/CertificatePinningManager.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// CertificatePinningManager.swift
//
// Copyright © 2018-2022 Vassilis Panagiotopoulos. All rights reserved.
// Copyright © 2018-2023 Vassilis Panagiotopoulos. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in the
Expand Down
2 changes: 1 addition & 1 deletion Source/Client.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Client.swift
//
// Copyright © 2018-2022 Vassilis Panagiotopoulos. All rights reserved.
// Copyright © 2018-2023 Vassilis Panagiotopoulos. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in the
Expand Down
2 changes: 1 addition & 1 deletion Source/Configuration.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Configuration.swift
//
// Copyright © 2018-2022 Vassilis Panagiotopoulos. All rights reserved.
// Copyright © 2018-2023 Vassilis Panagiotopoulos. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in the
Expand Down
2 changes: 1 addition & 1 deletion Source/EndpointConfiguration.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// EndpointConfiguration.swift
//
// Copyright © 2018-2022 Vassilis Panagiotopoulos. All rights reserved.
// Copyright © 2018-2023 Vassilis Panagiotopoulos. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in the
Expand Down
2 changes: 1 addition & 1 deletion Source/Environment.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Environment.swift
//
// Copyright © 2018-2022 Vassilis Panagiotopoulos. All rights reserved.
// Copyright © 2018-2023 Vassilis Panagiotopoulos. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in the
Expand Down
2 changes: 1 addition & 1 deletion Source/Extensions/Data+Extensions.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Data+Extensions.swift
//
// Copyright © 2018-2022 Vassilis Panagiotopoulos. All rights reserved.
// Copyright © 2018-2023 Vassilis Panagiotopoulos. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in the
Expand Down
2 changes: 1 addition & 1 deletion Source/Extensions/Dictionary+Extensions.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Dictionary+Extensions.swift
//
// Copyright © 2018-2022 Vassilis Panagiotopoulos. All rights reserved.
// Copyright © 2018-2023 Vassilis Panagiotopoulos. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in the
Expand Down
2 changes: 1 addition & 1 deletion Source/Extensions/Operations/Decodable+Transformer.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Decodable+Transformer.swift
//
// Copyright © 2018-2022 Vassilis Panagiotopoulos. All rights reserved.
// Copyright © 2018-2023 Vassilis Panagiotopoulos. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in the
Expand Down
2 changes: 1 addition & 1 deletion Source/Extensions/Operations/Request+DataOperations.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Request+DataOperations.swift
//
// Copyright © 2018-2022 Vassilis Panagiotopoulos. All rights reserved.
// Copyright © 2018-2023 Vassilis Panagiotopoulos. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in the
Expand Down
2 changes: 1 addition & 1 deletion Source/Extensions/Operations/Request+FileOperations.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Request+FileOperations.swift
//
// Copyright © 2018-2022 Vassilis Panagiotopoulos. All rights reserved.
// Copyright © 2018-2023 Vassilis Panagiotopoulos. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Request+FileOperationsAsync.swift
//
// Copyright © 2018-2022 Vasilis Panagiotopoulos. All rights reserved.
// Copyright © 2018-2023 Vasilis Panagiotopoulos. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in the
Expand Down
2 changes: 1 addition & 1 deletion Source/Extensions/Request+Async.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Request+ResponseTypes.swift
//
// Copyright © 2018-2022 Vasilis Panagiotopoulos. All rights reserved.
// Copyright © 2018-2023 Vasilis Panagiotopoulos. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in the
Expand Down
2 changes: 1 addition & 1 deletion Source/Extensions/Request+Interceptors.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Request+Interceptors.swift
//
// Copyright © 2018-2022 Vassilis Panagiotopoulos. All rights reserved.
// Copyright © 2018-2023 Vassilis Panagiotopoulos. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in the
Expand Down
2 changes: 1 addition & 1 deletion Source/Extensions/Request+Middleware.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Request+Middleware.swift
//
// Copyright © 2018-2022 Vassilis Panagiotopoulos. All rights reserved.
// Copyright © 2018-2023 Vassilis Panagiotopoulos. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in the
Expand Down
2 changes: 1 addition & 1 deletion Source/Extensions/Request+Mock.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Request+Mock.swift
//
// Copyright © 2018-2022 Vassilis Panagiotopoulos. All rights reserved.
// Copyright © 2018-2023 Vassilis Panagiotopoulos. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in the
Expand Down
2 changes: 1 addition & 1 deletion Source/Extensions/Request+NSCopying.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Request+NSCopying.swift
//
// Copyright © 2018-2022 Vassilis Panagiotopoulos. All rights reserved.
// Copyright © 2018-2023 Vassilis Panagiotopoulos. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in the
Expand Down
2 changes: 1 addition & 1 deletion Source/Extensions/Request+ResponseHeaders.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Request+ResponseHeaders.swift
//
// Copyright © 2018-2022 Vassilis Panagiotopoulos. All rights reserved.
// Copyright © 2018-2023 Vassilis Panagiotopoulos. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in the
Expand Down
2 changes: 1 addition & 1 deletion Source/Extensions/Request+ResponseTypes.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Request+ResponseTypes.swift
//
// Copyright © 2018-2022 Vassilis Panagiotopoulos. All rights reserved.
// Copyright © 2018-2023 Vassilis Panagiotopoulos. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in the
Expand Down
2 changes: 1 addition & 1 deletion Source/Extensions/UIImage+Extensions.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// UIImage+Extensions.swift
//
// Copyright © 2018-2022 Vassilis Panagiotopoulos. All rights reserved.
// Copyright © 2018-2023 Vassilis Panagiotopoulos. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in the
Expand Down
2 changes: 1 addition & 1 deletion Source/Extensions/UIImageView+Extensions.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// UIImageView+Extensions.swift
//
// Copyright © 2018-2022 Vassilis Panagiotopoulos. All rights reserved.
// Copyright © 2018-2023 Vassilis Panagiotopoulos. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in the
Expand Down
2 changes: 1 addition & 1 deletion Source/Extensions/URLRequest+Extensions.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Request+Extensions.swift
//
// Copyright © 2018-2022 Vassilis Panagiotopoulos. All rights reserved.
// Copyright © 2018-2023 Vassilis Panagiotopoulos. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in the
Expand Down
Loading

0 comments on commit b30204a

Please sign in to comment.