diff --git a/LICENSE b/LICENSE index b63ffc23..aefe2b84 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015 - 2024 SusanDoggie. All rights reserved. +Copyright (c) 2015 - 2025 SusanDoggie. 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 diff --git a/Package.swift b/Package.swift index f40974b9..d7e6d8ca 100644 --- a/Package.swift +++ b/Package.swift @@ -3,7 +3,7 @@ // Package.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/Doggie/Exported.swift b/Sources/Doggie/Exported.swift index e04a1687..7e4f8577 100644 --- a/Sources/Doggie/Exported.swift +++ b/Sources/Doggie/Exported.swift @@ -2,7 +2,7 @@ // Exported.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieCore/ApplePlatform/AppleCompression.swift b/Sources/DoggieCore/ApplePlatform/AppleCompression.swift index 515166c8..061178ed 100644 --- a/Sources/DoggieCore/ApplePlatform/AppleCompression.swift +++ b/Sources/DoggieCore/ApplePlatform/AppleCompression.swift @@ -2,7 +2,7 @@ // AppleCompression.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieCore/ApplePlatform/AppleExported.swift b/Sources/DoggieCore/ApplePlatform/AppleExported.swift index 2534a6c3..37b68ec2 100644 --- a/Sources/DoggieCore/ApplePlatform/AppleExported.swift +++ b/Sources/DoggieCore/ApplePlatform/AppleExported.swift @@ -2,7 +2,7 @@ // AppleExported.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieCore/ApplePlatform/Metal.swift b/Sources/DoggieCore/ApplePlatform/Metal.swift index 6feb52e1..a2978bc2 100644 --- a/Sources/DoggieCore/ApplePlatform/Metal.swift +++ b/Sources/DoggieCore/ApplePlatform/Metal.swift @@ -2,7 +2,7 @@ // Metal.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieCore/ApplePlatform/NSItemProvider.swift b/Sources/DoggieCore/ApplePlatform/NSItemProvider.swift index e1894415..85e0802b 100644 --- a/Sources/DoggieCore/ApplePlatform/NSItemProvider.swift +++ b/Sources/DoggieCore/ApplePlatform/NSItemProvider.swift @@ -2,7 +2,7 @@ // NSItemProvider.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieCore/Compression/CompressionCodec.swift b/Sources/DoggieCore/Compression/CompressionCodec.swift index 46e7bd2d..d91ff02d 100644 --- a/Sources/DoggieCore/Compression/CompressionCodec.swift +++ b/Sources/DoggieCore/Compression/CompressionCodec.swift @@ -2,7 +2,7 @@ // CompressionCodec.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieCore/Compression/brotli/BrotliDecoder.swift b/Sources/DoggieCore/Compression/brotli/BrotliDecoder.swift index ffe202bf..fee402c8 100644 --- a/Sources/DoggieCore/Compression/brotli/BrotliDecoder.swift +++ b/Sources/DoggieCore/Compression/brotli/BrotliDecoder.swift @@ -2,7 +2,7 @@ // BrotliDecoder.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieCore/Compression/brotli/BrotliEncoder.swift b/Sources/DoggieCore/Compression/brotli/BrotliEncoder.swift index 5c720ea7..d04eedbb 100644 --- a/Sources/DoggieCore/Compression/brotli/BrotliEncoder.swift +++ b/Sources/DoggieCore/Compression/brotli/BrotliEncoder.swift @@ -2,7 +2,7 @@ // BrotliEncoder.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieCore/Compression/zlib/Deflate.swift b/Sources/DoggieCore/Compression/zlib/Deflate.swift index 451635ae..5f3135e7 100644 --- a/Sources/DoggieCore/Compression/zlib/Deflate.swift +++ b/Sources/DoggieCore/Compression/zlib/Deflate.swift @@ -2,7 +2,7 @@ // Deflate.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieCore/Compression/zlib/Inflate.swift b/Sources/DoggieCore/Compression/zlib/Inflate.swift index 50c7ab01..1f54cf12 100644 --- a/Sources/DoggieCore/Compression/zlib/Inflate.swift +++ b/Sources/DoggieCore/Compression/zlib/Inflate.swift @@ -2,7 +2,7 @@ // Inflate.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieCore/Compression/zlib/zlib.swift b/Sources/DoggieCore/Compression/zlib/zlib.swift index 82467c55..70a1e2e0 100644 --- a/Sources/DoggieCore/Compression/zlib/zlib.swift +++ b/Sources/DoggieCore/Compression/zlib/zlib.swift @@ -2,7 +2,7 @@ // zlib.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieCore/Concurrency/Sendable.swift b/Sources/DoggieCore/Concurrency/Sendable.swift index bfddbff9..b8d5c8bd 100644 --- a/Sources/DoggieCore/Concurrency/Sendable.swift +++ b/Sources/DoggieCore/Concurrency/Sendable.swift @@ -2,7 +2,7 @@ // Sendable.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieCore/Concurrency/SerialRunLoop.swift b/Sources/DoggieCore/Concurrency/SerialRunLoop.swift index 82b906c6..4771eb08 100644 --- a/Sources/DoggieCore/Concurrency/SerialRunLoop.swift +++ b/Sources/DoggieCore/Concurrency/SerialRunLoop.swift @@ -2,7 +2,7 @@ // SerialRunLoop.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieCore/Concurrency/UnsafeSendable.swift b/Sources/DoggieCore/Concurrency/UnsafeSendable.swift index dfb04a84..57345e21 100644 --- a/Sources/DoggieCore/Concurrency/UnsafeSendable.swift +++ b/Sources/DoggieCore/Concurrency/UnsafeSendable.swift @@ -2,7 +2,7 @@ // UnsafeSendable.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieCore/Exported.swift b/Sources/DoggieCore/Exported.swift index e90a2dba..8cb6c006 100644 --- a/Sources/DoggieCore/Exported.swift +++ b/Sources/DoggieCore/Exported.swift @@ -2,7 +2,7 @@ // Exported.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieCore/Foundation/Algorithm.swift b/Sources/DoggieCore/Foundation/Algorithm.swift index fd94946b..0731a86c 100644 --- a/Sources/DoggieCore/Foundation/Algorithm.swift +++ b/Sources/DoggieCore/Foundation/Algorithm.swift @@ -2,7 +2,7 @@ // Algorithm.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieCore/Foundation/Cache.swift b/Sources/DoggieCore/Foundation/Cache.swift index b5efa6f4..0933441a 100644 --- a/Sources/DoggieCore/Foundation/Cache.swift +++ b/Sources/DoggieCore/Foundation/Cache.swift @@ -2,7 +2,7 @@ // Cache.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieCore/Foundation/ContiguousBuffer.swift b/Sources/DoggieCore/Foundation/ContiguousBuffer.swift index 7c64721a..a04239b6 100644 --- a/Sources/DoggieCore/Foundation/ContiguousBuffer.swift +++ b/Sources/DoggieCore/Foundation/ContiguousBuffer.swift @@ -2,7 +2,7 @@ // ContiguousBuffer.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieCore/Foundation/Data.swift b/Sources/DoggieCore/Foundation/Data.swift index 11120bd6..0d7d7f68 100644 --- a/Sources/DoggieCore/Foundation/Data.swift +++ b/Sources/DoggieCore/Foundation/Data.swift @@ -2,7 +2,7 @@ // Data.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieCore/Foundation/Date.swift b/Sources/DoggieCore/Foundation/Date.swift index 02df90b4..456e7bba 100644 --- a/Sources/DoggieCore/Foundation/Date.swift +++ b/Sources/DoggieCore/Foundation/Date.swift @@ -2,7 +2,7 @@ // Date.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieCore/Foundation/FileManager.swift b/Sources/DoggieCore/Foundation/FileManager.swift index b209670a..901e9116 100644 --- a/Sources/DoggieCore/Foundation/FileManager.swift +++ b/Sources/DoggieCore/Foundation/FileManager.swift @@ -2,7 +2,7 @@ // FileManager.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieCore/Foundation/Graph.swift b/Sources/DoggieCore/Foundation/Graph.swift index 161f8c9e..e2e950ef 100644 --- a/Sources/DoggieCore/Foundation/Graph.swift +++ b/Sources/DoggieCore/Foundation/Graph.swift @@ -2,7 +2,7 @@ // Graph.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieCore/Foundation/Locking.swift b/Sources/DoggieCore/Foundation/Locking.swift index 166e73da..548fac50 100644 --- a/Sources/DoggieCore/Foundation/Locking.swift +++ b/Sources/DoggieCore/Foundation/Locking.swift @@ -2,7 +2,7 @@ // Locking.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieCore/Foundation/MappedBuffer.swift b/Sources/DoggieCore/Foundation/MappedBuffer.swift index 79f71573..c2150dea 100644 --- a/Sources/DoggieCore/Foundation/MappedBuffer.swift +++ b/Sources/DoggieCore/Foundation/MappedBuffer.swift @@ -2,7 +2,7 @@ // Mappedbase.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieCore/Foundation/Parallel.swift b/Sources/DoggieCore/Foundation/Parallel.swift index 896d91f2..1a7a116c 100644 --- a/Sources/DoggieCore/Foundation/Parallel.swift +++ b/Sources/DoggieCore/Foundation/Parallel.swift @@ -2,7 +2,7 @@ // Parallel.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieCore/Foundation/TypePunned.swift b/Sources/DoggieCore/Foundation/TypePunned.swift index b00dc1b1..17368f3d 100644 --- a/Sources/DoggieCore/Foundation/TypePunned.swift +++ b/Sources/DoggieCore/Foundation/TypePunned.swift @@ -2,7 +2,7 @@ // TypePunned.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieCore/Foundation/TypedData.swift b/Sources/DoggieCore/Foundation/TypedData.swift index cc8856d7..cb331d8c 100644 --- a/Sources/DoggieCore/Foundation/TypedData.swift +++ b/Sources/DoggieCore/Foundation/TypedData.swift @@ -2,7 +2,7 @@ // TypedData.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieCore/Foundation/URLComponents.swift b/Sources/DoggieCore/Foundation/URLComponents.swift index c2b9b581..81935035 100644 --- a/Sources/DoggieCore/Foundation/URLComponents.swift +++ b/Sources/DoggieCore/Foundation/URLComponents.swift @@ -2,7 +2,7 @@ // URLComponents.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieCore/Foundation/UUID.swift b/Sources/DoggieCore/Foundation/UUID.swift index a0077e64..7b7d42be 100644 --- a/Sources/DoggieCore/Foundation/UUID.swift +++ b/Sources/DoggieCore/Foundation/UUID.swift @@ -2,7 +2,7 @@ // UUID.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieCore/Foundation/WeakDictionary.swift b/Sources/DoggieCore/Foundation/WeakDictionary.swift index 806cf7c7..b650b7b2 100644 --- a/Sources/DoggieCore/Foundation/WeakDictionary.swift +++ b/Sources/DoggieCore/Foundation/WeakDictionary.swift @@ -2,7 +2,7 @@ // WeakDictionary.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieCore/Foundation/WeakSet.swift b/Sources/DoggieCore/Foundation/WeakSet.swift index b636ef1b..563a273b 100644 --- a/Sources/DoggieCore/Foundation/WeakSet.swift +++ b/Sources/DoggieCore/Foundation/WeakSet.swift @@ -2,7 +2,7 @@ // WeakSet.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieCore/Json/Json.swift b/Sources/DoggieCore/Json/Json.swift index b5641640..bba40b63 100644 --- a/Sources/DoggieCore/Json/Json.swift +++ b/Sources/DoggieCore/Json/Json.swift @@ -2,7 +2,7 @@ // Json.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieCore/Json/JsonCodable.swift b/Sources/DoggieCore/Json/JsonCodable.swift index 673b88a3..03d94942 100644 --- a/Sources/DoggieCore/Json/JsonCodable.swift +++ b/Sources/DoggieCore/Json/JsonCodable.swift @@ -2,7 +2,7 @@ // JsonCodable.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieCore/Json/JsonNumber.swift b/Sources/DoggieCore/Json/JsonNumber.swift index 5565bce9..18011a26 100644 --- a/Sources/DoggieCore/Json/JsonNumber.swift +++ b/Sources/DoggieCore/Json/JsonNumber.swift @@ -2,7 +2,7 @@ // JsonNumber.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieCore/Json/JsonNumberCodable.swift b/Sources/DoggieCore/Json/JsonNumberCodable.swift index db00fe33..7c826ca6 100644 --- a/Sources/DoggieCore/Json/JsonNumberCodable.swift +++ b/Sources/DoggieCore/Json/JsonNumberCodable.swift @@ -2,7 +2,7 @@ // JsonNumberCodable.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieCore/MediaType/FileExtension.swift b/Sources/DoggieCore/MediaType/FileExtension.swift index e8418de1..b1c7d952 100644 --- a/Sources/DoggieCore/MediaType/FileExtension.swift +++ b/Sources/DoggieCore/MediaType/FileExtension.swift @@ -2,7 +2,7 @@ // FileExtension.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieCore/MediaType/MIMEType.swift b/Sources/DoggieCore/MediaType/MIMEType.swift index b2187fc7..25c1bcee 100644 --- a/Sources/DoggieCore/MediaType/MIMEType.swift +++ b/Sources/DoggieCore/MediaType/MIMEType.swift @@ -2,7 +2,7 @@ // MIMEType.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieCore/MediaType/MediaType.swift b/Sources/DoggieCore/MediaType/MediaType.swift index 702b03bd..b1552582 100644 --- a/Sources/DoggieCore/MediaType/MediaType.swift +++ b/Sources/DoggieCore/MediaType/MediaType.swift @@ -2,7 +2,7 @@ // MediaType.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieCore/Serialization/BinaryFixedPoint.swift b/Sources/DoggieCore/Serialization/BinaryFixedPoint.swift index c2d86345..46033e06 100644 --- a/Sources/DoggieCore/Serialization/BinaryFixedPoint.swift +++ b/Sources/DoggieCore/Serialization/BinaryFixedPoint.swift @@ -2,7 +2,7 @@ // BinaryFixedPoint.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieCore/Serialization/ByteCodable.swift b/Sources/DoggieCore/Serialization/ByteCodable.swift index 687cd9c6..38de5b3c 100644 --- a/Sources/DoggieCore/Serialization/ByteCodable.swift +++ b/Sources/DoggieCore/Serialization/ByteCodable.swift @@ -2,7 +2,7 @@ // ByteCodable.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieCore/Serialization/Endianness.swift b/Sources/DoggieCore/Serialization/Endianness.swift index f2fa4744..1ad4112f 100644 --- a/Sources/DoggieCore/Serialization/Endianness.swift +++ b/Sources/DoggieCore/Serialization/Endianness.swift @@ -2,7 +2,7 @@ // Endianness.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieCore/Serialization/Signature.swift b/Sources/DoggieCore/Serialization/Signature.swift index e24d09cd..df6d2a8c 100644 --- a/Sources/DoggieCore/Serialization/Signature.swift +++ b/Sources/DoggieCore/Serialization/Signature.swift @@ -2,7 +2,7 @@ // Signature.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieCore/Swift/CollectionExtension.swift b/Sources/DoggieCore/Swift/CollectionExtension.swift index ac502299..ed572829 100644 --- a/Sources/DoggieCore/Swift/CollectionExtension.swift +++ b/Sources/DoggieCore/Swift/CollectionExtension.swift @@ -2,7 +2,7 @@ // CollectionExtension.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieCore/Swift/Decimal.swift b/Sources/DoggieCore/Swift/Decimal.swift index 4b640ec0..94eac40a 100644 --- a/Sources/DoggieCore/Swift/Decimal.swift +++ b/Sources/DoggieCore/Swift/Decimal.swift @@ -2,7 +2,7 @@ // Decimal.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieCore/Swift/Dictionary.swift b/Sources/DoggieCore/Swift/Dictionary.swift index 880a5d9f..b52aa34f 100644 --- a/Sources/DoggieCore/Swift/Dictionary.swift +++ b/Sources/DoggieCore/Swift/Dictionary.swift @@ -2,7 +2,7 @@ // Dictionary.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieCore/Swift/Equatable.swift b/Sources/DoggieCore/Swift/Equatable.swift index aff3c30a..a1f01584 100644 --- a/Sources/DoggieCore/Swift/Equatable.swift +++ b/Sources/DoggieCore/Swift/Equatable.swift @@ -2,7 +2,7 @@ // Equatable.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieCore/Swift/FloatingPoint.swift b/Sources/DoggieCore/Swift/FloatingPoint.swift index 1e746c17..09a5529b 100644 --- a/Sources/DoggieCore/Swift/FloatingPoint.swift +++ b/Sources/DoggieCore/Swift/FloatingPoint.swift @@ -2,7 +2,7 @@ // FloatingPoint.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieCore/Swift/Integer.swift b/Sources/DoggieCore/Swift/Integer.swift index d6fb21e0..061ab8f7 100644 --- a/Sources/DoggieCore/Swift/Integer.swift +++ b/Sources/DoggieCore/Swift/Integer.swift @@ -2,7 +2,7 @@ // Integer.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieCore/Swift/OptionOneCollection.swift b/Sources/DoggieCore/Swift/OptionOneCollection.swift index 8bd47090..5366eee2 100644 --- a/Sources/DoggieCore/Swift/OptionOneCollection.swift +++ b/Sources/DoggieCore/Swift/OptionOneCollection.swift @@ -2,7 +2,7 @@ // OptionOneCollection.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieCore/Swift/Policy.swift b/Sources/DoggieCore/Swift/Policy.swift index 614b2f0d..3750dfa9 100644 --- a/Sources/DoggieCore/Swift/Policy.swift +++ b/Sources/DoggieCore/Swift/Policy.swift @@ -2,7 +2,7 @@ // Policy.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieCore/Swift/RawBitPattern.swift b/Sources/DoggieCore/Swift/RawBitPattern.swift index 0e24db99..910f3c09 100644 --- a/Sources/DoggieCore/Swift/RawBitPattern.swift +++ b/Sources/DoggieCore/Swift/RawBitPattern.swift @@ -2,7 +2,7 @@ // RawBitPattern.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieCore/Swift/String.swift b/Sources/DoggieCore/Swift/String.swift index fb4e1040..77b03bdb 100644 --- a/Sources/DoggieCore/Swift/String.swift +++ b/Sources/DoggieCore/Swift/String.swift @@ -2,7 +2,7 @@ // String.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieCore/Swift/replaceValue.swift b/Sources/DoggieCore/Swift/replaceValue.swift index 46c33587..0df28204 100644 --- a/Sources/DoggieCore/Swift/replaceValue.swift +++ b/Sources/DoggieCore/Swift/replaceValue.swift @@ -2,7 +2,7 @@ // replaceValue.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieCore/XML/SDXMLAttribute.swift b/Sources/DoggieCore/XML/SDXMLAttribute.swift index 5bc71f13..0077003b 100644 --- a/Sources/DoggieCore/XML/SDXMLAttribute.swift +++ b/Sources/DoggieCore/XML/SDXMLAttribute.swift @@ -2,7 +2,7 @@ // SDXMLAttribute.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieCore/XML/SDXMLDocument.swift b/Sources/DoggieCore/XML/SDXMLDocument.swift index 6095dee7..cae3d3eb 100644 --- a/Sources/DoggieCore/XML/SDXMLDocument.swift +++ b/Sources/DoggieCore/XML/SDXMLDocument.swift @@ -2,7 +2,7 @@ // SDXMLDocument.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieCore/XML/SDXMLElement.swift b/Sources/DoggieCore/XML/SDXMLElement.swift index 54792f2c..4d0ac1ca 100644 --- a/Sources/DoggieCore/XML/SDXMLElement.swift +++ b/Sources/DoggieCore/XML/SDXMLElement.swift @@ -2,7 +2,7 @@ // SDXMLElement.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieCore/XML/SDXMLParser.swift b/Sources/DoggieCore/XML/SDXMLParser.swift index e782ee9d..9724b774 100644 --- a/Sources/DoggieCore/XML/SDXMLParser.swift +++ b/Sources/DoggieCore/XML/SDXMLParser.swift @@ -2,7 +2,7 @@ // SDXMLParser.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieCore/XML/SDXMLString.swift b/Sources/DoggieCore/XML/SDXMLString.swift index a581d73d..228fae36 100644 --- a/Sources/DoggieCore/XML/SDXMLString.swift +++ b/Sources/DoggieCore/XML/SDXMLString.swift @@ -2,7 +2,7 @@ // SDXMLString.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGPU/CoreImage/BilateralFilter.swift b/Sources/DoggieGPU/CoreImage/BilateralFilter.swift index c8b450e7..473e4cb9 100644 --- a/Sources/DoggieGPU/CoreImage/BilateralFilter.swift +++ b/Sources/DoggieGPU/CoreImage/BilateralFilter.swift @@ -2,7 +2,7 @@ // BilateralFilter.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGPU/CoreImage/CIImage.swift b/Sources/DoggieGPU/CoreImage/CIImage.swift index 07c1a2eb..48cc7173 100644 --- a/Sources/DoggieGPU/CoreImage/CIImage.swift +++ b/Sources/DoggieGPU/CoreImage/CIImage.swift @@ -2,7 +2,7 @@ // CIImage.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGPU/CoreImage/CIVector.swift b/Sources/DoggieGPU/CoreImage/CIVector.swift index 955b7e2e..6146a99b 100644 --- a/Sources/DoggieGPU/CoreImage/CIVector.swift +++ b/Sources/DoggieGPU/CoreImage/CIVector.swift @@ -2,7 +2,7 @@ // CIVector.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGPU/CoreImage/ConvolveKernel.swift b/Sources/DoggieGPU/CoreImage/ConvolveKernel.swift index dfbb22ce..30353890 100644 --- a/Sources/DoggieGPU/CoreImage/ConvolveKernel.swift +++ b/Sources/DoggieGPU/CoreImage/ConvolveKernel.swift @@ -2,7 +2,7 @@ // ConvolveKernel.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGPU/CoreImage/CoreImage.swift b/Sources/DoggieGPU/CoreImage/CoreImage.swift index 9b34ac59..6e815394 100644 --- a/Sources/DoggieGPU/CoreImage/CoreImage.swift +++ b/Sources/DoggieGPU/CoreImage/CoreImage.swift @@ -2,7 +2,7 @@ // CoreImage.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGPU/CoreImage/MorphologyKernel.swift b/Sources/DoggieGPU/CoreImage/MorphologyKernel.swift index 75040c4a..ceeb2a59 100644 --- a/Sources/DoggieGPU/CoreImage/MorphologyKernel.swift +++ b/Sources/DoggieGPU/CoreImage/MorphologyKernel.swift @@ -2,7 +2,7 @@ // MorphologyKernel.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGPU/CoreImage/PalettizeKernel.swift b/Sources/DoggieGPU/CoreImage/PalettizeKernel.swift index 4e5a4bc9..b21f92e6 100644 --- a/Sources/DoggieGPU/CoreImage/PalettizeKernel.swift +++ b/Sources/DoggieGPU/CoreImage/PalettizeKernel.swift @@ -2,7 +2,7 @@ // PalettizeKernel.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGPU/CoreImage/SVGComponentTransferKernel.swift b/Sources/DoggieGPU/CoreImage/SVGComponentTransferKernel.swift index bd3331d2..9ffdd834 100644 --- a/Sources/DoggieGPU/CoreImage/SVGComponentTransferKernel.swift +++ b/Sources/DoggieGPU/CoreImage/SVGComponentTransferKernel.swift @@ -2,7 +2,7 @@ // SVGComponentTransferKernel.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGPU/CoreImage/SVGConvolveKernel.swift b/Sources/DoggieGPU/CoreImage/SVGConvolveKernel.swift index 961847f7..fd0602e1 100644 --- a/Sources/DoggieGPU/CoreImage/SVGConvolveKernel.swift +++ b/Sources/DoggieGPU/CoreImage/SVGConvolveKernel.swift @@ -2,7 +2,7 @@ // SVGConvolveKernel.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGPU/CoreImage/SVGDisplacementMapKernel.swift b/Sources/DoggieGPU/CoreImage/SVGDisplacementMapKernel.swift index 802017b3..361b3305 100644 --- a/Sources/DoggieGPU/CoreImage/SVGDisplacementMapKernel.swift +++ b/Sources/DoggieGPU/CoreImage/SVGDisplacementMapKernel.swift @@ -2,7 +2,7 @@ // SVGDisplacementMapKernel.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGPU/CoreImage/SVGLightingKernel.swift b/Sources/DoggieGPU/CoreImage/SVGLightingKernel.swift index 58d97727..f3283c69 100644 --- a/Sources/DoggieGPU/CoreImage/SVGLightingKernel.swift +++ b/Sources/DoggieGPU/CoreImage/SVGLightingKernel.swift @@ -2,7 +2,7 @@ // SVGLightingKernel.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGPU/CoreImage/SVGTurbulenceKernel.swift b/Sources/DoggieGPU/CoreImage/SVGTurbulenceKernel.swift index 7df736cf..b32ab11e 100644 --- a/Sources/DoggieGPU/CoreImage/SVGTurbulenceKernel.swift +++ b/Sources/DoggieGPU/CoreImage/SVGTurbulenceKernel.swift @@ -2,7 +2,7 @@ // SVGTurbulenceKernel.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGPU/CoreImage/ShaderLoader.swift b/Sources/DoggieGPU/CoreImage/ShaderLoader.swift index 82ead886..a1ce1c5f 100644 --- a/Sources/DoggieGPU/CoreImage/ShaderLoader.swift +++ b/Sources/DoggieGPU/CoreImage/ShaderLoader.swift @@ -2,7 +2,7 @@ // ShaderLoader.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGPU/CoreImage/Shaders/BilateralFilter.metal b/Sources/DoggieGPU/CoreImage/Shaders/BilateralFilter.metal index 385a249e..66433285 100644 --- a/Sources/DoggieGPU/CoreImage/Shaders/BilateralFilter.metal +++ b/Sources/DoggieGPU/CoreImage/Shaders/BilateralFilter.metal @@ -2,7 +2,7 @@ // BilateralFilter.metal // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGPU/CoreImage/Shaders/PalettizeKernel.metal b/Sources/DoggieGPU/CoreImage/Shaders/PalettizeKernel.metal index 2a55c3be..6cd4e3c4 100644 --- a/Sources/DoggieGPU/CoreImage/Shaders/PalettizeKernel.metal +++ b/Sources/DoggieGPU/CoreImage/Shaders/PalettizeKernel.metal @@ -2,7 +2,7 @@ // PalettizeKernel.metal // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGPU/CoreImage/Shaders/SVGComponentTransferKernel.metal b/Sources/DoggieGPU/CoreImage/Shaders/SVGComponentTransferKernel.metal index c1c4eabb..8c23e17f 100644 --- a/Sources/DoggieGPU/CoreImage/Shaders/SVGComponentTransferKernel.metal +++ b/Sources/DoggieGPU/CoreImage/Shaders/SVGComponentTransferKernel.metal @@ -2,7 +2,7 @@ // SVGComponentTransferKernel.metal // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGPU/CoreImage/Shaders/SVGConvolveKernel.metal b/Sources/DoggieGPU/CoreImage/Shaders/SVGConvolveKernel.metal index ee8d9cc5..4421a3f4 100644 --- a/Sources/DoggieGPU/CoreImage/Shaders/SVGConvolveKernel.metal +++ b/Sources/DoggieGPU/CoreImage/Shaders/SVGConvolveKernel.metal @@ -2,7 +2,7 @@ // SVGConvolveKernel.metal // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGPU/CoreImage/Shaders/SVGDisplacementMapKernel.metal b/Sources/DoggieGPU/CoreImage/Shaders/SVGDisplacementMapKernel.metal index 2183c9ff..de15b30e 100644 --- a/Sources/DoggieGPU/CoreImage/Shaders/SVGDisplacementMapKernel.metal +++ b/Sources/DoggieGPU/CoreImage/Shaders/SVGDisplacementMapKernel.metal @@ -2,7 +2,7 @@ // SVGDisplacementMapKernel.metal // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGPU/CoreImage/Shaders/SVGLightingKernel.metal b/Sources/DoggieGPU/CoreImage/Shaders/SVGLightingKernel.metal index 9b1febf1..855589a4 100644 --- a/Sources/DoggieGPU/CoreImage/Shaders/SVGLightingKernel.metal +++ b/Sources/DoggieGPU/CoreImage/Shaders/SVGLightingKernel.metal @@ -2,7 +2,7 @@ // SVGLightingKernel.metal // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGPU/CoreImage/Shaders/SVGTurbulenceKernel.metal b/Sources/DoggieGPU/CoreImage/Shaders/SVGTurbulenceKernel.metal index fc194a8c..a5fe5b8f 100644 --- a/Sources/DoggieGPU/CoreImage/Shaders/SVGTurbulenceKernel.metal +++ b/Sources/DoggieGPU/CoreImage/Shaders/SVGTurbulenceKernel.metal @@ -2,7 +2,7 @@ // SVGTurbulenceKernel.metal // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGPU/CoreImage/Shaders/WrapTileKernel.metal b/Sources/DoggieGPU/CoreImage/Shaders/WrapTileKernel.metal index d8b2e56a..b018b459 100644 --- a/Sources/DoggieGPU/CoreImage/Shaders/WrapTileKernel.metal +++ b/Sources/DoggieGPU/CoreImage/Shaders/WrapTileKernel.metal @@ -2,7 +2,7 @@ // WrapTileKernel.metal // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGPU/CoreImage/Shaders/kMeansClusteringKernel.metal b/Sources/DoggieGPU/CoreImage/Shaders/kMeansClusteringKernel.metal index ce27ef36..d54169fb 100644 --- a/Sources/DoggieGPU/CoreImage/Shaders/kMeansClusteringKernel.metal +++ b/Sources/DoggieGPU/CoreImage/Shaders/kMeansClusteringKernel.metal @@ -2,7 +2,7 @@ // kMeansClusteringKernel.metal // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGPU/CoreImage/WrapTileKernel.swift b/Sources/DoggieGPU/CoreImage/WrapTileKernel.swift index 02690dc7..195ad958 100644 --- a/Sources/DoggieGPU/CoreImage/WrapTileKernel.swift +++ b/Sources/DoggieGPU/CoreImage/WrapTileKernel.swift @@ -2,7 +2,7 @@ // WrapTileKernel.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGPU/CoreImage/kMeansClusteringKernel.swift b/Sources/DoggieGPU/CoreImage/kMeansClusteringKernel.swift index cb399af6..68e9562f 100644 --- a/Sources/DoggieGPU/CoreImage/kMeansClusteringKernel.swift +++ b/Sources/DoggieGPU/CoreImage/kMeansClusteringKernel.swift @@ -2,7 +2,7 @@ // kMeansClusteringKernel.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGPU/Exported.swift b/Sources/DoggieGPU/Exported.swift index 0ca77cc7..fc959642 100644 --- a/Sources/DoggieGPU/Exported.swift +++ b/Sources/DoggieGPU/Exported.swift @@ -2,7 +2,7 @@ // Exported.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGPU/GPContext/CGContextProcessorKernel.swift b/Sources/DoggieGPU/GPContext/CGContextProcessorKernel.swift index fd5122d3..11099d55 100644 --- a/Sources/DoggieGPU/GPContext/CGContextProcessorKernel.swift +++ b/Sources/DoggieGPU/GPContext/CGContextProcessorKernel.swift @@ -2,7 +2,7 @@ // CGContextProcessorKernel.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGPU/GPContext/CGPathProcessorKernel.swift b/Sources/DoggieGPU/GPContext/CGPathProcessorKernel.swift index e822a69f..6f6dcfdd 100644 --- a/Sources/DoggieGPU/GPContext/CGPathProcessorKernel.swift +++ b/Sources/DoggieGPU/GPContext/CGPathProcessorKernel.swift @@ -2,7 +2,7 @@ // CGPathProcessorKernel.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGPU/GPContext/GPContext.swift b/Sources/DoggieGPU/GPContext/GPContext.swift index cb49a2bf..04c80435 100644 --- a/Sources/DoggieGPU/GPContext/GPContext.swift +++ b/Sources/DoggieGPU/GPContext/GPContext.swift @@ -2,7 +2,7 @@ // GPContext.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGPU/GPContext/GPContextBase.swift b/Sources/DoggieGPU/GPContext/GPContextBase.swift index eb1f8f7d..8a3b7eee 100644 --- a/Sources/DoggieGPU/GPContext/GPContextBase.swift +++ b/Sources/DoggieGPU/GPContext/GPContextBase.swift @@ -2,7 +2,7 @@ // GPContextBase.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGPU/GPContext/GPContextExtension.swift b/Sources/DoggieGPU/GPContext/GPContextExtension.swift index 35315c3a..ce8fe480 100644 --- a/Sources/DoggieGPU/GPContext/GPContextExtension.swift +++ b/Sources/DoggieGPU/GPContext/GPContextExtension.swift @@ -2,7 +2,7 @@ // GPContextExtension.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGPU/GPContext/GPContextPattern.swift b/Sources/DoggieGPU/GPContext/GPContextPattern.swift index bdea7e91..f29430fd 100644 --- a/Sources/DoggieGPU/GPContext/GPContextPattern.swift +++ b/Sources/DoggieGPU/GPContext/GPContextPattern.swift @@ -2,7 +2,7 @@ // GPContextPattern.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGPU/GPContext/MeshGradientKernel.swift b/Sources/DoggieGPU/GPContext/MeshGradientKernel.swift index 91415b8a..551f2e00 100644 --- a/Sources/DoggieGPU/GPContext/MeshGradientKernel.swift +++ b/Sources/DoggieGPU/GPContext/MeshGradientKernel.swift @@ -2,7 +2,7 @@ // MeshGradientKernel.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGPU/GPContext/Shaders/MeshGradientKernel.metal b/Sources/DoggieGPU/GPContext/Shaders/MeshGradientKernel.metal index c5de6aad..af355b14 100644 --- a/Sources/DoggieGPU/GPContext/Shaders/MeshGradientKernel.metal +++ b/Sources/DoggieGPU/GPContext/Shaders/MeshGradientKernel.metal @@ -2,7 +2,7 @@ // MeshGradientKernel.metal // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGPU/Metal/MTLDevice.swift b/Sources/DoggieGPU/Metal/MTLDevice.swift index edf717c1..6135f8a5 100644 --- a/Sources/DoggieGPU/Metal/MTLDevice.swift +++ b/Sources/DoggieGPU/Metal/MTLDevice.swift @@ -2,7 +2,7 @@ // MTLDevice.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGPU/Packed.swift b/Sources/DoggieGPU/Packed.swift index 10ab2c48..06e03550 100644 --- a/Sources/DoggieGPU/Packed.swift +++ b/Sources/DoggieGPU/Packed.swift @@ -2,7 +2,7 @@ // Packed.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGPU/SIMD.swift b/Sources/DoggieGPU/SIMD.swift index 6dbbcf47..454faad8 100644 --- a/Sources/DoggieGPU/SIMD.swift +++ b/Sources/DoggieGPU/SIMD.swift @@ -2,7 +2,7 @@ // SIMD.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGeometry/ApplePlatform/AppleExported.swift b/Sources/DoggieGeometry/ApplePlatform/AppleExported.swift index 9968a317..0e6797bd 100644 --- a/Sources/DoggieGeometry/ApplePlatform/AppleExported.swift +++ b/Sources/DoggieGeometry/ApplePlatform/AppleExported.swift @@ -2,7 +2,7 @@ // AppleExported.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGeometry/ApplePlatform/Geometry/CGAffineTransform.swift b/Sources/DoggieGeometry/ApplePlatform/Geometry/CGAffineTransform.swift index 78463391..d0ff7121 100644 --- a/Sources/DoggieGeometry/ApplePlatform/Geometry/CGAffineTransform.swift +++ b/Sources/DoggieGeometry/ApplePlatform/Geometry/CGAffineTransform.swift @@ -2,7 +2,7 @@ // CGAffineTransform.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGeometry/ApplePlatform/Geometry/CGPath.swift b/Sources/DoggieGeometry/ApplePlatform/Geometry/CGPath.swift index 3abbfc75..ea95ccf9 100644 --- a/Sources/DoggieGeometry/ApplePlatform/Geometry/CGPath.swift +++ b/Sources/DoggieGeometry/ApplePlatform/Geometry/CGPath.swift @@ -2,7 +2,7 @@ // CGPath.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGeometry/ApplePlatform/Geometry/CGPoint.swift b/Sources/DoggieGeometry/ApplePlatform/Geometry/CGPoint.swift index 7e8f1538..4ff718b1 100644 --- a/Sources/DoggieGeometry/ApplePlatform/Geometry/CGPoint.swift +++ b/Sources/DoggieGeometry/ApplePlatform/Geometry/CGPoint.swift @@ -2,7 +2,7 @@ // CGPoint.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGeometry/ApplePlatform/Geometry/CGRect.swift b/Sources/DoggieGeometry/ApplePlatform/Geometry/CGRect.swift index d83e6b47..b67c02b4 100644 --- a/Sources/DoggieGeometry/ApplePlatform/Geometry/CGRect.swift +++ b/Sources/DoggieGeometry/ApplePlatform/Geometry/CGRect.swift @@ -2,7 +2,7 @@ // CGRect.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGeometry/ApplePlatform/Geometry/CGSize.swift b/Sources/DoggieGeometry/ApplePlatform/Geometry/CGSize.swift index 88938d07..edc45158 100644 --- a/Sources/DoggieGeometry/ApplePlatform/Geometry/CGSize.swift +++ b/Sources/DoggieGeometry/ApplePlatform/Geometry/CGSize.swift @@ -2,7 +2,7 @@ // CGSize.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGeometry/ApplePlatform/SwiftPlayground.swift b/Sources/DoggieGeometry/ApplePlatform/SwiftPlayground.swift index 75ff3e19..5bec5685 100644 --- a/Sources/DoggieGeometry/ApplePlatform/SwiftPlayground.swift +++ b/Sources/DoggieGeometry/ApplePlatform/SwiftPlayground.swift @@ -2,7 +2,7 @@ // SwiftPlayground.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGeometry/Arithmetic.swift b/Sources/DoggieGeometry/Arithmetic.swift index 21ba6afd..1c1e82e5 100644 --- a/Sources/DoggieGeometry/Arithmetic.swift +++ b/Sources/DoggieGeometry/Arithmetic.swift @@ -2,7 +2,7 @@ // Arithmetic.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGeometry/Bezier/Bezier.swift b/Sources/DoggieGeometry/Bezier/Bezier.swift index e6b61214..18cfd560 100644 --- a/Sources/DoggieGeometry/Bezier/Bezier.swift +++ b/Sources/DoggieGeometry/Bezier/Bezier.swift @@ -2,7 +2,7 @@ // Bezier.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGeometry/Bezier/BezierArc.swift b/Sources/DoggieGeometry/Bezier/BezierArc.swift index eb1cea32..c40c2ea8 100644 --- a/Sources/DoggieGeometry/Bezier/BezierArc.swift +++ b/Sources/DoggieGeometry/Bezier/BezierArc.swift @@ -2,7 +2,7 @@ // BezierArc.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGeometry/Bezier/BezierOffset.swift b/Sources/DoggieGeometry/Bezier/BezierOffset.swift index bad6e248..a9c49bdc 100644 --- a/Sources/DoggieGeometry/Bezier/BezierOffset.swift +++ b/Sources/DoggieGeometry/Bezier/BezierOffset.swift @@ -2,7 +2,7 @@ // BezierOffset.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGeometry/Bezier/BezierProtocol.swift b/Sources/DoggieGeometry/Bezier/BezierProtocol.swift index b5c472dd..fedd81ad 100644 --- a/Sources/DoggieGeometry/Bezier/BezierProtocol.swift +++ b/Sources/DoggieGeometry/Bezier/BezierProtocol.swift @@ -2,7 +2,7 @@ // BezierProtocol.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGeometry/Bezier/CubicBezier.swift b/Sources/DoggieGeometry/Bezier/CubicBezier.swift index d3113cae..60391eb9 100644 --- a/Sources/DoggieGeometry/Bezier/CubicBezier.swift +++ b/Sources/DoggieGeometry/Bezier/CubicBezier.swift @@ -2,7 +2,7 @@ // CubicBezier.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGeometry/Bezier/CubicBezierPatch.swift b/Sources/DoggieGeometry/Bezier/CubicBezierPatch.swift index 16b0a08c..eb9d084d 100644 --- a/Sources/DoggieGeometry/Bezier/CubicBezierPatch.swift +++ b/Sources/DoggieGeometry/Bezier/CubicBezierPatch.swift @@ -2,7 +2,7 @@ // CubicBezierPatch.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGeometry/Bezier/CubicBezierTriangularPatch.swift b/Sources/DoggieGeometry/Bezier/CubicBezierTriangularPatch.swift index 189d418e..7010b400 100644 --- a/Sources/DoggieGeometry/Bezier/CubicBezierTriangularPatch.swift +++ b/Sources/DoggieGeometry/Bezier/CubicBezierTriangularPatch.swift @@ -2,7 +2,7 @@ // CubicBezierTriangularPatch.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGeometry/Bezier/LineSegment.swift b/Sources/DoggieGeometry/Bezier/LineSegment.swift index 6b98728b..15726628 100644 --- a/Sources/DoggieGeometry/Bezier/LineSegment.swift +++ b/Sources/DoggieGeometry/Bezier/LineSegment.swift @@ -2,7 +2,7 @@ // LineSegment.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGeometry/Bezier/QuadBezier.swift b/Sources/DoggieGeometry/Bezier/QuadBezier.swift index 76693d4f..ba76cc49 100644 --- a/Sources/DoggieGeometry/Bezier/QuadBezier.swift +++ b/Sources/DoggieGeometry/Bezier/QuadBezier.swift @@ -2,7 +2,7 @@ // QuadBezier.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGeometry/Exported.swift b/Sources/DoggieGeometry/Exported.swift index a1f7762b..23ddd8fd 100644 --- a/Sources/DoggieGeometry/Exported.swift +++ b/Sources/DoggieGeometry/Exported.swift @@ -2,7 +2,7 @@ // Exported.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGeometry/Extension.swift b/Sources/DoggieGeometry/Extension.swift index 351b4798..7fcc3c22 100644 --- a/Sources/DoggieGeometry/Extension.swift +++ b/Sources/DoggieGeometry/Extension.swift @@ -2,7 +2,7 @@ // MathsExtension.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGeometry/Geometry/EdgeInsets.swift b/Sources/DoggieGeometry/Geometry/EdgeInsets.swift index 7a8339c4..eef20102 100644 --- a/Sources/DoggieGeometry/Geometry/EdgeInsets.swift +++ b/Sources/DoggieGeometry/Geometry/EdgeInsets.swift @@ -2,7 +2,7 @@ // EdgeInsets.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGeometry/Geometry/Ellipse.swift b/Sources/DoggieGeometry/Geometry/Ellipse.swift index 5824c6f5..e84d9b32 100644 --- a/Sources/DoggieGeometry/Geometry/Ellipse.swift +++ b/Sources/DoggieGeometry/Geometry/Ellipse.swift @@ -2,7 +2,7 @@ // Ellipse.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGeometry/Geometry/Geometry.swift b/Sources/DoggieGeometry/Geometry/Geometry.swift index 298553a4..33da0701 100644 --- a/Sources/DoggieGeometry/Geometry/Geometry.swift +++ b/Sources/DoggieGeometry/Geometry/Geometry.swift @@ -2,7 +2,7 @@ // Geometry.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGeometry/Geometry/Matrix.swift b/Sources/DoggieGeometry/Geometry/Matrix.swift index 5d2d3cfc..9b67eeb6 100644 --- a/Sources/DoggieGeometry/Geometry/Matrix.swift +++ b/Sources/DoggieGeometry/Geometry/Matrix.swift @@ -2,7 +2,7 @@ // Matrix.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGeometry/Geometry/Point.swift b/Sources/DoggieGeometry/Geometry/Point.swift index 37522090..f0cd57b7 100644 --- a/Sources/DoggieGeometry/Geometry/Point.swift +++ b/Sources/DoggieGeometry/Geometry/Point.swift @@ -2,7 +2,7 @@ // Point.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGeometry/Geometry/Rect.swift b/Sources/DoggieGeometry/Geometry/Rect.swift index 974ad71e..652b83a2 100644 --- a/Sources/DoggieGeometry/Geometry/Rect.swift +++ b/Sources/DoggieGeometry/Geometry/Rect.swift @@ -2,7 +2,7 @@ // Rect.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGeometry/Geometry/SDTransform.swift b/Sources/DoggieGeometry/Geometry/SDTransform.swift index 44d07e45..90f02c2b 100644 --- a/Sources/DoggieGeometry/Geometry/SDTransform.swift +++ b/Sources/DoggieGeometry/Geometry/SDTransform.swift @@ -2,7 +2,7 @@ // SDTransform.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGeometry/Geometry/Size.swift b/Sources/DoggieGeometry/Geometry/Size.swift index 60857b0e..89fd9b52 100644 --- a/Sources/DoggieGeometry/Geometry/Size.swift +++ b/Sources/DoggieGeometry/Geometry/Size.swift @@ -2,7 +2,7 @@ // Size.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGeometry/Geometry/Tensor.swift b/Sources/DoggieGeometry/Geometry/Tensor.swift index 69db1078..b0a216a8 100644 --- a/Sources/DoggieGeometry/Geometry/Tensor.swift +++ b/Sources/DoggieGeometry/Geometry/Tensor.swift @@ -2,7 +2,7 @@ // Tensor.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGeometry/Geometry/Vector.swift b/Sources/DoggieGeometry/Geometry/Vector.swift index af0411f4..f07b19f9 100644 --- a/Sources/DoggieGeometry/Geometry/Vector.swift +++ b/Sources/DoggieGeometry/Geometry/Vector.swift @@ -2,7 +2,7 @@ // Vector.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGeometry/Shape/PathCoder.swift b/Sources/DoggieGeometry/Shape/PathCoder.swift index 04af67f0..b9550108 100644 --- a/Sources/DoggieGeometry/Shape/PathCoder.swift +++ b/Sources/DoggieGeometry/Shape/PathCoder.swift @@ -2,7 +2,7 @@ // PathCoder.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGeometry/Shape/PathStroke.swift b/Sources/DoggieGeometry/Shape/PathStroke.swift index e22f6a94..bc8893b0 100644 --- a/Sources/DoggieGeometry/Shape/PathStroke.swift +++ b/Sources/DoggieGeometry/Shape/PathStroke.swift @@ -2,7 +2,7 @@ // PathStroke.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGeometry/Shape/SVGPathCoder.swift b/Sources/DoggieGeometry/Shape/SVGPathCoder.swift index e1330fbb..c94e4dec 100644 --- a/Sources/DoggieGeometry/Shape/SVGPathCoder.swift +++ b/Sources/DoggieGeometry/Shape/SVGPathCoder.swift @@ -2,7 +2,7 @@ // SVGPathCoder.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGeometry/Shape/Shape.swift b/Sources/DoggieGeometry/Shape/Shape.swift index 1fbc14b4..b5016c63 100644 --- a/Sources/DoggieGeometry/Shape/Shape.swift +++ b/Sources/DoggieGeometry/Shape/Shape.swift @@ -2,7 +2,7 @@ // Shape.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGeometry/Shape/ShapeSegment.swift b/Sources/DoggieGeometry/Shape/ShapeSegment.swift index c523033c..34059513 100644 --- a/Sources/DoggieGeometry/Shape/ShapeSegment.swift +++ b/Sources/DoggieGeometry/Shape/ShapeSegment.swift @@ -2,7 +2,7 @@ // ShapeSegment.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGeometry/Shape/ShapeTweening.swift b/Sources/DoggieGeometry/Shape/ShapeTweening.swift index 54d13167..1276b080 100644 --- a/Sources/DoggieGeometry/Shape/ShapeTweening.swift +++ b/Sources/DoggieGeometry/Shape/ShapeTweening.swift @@ -2,7 +2,7 @@ // ShapeTweening.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGeometry/Shape/ShapeWinding.swift b/Sources/DoggieGeometry/Shape/ShapeWinding.swift index 0d1d6c93..337a5b67 100644 --- a/Sources/DoggieGeometry/Shape/ShapeWinding.swift +++ b/Sources/DoggieGeometry/Shape/ShapeWinding.swift @@ -2,7 +2,7 @@ // ShapeWinding.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGeometry/Shape/VariableRoundStroke.swift b/Sources/DoggieGeometry/Shape/VariableRoundStroke.swift index 572a0937..0addb984 100644 --- a/Sources/DoggieGeometry/Shape/VariableRoundStroke.swift +++ b/Sources/DoggieGeometry/Shape/VariableRoundStroke.swift @@ -2,7 +2,7 @@ // VariableRoundStroke.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGeometry/ShapeRegion/BreakLoop.swift b/Sources/DoggieGeometry/ShapeRegion/BreakLoop.swift index 9a8fcc4b..99983121 100644 --- a/Sources/DoggieGeometry/ShapeRegion/BreakLoop.swift +++ b/Sources/DoggieGeometry/ShapeRegion/BreakLoop.swift @@ -2,7 +2,7 @@ // BreakLoop.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGeometry/ShapeRegion/PathBuilder.swift b/Sources/DoggieGeometry/ShapeRegion/PathBuilder.swift index 1387f614..d176ec2b 100644 --- a/Sources/DoggieGeometry/ShapeRegion/PathBuilder.swift +++ b/Sources/DoggieGeometry/ShapeRegion/PathBuilder.swift @@ -2,7 +2,7 @@ // PathBuilder.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGeometry/ShapeRegion/ShapeRegion.swift b/Sources/DoggieGeometry/ShapeRegion/ShapeRegion.swift index cbc73f2c..2a97a418 100644 --- a/Sources/DoggieGeometry/ShapeRegion/ShapeRegion.swift +++ b/Sources/DoggieGeometry/ShapeRegion/ShapeRegion.swift @@ -2,7 +2,7 @@ // ShapeRegion.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGeometry/ShapeRegion/ShapeRegionOp.swift b/Sources/DoggieGeometry/ShapeRegion/ShapeRegionOp.swift index 07d1e25d..4c3dd761 100644 --- a/Sources/DoggieGeometry/ShapeRegion/ShapeRegionOp.swift +++ b/Sources/DoggieGeometry/ShapeRegion/ShapeRegionOp.swift @@ -2,7 +2,7 @@ // ShapeRegionOp.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGeometry/ShapeRegion/ShapeRegionWinding.swift b/Sources/DoggieGeometry/ShapeRegion/ShapeRegionWinding.swift index 9ef4d263..53fe4c63 100644 --- a/Sources/DoggieGeometry/ShapeRegion/ShapeRegionWinding.swift +++ b/Sources/DoggieGeometry/ShapeRegion/ShapeRegionWinding.swift @@ -2,7 +2,7 @@ // ShapeRegionWinding.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ApplePlatform/AppleExported.swift b/Sources/DoggieGraphics/ApplePlatform/AppleExported.swift index 11ae5872..b7f2f897 100644 --- a/Sources/DoggieGraphics/ApplePlatform/AppleExported.swift +++ b/Sources/DoggieGraphics/ApplePlatform/AppleExported.swift @@ -2,7 +2,7 @@ // AppleExported.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ApplePlatform/Graphic/CGColor.swift b/Sources/DoggieGraphics/ApplePlatform/Graphic/CGColor.swift index 4552d8ba..e742c594 100644 --- a/Sources/DoggieGraphics/ApplePlatform/Graphic/CGColor.swift +++ b/Sources/DoggieGraphics/ApplePlatform/Graphic/CGColor.swift @@ -2,7 +2,7 @@ // CGColor.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ApplePlatform/Graphic/CGColorSpace.swift b/Sources/DoggieGraphics/ApplePlatform/Graphic/CGColorSpace.swift index 16f49f40..92a3cb2b 100644 --- a/Sources/DoggieGraphics/ApplePlatform/Graphic/CGColorSpace.swift +++ b/Sources/DoggieGraphics/ApplePlatform/Graphic/CGColorSpace.swift @@ -2,7 +2,7 @@ // CGColorSpace.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ApplePlatform/Graphic/CGContext.swift b/Sources/DoggieGraphics/ApplePlatform/Graphic/CGContext.swift index 11ca73e3..718a749b 100644 --- a/Sources/DoggieGraphics/ApplePlatform/Graphic/CGContext.swift +++ b/Sources/DoggieGraphics/ApplePlatform/Graphic/CGContext.swift @@ -2,7 +2,7 @@ // CGContext.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ApplePlatform/Graphic/CGFont.swift b/Sources/DoggieGraphics/ApplePlatform/Graphic/CGFont.swift index 01ba4361..be5087fa 100644 --- a/Sources/DoggieGraphics/ApplePlatform/Graphic/CGFont.swift +++ b/Sources/DoggieGraphics/ApplePlatform/Graphic/CGFont.swift @@ -2,7 +2,7 @@ // CGFont.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ApplePlatform/Graphic/CGGradient.swift b/Sources/DoggieGraphics/ApplePlatform/Graphic/CGGradient.swift index 344fd99d..1430e221 100644 --- a/Sources/DoggieGraphics/ApplePlatform/Graphic/CGGradient.swift +++ b/Sources/DoggieGraphics/ApplePlatform/Graphic/CGGradient.swift @@ -2,7 +2,7 @@ // CGGradient.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ApplePlatform/Graphic/CGPattern.swift b/Sources/DoggieGraphics/ApplePlatform/Graphic/CGPattern.swift index a4046c84..ac55e58b 100644 --- a/Sources/DoggieGraphics/ApplePlatform/Graphic/CGPattern.swift +++ b/Sources/DoggieGraphics/ApplePlatform/Graphic/CGPattern.swift @@ -2,7 +2,7 @@ // CGPattern.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ApplePlatform/Graphic/CGShading.swift b/Sources/DoggieGraphics/ApplePlatform/Graphic/CGShading.swift index 00426fda..6ce78859 100644 --- a/Sources/DoggieGraphics/ApplePlatform/Graphic/CGShading.swift +++ b/Sources/DoggieGraphics/ApplePlatform/Graphic/CGShading.swift @@ -2,7 +2,7 @@ // CGShading.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ApplePlatform/Graphic/CoreText.swift b/Sources/DoggieGraphics/ApplePlatform/Graphic/CoreText.swift index e55e0736..93ee4a95 100644 --- a/Sources/DoggieGraphics/ApplePlatform/Graphic/CoreText.swift +++ b/Sources/DoggieGraphics/ApplePlatform/Graphic/CoreText.swift @@ -2,7 +2,7 @@ // CoreText.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ApplePlatform/Image/CGImage.swift b/Sources/DoggieGraphics/ApplePlatform/Image/CGImage.swift index a35526c6..ff968cff 100644 --- a/Sources/DoggieGraphics/ApplePlatform/Image/CGImage.swift +++ b/Sources/DoggieGraphics/ApplePlatform/Image/CGImage.swift @@ -2,7 +2,7 @@ // CGImage.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ApplePlatform/Image/CVPixelFormat.swift b/Sources/DoggieGraphics/ApplePlatform/Image/CVPixelFormat.swift index d04661bc..f9a32b5e 100644 --- a/Sources/DoggieGraphics/ApplePlatform/Image/CVPixelFormat.swift +++ b/Sources/DoggieGraphics/ApplePlatform/Image/CVPixelFormat.swift @@ -2,7 +2,7 @@ // CVPixelFormat.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ApplePlatform/Image/CoreVideo.swift b/Sources/DoggieGraphics/ApplePlatform/Image/CoreVideo.swift index aaddd328..52c23358 100644 --- a/Sources/DoggieGraphics/ApplePlatform/Image/CoreVideo.swift +++ b/Sources/DoggieGraphics/ApplePlatform/Image/CoreVideo.swift @@ -2,7 +2,7 @@ // CoreVideo.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ApplePlatform/Image/IOSurface.swift b/Sources/DoggieGraphics/ApplePlatform/Image/IOSurface.swift index 78764225..ef9c4f1b 100644 --- a/Sources/DoggieGraphics/ApplePlatform/Image/IOSurface.swift +++ b/Sources/DoggieGraphics/ApplePlatform/Image/IOSurface.swift @@ -2,7 +2,7 @@ // IOSurface.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ApplePlatform/Image/NSImage.swift b/Sources/DoggieGraphics/ApplePlatform/Image/NSImage.swift index eaa35205..7df8d0e8 100644 --- a/Sources/DoggieGraphics/ApplePlatform/Image/NSImage.swift +++ b/Sources/DoggieGraphics/ApplePlatform/Image/NSImage.swift @@ -2,7 +2,7 @@ // NSImage.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ApplePlatform/Image/UIImage.swift b/Sources/DoggieGraphics/ApplePlatform/Image/UIImage.swift index f31253fd..0fb96091 100644 --- a/Sources/DoggieGraphics/ApplePlatform/Image/UIImage.swift +++ b/Sources/DoggieGraphics/ApplePlatform/Image/UIImage.swift @@ -2,7 +2,7 @@ // UIImage.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ApplePlatform/ImageIO/AVDepthData.swift b/Sources/DoggieGraphics/ApplePlatform/ImageIO/AVDepthData.swift index 47fbc062..8137a73f 100644 --- a/Sources/DoggieGraphics/ApplePlatform/ImageIO/AVDepthData.swift +++ b/Sources/DoggieGraphics/ApplePlatform/ImageIO/AVDepthData.swift @@ -2,7 +2,7 @@ // AVDepthData.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ApplePlatform/ImageIO/AVPortraitEffectsMatte.swift b/Sources/DoggieGraphics/ApplePlatform/ImageIO/AVPortraitEffectsMatte.swift index ff66775b..be55f0bf 100644 --- a/Sources/DoggieGraphics/ApplePlatform/ImageIO/AVPortraitEffectsMatte.swift +++ b/Sources/DoggieGraphics/ApplePlatform/ImageIO/AVPortraitEffectsMatte.swift @@ -2,7 +2,7 @@ // AVPortraitEffectsMatte.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ApplePlatform/ImageIO/CGAnimatedImage.swift b/Sources/DoggieGraphics/ApplePlatform/ImageIO/CGAnimatedImage.swift index fc4839ba..9ebf0ee9 100644 --- a/Sources/DoggieGraphics/ApplePlatform/ImageIO/CGAnimatedImage.swift +++ b/Sources/DoggieGraphics/ApplePlatform/ImageIO/CGAnimatedImage.swift @@ -2,7 +2,7 @@ // CGAnimatedImage.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ApplePlatform/ImageIO/CGImageDestination.swift b/Sources/DoggieGraphics/ApplePlatform/ImageIO/CGImageDestination.swift index b301ab81..8062cbd6 100644 --- a/Sources/DoggieGraphics/ApplePlatform/ImageIO/CGImageDestination.swift +++ b/Sources/DoggieGraphics/ApplePlatform/ImageIO/CGImageDestination.swift @@ -2,7 +2,7 @@ // CGImageDestination.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ApplePlatform/ImageIO/CGImageRep.swift b/Sources/DoggieGraphics/ApplePlatform/ImageIO/CGImageRep.swift index 26150d2c..1339e9a3 100644 --- a/Sources/DoggieGraphics/ApplePlatform/ImageIO/CGImageRep.swift +++ b/Sources/DoggieGraphics/ApplePlatform/ImageIO/CGImageRep.swift @@ -2,7 +2,7 @@ // CGImageRep.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ApplePlatform/ImageIO/CGImageSource.swift b/Sources/DoggieGraphics/ApplePlatform/ImageIO/CGImageSource.swift index f46fc817..b8099323 100644 --- a/Sources/DoggieGraphics/ApplePlatform/ImageIO/CGImageSource.swift +++ b/Sources/DoggieGraphics/ApplePlatform/ImageIO/CGImageSource.swift @@ -2,7 +2,7 @@ // CGImageSource.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ApplePlatform/Metal.swift b/Sources/DoggieGraphics/ApplePlatform/Metal.swift index 5b67d688..951cf85c 100644 --- a/Sources/DoggieGraphics/ApplePlatform/Metal.swift +++ b/Sources/DoggieGraphics/ApplePlatform/Metal.swift @@ -2,7 +2,7 @@ // Metal.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ApplePlatform/Performance/CIContext.swift b/Sources/DoggieGraphics/ApplePlatform/Performance/CIContext.swift index dc021495..0cce5018 100644 --- a/Sources/DoggieGraphics/ApplePlatform/Performance/CIContext.swift +++ b/Sources/DoggieGraphics/ApplePlatform/Performance/CIContext.swift @@ -2,7 +2,7 @@ // CIContext.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ApplePlatform/Performance/CIContextPool.swift b/Sources/DoggieGraphics/ApplePlatform/Performance/CIContextPool.swift index c2fc882c..5c6014e0 100644 --- a/Sources/DoggieGraphics/ApplePlatform/Performance/CIContextPool.swift +++ b/Sources/DoggieGraphics/ApplePlatform/Performance/CIContextPool.swift @@ -2,7 +2,7 @@ // CIContextPool.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift b/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift index 2ca02e54..8699a051 100644 --- a/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift +++ b/Sources/DoggieGraphics/ApplePlatform/SwiftPlayground.swift @@ -2,7 +2,7 @@ // SwiftPlayground.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/Color/AnyColor.swift b/Sources/DoggieGraphics/Color/AnyColor.swift index adee7fc9..f359a918 100644 --- a/Sources/DoggieGraphics/Color/AnyColor.swift +++ b/Sources/DoggieGraphics/Color/AnyColor.swift @@ -2,7 +2,7 @@ // AnyColor.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/Color/Color.swift b/Sources/DoggieGraphics/Color/Color.swift index 565850a9..8f640a09 100644 --- a/Sources/DoggieGraphics/Color/Color.swift +++ b/Sources/DoggieGraphics/Color/Color.swift @@ -2,7 +2,7 @@ // Color.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/Color/ColorProtocol.swift b/Sources/DoggieGraphics/Color/ColorProtocol.swift index 6f7eebee..bbf5ecb8 100644 --- a/Sources/DoggieGraphics/Color/ColorProtocol.swift +++ b/Sources/DoggieGraphics/Color/ColorProtocol.swift @@ -2,7 +2,7 @@ // ColorProtocol.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/Color/PredefinedColor.swift b/Sources/DoggieGraphics/Color/PredefinedColor.swift index 4f60381f..c246c395 100644 --- a/Sources/DoggieGraphics/Color/PredefinedColor.swift +++ b/Sources/DoggieGraphics/Color/PredefinedColor.swift @@ -2,7 +2,7 @@ // PredefinedColor.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ColorModel/ColorBlendKernel.swift b/Sources/DoggieGraphics/ColorModel/ColorBlendKernel.swift index ef473b28..2821a89a 100644 --- a/Sources/DoggieGraphics/ColorModel/ColorBlendKernel.swift +++ b/Sources/DoggieGraphics/ColorModel/ColorBlendKernel.swift @@ -2,7 +2,7 @@ // ColorBlendKernel.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ColorModel/ColorBlendMode.swift b/Sources/DoggieGraphics/ColorModel/ColorBlendMode.swift index 7895a0b2..3289c60e 100644 --- a/Sources/DoggieGraphics/ColorModel/ColorBlendMode.swift +++ b/Sources/DoggieGraphics/ColorModel/ColorBlendMode.swift @@ -2,7 +2,7 @@ // ColorBlendMode.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ColorModel/ColorModel.swift b/Sources/DoggieGraphics/ColorModel/ColorModel.swift index fa8719e2..2705ca5f 100644 --- a/Sources/DoggieGraphics/ColorModel/ColorModel.swift +++ b/Sources/DoggieGraphics/ColorModel/ColorModel.swift @@ -2,7 +2,7 @@ // ColorModel.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ColorModel/Model/CMYColorModel.swift b/Sources/DoggieGraphics/ColorModel/Model/CMYColorModel.swift index 003ec72e..ed863f04 100644 --- a/Sources/DoggieGraphics/ColorModel/Model/CMYColorModel.swift +++ b/Sources/DoggieGraphics/ColorModel/Model/CMYColorModel.swift @@ -2,7 +2,7 @@ // CMYColorModel.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ColorModel/Model/CMYKColorModel.swift b/Sources/DoggieGraphics/ColorModel/Model/CMYKColorModel.swift index ec5b660e..399d6ebd 100644 --- a/Sources/DoggieGraphics/ColorModel/Model/CMYKColorModel.swift +++ b/Sources/DoggieGraphics/ColorModel/Model/CMYKColorModel.swift @@ -2,7 +2,7 @@ // CMYKColorModel.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ColorModel/Model/DeviceNColorModel.swift b/Sources/DoggieGraphics/ColorModel/Model/DeviceNColorModel.swift index 2834711c..dcae3a32 100644 --- a/Sources/DoggieGraphics/ColorModel/Model/DeviceNColorModel.swift +++ b/Sources/DoggieGraphics/ColorModel/Model/DeviceNColorModel.swift @@ -2,7 +2,7 @@ // DeviceNColorModel.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ColorModel/Model/GrayColorModel.swift b/Sources/DoggieGraphics/ColorModel/Model/GrayColorModel.swift index 314f8d47..bc1261fe 100644 --- a/Sources/DoggieGraphics/ColorModel/Model/GrayColorModel.swift +++ b/Sources/DoggieGraphics/ColorModel/Model/GrayColorModel.swift @@ -2,7 +2,7 @@ // GrayColorModel.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ColorModel/Model/LabColorModel.swift b/Sources/DoggieGraphics/ColorModel/Model/LabColorModel.swift index d7c674f2..bc58f3f0 100644 --- a/Sources/DoggieGraphics/ColorModel/Model/LabColorModel.swift +++ b/Sources/DoggieGraphics/ColorModel/Model/LabColorModel.swift @@ -2,7 +2,7 @@ // LabColorModel.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ColorModel/Model/LuvColorModel.swift b/Sources/DoggieGraphics/ColorModel/Model/LuvColorModel.swift index 754bdd6b..9cf217ac 100644 --- a/Sources/DoggieGraphics/ColorModel/Model/LuvColorModel.swift +++ b/Sources/DoggieGraphics/ColorModel/Model/LuvColorModel.swift @@ -2,7 +2,7 @@ // LuvColorModel.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ColorModel/Model/RGBColorModel.swift b/Sources/DoggieGraphics/ColorModel/Model/RGBColorModel.swift index bc190f97..671ba1f9 100644 --- a/Sources/DoggieGraphics/ColorModel/Model/RGBColorModel.swift +++ b/Sources/DoggieGraphics/ColorModel/Model/RGBColorModel.swift @@ -2,7 +2,7 @@ // RGBColorModel.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ColorModel/Model/XYZColorModel.swift b/Sources/DoggieGraphics/ColorModel/Model/XYZColorModel.swift index b359df56..47c2b899 100644 --- a/Sources/DoggieGraphics/ColorModel/Model/XYZColorModel.swift +++ b/Sources/DoggieGraphics/ColorModel/Model/XYZColorModel.swift @@ -2,7 +2,7 @@ // XYZColorModel.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ColorModel/Model/YCbCrColorModel.swift b/Sources/DoggieGraphics/ColorModel/Model/YCbCrColorModel.swift index af8458e4..61adc69c 100644 --- a/Sources/DoggieGraphics/ColorModel/Model/YCbCrColorModel.swift +++ b/Sources/DoggieGraphics/ColorModel/Model/YCbCrColorModel.swift @@ -2,7 +2,7 @@ // YCbCrColorModel.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ColorModel/Model/YxyColorModel.swift b/Sources/DoggieGraphics/ColorModel/Model/YxyColorModel.swift index 72b50b13..c52ce77e 100644 --- a/Sources/DoggieGraphics/ColorModel/Model/YxyColorModel.swift +++ b/Sources/DoggieGraphics/ColorModel/Model/YxyColorModel.swift @@ -2,7 +2,7 @@ // YxyColorModel.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ColorPixel/ColorCompositingKernel.swift b/Sources/DoggieGraphics/ColorPixel/ColorCompositingKernel.swift index c584b8f9..5c6abfe1 100644 --- a/Sources/DoggieGraphics/ColorPixel/ColorCompositingKernel.swift +++ b/Sources/DoggieGraphics/ColorPixel/ColorCompositingKernel.swift @@ -2,7 +2,7 @@ // ColorCompositingKernel.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ColorPixel/ColorCompositingMode.swift b/Sources/DoggieGraphics/ColorPixel/ColorCompositingMode.swift index e309463e..42ea4bc0 100644 --- a/Sources/DoggieGraphics/ColorPixel/ColorCompositingMode.swift +++ b/Sources/DoggieGraphics/ColorPixel/ColorCompositingMode.swift @@ -2,7 +2,7 @@ // ColorCompositingMode.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ColorPixel/ColorPixel.swift b/Sources/DoggieGraphics/ColorPixel/ColorPixel.swift index eff94020..c2b4bd10 100644 --- a/Sources/DoggieGraphics/ColorPixel/ColorPixel.swift +++ b/Sources/DoggieGraphics/ColorPixel/ColorPixel.swift @@ -2,7 +2,7 @@ // ColorPixel.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ColorPixel/FloatComponentPixel/Float16ColorPixel.swift b/Sources/DoggieGraphics/ColorPixel/FloatComponentPixel/Float16ColorPixel.swift index 33947410..d6844599 100644 --- a/Sources/DoggieGraphics/ColorPixel/FloatComponentPixel/Float16ColorPixel.swift +++ b/Sources/DoggieGraphics/ColorPixel/FloatComponentPixel/Float16ColorPixel.swift @@ -2,7 +2,7 @@ // Float16ColorPixel.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ColorPixel/FloatComponentPixel/Float32ColorPixel.swift b/Sources/DoggieGraphics/ColorPixel/FloatComponentPixel/Float32ColorPixel.swift index 64ab8c12..9a9dce94 100644 --- a/Sources/DoggieGraphics/ColorPixel/FloatComponentPixel/Float32ColorPixel.swift +++ b/Sources/DoggieGraphics/ColorPixel/FloatComponentPixel/Float32ColorPixel.swift @@ -2,7 +2,7 @@ // Float32ColorPixel.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ColorPixel/FloatComponentPixel/Float64ColorPixel.swift b/Sources/DoggieGraphics/ColorPixel/FloatComponentPixel/Float64ColorPixel.swift index 7bf3b87e..8839fedc 100644 --- a/Sources/DoggieGraphics/ColorPixel/FloatComponentPixel/Float64ColorPixel.swift +++ b/Sources/DoggieGraphics/ColorPixel/FloatComponentPixel/Float64ColorPixel.swift @@ -2,7 +2,7 @@ // Float64ColorPixel.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ColorPixel/FloatComponentPixel/FloatComponentPixel.swift b/Sources/DoggieGraphics/ColorPixel/FloatComponentPixel/FloatComponentPixel.swift index 86052eec..78d3f027 100644 --- a/Sources/DoggieGraphics/ColorPixel/FloatComponentPixel/FloatComponentPixel.swift +++ b/Sources/DoggieGraphics/ColorPixel/FloatComponentPixel/FloatComponentPixel.swift @@ -2,7 +2,7 @@ // FloatComponentPixel.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ColorPixel/Gray/Gray16ColorPixel.swift b/Sources/DoggieGraphics/ColorPixel/Gray/Gray16ColorPixel.swift index 7e2fc1ae..3e3bc9e4 100644 --- a/Sources/DoggieGraphics/ColorPixel/Gray/Gray16ColorPixel.swift +++ b/Sources/DoggieGraphics/ColorPixel/Gray/Gray16ColorPixel.swift @@ -2,7 +2,7 @@ // Gray16ColorPixel.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ColorPixel/Gray/Gray32ColorPixel.swift b/Sources/DoggieGraphics/ColorPixel/Gray/Gray32ColorPixel.swift index b3175efd..6ffcc85f 100644 --- a/Sources/DoggieGraphics/ColorPixel/Gray/Gray32ColorPixel.swift +++ b/Sources/DoggieGraphics/ColorPixel/Gray/Gray32ColorPixel.swift @@ -2,7 +2,7 @@ // Gray32ColorPixel.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ColorPixel/Gray/GrayColorPixel.swift b/Sources/DoggieGraphics/ColorPixel/Gray/GrayColorPixel.swift index 8cc964ea..821d58d0 100644 --- a/Sources/DoggieGraphics/ColorPixel/Gray/GrayColorPixel.swift +++ b/Sources/DoggieGraphics/ColorPixel/Gray/GrayColorPixel.swift @@ -2,7 +2,7 @@ // GrayColorPixel.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ColorPixel/RGB/ABGR32ColorPixel.swift b/Sources/DoggieGraphics/ColorPixel/RGB/ABGR32ColorPixel.swift index 19d40d99..882119c7 100644 --- a/Sources/DoggieGraphics/ColorPixel/RGB/ABGR32ColorPixel.swift +++ b/Sources/DoggieGraphics/ColorPixel/RGB/ABGR32ColorPixel.swift @@ -2,7 +2,7 @@ // ABGR32ColorPixel.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ColorPixel/RGB/ARGB32ColorPixel.swift b/Sources/DoggieGraphics/ColorPixel/RGB/ARGB32ColorPixel.swift index c802841c..8a482a35 100644 --- a/Sources/DoggieGraphics/ColorPixel/RGB/ARGB32ColorPixel.swift +++ b/Sources/DoggieGraphics/ColorPixel/RGB/ARGB32ColorPixel.swift @@ -2,7 +2,7 @@ // ARGB32ColorPixel.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ColorPixel/RGB/ARGB64ColorPixel.swift b/Sources/DoggieGraphics/ColorPixel/RGB/ARGB64ColorPixel.swift index 3a7da29c..e615f679 100644 --- a/Sources/DoggieGraphics/ColorPixel/RGB/ARGB64ColorPixel.swift +++ b/Sources/DoggieGraphics/ColorPixel/RGB/ARGB64ColorPixel.swift @@ -2,7 +2,7 @@ // ARGB64ColorPixel.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ColorPixel/RGB/BGRA32ColorPixel.swift b/Sources/DoggieGraphics/ColorPixel/RGB/BGRA32ColorPixel.swift index 818b96e8..01b7a4cb 100644 --- a/Sources/DoggieGraphics/ColorPixel/RGB/BGRA32ColorPixel.swift +++ b/Sources/DoggieGraphics/ColorPixel/RGB/BGRA32ColorPixel.swift @@ -2,7 +2,7 @@ // BGRA32ColorPixel.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ColorPixel/RGB/RGBA32ColorPixel.swift b/Sources/DoggieGraphics/ColorPixel/RGB/RGBA32ColorPixel.swift index 36fb15e6..bd7a9d74 100644 --- a/Sources/DoggieGraphics/ColorPixel/RGB/RGBA32ColorPixel.swift +++ b/Sources/DoggieGraphics/ColorPixel/RGB/RGBA32ColorPixel.swift @@ -2,7 +2,7 @@ // RGBA32ColorPixel.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ColorPixel/RGB/RGBA64ColorPixel.swift b/Sources/DoggieGraphics/ColorPixel/RGB/RGBA64ColorPixel.swift index 86d3e057..98db23b9 100644 --- a/Sources/DoggieGraphics/ColorPixel/RGB/RGBA64ColorPixel.swift +++ b/Sources/DoggieGraphics/ColorPixel/RGB/RGBA64ColorPixel.swift @@ -2,7 +2,7 @@ // RGBA64ColorPixel.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ColorPixel/RGB/RGBColorPixel.swift b/Sources/DoggieGraphics/ColorPixel/RGB/RGBColorPixel.swift index 8309e123..6ea34dea 100644 --- a/Sources/DoggieGraphics/ColorPixel/RGB/RGBColorPixel.swift +++ b/Sources/DoggieGraphics/ColorPixel/RGB/RGBColorPixel.swift @@ -2,7 +2,7 @@ // RGBColorPixel.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ColorSpace/AnyColorSpace.swift b/Sources/DoggieGraphics/ColorSpace/AnyColorSpace.swift index 158d1d9e..fb1ef44f 100644 --- a/Sources/DoggieGraphics/ColorSpace/AnyColorSpace.swift +++ b/Sources/DoggieGraphics/ColorSpace/AnyColorSpace.swift @@ -2,7 +2,7 @@ // AnyColorSpace.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ColorSpace/ChromaticAdaptationAlgorithm.swift b/Sources/DoggieGraphics/ColorSpace/ChromaticAdaptationAlgorithm.swift index 06bf3520..6cb9d6a4 100644 --- a/Sources/DoggieGraphics/ColorSpace/ChromaticAdaptationAlgorithm.swift +++ b/Sources/DoggieGraphics/ColorSpace/ChromaticAdaptationAlgorithm.swift @@ -2,7 +2,7 @@ // ChromaticAdaptationAlgorithm.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ColorSpace/ColorSpace.swift b/Sources/DoggieGraphics/ColorSpace/ColorSpace.swift index 1d044de6..f2b6615e 100644 --- a/Sources/DoggieGraphics/ColorSpace/ColorSpace.swift +++ b/Sources/DoggieGraphics/ColorSpace/ColorSpace.swift @@ -2,7 +2,7 @@ // ColorSpace.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/CIEColorSpace/CIELabColorSpace.swift b/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/CIEColorSpace/CIELabColorSpace.swift index 5efc1caf..69c2ef25 100644 --- a/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/CIEColorSpace/CIELabColorSpace.swift +++ b/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/CIEColorSpace/CIELabColorSpace.swift @@ -2,7 +2,7 @@ // CIELabColorSpace.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/CIEColorSpace/CIELuvColorSpace.swift b/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/CIEColorSpace/CIELuvColorSpace.swift index def126da..25fb5304 100644 --- a/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/CIEColorSpace/CIELuvColorSpace.swift +++ b/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/CIEColorSpace/CIELuvColorSpace.swift @@ -2,7 +2,7 @@ // CIELuvColorSpace.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/CIEColorSpace/CIEXYZColorSpace.swift b/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/CIEColorSpace/CIEXYZColorSpace.swift index 2d3a909d..d5b5dd67 100644 --- a/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/CIEColorSpace/CIEXYZColorSpace.swift +++ b/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/CIEColorSpace/CIEXYZColorSpace.swift @@ -2,7 +2,7 @@ // CIEXYZColorSpace.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/CIEColorSpace/CIEYxyColorSpace.swift b/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/CIEColorSpace/CIEYxyColorSpace.swift index cc918202..ebef5ea2 100644 --- a/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/CIEColorSpace/CIEYxyColorSpace.swift +++ b/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/CIEColorSpace/CIEYxyColorSpace.swift @@ -2,7 +2,7 @@ // CIEYxyColorSpace.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/CalibratedGrayColorSpace/CalibratedGrayColorSpace.swift b/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/CalibratedGrayColorSpace/CalibratedGrayColorSpace.swift index 3f598dd0..ada33672 100644 --- a/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/CalibratedGrayColorSpace/CalibratedGrayColorSpace.swift +++ b/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/CalibratedGrayColorSpace/CalibratedGrayColorSpace.swift @@ -2,7 +2,7 @@ // CalibratedGrayColorSpace.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/CalibratedRGBColorSpace/AdobeRGB.swift b/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/CalibratedRGBColorSpace/AdobeRGB.swift index 5e953dc8..30eb14ce 100644 --- a/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/CalibratedRGBColorSpace/AdobeRGB.swift +++ b/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/CalibratedRGBColorSpace/AdobeRGB.swift @@ -2,7 +2,7 @@ // AdobeRGB.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/CalibratedRGBColorSpace/CalibratedRGBColorSpace.swift b/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/CalibratedRGBColorSpace/CalibratedRGBColorSpace.swift index c94d5148..aa1913d0 100644 --- a/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/CalibratedRGBColorSpace/CalibratedRGBColorSpace.swift +++ b/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/CalibratedRGBColorSpace/CalibratedRGBColorSpace.swift @@ -2,7 +2,7 @@ // CalibratedRGBColorSpace.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/CalibratedRGBColorSpace/displayP3.swift b/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/CalibratedRGBColorSpace/displayP3.swift index 4c81796f..0e08c5f4 100644 --- a/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/CalibratedRGBColorSpace/displayP3.swift +++ b/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/CalibratedRGBColorSpace/displayP3.swift @@ -2,7 +2,7 @@ // displayP3.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/CalibratedRGBColorSpace/sRGB.swift b/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/CalibratedRGBColorSpace/sRGB.swift index 94ee6853..525799d3 100644 --- a/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/CalibratedRGBColorSpace/sRGB.swift +++ b/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/CalibratedRGBColorSpace/sRGB.swift @@ -2,7 +2,7 @@ // sRGB.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/ColorSpaceBaseProtocol.swift b/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/ColorSpaceBaseProtocol.swift index aeb6aebe..af41fe25 100644 --- a/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/ColorSpaceBaseProtocol.swift +++ b/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/ColorSpaceBaseProtocol.swift @@ -2,7 +2,7 @@ // ColorSpaceBaseProtocol.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/ICC/ICC Creator.swift b/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/ICC/ICC Creator.swift index 4d183615..5fa77f3b 100644 --- a/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/ICC/ICC Creator.swift +++ b/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/ICC/ICC Creator.swift @@ -2,7 +2,7 @@ // ICC Creator.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 @@ -228,7 +228,7 @@ extension CIEXYZColorSpace { var profile = iccProfile(header: header) - profile.setMessage(.Copyright, ("en", "US", "Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved.")) + profile.setMessage(.Copyright, ("en", "US", "Copyright (c) 2015 - 2025 Susan Cheng. All rights reserved.")) profile.setXYZ(.MediaWhitePoint, iccXYZNumber(self.white)) diff --git a/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/ICC/ICCColorSpace.swift b/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/ICC/ICCColorSpace.swift index c2098d15..a1be0eb0 100644 --- a/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/ICC/ICCColorSpace.swift +++ b/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/ICC/ICCColorSpace.swift @@ -2,7 +2,7 @@ // ICCColorSpace.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/ICC/iccProfile/iccProfile.swift b/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/ICC/iccProfile/iccProfile.swift index 3002c186..35cade91 100644 --- a/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/ICC/iccProfile/iccProfile.swift +++ b/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/ICC/iccProfile/iccProfile.swift @@ -2,7 +2,7 @@ // iccProfile.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/ICC/iccProfile/iccTagData/iccCurve.swift b/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/ICC/iccProfile/iccTagData/iccCurve.swift index c99fbecd..04a2fb20 100644 --- a/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/ICC/iccProfile/iccTagData/iccCurve.swift +++ b/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/ICC/iccProfile/iccTagData/iccCurve.swift @@ -2,7 +2,7 @@ // iccCurve.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/ICC/iccProfile/iccTagData/iccLUTTransform.swift b/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/ICC/iccProfile/iccTagData/iccLUTTransform.swift index 194a10aa..b301121a 100644 --- a/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/ICC/iccProfile/iccTagData/iccLUTTransform.swift +++ b/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/ICC/iccProfile/iccTagData/iccLUTTransform.swift @@ -2,7 +2,7 @@ // iccLUTTransform.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/ICC/iccProfile/iccTagData/iccMultiLocalizedUnicode.swift b/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/ICC/iccProfile/iccTagData/iccMultiLocalizedUnicode.swift index cacfb9d3..230317ec 100644 --- a/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/ICC/iccProfile/iccTagData/iccMultiLocalizedUnicode.swift +++ b/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/ICC/iccProfile/iccTagData/iccMultiLocalizedUnicode.swift @@ -2,7 +2,7 @@ // iccMultiLocalizedUnicode.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/ICC/iccProfile/iccTagData/iccNamedColor.swift b/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/ICC/iccProfile/iccTagData/iccNamedColor.swift index ff0c9fb3..bcc61edd 100644 --- a/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/ICC/iccProfile/iccTagData/iccNamedColor.swift +++ b/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/ICC/iccProfile/iccTagData/iccNamedColor.swift @@ -2,7 +2,7 @@ // iccNamedColor.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/ICC/iccProfile/iccTagData/iccTagData.swift b/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/ICC/iccProfile/iccTagData/iccTagData.swift index aa3c215c..c8c58697 100644 --- a/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/ICC/iccProfile/iccTagData/iccTagData.swift +++ b/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/ICC/iccProfile/iccTagData/iccTagData.swift @@ -2,7 +2,7 @@ // iccTagData.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/ICC/iccProfile/iccTagData/iccTextDescription.swift b/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/ICC/iccProfile/iccTagData/iccTextDescription.swift index f79825bd..a73b59fb 100644 --- a/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/ICC/iccProfile/iccTagData/iccTextDescription.swift +++ b/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/ICC/iccProfile/iccTagData/iccTextDescription.swift @@ -2,7 +2,7 @@ // iccTextDescription.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/ICC/iccProfile/iccTagData/iccTransform.swift b/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/ICC/iccProfile/iccTagData/iccTransform.swift index 6a6db6cd..298150d2 100644 --- a/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/ICC/iccProfile/iccTagData/iccTransform.swift +++ b/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/ICC/iccProfile/iccTagData/iccTransform.swift @@ -2,7 +2,7 @@ // iccTransform.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/ICC/iccProfile/iccType/iccDateTimeNumber.swift b/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/ICC/iccProfile/iccType/iccDateTimeNumber.swift index ac98481e..9631f749 100644 --- a/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/ICC/iccProfile/iccType/iccDateTimeNumber.swift +++ b/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/ICC/iccProfile/iccType/iccDateTimeNumber.swift @@ -2,7 +2,7 @@ // iccDateTimeNumber.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/ICC/iccProfile/iccType/iccMatrix.swift b/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/ICC/iccProfile/iccType/iccMatrix.swift index ae496257..40075406 100644 --- a/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/ICC/iccProfile/iccType/iccMatrix.swift +++ b/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/ICC/iccProfile/iccType/iccMatrix.swift @@ -2,7 +2,7 @@ // iccMatrix.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/ICC/iccProfile/iccType/iccType.swift b/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/ICC/iccProfile/iccType/iccType.swift index 4effcb29..84359957 100644 --- a/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/ICC/iccProfile/iccType/iccType.swift +++ b/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/ICC/iccProfile/iccType/iccType.swift @@ -2,7 +2,7 @@ // iccType.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/ICC/iccProfile/iccType/iccXYZNumber.swift b/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/ICC/iccProfile/iccType/iccXYZNumber.swift index d7e7821f..30d7adc4 100644 --- a/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/ICC/iccProfile/iccType/iccXYZNumber.swift +++ b/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/ICC/iccProfile/iccType/iccXYZNumber.swift @@ -2,7 +2,7 @@ // iccXYZNumber.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/LinearToneColorSpace.swift b/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/LinearToneColorSpace.swift index 3d331ae1..ad6bb9bc 100644 --- a/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/LinearToneColorSpace.swift +++ b/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/LinearToneColorSpace.swift @@ -2,7 +2,7 @@ // LinearToneColorSpace.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/PredefinedColorSpace.swift b/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/PredefinedColorSpace.swift index e60ed3d6..b1fbfd70 100644 --- a/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/PredefinedColorSpace.swift +++ b/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/PredefinedColorSpace.swift @@ -2,7 +2,7 @@ // PredefinedColorSpace.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/WrappedColorSpace.swift b/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/WrappedColorSpace.swift index f42f069f..b860ba20 100644 --- a/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/WrappedColorSpace.swift +++ b/Sources/DoggieGraphics/ColorSpace/ColorSpaceBase/WrappedColorSpace.swift @@ -2,7 +2,7 @@ // WrappedColorSpace.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ColorSpace/ColorSpaceProtocol.swift b/Sources/DoggieGraphics/ColorSpace/ColorSpaceProtocol.swift index 888149d3..eb855cc2 100644 --- a/Sources/DoggieGraphics/ColorSpace/ColorSpaceProtocol.swift +++ b/Sources/DoggieGraphics/ColorSpace/ColorSpaceProtocol.swift @@ -2,7 +2,7 @@ // ColorSpaceProtocol.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ColorSpace/Illuminant.swift b/Sources/DoggieGraphics/ColorSpace/Illuminant.swift index a77944ab..24e97f43 100644 --- a/Sources/DoggieGraphics/ColorSpace/Illuminant.swift +++ b/Sources/DoggieGraphics/ColorSpace/Illuminant.swift @@ -2,7 +2,7 @@ // Illuminant.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ColorSpace/RenderingIntent.swift b/Sources/DoggieGraphics/ColorSpace/RenderingIntent.swift index 7ec6413e..23fbd8fe 100644 --- a/Sources/DoggieGraphics/ColorSpace/RenderingIntent.swift +++ b/Sources/DoggieGraphics/ColorSpace/RenderingIntent.swift @@ -2,7 +2,7 @@ // RenderingIntent.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/DrawableContext/DrawableContext.swift b/Sources/DoggieGraphics/DrawableContext/DrawableContext.swift index 33a30d54..631b3ace 100644 --- a/Sources/DoggieGraphics/DrawableContext/DrawableContext.swift +++ b/Sources/DoggieGraphics/DrawableContext/DrawableContext.swift @@ -2,7 +2,7 @@ // DrawableContext.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/DrawableContext/Gradient.swift b/Sources/DoggieGraphics/DrawableContext/Gradient.swift index 5a77a582..ca293680 100644 --- a/Sources/DoggieGraphics/DrawableContext/Gradient.swift +++ b/Sources/DoggieGraphics/DrawableContext/Gradient.swift @@ -2,7 +2,7 @@ // Gradient.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/DrawableContext/MeshGradient.swift b/Sources/DoggieGraphics/DrawableContext/MeshGradient.swift index 717097cf..5b949ded 100644 --- a/Sources/DoggieGraphics/DrawableContext/MeshGradient.swift +++ b/Sources/DoggieGraphics/DrawableContext/MeshGradient.swift @@ -2,7 +2,7 @@ // MeshGradient.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/DrawableContext/Pattern.swift b/Sources/DoggieGraphics/DrawableContext/Pattern.swift index 09ecff05..340f1106 100644 --- a/Sources/DoggieGraphics/DrawableContext/Pattern.swift +++ b/Sources/DoggieGraphics/DrawableContext/Pattern.swift @@ -2,7 +2,7 @@ // Pattern.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/DrawableContext/Stroke.swift b/Sources/DoggieGraphics/DrawableContext/Stroke.swift index 3001f405..8aec3134 100644 --- a/Sources/DoggieGraphics/DrawableContext/Stroke.swift +++ b/Sources/DoggieGraphics/DrawableContext/Stroke.swift @@ -2,7 +2,7 @@ // Stroke.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/Exported.swift b/Sources/DoggieGraphics/Exported.swift index 1824426a..93906506 100644 --- a/Sources/DoggieGraphics/Exported.swift +++ b/Sources/DoggieGraphics/Exported.swift @@ -2,7 +2,7 @@ // Exported.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/Font/Decoder/CFF2Decoder/CFF2Decoder.swift b/Sources/DoggieGraphics/Font/Decoder/CFF2Decoder/CFF2Decoder.swift index 55ac1904..c3a9241a 100644 --- a/Sources/DoggieGraphics/Font/Decoder/CFF2Decoder/CFF2Decoder.swift +++ b/Sources/DoggieGraphics/Font/Decoder/CFF2Decoder/CFF2Decoder.swift @@ -2,7 +2,7 @@ // CFF2Decoder.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/Font/Decoder/CFF2Decoder/CFF2INDEX.swift b/Sources/DoggieGraphics/Font/Decoder/CFF2Decoder/CFF2INDEX.swift index 9f67e805..1199dc46 100644 --- a/Sources/DoggieGraphics/Font/Decoder/CFF2Decoder/CFF2INDEX.swift +++ b/Sources/DoggieGraphics/Font/Decoder/CFF2Decoder/CFF2INDEX.swift @@ -2,7 +2,7 @@ // CFF2INDEX.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/Font/Decoder/CFFDecoder/CFFCharStrings.swift b/Sources/DoggieGraphics/Font/Decoder/CFFDecoder/CFFCharStrings.swift index cc1aeb06..bb5a6fee 100644 --- a/Sources/DoggieGraphics/Font/Decoder/CFFDecoder/CFFCharStrings.swift +++ b/Sources/DoggieGraphics/Font/Decoder/CFFDecoder/CFFCharStrings.swift @@ -2,7 +2,7 @@ // CFFCharStrings.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/Font/Decoder/CFFDecoder/CFFDICT.swift b/Sources/DoggieGraphics/Font/Decoder/CFFDecoder/CFFDICT.swift index 6b789165..3f700dce 100644 --- a/Sources/DoggieGraphics/Font/Decoder/CFFDecoder/CFFDICT.swift +++ b/Sources/DoggieGraphics/Font/Decoder/CFFDecoder/CFFDICT.swift @@ -2,7 +2,7 @@ // CFFDICT.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/Font/Decoder/CFFDecoder/CFFDecoder.swift b/Sources/DoggieGraphics/Font/Decoder/CFFDecoder/CFFDecoder.swift index 68cd04cc..9669f389 100644 --- a/Sources/DoggieGraphics/Font/Decoder/CFFDecoder/CFFDecoder.swift +++ b/Sources/DoggieGraphics/Font/Decoder/CFFDecoder/CFFDecoder.swift @@ -2,7 +2,7 @@ // CFFDecoder.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/Font/Decoder/CFFDecoder/CFFEncoding.swift b/Sources/DoggieGraphics/Font/Decoder/CFFDecoder/CFFEncoding.swift index beb6014e..55d56147 100644 --- a/Sources/DoggieGraphics/Font/Decoder/CFFDecoder/CFFEncoding.swift +++ b/Sources/DoggieGraphics/Font/Decoder/CFFDecoder/CFFEncoding.swift @@ -2,7 +2,7 @@ // CFFEncoding.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/Font/Decoder/CFFDecoder/CFFFDSelect.swift b/Sources/DoggieGraphics/Font/Decoder/CFFDecoder/CFFFDSelect.swift index dbbe9b1d..0a7ad7a0 100644 --- a/Sources/DoggieGraphics/Font/Decoder/CFFDecoder/CFFFDSelect.swift +++ b/Sources/DoggieGraphics/Font/Decoder/CFFDecoder/CFFFDSelect.swift @@ -2,7 +2,7 @@ // CFFFDSelect.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/Font/Decoder/CFFDecoder/CFFFontFace.swift b/Sources/DoggieGraphics/Font/Decoder/CFFDecoder/CFFFontFace.swift index 16bc2695..d5847c35 100644 --- a/Sources/DoggieGraphics/Font/Decoder/CFFDecoder/CFFFontFace.swift +++ b/Sources/DoggieGraphics/Font/Decoder/CFFDecoder/CFFFontFace.swift @@ -2,7 +2,7 @@ // CFFFontFace.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/Font/Decoder/CFFDecoder/CFFINDEX.swift b/Sources/DoggieGraphics/Font/Decoder/CFFDecoder/CFFINDEX.swift index 5ec50e03..54dfd864 100644 --- a/Sources/DoggieGraphics/Font/Decoder/CFFDecoder/CFFINDEX.swift +++ b/Sources/DoggieGraphics/Font/Decoder/CFFDecoder/CFFINDEX.swift @@ -2,7 +2,7 @@ // CFFINDEX.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/Font/Decoder/FontDecoder.swift b/Sources/DoggieGraphics/Font/Decoder/FontDecoder.swift index 6172cd87..ddb896ab 100644 --- a/Sources/DoggieGraphics/Font/Decoder/FontDecoder.swift +++ b/Sources/DoggieGraphics/Font/Decoder/FontDecoder.swift @@ -2,7 +2,7 @@ // FontDecoder.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/Font/Decoder/OpenTypeDecoder.swift b/Sources/DoggieGraphics/Font/Decoder/OpenTypeDecoder.swift index 73dca339..8b2c1af5 100644 --- a/Sources/DoggieGraphics/Font/Decoder/OpenTypeDecoder.swift +++ b/Sources/DoggieGraphics/Font/Decoder/OpenTypeDecoder.swift @@ -2,7 +2,7 @@ // OpenTypeDecoder.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/AATStateTable.swift b/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/AATStateTable.swift index a9045bd0..419b92f7 100644 --- a/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/AATStateTable.swift +++ b/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/AATStateTable.swift @@ -2,7 +2,7 @@ // SFNTMORX.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/OTFFeatureList.swift b/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/OTFFeatureList.swift index 995e35a5..2d2bcfb8 100644 --- a/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/OTFFeatureList.swift +++ b/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/OTFFeatureList.swift @@ -2,7 +2,7 @@ // OTFFeatureList.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/OTFGDEF.swift b/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/OTFGDEF.swift index 6af09662..42045c02 100644 --- a/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/OTFGDEF.swift +++ b/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/OTFGDEF.swift @@ -2,7 +2,7 @@ // OTFGDEF.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/OTFGPOS.swift b/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/OTFGPOS.swift index 35c8e69a..2cd091dc 100644 --- a/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/OTFGPOS.swift +++ b/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/OTFGPOS.swift @@ -2,7 +2,7 @@ // OTFGPOS.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/OTFGSUB.swift b/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/OTFGSUB.swift index 65ee41c3..a41965d9 100644 --- a/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/OTFGSUB.swift +++ b/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/OTFGSUB.swift @@ -2,7 +2,7 @@ // OTFGSUB.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/OTFLookupList.swift b/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/OTFLookupList.swift index cff638be..fb4b847b 100644 --- a/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/OTFLookupList.swift +++ b/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/OTFLookupList.swift @@ -2,7 +2,7 @@ // OTFLookupList.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/OTFScriptList.swift b/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/OTFScriptList.swift index 426a4b11..433b0b8a 100644 --- a/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/OTFScriptList.swift +++ b/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/OTFScriptList.swift @@ -2,7 +2,7 @@ // OTFScriptList.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/SFNTCMAP.swift b/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/SFNTCMAP.swift index 9467f8d3..7bb1b7be 100644 --- a/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/SFNTCMAP.swift +++ b/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/SFNTCMAP.swift @@ -2,7 +2,7 @@ // SFNTCMAP.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/SFNTFEAT.swift b/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/SFNTFEAT.swift index 270d6088..94944cc2 100644 --- a/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/SFNTFEAT.swift +++ b/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/SFNTFEAT.swift @@ -2,7 +2,7 @@ // SFNTFEAT.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/SFNTFontFace.swift b/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/SFNTFontFace.swift index 46e547aa..40f2b63b 100644 --- a/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/SFNTFontFace.swift +++ b/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/SFNTFontFace.swift @@ -2,7 +2,7 @@ // SFNTFontFace.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/SFNTGLYF.swift b/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/SFNTGLYF.swift index a16a967b..0cfc5d4a 100644 --- a/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/SFNTGLYF.swift +++ b/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/SFNTGLYF.swift @@ -2,7 +2,7 @@ // SFNTGLYF.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/SFNTHEAD.swift b/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/SFNTHEAD.swift index d024ac2d..750ca174 100644 --- a/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/SFNTHEAD.swift +++ b/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/SFNTHEAD.swift @@ -2,7 +2,7 @@ // SFNTHEAD.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/SFNTHHEA.swift b/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/SFNTHHEA.swift index f1529a32..038d5342 100644 --- a/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/SFNTHHEA.swift +++ b/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/SFNTHHEA.swift @@ -2,7 +2,7 @@ // SFNTHHEA.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/SFNTLTAG.swift b/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/SFNTLTAG.swift index 0d5a5a5b..7f48e33a 100644 --- a/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/SFNTLTAG.swift +++ b/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/SFNTLTAG.swift @@ -2,7 +2,7 @@ // SFNTLTAG.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/SFNTMAXP.swift b/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/SFNTMAXP.swift index c64ccc2e..1987e660 100644 --- a/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/SFNTMAXP.swift +++ b/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/SFNTMAXP.swift @@ -2,7 +2,7 @@ // SFNTMAXP.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/SFNTMORX.swift b/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/SFNTMORX.swift index 4efa1332..0981c864 100644 --- a/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/SFNTMORX.swift +++ b/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/SFNTMORX.swift @@ -2,7 +2,7 @@ // SFNTMORX.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/SFNTNAME.swift b/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/SFNTNAME.swift index 7b2e35e0..f5a28cdd 100644 --- a/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/SFNTNAME.swift +++ b/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/SFNTNAME.swift @@ -2,7 +2,7 @@ // SFNTNAME.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/SFNTOS2.swift b/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/SFNTOS2.swift index 4f521a8f..40fa8514 100644 --- a/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/SFNTOS2.swift +++ b/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/SFNTOS2.swift @@ -2,7 +2,7 @@ // SFNTOS2.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/SFNTPOST.swift b/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/SFNTPOST.swift index 88b1edfa..86ee277d 100644 --- a/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/SFNTPOST.swift +++ b/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/SFNTPOST.swift @@ -2,7 +2,7 @@ // SFNTPOST.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/SFNTPlatform.swift b/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/SFNTPlatform.swift index d8ac7cf4..d6c13a93 100644 --- a/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/SFNTPlatform.swift +++ b/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/SFNTPlatform.swift @@ -2,7 +2,7 @@ // SFNTPlatform.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/SFNTSBIX.swift b/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/SFNTSBIX.swift index 2ec1082f..74932963 100644 --- a/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/SFNTSBIX.swift +++ b/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/SFNTSBIX.swift @@ -2,7 +2,7 @@ // SFNTSBIX.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/SFNTVHEA.swift b/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/SFNTVHEA.swift index 77df0b1e..3c97d927 100644 --- a/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/SFNTVHEA.swift +++ b/Sources/DoggieGraphics/Font/Decoder/SFNTFontFace/SFNTVHEA.swift @@ -2,7 +2,7 @@ // SFNTVHEA.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/Font/Decoder/TTCDecoder.swift b/Sources/DoggieGraphics/Font/Decoder/TTCDecoder.swift index 32c43ece..3b88bd4e 100644 --- a/Sources/DoggieGraphics/Font/Decoder/TTCDecoder.swift +++ b/Sources/DoggieGraphics/Font/Decoder/TTCDecoder.swift @@ -2,7 +2,7 @@ // TTCDecoder.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/Font/Decoder/WOFFDecoder.swift b/Sources/DoggieGraphics/Font/Decoder/WOFFDecoder.swift index d2bfac08..a743a0c5 100644 --- a/Sources/DoggieGraphics/Font/Decoder/WOFFDecoder.swift +++ b/Sources/DoggieGraphics/Font/Decoder/WOFFDecoder.swift @@ -2,7 +2,7 @@ // WOFFDecoder.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/Font/Encoder/FontFaceEncoder.swift b/Sources/DoggieGraphics/Font/Encoder/FontFaceEncoder.swift index ebb89a97..e21574f2 100644 --- a/Sources/DoggieGraphics/Font/Encoder/FontFaceEncoder.swift +++ b/Sources/DoggieGraphics/Font/Encoder/FontFaceEncoder.swift @@ -2,7 +2,7 @@ // FontFaceEncoder.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/Font/Encoder/OTFEncoder.swift b/Sources/DoggieGraphics/Font/Encoder/OTFEncoder.swift index 25388e91..7e80c2cf 100644 --- a/Sources/DoggieGraphics/Font/Encoder/OTFEncoder.swift +++ b/Sources/DoggieGraphics/Font/Encoder/OTFEncoder.swift @@ -2,7 +2,7 @@ // OTFEncoder.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/Font/Encoder/WOFFEncoder.swift b/Sources/DoggieGraphics/Font/Encoder/WOFFEncoder.swift index 35175b33..5c225332 100644 --- a/Sources/DoggieGraphics/Font/Encoder/WOFFEncoder.swift +++ b/Sources/DoggieGraphics/Font/Encoder/WOFFEncoder.swift @@ -2,7 +2,7 @@ // WOFFEncoder.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/Font/Font.swift b/Sources/DoggieGraphics/Font/Font.swift index bf4f4016..0dbf8dcd 100644 --- a/Sources/DoggieGraphics/Font/Font.swift +++ b/Sources/DoggieGraphics/Font/Font.swift @@ -2,7 +2,7 @@ // Font.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/Font/FontCollection.swift b/Sources/DoggieGraphics/Font/FontCollection.swift index 6781112b..d0ca8f8f 100644 --- a/Sources/DoggieGraphics/Font/FontCollection.swift +++ b/Sources/DoggieGraphics/Font/FontCollection.swift @@ -2,7 +2,7 @@ // FontCollection.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/Image/AnyImage.swift b/Sources/DoggieGraphics/Image/AnyImage.swift index 62a9b3fc..886d0bfc 100644 --- a/Sources/DoggieGraphics/Image/AnyImage.swift +++ b/Sources/DoggieGraphics/Image/AnyImage.swift @@ -2,7 +2,7 @@ // AnyImage.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/Image/Image.swift b/Sources/DoggieGraphics/Image/Image.swift index aa8abffb..7174b724 100644 --- a/Sources/DoggieGraphics/Image/Image.swift +++ b/Sources/DoggieGraphics/Image/Image.swift @@ -2,7 +2,7 @@ // Image.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/Image/ImageOrientation.swift b/Sources/DoggieGraphics/Image/ImageOrientation.swift index a2054889..834a9b23 100644 --- a/Sources/DoggieGraphics/Image/ImageOrientation.swift +++ b/Sources/DoggieGraphics/Image/ImageOrientation.swift @@ -2,7 +2,7 @@ // ImageOrientation.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/Image/ImageProtocol.swift b/Sources/DoggieGraphics/Image/ImageProtocol.swift index f14f1c4b..f4edb3c4 100644 --- a/Sources/DoggieGraphics/Image/ImageProtocol.swift +++ b/Sources/DoggieGraphics/Image/ImageProtocol.swift @@ -2,7 +2,7 @@ // ImageProtocol.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/Image/RawPixelProtocol.swift b/Sources/DoggieGraphics/Image/RawPixelProtocol.swift index d6a12ab0..ab04d125 100644 --- a/Sources/DoggieGraphics/Image/RawPixelProtocol.swift +++ b/Sources/DoggieGraphics/Image/RawPixelProtocol.swift @@ -2,7 +2,7 @@ // RawPixelProtocol.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/Image/Resampling.swift b/Sources/DoggieGraphics/Image/Resampling.swift index e044493e..338908a5 100644 --- a/Sources/DoggieGraphics/Image/Resampling.swift +++ b/Sources/DoggieGraphics/Image/Resampling.swift @@ -2,7 +2,7 @@ // Resampling.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/Image/Resolution.swift b/Sources/DoggieGraphics/Image/Resolution.swift index 4cfe7ab2..47a2cf93 100644 --- a/Sources/DoggieGraphics/Image/Resolution.swift +++ b/Sources/DoggieGraphics/Image/Resolution.swift @@ -2,7 +2,7 @@ // Resolution.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/Image/StencilTexture.swift b/Sources/DoggieGraphics/Image/StencilTexture.swift index c92e7798..ecaa45eb 100644 --- a/Sources/DoggieGraphics/Image/StencilTexture.swift +++ b/Sources/DoggieGraphics/Image/StencilTexture.swift @@ -2,7 +2,7 @@ // StencilTexture.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/Image/Texture.swift b/Sources/DoggieGraphics/Image/Texture.swift index 653192fc..7a7415bd 100644 --- a/Sources/DoggieGraphics/Image/Texture.swift +++ b/Sources/DoggieGraphics/Image/Texture.swift @@ -2,7 +2,7 @@ // Texture.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/Image/TextureProtocol.swift b/Sources/DoggieGraphics/Image/TextureProtocol.swift index 21869ba9..ac01cd84 100644 --- a/Sources/DoggieGraphics/Image/TextureProtocol.swift +++ b/Sources/DoggieGraphics/Image/TextureProtocol.swift @@ -2,7 +2,7 @@ // TextureProtocol.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageCodec/Algorithm/GrayPixelDecoder.swift b/Sources/DoggieGraphics/ImageCodec/Algorithm/GrayPixelDecoder.swift index edb71836..c598cd7c 100644 --- a/Sources/DoggieGraphics/ImageCodec/Algorithm/GrayPixelDecoder.swift +++ b/Sources/DoggieGraphics/ImageCodec/Algorithm/GrayPixelDecoder.swift @@ -2,7 +2,7 @@ // GrayPixelDecoder.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageCodec/Algorithm/PNG/PNGChunk.swift b/Sources/DoggieGraphics/ImageCodec/Algorithm/PNG/PNGChunk.swift index 2a45ae8e..a91ce61e 100644 --- a/Sources/DoggieGraphics/ImageCodec/Algorithm/PNG/PNGChunk.swift +++ b/Sources/DoggieGraphics/ImageCodec/Algorithm/PNG/PNGChunk.swift @@ -2,7 +2,7 @@ // PNGChunk.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageCodec/Algorithm/PNG/PNGFilter0.swift b/Sources/DoggieGraphics/ImageCodec/Algorithm/PNG/PNGFilter0.swift index 0e44603e..b7c415ba 100644 --- a/Sources/DoggieGraphics/ImageCodec/Algorithm/PNG/PNGFilter0.swift +++ b/Sources/DoggieGraphics/ImageCodec/Algorithm/PNG/PNGFilter0.swift @@ -2,7 +2,7 @@ // PNGFilter0.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageCodec/Algorithm/PNG/PNGInterlace.swift b/Sources/DoggieGraphics/ImageCodec/Algorithm/PNG/PNGInterlace.swift index 1acbaa2b..8d5b5744 100644 --- a/Sources/DoggieGraphics/ImageCodec/Algorithm/PNG/PNGInterlace.swift +++ b/Sources/DoggieGraphics/ImageCodec/Algorithm/PNG/PNGInterlace.swift @@ -2,7 +2,7 @@ // PNGInterlace.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageCodec/Algorithm/PNG/PNGRegion.swift b/Sources/DoggieGraphics/ImageCodec/Algorithm/PNG/PNGRegion.swift index 06dc1eff..20002a9e 100644 --- a/Sources/DoggieGraphics/ImageCodec/Algorithm/PNG/PNGRegion.swift +++ b/Sources/DoggieGraphics/ImageCodec/Algorithm/PNG/PNGRegion.swift @@ -2,7 +2,7 @@ // PNGRegion.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageCodec/Algorithm/RGBPixelDecoder.swift b/Sources/DoggieGraphics/ImageCodec/Algorithm/RGBPixelDecoder.swift index d1c18642..c02454de 100644 --- a/Sources/DoggieGraphics/ImageCodec/Algorithm/RGBPixelDecoder.swift +++ b/Sources/DoggieGraphics/ImageCodec/Algorithm/RGBPixelDecoder.swift @@ -2,7 +2,7 @@ // RGBPixelDecoder.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageCodec/Algorithm/TIFF/TIFFCompression/TIFFCompression.swift b/Sources/DoggieGraphics/ImageCodec/Algorithm/TIFF/TIFFCompression/TIFFCompression.swift index a0ca1d9c..9b24064d 100644 --- a/Sources/DoggieGraphics/ImageCodec/Algorithm/TIFF/TIFFCompression/TIFFCompression.swift +++ b/Sources/DoggieGraphics/ImageCodec/Algorithm/TIFF/TIFFCompression/TIFFCompression.swift @@ -2,7 +2,7 @@ // TIFFCompression.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. All rights reserved. // // Permission is hereby granted, free of charge, to any person obtaining a data // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/DoggieGraphics/ImageCodec/Algorithm/TIFF/TIFFCompression/TIFFLZWCompression.swift b/Sources/DoggieGraphics/ImageCodec/Algorithm/TIFF/TIFFCompression/TIFFLZWCompression.swift index a3af911f..f2bc1466 100644 --- a/Sources/DoggieGraphics/ImageCodec/Algorithm/TIFF/TIFFCompression/TIFFLZWCompression.swift +++ b/Sources/DoggieGraphics/ImageCodec/Algorithm/TIFF/TIFFCompression/TIFFLZWCompression.swift @@ -2,7 +2,7 @@ // TIFFLZWCompression.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageCodec/Algorithm/TIFF/TIFFCompression/TIFFPackBitsCompression.swift b/Sources/DoggieGraphics/ImageCodec/Algorithm/TIFF/TIFFCompression/TIFFPackBitsCompression.swift index 23d0d54e..5b641e9c 100644 --- a/Sources/DoggieGraphics/ImageCodec/Algorithm/TIFF/TIFFCompression/TIFFPackBitsCompression.swift +++ b/Sources/DoggieGraphics/ImageCodec/Algorithm/TIFF/TIFFCompression/TIFFPackBitsCompression.swift @@ -2,7 +2,7 @@ // TIFFPackBitsCompression.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageCodec/Algorithm/TIFF/TIFFEncodablePixel.swift b/Sources/DoggieGraphics/ImageCodec/Algorithm/TIFF/TIFFEncodablePixel.swift index 3796d4cd..0dc00874 100644 --- a/Sources/DoggieGraphics/ImageCodec/Algorithm/TIFF/TIFFEncodablePixel.swift +++ b/Sources/DoggieGraphics/ImageCodec/Algorithm/TIFF/TIFFEncodablePixel.swift @@ -2,7 +2,7 @@ // TIFFEncodablePixel.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageCodec/Algorithm/TIFF/TIFFPrediction.swift b/Sources/DoggieGraphics/ImageCodec/Algorithm/TIFF/TIFFPrediction.swift index 17fec096..d582e963 100644 --- a/Sources/DoggieGraphics/ImageCodec/Algorithm/TIFF/TIFFPrediction.swift +++ b/Sources/DoggieGraphics/ImageCodec/Algorithm/TIFF/TIFFPrediction.swift @@ -2,7 +2,7 @@ // TIFFPrediction.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageCodec/Algorithm/TIFF/TIFFRawRepresentable.swift b/Sources/DoggieGraphics/ImageCodec/Algorithm/TIFF/TIFFRawRepresentable.swift index 1a39d743..e31fbc14 100644 --- a/Sources/DoggieGraphics/ImageCodec/Algorithm/TIFF/TIFFRawRepresentable.swift +++ b/Sources/DoggieGraphics/ImageCodec/Algorithm/TIFF/TIFFRawRepresentable.swift @@ -2,7 +2,7 @@ // TIFFRawRepresentable.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageCodec/AnimatedEncoder/AnimatedImage.swift b/Sources/DoggieGraphics/ImageCodec/AnimatedEncoder/AnimatedImage.swift index d6eafe7e..6227fec8 100644 --- a/Sources/DoggieGraphics/ImageCodec/AnimatedEncoder/AnimatedImage.swift +++ b/Sources/DoggieGraphics/ImageCodec/AnimatedEncoder/AnimatedImage.swift @@ -2,7 +2,7 @@ // AnimatedImage.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageCodec/AnimatedEncoder/PNGAnimatedEncoder.swift b/Sources/DoggieGraphics/ImageCodec/AnimatedEncoder/PNGAnimatedEncoder.swift index 34a563f0..c93e0567 100644 --- a/Sources/DoggieGraphics/ImageCodec/AnimatedEncoder/PNGAnimatedEncoder.swift +++ b/Sources/DoggieGraphics/ImageCodec/AnimatedEncoder/PNGAnimatedEncoder.swift @@ -2,7 +2,7 @@ // PNGAnimatedEncoder.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageCodec/AnimatedEncoder/WEBPAnimatedEncoder.swift b/Sources/DoggieGraphics/ImageCodec/AnimatedEncoder/WEBPAnimatedEncoder.swift index 8b68d0d7..f3b13da9 100644 --- a/Sources/DoggieGraphics/ImageCodec/AnimatedEncoder/WEBPAnimatedEncoder.swift +++ b/Sources/DoggieGraphics/ImageCodec/AnimatedEncoder/WEBPAnimatedEncoder.swift @@ -2,7 +2,7 @@ // WEBPAnimatedEncoder.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageCodec/Decoder/APNGDecoder.swift b/Sources/DoggieGraphics/ImageCodec/Decoder/APNGDecoder.swift index d7978e4a..35852d0c 100644 --- a/Sources/DoggieGraphics/ImageCodec/Decoder/APNGDecoder.swift +++ b/Sources/DoggieGraphics/ImageCodec/Decoder/APNGDecoder.swift @@ -2,7 +2,7 @@ // APNGDecoder.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageCodec/Decoder/BMPDecoder.swift b/Sources/DoggieGraphics/ImageCodec/Decoder/BMPDecoder.swift index 38b8e831..20e7feb5 100644 --- a/Sources/DoggieGraphics/ImageCodec/Decoder/BMPDecoder.swift +++ b/Sources/DoggieGraphics/ImageCodec/Decoder/BMPDecoder.swift @@ -2,7 +2,7 @@ // BMPDecoder.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageCodec/Decoder/ImageRepDecoder.swift b/Sources/DoggieGraphics/ImageCodec/Decoder/ImageRepDecoder.swift index f8ae7979..99957d23 100644 --- a/Sources/DoggieGraphics/ImageCodec/Decoder/ImageRepDecoder.swift +++ b/Sources/DoggieGraphics/ImageCodec/Decoder/ImageRepDecoder.swift @@ -2,7 +2,7 @@ // ImageRepDecoder.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageCodec/Decoder/JPEGDecoder.swift b/Sources/DoggieGraphics/ImageCodec/Decoder/JPEGDecoder.swift index 20d9e241..a080f40a 100644 --- a/Sources/DoggieGraphics/ImageCodec/Decoder/JPEGDecoder.swift +++ b/Sources/DoggieGraphics/ImageCodec/Decoder/JPEGDecoder.swift @@ -2,7 +2,7 @@ // JPEGDecoder.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageCodec/Decoder/PNGDecoder.swift b/Sources/DoggieGraphics/ImageCodec/Decoder/PNGDecoder.swift index 6959cfa3..51af648e 100644 --- a/Sources/DoggieGraphics/ImageCodec/Decoder/PNGDecoder.swift +++ b/Sources/DoggieGraphics/ImageCodec/Decoder/PNGDecoder.swift @@ -2,7 +2,7 @@ // PNGDecoder.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageCodec/Decoder/TIFFDecoder.swift b/Sources/DoggieGraphics/ImageCodec/Decoder/TIFFDecoder.swift index 819819d6..671cb722 100644 --- a/Sources/DoggieGraphics/ImageCodec/Decoder/TIFFDecoder.swift +++ b/Sources/DoggieGraphics/ImageCodec/Decoder/TIFFDecoder.swift @@ -2,7 +2,7 @@ // TIFFDecoder.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageCodec/Decoder/WEBPDecoder.swift b/Sources/DoggieGraphics/ImageCodec/Decoder/WEBPDecoder.swift index a2e8147c..5ae62297 100644 --- a/Sources/DoggieGraphics/ImageCodec/Decoder/WEBPDecoder.swift +++ b/Sources/DoggieGraphics/ImageCodec/Decoder/WEBPDecoder.swift @@ -2,7 +2,7 @@ // WEBPDecoder.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageCodec/Encoder/BMPEncoder.swift b/Sources/DoggieGraphics/ImageCodec/Encoder/BMPEncoder.swift index bbfd1fd3..e920bc27 100644 --- a/Sources/DoggieGraphics/ImageCodec/Encoder/BMPEncoder.swift +++ b/Sources/DoggieGraphics/ImageCodec/Encoder/BMPEncoder.swift @@ -2,7 +2,7 @@ // BMPEncoder.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageCodec/Encoder/ImageRepEncoder.swift b/Sources/DoggieGraphics/ImageCodec/Encoder/ImageRepEncoder.swift index 2848a807..42766f89 100644 --- a/Sources/DoggieGraphics/ImageCodec/Encoder/ImageRepEncoder.swift +++ b/Sources/DoggieGraphics/ImageCodec/Encoder/ImageRepEncoder.swift @@ -2,7 +2,7 @@ // ImageRepEncoder.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageCodec/Encoder/JPEGEncoder.swift b/Sources/DoggieGraphics/ImageCodec/Encoder/JPEGEncoder.swift index 7b1a02e7..9ff5b7a1 100644 --- a/Sources/DoggieGraphics/ImageCodec/Encoder/JPEGEncoder.swift +++ b/Sources/DoggieGraphics/ImageCodec/Encoder/JPEGEncoder.swift @@ -2,7 +2,7 @@ // JPEGEncoder.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageCodec/Encoder/PNGEncoder.swift b/Sources/DoggieGraphics/ImageCodec/Encoder/PNGEncoder.swift index aede4760..1010a358 100644 --- a/Sources/DoggieGraphics/ImageCodec/Encoder/PNGEncoder.swift +++ b/Sources/DoggieGraphics/ImageCodec/Encoder/PNGEncoder.swift @@ -2,7 +2,7 @@ // PNGEncoder.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageCodec/Encoder/TIFFEncoder.swift b/Sources/DoggieGraphics/ImageCodec/Encoder/TIFFEncoder.swift index 5c53145b..23e63fdd 100644 --- a/Sources/DoggieGraphics/ImageCodec/Encoder/TIFFEncoder.swift +++ b/Sources/DoggieGraphics/ImageCodec/Encoder/TIFFEncoder.swift @@ -2,7 +2,7 @@ // TIFFEncoder.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageCodec/Encoder/WEBPEncoder.swift b/Sources/DoggieGraphics/ImageCodec/Encoder/WEBPEncoder.swift index 8606e34c..a319f8ac 100644 --- a/Sources/DoggieGraphics/ImageCodec/Encoder/WEBPEncoder.swift +++ b/Sources/DoggieGraphics/ImageCodec/Encoder/WEBPEncoder.swift @@ -2,7 +2,7 @@ // WEBPEncoder.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageCodec/ImageRep.swift b/Sources/DoggieGraphics/ImageCodec/ImageRep.swift index 426f4e96..99507d78 100644 --- a/Sources/DoggieGraphics/ImageCodec/ImageRep.swift +++ b/Sources/DoggieGraphics/ImageCodec/ImageRep.swift @@ -2,7 +2,7 @@ // ImageRep.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageCodec/RawBitmap/FastDecode.swift b/Sources/DoggieGraphics/ImageCodec/RawBitmap/FastDecode.swift index 7eb04e5d..10f33568 100644 --- a/Sources/DoggieGraphics/ImageCodec/RawBitmap/FastDecode.swift +++ b/Sources/DoggieGraphics/ImageCodec/RawBitmap/FastDecode.swift @@ -2,7 +2,7 @@ // FastDecode.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageCodec/RawBitmap/FastDecode/_fast_decode_alpha_first.swift b/Sources/DoggieGraphics/ImageCodec/RawBitmap/FastDecode/_fast_decode_alpha_first.swift index 1db3aae4..d7e64368 100644 --- a/Sources/DoggieGraphics/ImageCodec/RawBitmap/FastDecode/_fast_decode_alpha_first.swift +++ b/Sources/DoggieGraphics/ImageCodec/RawBitmap/FastDecode/_fast_decode_alpha_first.swift @@ -2,7 +2,7 @@ // _fast_decode_alpha_first.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageCodec/RawBitmap/FastDecode/_fast_decode_alpha_last.swift b/Sources/DoggieGraphics/ImageCodec/RawBitmap/FastDecode/_fast_decode_alpha_last.swift index c946facc..7d5abdeb 100644 --- a/Sources/DoggieGraphics/ImageCodec/RawBitmap/FastDecode/_fast_decode_alpha_last.swift +++ b/Sources/DoggieGraphics/ImageCodec/RawBitmap/FastDecode/_fast_decode_alpha_last.swift @@ -2,7 +2,7 @@ // File.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageCodec/RawBitmap/FastDecode/_fast_decode_alpha_none.swift b/Sources/DoggieGraphics/ImageCodec/RawBitmap/FastDecode/_fast_decode_alpha_none.swift index 6470e8e4..b19f737d 100644 --- a/Sources/DoggieGraphics/ImageCodec/RawBitmap/FastDecode/_fast_decode_alpha_none.swift +++ b/Sources/DoggieGraphics/ImageCodec/RawBitmap/FastDecode/_fast_decode_alpha_none.swift @@ -2,7 +2,7 @@ // _fast_decode_alpha_none.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageCodec/RawBitmap/FastDecode/_fast_decode_float.swift b/Sources/DoggieGraphics/ImageCodec/RawBitmap/FastDecode/_fast_decode_float.swift index 011d010e..db4620b9 100644 --- a/Sources/DoggieGraphics/ImageCodec/RawBitmap/FastDecode/_fast_decode_float.swift +++ b/Sources/DoggieGraphics/ImageCodec/RawBitmap/FastDecode/_fast_decode_float.swift @@ -2,7 +2,7 @@ // _fast_decode_float.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageCodec/RawBitmap/FastDecode/_fast_decode_pixel.swift b/Sources/DoggieGraphics/ImageCodec/RawBitmap/FastDecode/_fast_decode_pixel.swift index d69ab4b9..df93a2f6 100644 --- a/Sources/DoggieGraphics/ImageCodec/RawBitmap/FastDecode/_fast_decode_pixel.swift +++ b/Sources/DoggieGraphics/ImageCodec/RawBitmap/FastDecode/_fast_decode_pixel.swift @@ -2,7 +2,7 @@ // _fast_decode_pixel.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageCodec/RawBitmap/RawBitmap.swift b/Sources/DoggieGraphics/ImageCodec/RawBitmap/RawBitmap.swift index 83d22ab4..61a4167c 100644 --- a/Sources/DoggieGraphics/ImageCodec/RawBitmap/RawBitmap.swift +++ b/Sources/DoggieGraphics/ImageCodec/RawBitmap/RawBitmap.swift @@ -2,7 +2,7 @@ // RawBitmap.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageCodec/RawBitmap/SlowDecode.swift b/Sources/DoggieGraphics/ImageCodec/RawBitmap/SlowDecode.swift index 16bde836..cec0dc1a 100644 --- a/Sources/DoggieGraphics/ImageCodec/RawBitmap/SlowDecode.swift +++ b/Sources/DoggieGraphics/ImageCodec/RawBitmap/SlowDecode.swift @@ -2,7 +2,7 @@ // SlowDecode.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageCodec/RawBitmap/SlowDecode/_aligned_channel.swift b/Sources/DoggieGraphics/ImageCodec/RawBitmap/SlowDecode/_aligned_channel.swift index 2f6bdbd7..7c786419 100644 --- a/Sources/DoggieGraphics/ImageCodec/RawBitmap/SlowDecode/_aligned_channel.swift +++ b/Sources/DoggieGraphics/ImageCodec/RawBitmap/SlowDecode/_aligned_channel.swift @@ -2,7 +2,7 @@ // _aligned_channel.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageCodec/RawBitmap/SlowDecode/_aligned_float_channel.swift b/Sources/DoggieGraphics/ImageCodec/RawBitmap/SlowDecode/_aligned_float_channel.swift index 4807bd2d..5971fb3b 100644 --- a/Sources/DoggieGraphics/ImageCodec/RawBitmap/SlowDecode/_aligned_float_channel.swift +++ b/Sources/DoggieGraphics/ImageCodec/RawBitmap/SlowDecode/_aligned_float_channel.swift @@ -2,7 +2,7 @@ // _aligned_float_channel.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageCodec/RawBitmap/SlowDecode/_channel_to_double.swift b/Sources/DoggieGraphics/ImageCodec/RawBitmap/SlowDecode/_channel_to_double.swift index eb9b905f..43bf5e23 100644 --- a/Sources/DoggieGraphics/ImageCodec/RawBitmap/SlowDecode/_channel_to_double.swift +++ b/Sources/DoggieGraphics/ImageCodec/RawBitmap/SlowDecode/_channel_to_double.swift @@ -2,7 +2,7 @@ // _channel_to_double.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageCodec/RawBitmap/SlowDecode/_float_channel.swift b/Sources/DoggieGraphics/ImageCodec/RawBitmap/SlowDecode/_float_channel.swift index d6e2e1a5..3e005e80 100644 --- a/Sources/DoggieGraphics/ImageCodec/RawBitmap/SlowDecode/_float_channel.swift +++ b/Sources/DoggieGraphics/ImageCodec/RawBitmap/SlowDecode/_float_channel.swift @@ -2,7 +2,7 @@ // _float_channel.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageCodec/RawBitmap/SlowDecode/_unsigned_aligned_channel.swift b/Sources/DoggieGraphics/ImageCodec/RawBitmap/SlowDecode/_unsigned_aligned_channel.swift index 5b91bde3..bf99042c 100644 --- a/Sources/DoggieGraphics/ImageCodec/RawBitmap/SlowDecode/_unsigned_aligned_channel.swift +++ b/Sources/DoggieGraphics/ImageCodec/RawBitmap/SlowDecode/_unsigned_aligned_channel.swift @@ -2,7 +2,7 @@ // _unsigned_aligned_channel.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageCodec/RawBitmap/SlowDecode/_unsigned_channel.swift b/Sources/DoggieGraphics/ImageCodec/RawBitmap/SlowDecode/_unsigned_channel.swift index 90592ae1..36c602c8 100644 --- a/Sources/DoggieGraphics/ImageCodec/RawBitmap/SlowDecode/_unsigned_channel.swift +++ b/Sources/DoggieGraphics/ImageCodec/RawBitmap/SlowDecode/_unsigned_channel.swift @@ -2,7 +2,7 @@ // _unsigned_channel.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageCodec/RawBitmap/SlowDecode/_unsigned_pixel.swift b/Sources/DoggieGraphics/ImageCodec/RawBitmap/SlowDecode/_unsigned_pixel.swift index 1c1c67a3..e9b33ae9 100644 --- a/Sources/DoggieGraphics/ImageCodec/RawBitmap/SlowDecode/_unsigned_pixel.swift +++ b/Sources/DoggieGraphics/ImageCodec/RawBitmap/SlowDecode/_unsigned_pixel.swift @@ -2,7 +2,7 @@ // _unsigned_pixel.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageContext/DrawGradient.swift b/Sources/DoggieGraphics/ImageContext/DrawGradient.swift index b881c274..1acde8de 100644 --- a/Sources/DoggieGraphics/ImageContext/DrawGradient.swift +++ b/Sources/DoggieGraphics/ImageContext/DrawGradient.swift @@ -2,7 +2,7 @@ // DrawGradient.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageContext/DrawImage.swift b/Sources/DoggieGraphics/ImageContext/DrawImage.swift index 661eeee9..8e3cf251 100644 --- a/Sources/DoggieGraphics/ImageContext/DrawImage.swift +++ b/Sources/DoggieGraphics/ImageContext/DrawImage.swift @@ -2,7 +2,7 @@ // DrawImage.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageContext/DrawMeshGradient.swift b/Sources/DoggieGraphics/ImageContext/DrawMeshGradient.swift index b91cd479..73191ce3 100644 --- a/Sources/DoggieGraphics/ImageContext/DrawMeshGradient.swift +++ b/Sources/DoggieGraphics/ImageContext/DrawMeshGradient.swift @@ -2,7 +2,7 @@ // DrawMeshGradient.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageContext/DrawPattern.swift b/Sources/DoggieGraphics/ImageContext/DrawPattern.swift index 4a71a54d..1077c1dd 100644 --- a/Sources/DoggieGraphics/ImageContext/DrawPattern.swift +++ b/Sources/DoggieGraphics/ImageContext/DrawPattern.swift @@ -2,7 +2,7 @@ // DrawPattern.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageContext/DrawShadow.swift b/Sources/DoggieGraphics/ImageContext/DrawShadow.swift index 5a1a4c54..8cb26994 100644 --- a/Sources/DoggieGraphics/ImageContext/DrawShadow.swift +++ b/Sources/DoggieGraphics/ImageContext/DrawShadow.swift @@ -2,7 +2,7 @@ // DrawShadow.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageContext/DrawShape.swift b/Sources/DoggieGraphics/ImageContext/DrawShape.swift index 896562dc..9d819a06 100644 --- a/Sources/DoggieGraphics/ImageContext/DrawShape.swift +++ b/Sources/DoggieGraphics/ImageContext/DrawShape.swift @@ -2,7 +2,7 @@ // DrawShape.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageContext/ImageContext.swift b/Sources/DoggieGraphics/ImageContext/ImageContext.swift index f3538a68..3f5a43ef 100644 --- a/Sources/DoggieGraphics/ImageContext/ImageContext.swift +++ b/Sources/DoggieGraphics/ImageContext/ImageContext.swift @@ -2,7 +2,7 @@ // ImageContext.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageContext/ImageContextExtension.swift b/Sources/DoggieGraphics/ImageContext/ImageContextExtension.swift index fe74b317..f2fc7f34 100644 --- a/Sources/DoggieGraphics/ImageContext/ImageContextExtension.swift +++ b/Sources/DoggieGraphics/ImageContext/ImageContextExtension.swift @@ -2,7 +2,7 @@ // ImageContextExtension.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageContext/PixelBlender.swift b/Sources/DoggieGraphics/ImageContext/PixelBlender.swift index 47eaa3e5..e87d42e5 100644 --- a/Sources/DoggieGraphics/ImageContext/PixelBlender.swift +++ b/Sources/DoggieGraphics/ImageContext/PixelBlender.swift @@ -2,7 +2,7 @@ // PixelBlender.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageContext/Rasterizer.swift b/Sources/DoggieGraphics/ImageContext/Rasterizer.swift index 24b8bbfe..f09ad449 100644 --- a/Sources/DoggieGraphics/ImageContext/Rasterizer.swift +++ b/Sources/DoggieGraphics/ImageContext/Rasterizer.swift @@ -2,7 +2,7 @@ // Rasterizer.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageContext/Rendering.swift b/Sources/DoggieGraphics/ImageContext/Rendering.swift index 7063f2fc..5e64c240 100644 --- a/Sources/DoggieGraphics/ImageContext/Rendering.swift +++ b/Sources/DoggieGraphics/ImageContext/Rendering.swift @@ -2,7 +2,7 @@ // Rendering.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageContext/SetClip.swift b/Sources/DoggieGraphics/ImageContext/SetClip.swift index 06e23a8d..68567a9d 100644 --- a/Sources/DoggieGraphics/ImageContext/SetClip.swift +++ b/Sources/DoggieGraphics/ImageContext/SetClip.swift @@ -2,7 +2,7 @@ // SetClip.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageContext/Stencil.swift b/Sources/DoggieGraphics/ImageContext/Stencil.swift index 4ed2eee6..3d7f361c 100644 --- a/Sources/DoggieGraphics/ImageContext/Stencil.swift +++ b/Sources/DoggieGraphics/ImageContext/Stencil.swift @@ -2,7 +2,7 @@ // Stencil.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageFilter/BayerDithering.swift b/Sources/DoggieGraphics/ImageFilter/BayerDithering.swift index b828b51f..a262c21b 100644 --- a/Sources/DoggieGraphics/ImageFilter/BayerDithering.swift +++ b/Sources/DoggieGraphics/ImageFilter/BayerDithering.swift @@ -2,7 +2,7 @@ // BayerDithering.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageFilter/BilateralFilter.swift b/Sources/DoggieGraphics/ImageFilter/BilateralFilter.swift index 210357e6..4e9ae71c 100644 --- a/Sources/DoggieGraphics/ImageFilter/BilateralFilter.swift +++ b/Sources/DoggieGraphics/ImageFilter/BilateralFilter.swift @@ -2,7 +2,7 @@ // BilateralFilter.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageFilter/ColorSeparation.swift b/Sources/DoggieGraphics/ImageFilter/ColorSeparation.swift index b6bf2679..05226c9e 100644 --- a/Sources/DoggieGraphics/ImageFilter/ColorSeparation.swift +++ b/Sources/DoggieGraphics/ImageFilter/ColorSeparation.swift @@ -2,7 +2,7 @@ // ColorSeparation.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageFilter/DifferenceOfGaussian.swift b/Sources/DoggieGraphics/ImageFilter/DifferenceOfGaussian.swift index d585384b..300379c5 100644 --- a/Sources/DoggieGraphics/ImageFilter/DifferenceOfGaussian.swift +++ b/Sources/DoggieGraphics/ImageFilter/DifferenceOfGaussian.swift @@ -2,7 +2,7 @@ // DifferenceOfGaussian.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageFilter/DisplacementMap.swift b/Sources/DoggieGraphics/ImageFilter/DisplacementMap.swift index d9a67dee..eb81c3fe 100644 --- a/Sources/DoggieGraphics/ImageFilter/DisplacementMap.swift +++ b/Sources/DoggieGraphics/ImageFilter/DisplacementMap.swift @@ -2,7 +2,7 @@ // DisplacementMap.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageFilter/GaussianBlur.swift b/Sources/DoggieGraphics/ImageFilter/GaussianBlur.swift index 6798e1d3..bb5c348f 100644 --- a/Sources/DoggieGraphics/ImageFilter/GaussianBlur.swift +++ b/Sources/DoggieGraphics/ImageFilter/GaussianBlur.swift @@ -2,7 +2,7 @@ // GaussianBlur.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageFilter/ImageConvolution.swift b/Sources/DoggieGraphics/ImageFilter/ImageConvolution.swift index d8f7d6c7..01ac416b 100644 --- a/Sources/DoggieGraphics/ImageFilter/ImageConvolution.swift +++ b/Sources/DoggieGraphics/ImageFilter/ImageConvolution.swift @@ -2,7 +2,7 @@ // ImageConvolution.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageFilter/LaplacianOfGaussian.swift b/Sources/DoggieGraphics/ImageFilter/LaplacianOfGaussian.swift index ab241151..c2dbab60 100644 --- a/Sources/DoggieGraphics/ImageFilter/LaplacianOfGaussian.swift +++ b/Sources/DoggieGraphics/ImageFilter/LaplacianOfGaussian.swift @@ -2,7 +2,7 @@ // LaplacianOfGaussian.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageFilter/SVGTurbulence.swift b/Sources/DoggieGraphics/ImageFilter/SVGTurbulence.swift index 75b0ef91..69665082 100644 --- a/Sources/DoggieGraphics/ImageFilter/SVGTurbulence.swift +++ b/Sources/DoggieGraphics/ImageFilter/SVGTurbulence.swift @@ -2,7 +2,7 @@ // SVGTurbulence.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageFilter/Underpainting.swift b/Sources/DoggieGraphics/ImageFilter/Underpainting.swift index 56d749e1..614a0408 100644 --- a/Sources/DoggieGraphics/ImageFilter/Underpainting.swift +++ b/Sources/DoggieGraphics/ImageFilter/Underpainting.swift @@ -2,7 +2,7 @@ // Underpainting.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/ImageFilter/kMeansClustering.swift b/Sources/DoggieGraphics/ImageFilter/kMeansClustering.swift index 17b8d49c..3d6d17ba 100644 --- a/Sources/DoggieGraphics/ImageFilter/kMeansClustering.swift +++ b/Sources/DoggieGraphics/ImageFilter/kMeansClustering.swift @@ -2,7 +2,7 @@ // kMeansClustering.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/Noise/SVGNoiseGenerator.swift b/Sources/DoggieGraphics/Noise/SVGNoiseGenerator.swift index f0d1d3db..daf675ac 100644 --- a/Sources/DoggieGraphics/Noise/SVGNoiseGenerator.swift +++ b/Sources/DoggieGraphics/Noise/SVGNoiseGenerator.swift @@ -2,7 +2,7 @@ // SVGNoiseGenerator.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/Noise/SimplexNoise.swift b/Sources/DoggieGraphics/Noise/SimplexNoise.swift index 3116c466..b059c000 100644 --- a/Sources/DoggieGraphics/Noise/SimplexNoise.swift +++ b/Sources/DoggieGraphics/Noise/SimplexNoise.swift @@ -2,7 +2,7 @@ // SimplexNoise.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/PDFContext/PDFContext.swift b/Sources/DoggieGraphics/PDFContext/PDFContext.swift index bd9bcd5d..d7e17dfb 100644 --- a/Sources/DoggieGraphics/PDFContext/PDFContext.swift +++ b/Sources/DoggieGraphics/PDFContext/PDFContext.swift @@ -2,7 +2,7 @@ // PDFContext.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/PDFContext/PDFContextEncoder.swift b/Sources/DoggieGraphics/PDFContext/PDFContextEncoder.swift index 3090845b..5208bddc 100644 --- a/Sources/DoggieGraphics/PDFContext/PDFContextEncoder.swift +++ b/Sources/DoggieGraphics/PDFContext/PDFContextEncoder.swift @@ -2,7 +2,7 @@ // PDFContextEncoder.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/PDFContext/PDFContextImage.swift b/Sources/DoggieGraphics/PDFContext/PDFContextImage.swift index 8b14478a..9a646d61 100644 --- a/Sources/DoggieGraphics/PDFContext/PDFContextImage.swift +++ b/Sources/DoggieGraphics/PDFContext/PDFContextImage.swift @@ -2,7 +2,7 @@ // PDFContextImage.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/PDFContext/PDFContextPage.swift b/Sources/DoggieGraphics/PDFContext/PDFContextPage.swift index 2bc5cccd..6e810c34 100644 --- a/Sources/DoggieGraphics/PDFContext/PDFContextPage.swift +++ b/Sources/DoggieGraphics/PDFContext/PDFContextPage.swift @@ -2,7 +2,7 @@ // PDFContextPage.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/PDFDocument/PDFDecoder.swift b/Sources/DoggieGraphics/PDFDocument/PDFDecoder.swift index bc88011f..ed253299 100644 --- a/Sources/DoggieGraphics/PDFDocument/PDFDecoder.swift +++ b/Sources/DoggieGraphics/PDFDocument/PDFDecoder.swift @@ -2,7 +2,7 @@ // PDFDecoder.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/PDFDocument/PDFDocument.swift b/Sources/DoggieGraphics/PDFDocument/PDFDocument.swift index 183b111d..783d5ee3 100644 --- a/Sources/DoggieGraphics/PDFDocument/PDFDocument.swift +++ b/Sources/DoggieGraphics/PDFDocument/PDFDocument.swift @@ -2,7 +2,7 @@ // PDFDocument.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/PDFDocument/PDFFilter/ASCII85Filter.swift b/Sources/DoggieGraphics/PDFDocument/PDFFilter/ASCII85Filter.swift index c164ddfa..3794b93b 100644 --- a/Sources/DoggieGraphics/PDFDocument/PDFFilter/ASCII85Filter.swift +++ b/Sources/DoggieGraphics/PDFDocument/PDFFilter/ASCII85Filter.swift @@ -2,7 +2,7 @@ // ASCII85Filter.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/PDFDocument/PDFFilter/ASCIIHexFilter.swift b/Sources/DoggieGraphics/PDFDocument/PDFFilter/ASCIIHexFilter.swift index 3e2e6fde..7329a99c 100644 --- a/Sources/DoggieGraphics/PDFDocument/PDFFilter/ASCIIHexFilter.swift +++ b/Sources/DoggieGraphics/PDFDocument/PDFFilter/ASCIIHexFilter.swift @@ -2,7 +2,7 @@ // ASCIIHexFilter.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/PDFDocument/PDFFilter/PDFFilter.swift b/Sources/DoggieGraphics/PDFDocument/PDFFilter/PDFFilter.swift index 00487fa2..94f3d82c 100644 --- a/Sources/DoggieGraphics/PDFDocument/PDFFilter/PDFFilter.swift +++ b/Sources/DoggieGraphics/PDFDocument/PDFFilter/PDFFilter.swift @@ -2,7 +2,7 @@ // PDFFilter.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/PDFDocument/PDFName.swift b/Sources/DoggieGraphics/PDFDocument/PDFName.swift index 6b7e2843..86a77a58 100644 --- a/Sources/DoggieGraphics/PDFDocument/PDFName.swift +++ b/Sources/DoggieGraphics/PDFDocument/PDFName.swift @@ -2,7 +2,7 @@ // PDFName.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/PDFDocument/PDFNumber.swift b/Sources/DoggieGraphics/PDFDocument/PDFNumber.swift index c8894203..e267c598 100644 --- a/Sources/DoggieGraphics/PDFDocument/PDFNumber.swift +++ b/Sources/DoggieGraphics/PDFDocument/PDFNumber.swift @@ -2,7 +2,7 @@ // PDFNumber.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/PDFDocument/PDFObject.swift b/Sources/DoggieGraphics/PDFDocument/PDFObject.swift index cae48acb..3dc47ee9 100644 --- a/Sources/DoggieGraphics/PDFDocument/PDFObject.swift +++ b/Sources/DoggieGraphics/PDFDocument/PDFObject.swift @@ -2,7 +2,7 @@ // PDFObject.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/PDFDocument/PDFPage.swift b/Sources/DoggieGraphics/PDFDocument/PDFPage.swift index 1960cdfa..bebdb728 100644 --- a/Sources/DoggieGraphics/PDFDocument/PDFPage.swift +++ b/Sources/DoggieGraphics/PDFDocument/PDFPage.swift @@ -2,7 +2,7 @@ // PDFPage.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/PDFDocument/PDFRenderer/PDFBitmap.swift b/Sources/DoggieGraphics/PDFDocument/PDFRenderer/PDFBitmap.swift index 650883f4..490f64db 100644 --- a/Sources/DoggieGraphics/PDFDocument/PDFRenderer/PDFBitmap.swift +++ b/Sources/DoggieGraphics/PDFDocument/PDFRenderer/PDFBitmap.swift @@ -2,7 +2,7 @@ // PDFBitmap.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/PDFDocument/PDFRenderer/PDFColorSpace.swift b/Sources/DoggieGraphics/PDFDocument/PDFRenderer/PDFColorSpace.swift index f0e91a32..add6ed8d 100644 --- a/Sources/DoggieGraphics/PDFDocument/PDFRenderer/PDFColorSpace.swift +++ b/Sources/DoggieGraphics/PDFDocument/PDFRenderer/PDFColorSpace.swift @@ -2,7 +2,7 @@ // PDFColorSpace.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/PDFDocument/PDFRenderer/PDFCommand.swift b/Sources/DoggieGraphics/PDFDocument/PDFRenderer/PDFCommand.swift index 33276575..a24f17c6 100644 --- a/Sources/DoggieGraphics/PDFDocument/PDFRenderer/PDFCommand.swift +++ b/Sources/DoggieGraphics/PDFDocument/PDFRenderer/PDFCommand.swift @@ -2,7 +2,7 @@ // PDFCommand.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/PDFDocument/PDFRenderer/PDFDrawPage.swift b/Sources/DoggieGraphics/PDFDocument/PDFRenderer/PDFDrawPage.swift index 7c6df819..696ee8d8 100644 --- a/Sources/DoggieGraphics/PDFDocument/PDFRenderer/PDFDrawPage.swift +++ b/Sources/DoggieGraphics/PDFDocument/PDFRenderer/PDFDrawPage.swift @@ -2,7 +2,7 @@ // PDFDrawPage.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/PDFDocument/PDFRenderer/PDFFunction.swift b/Sources/DoggieGraphics/PDFDocument/PDFRenderer/PDFFunction.swift index bfbf5617..00ac0b3b 100644 --- a/Sources/DoggieGraphics/PDFDocument/PDFRenderer/PDFFunction.swift +++ b/Sources/DoggieGraphics/PDFDocument/PDFRenderer/PDFFunction.swift @@ -2,7 +2,7 @@ // PDFFunction.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/PDFDocument/PDFRenderer/PDFRenderer.swift b/Sources/DoggieGraphics/PDFDocument/PDFRenderer/PDFRenderer.swift index e8bf0a6e..5a956234 100644 --- a/Sources/DoggieGraphics/PDFDocument/PDFRenderer/PDFRenderer.swift +++ b/Sources/DoggieGraphics/PDFDocument/PDFRenderer/PDFRenderer.swift @@ -2,7 +2,7 @@ // PDFRenderer.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/PDFDocument/PDFStream.swift b/Sources/DoggieGraphics/PDFDocument/PDFStream.swift index 9d2268aa..73f41952 100644 --- a/Sources/DoggieGraphics/PDFDocument/PDFStream.swift +++ b/Sources/DoggieGraphics/PDFDocument/PDFStream.swift @@ -2,7 +2,7 @@ // PDFStream.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/PDFDocument/PDFString.swift b/Sources/DoggieGraphics/PDFDocument/PDFString.swift index 783b1202..d69540af 100644 --- a/Sources/DoggieGraphics/PDFDocument/PDFString.swift +++ b/Sources/DoggieGraphics/PDFDocument/PDFString.swift @@ -2,7 +2,7 @@ // PDFString.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/PDFDocument/PDFXref.swift b/Sources/DoggieGraphics/PDFDocument/PDFXref.swift index d97a8a8b..b5553cda 100644 --- a/Sources/DoggieGraphics/PDFDocument/PDFXref.swift +++ b/Sources/DoggieGraphics/PDFDocument/PDFXref.swift @@ -2,7 +2,7 @@ // PDFXref.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/Platform/AvailableColorSpaces.swift b/Sources/DoggieGraphics/Platform/AvailableColorSpaces.swift index 553757a4..d6c722ab 100644 --- a/Sources/DoggieGraphics/Platform/AvailableColorSpaces.swift +++ b/Sources/DoggieGraphics/Platform/AvailableColorSpaces.swift @@ -2,7 +2,7 @@ // AvailableColorSpaces.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/Platform/AvailableFonts.swift b/Sources/DoggieGraphics/Platform/AvailableFonts.swift index af3d23dd..5eefa4f2 100644 --- a/Sources/DoggieGraphics/Platform/AvailableFonts.swift +++ b/Sources/DoggieGraphics/Platform/AvailableFonts.swift @@ -2,7 +2,7 @@ // AvailableFonts.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/Prespecialize.swift b/Sources/DoggieGraphics/Prespecialize.swift index 73019be2..594af6a3 100644 --- a/Sources/DoggieGraphics/Prespecialize.swift +++ b/Sources/DoggieGraphics/Prespecialize.swift @@ -2,7 +2,7 @@ // Prespecialize.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/SVGContext/SVGContext.swift b/Sources/DoggieGraphics/SVGContext/SVGContext.swift index 1d5182fe..514f3684 100644 --- a/Sources/DoggieGraphics/SVGContext/SVGContext.swift +++ b/Sources/DoggieGraphics/SVGContext/SVGContext.swift @@ -2,7 +2,7 @@ // SVGContext.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGBlendEffect.swift b/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGBlendEffect.swift index 6cb74344..5e84685d 100644 --- a/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGBlendEffect.swift +++ b/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGBlendEffect.swift @@ -2,7 +2,7 @@ // SVGBlendEffect.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGColorMatrixEffect.swift b/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGColorMatrixEffect.swift index f6d8c972..ff0c3d92 100644 --- a/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGColorMatrixEffect.swift +++ b/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGColorMatrixEffect.swift @@ -2,7 +2,7 @@ // SVGColorMatrixEffect.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGComponentTransferEffect.swift b/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGComponentTransferEffect.swift index 3d9751e1..86177e7f 100644 --- a/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGComponentTransferEffect.swift +++ b/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGComponentTransferEffect.swift @@ -2,7 +2,7 @@ // SVGComponentTransferEffect.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGConvolveMatrixEffect.swift b/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGConvolveMatrixEffect.swift index 02405427..798321d2 100644 --- a/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGConvolveMatrixEffect.swift +++ b/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGConvolveMatrixEffect.swift @@ -2,7 +2,7 @@ // SVGConvolveMatrixEffect.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGDisplacementMapEffect.swift b/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGDisplacementMapEffect.swift index 6cfcc4a2..7285f458 100644 --- a/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGDisplacementMapEffect.swift +++ b/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGDisplacementMapEffect.swift @@ -2,7 +2,7 @@ // SVGDisplacementMapEffect.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGDropShadowEffect.swift b/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGDropShadowEffect.swift index 59318e14..7b6f360a 100644 --- a/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGDropShadowEffect.swift +++ b/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGDropShadowEffect.swift @@ -2,7 +2,7 @@ // SVGDropShadowEffect.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGEffect.swift b/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGEffect.swift index 31c02aed..2adb1b58 100644 --- a/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGEffect.swift +++ b/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGEffect.swift @@ -2,7 +2,7 @@ // SVGEffect.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGFloodEffect.swift b/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGFloodEffect.swift index dbd9963f..5493de9d 100644 --- a/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGFloodEffect.swift +++ b/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGFloodEffect.swift @@ -2,7 +2,7 @@ // SVGFloodEffect.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGGaussianBlurEffect.swift b/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGGaussianBlurEffect.swift index 50a39993..7c3740b7 100644 --- a/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGGaussianBlurEffect.swift +++ b/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGGaussianBlurEffect.swift @@ -2,7 +2,7 @@ // SVGGaussianBlurEffect.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGHueRotateEffect.swift b/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGHueRotateEffect.swift index fa467ecf..497cf8a5 100644 --- a/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGHueRotateEffect.swift +++ b/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGHueRotateEffect.swift @@ -2,7 +2,7 @@ // SVGHueRotateEffect.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGImageEffect.swift b/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGImageEffect.swift index d8dc4fa3..ad6e5368 100644 --- a/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGImageEffect.swift +++ b/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGImageEffect.swift @@ -2,7 +2,7 @@ // SVGImageEffect.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGLightingEffect.swift b/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGLightingEffect.swift index fe54f04c..14110b90 100644 --- a/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGLightingEffect.swift +++ b/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGLightingEffect.swift @@ -2,7 +2,7 @@ // SVGLightingEffect.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGLuminanceToAlphaEffect.swift b/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGLuminanceToAlphaEffect.swift index 869e2c4c..23e6167a 100644 --- a/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGLuminanceToAlphaEffect.swift +++ b/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGLuminanceToAlphaEffect.swift @@ -2,7 +2,7 @@ // SVGLuminanceToAlphaEffect.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGMergeEffect.swift b/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGMergeEffect.swift index 386e2b92..1f6537ef 100644 --- a/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGMergeEffect.swift +++ b/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGMergeEffect.swift @@ -2,7 +2,7 @@ // SVGMergeEffect.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGMorphologyEffect.swift b/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGMorphologyEffect.swift index f938c4d5..db97471c 100644 --- a/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGMorphologyEffect.swift +++ b/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGMorphologyEffect.swift @@ -2,7 +2,7 @@ // SVGMorphologyEffect.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGOffsetEffect.swift b/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGOffsetEffect.swift index b8e906e4..878e06ed 100644 --- a/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGOffsetEffect.swift +++ b/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGOffsetEffect.swift @@ -2,7 +2,7 @@ // SVGOffsetEffect.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGSaturateEffect.swift b/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGSaturateEffect.swift index cb4e3d1f..2cef8f38 100644 --- a/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGSaturateEffect.swift +++ b/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGSaturateEffect.swift @@ -2,7 +2,7 @@ // SVGSaturateEffect.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGTileEffect.swift b/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGTileEffect.swift index 7116057f..33973de7 100644 --- a/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGTileEffect.swift +++ b/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGTileEffect.swift @@ -2,7 +2,7 @@ // SVGTileEffect.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGTurbulenceEffect.swift b/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGTurbulenceEffect.swift index ff5dc519..f60f6167 100644 --- a/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGTurbulenceEffect.swift +++ b/Sources/DoggieGraphics/SVGContext/SVGEffect/SVGTurbulenceEffect.swift @@ -2,7 +2,7 @@ // SVGTurbulenceEffect.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieGraphics/Serialization/FixedNumber.swift b/Sources/DoggieGraphics/Serialization/FixedNumber.swift index 4729c896..feebdcb8 100644 --- a/Sources/DoggieGraphics/Serialization/FixedNumber.swift +++ b/Sources/DoggieGraphics/Serialization/FixedNumber.swift @@ -2,7 +2,7 @@ // FixedNumber.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieMath/Accelerate/CircularConvolve.swift b/Sources/DoggieMath/Accelerate/CircularConvolve.swift index 5a880366..69c52218 100644 --- a/Sources/DoggieMath/Accelerate/CircularConvolve.swift +++ b/Sources/DoggieMath/Accelerate/CircularConvolve.swift @@ -2,7 +2,7 @@ // CircularConvolve.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieMath/Accelerate/CircularConvolve2D.swift b/Sources/DoggieMath/Accelerate/CircularConvolve2D.swift index a5bb7af6..d25e1d86 100644 --- a/Sources/DoggieMath/Accelerate/CircularConvolve2D.swift +++ b/Sources/DoggieMath/Accelerate/CircularConvolve2D.swift @@ -2,7 +2,7 @@ // CircularConvolve2D.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieMath/Accelerate/CooleyTukey2D.swift b/Sources/DoggieMath/Accelerate/CooleyTukey2D.swift index 7b9e2d96..ac5eaa4c 100644 --- a/Sources/DoggieMath/Accelerate/CooleyTukey2D.swift +++ b/Sources/DoggieMath/Accelerate/CooleyTukey2D.swift @@ -2,7 +2,7 @@ // CooleyTukey2D.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieMath/Accelerate/DirectConvolve.swift b/Sources/DoggieMath/Accelerate/DirectConvolve.swift index 121052c9..08961c40 100644 --- a/Sources/DoggieMath/Accelerate/DirectConvolve.swift +++ b/Sources/DoggieMath/Accelerate/DirectConvolve.swift @@ -2,7 +2,7 @@ // DirectConvolve.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieMath/Accelerate/LinearAlgebra.swift b/Sources/DoggieMath/Accelerate/LinearAlgebra.swift index d97c0665..a55b3e5a 100644 --- a/Sources/DoggieMath/Accelerate/LinearAlgebra.swift +++ b/Sources/DoggieMath/Accelerate/LinearAlgebra.swift @@ -2,7 +2,7 @@ // LinearAlgebra.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieMath/Accelerate/Move.swift b/Sources/DoggieMath/Accelerate/Move.swift index 4c9fbef9..090778a6 100644 --- a/Sources/DoggieMath/Accelerate/Move.swift +++ b/Sources/DoggieMath/Accelerate/Move.swift @@ -2,7 +2,7 @@ // Move.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieMath/Accelerate/OverlapAddConvolve.swift b/Sources/DoggieMath/Accelerate/OverlapAddConvolve.swift index 22be8d09..021bb091 100644 --- a/Sources/DoggieMath/Accelerate/OverlapAddConvolve.swift +++ b/Sources/DoggieMath/Accelerate/OverlapAddConvolve.swift @@ -2,7 +2,7 @@ // OverlapAddConvolve // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieMath/Accelerate/Radix2CooleyTukey/HalfInverseRadix2CooleyTukey.swift b/Sources/DoggieMath/Accelerate/Radix2CooleyTukey/HalfInverseRadix2CooleyTukey.swift index f75f3f79..58f62a47 100644 --- a/Sources/DoggieMath/Accelerate/Radix2CooleyTukey/HalfInverseRadix2CooleyTukey.swift +++ b/Sources/DoggieMath/Accelerate/Radix2CooleyTukey/HalfInverseRadix2CooleyTukey.swift @@ -2,7 +2,7 @@ // HalfInverseRadix2CooleyTukey.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieMath/Accelerate/Radix2CooleyTukey/HalfRadix2CooleyTukey.swift b/Sources/DoggieMath/Accelerate/Radix2CooleyTukey/HalfRadix2CooleyTukey.swift index 2d62f769..5fb91f0a 100644 --- a/Sources/DoggieMath/Accelerate/Radix2CooleyTukey/HalfRadix2CooleyTukey.swift +++ b/Sources/DoggieMath/Accelerate/Radix2CooleyTukey/HalfRadix2CooleyTukey.swift @@ -2,7 +2,7 @@ // HalfRadix2CooleyTukey.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieMath/Accelerate/Radix2CooleyTukey/InverseRadix2CooleyTukey.swift b/Sources/DoggieMath/Accelerate/Radix2CooleyTukey/InverseRadix2CooleyTukey.swift index 7b861898..a88f1406 100644 --- a/Sources/DoggieMath/Accelerate/Radix2CooleyTukey/InverseRadix2CooleyTukey.swift +++ b/Sources/DoggieMath/Accelerate/Radix2CooleyTukey/InverseRadix2CooleyTukey.swift @@ -2,7 +2,7 @@ // InverseRadix2CooleyTukey.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieMath/Accelerate/Radix2CooleyTukey/Radix2CooleyTukey.swift b/Sources/DoggieMath/Accelerate/Radix2CooleyTukey/Radix2CooleyTukey.swift index f789e06a..fd592dcd 100644 --- a/Sources/DoggieMath/Accelerate/Radix2CooleyTukey/Radix2CooleyTukey.swift +++ b/Sources/DoggieMath/Accelerate/Radix2CooleyTukey/Radix2CooleyTukey.swift @@ -2,7 +2,7 @@ // Radix2CooleyTukey.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieMath/Accelerate/Radix2CooleyTukey/cooleytukey_16.swift b/Sources/DoggieMath/Accelerate/Radix2CooleyTukey/cooleytukey_16.swift index 8bd34330..0da563fd 100644 --- a/Sources/DoggieMath/Accelerate/Radix2CooleyTukey/cooleytukey_16.swift +++ b/Sources/DoggieMath/Accelerate/Radix2CooleyTukey/cooleytukey_16.swift @@ -2,7 +2,7 @@ // cooleytukey_16.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieMath/Accelerate/Radix2CooleyTukey/cooleytukey_2.swift b/Sources/DoggieMath/Accelerate/Radix2CooleyTukey/cooleytukey_2.swift index bf46a0cb..c5d0b5d8 100644 --- a/Sources/DoggieMath/Accelerate/Radix2CooleyTukey/cooleytukey_2.swift +++ b/Sources/DoggieMath/Accelerate/Radix2CooleyTukey/cooleytukey_2.swift @@ -2,7 +2,7 @@ // cooleytukey_2.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieMath/Accelerate/Radix2CooleyTukey/cooleytukey_4.swift b/Sources/DoggieMath/Accelerate/Radix2CooleyTukey/cooleytukey_4.swift index 12862bae..a4924aac 100644 --- a/Sources/DoggieMath/Accelerate/Radix2CooleyTukey/cooleytukey_4.swift +++ b/Sources/DoggieMath/Accelerate/Radix2CooleyTukey/cooleytukey_4.swift @@ -2,7 +2,7 @@ // cooleytukey_4.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieMath/Accelerate/Radix2CooleyTukey/cooleytukey_8.swift b/Sources/DoggieMath/Accelerate/Radix2CooleyTukey/cooleytukey_8.swift index 5afbb053..28eea3ad 100644 --- a/Sources/DoggieMath/Accelerate/Radix2CooleyTukey/cooleytukey_8.swift +++ b/Sources/DoggieMath/Accelerate/Radix2CooleyTukey/cooleytukey_8.swift @@ -2,7 +2,7 @@ // cooleytukey_8.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieMath/Accelerate/Radix2CooleyTukey/half_cooleytukey_16.swift b/Sources/DoggieMath/Accelerate/Radix2CooleyTukey/half_cooleytukey_16.swift index 8100c176..c5bdf9c0 100644 --- a/Sources/DoggieMath/Accelerate/Radix2CooleyTukey/half_cooleytukey_16.swift +++ b/Sources/DoggieMath/Accelerate/Radix2CooleyTukey/half_cooleytukey_16.swift @@ -2,7 +2,7 @@ // half_cooleytukey_16.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieMath/Accelerate/Radix2CooleyTukey/half_cooleytukey_2.swift b/Sources/DoggieMath/Accelerate/Radix2CooleyTukey/half_cooleytukey_2.swift index 74aa7725..4d34ab7c 100644 --- a/Sources/DoggieMath/Accelerate/Radix2CooleyTukey/half_cooleytukey_2.swift +++ b/Sources/DoggieMath/Accelerate/Radix2CooleyTukey/half_cooleytukey_2.swift @@ -2,7 +2,7 @@ // half_cooleytukey_2.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieMath/Accelerate/Radix2CooleyTukey/half_cooleytukey_4.swift b/Sources/DoggieMath/Accelerate/Radix2CooleyTukey/half_cooleytukey_4.swift index e6d7ab32..3000f242 100644 --- a/Sources/DoggieMath/Accelerate/Radix2CooleyTukey/half_cooleytukey_4.swift +++ b/Sources/DoggieMath/Accelerate/Radix2CooleyTukey/half_cooleytukey_4.swift @@ -2,7 +2,7 @@ // half_cooleytukey_4.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieMath/Accelerate/Radix2CooleyTukey/half_cooleytukey_8.swift b/Sources/DoggieMath/Accelerate/Radix2CooleyTukey/half_cooleytukey_8.swift index 33588cc0..11a3cf93 100644 --- a/Sources/DoggieMath/Accelerate/Radix2CooleyTukey/half_cooleytukey_8.swift +++ b/Sources/DoggieMath/Accelerate/Radix2CooleyTukey/half_cooleytukey_8.swift @@ -2,7 +2,7 @@ // half_cooleytukey_8.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieMath/Accelerate/Wrapper.swift b/Sources/DoggieMath/Accelerate/Wrapper.swift index 45e65ce8..015f9ca5 100644 --- a/Sources/DoggieMath/Accelerate/Wrapper.swift +++ b/Sources/DoggieMath/Accelerate/Wrapper.swift @@ -2,7 +2,7 @@ // Wrapper.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieMath/Arithmetic.swift b/Sources/DoggieMath/Arithmetic.swift index 4699a395..07885797 100644 --- a/Sources/DoggieMath/Arithmetic.swift +++ b/Sources/DoggieMath/Arithmetic.swift @@ -2,7 +2,7 @@ // Arithmetic.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieMath/Complex.swift b/Sources/DoggieMath/Complex.swift index 216ddd33..3f351276 100644 --- a/Sources/DoggieMath/Complex.swift +++ b/Sources/DoggieMath/Complex.swift @@ -2,7 +2,7 @@ // Complex.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieMath/Exported.swift b/Sources/DoggieMath/Exported.swift index 9b10dc6e..a6fda7d6 100644 --- a/Sources/DoggieMath/Exported.swift +++ b/Sources/DoggieMath/Exported.swift @@ -2,7 +2,7 @@ // Exported.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieMath/Extension.swift b/Sources/DoggieMath/Extension.swift index 8f0cac22..960943a1 100644 --- a/Sources/DoggieMath/Extension.swift +++ b/Sources/DoggieMath/Extension.swift @@ -2,7 +2,7 @@ // MathsExtension.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieMath/Fourier.swift b/Sources/DoggieMath/Fourier.swift index b7c44cc5..2501ac7b 100644 --- a/Sources/DoggieMath/Fourier.swift +++ b/Sources/DoggieMath/Fourier.swift @@ -2,7 +2,7 @@ // Fourier.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieMath/Maths.swift b/Sources/DoggieMath/Maths.swift index 4972094d..481435ae 100644 --- a/Sources/DoggieMath/Maths.swift +++ b/Sources/DoggieMath/Maths.swift @@ -2,7 +2,7 @@ // Maths.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieMath/Polynomial.swift b/Sources/DoggieMath/Polynomial.swift index 8a4943a9..94ee5ddb 100644 --- a/Sources/DoggieMath/Polynomial.swift +++ b/Sources/DoggieMath/Polynomial.swift @@ -2,7 +2,7 @@ // Polynomial.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieMath/Rational.swift b/Sources/DoggieMath/Rational.swift index fcffdbdc..48b25b13 100644 --- a/Sources/DoggieMath/Rational.swift +++ b/Sources/DoggieMath/Rational.swift @@ -2,7 +2,7 @@ // Rational.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/DoggieMath/SafeFunction.swift b/Sources/DoggieMath/SafeFunction.swift index e79b54c5..92a70bce 100644 --- a/Sources/DoggieMath/SafeFunction.swift +++ b/Sources/DoggieMath/SafeFunction.swift @@ -2,7 +2,7 @@ // SafeFunction.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/zlib_c/empty.c b/Sources/zlib_c/empty.c index ee2df2be..6892a336 100644 --- a/Sources/zlib_c/empty.c +++ b/Sources/zlib_c/empty.c @@ -2,7 +2,7 @@ // empty.c // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Sources/zlib_c/include/zlib_c.h b/Sources/zlib_c/include/zlib_c.h index 3766ab52..5a7ebbcb 100644 --- a/Sources/zlib_c/include/zlib_c.h +++ b/Sources/zlib_c/include/zlib_c.h @@ -2,7 +2,7 @@ // zlib_c.h // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Tests/DoggieTests/ArithmeticTest.swift b/Tests/DoggieTests/ArithmeticTest.swift index 0995ef06..9df22d63 100644 --- a/Tests/DoggieTests/ArithmeticTest.swift +++ b/Tests/DoggieTests/ArithmeticTest.swift @@ -2,7 +2,7 @@ // ArithmeticTest.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Tests/DoggieTests/BrotliTest.swift b/Tests/DoggieTests/BrotliTest.swift index 6fea656f..6d1f915b 100644 --- a/Tests/DoggieTests/BrotliTest.swift +++ b/Tests/DoggieTests/BrotliTest.swift @@ -2,7 +2,7 @@ // BrotliTest.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Tests/DoggieTests/CollectionTest.swift b/Tests/DoggieTests/CollectionTest.swift index 5b5bcfd3..1de9255e 100644 --- a/Tests/DoggieTests/CollectionTest.swift +++ b/Tests/DoggieTests/CollectionTest.swift @@ -2,7 +2,7 @@ // CollectionTest.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Tests/DoggieTests/ColorSpaceTest.swift b/Tests/DoggieTests/ColorSpaceTest.swift index 8677a634..bb04f5f4 100644 --- a/Tests/DoggieTests/ColorSpaceTest.swift +++ b/Tests/DoggieTests/ColorSpaceTest.swift @@ -2,7 +2,7 @@ // ColorSpaceTest.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Tests/DoggieTests/ColorTest.swift b/Tests/DoggieTests/ColorTest.swift index 50b472cf..ebf5ae3a 100644 --- a/Tests/DoggieTests/ColorTest.swift +++ b/Tests/DoggieTests/ColorTest.swift @@ -2,7 +2,7 @@ // ColorTest.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Tests/DoggieTests/ConcurrencyTest.swift b/Tests/DoggieTests/ConcurrencyTest.swift index c4465d2c..cb0c583c 100644 --- a/Tests/DoggieTests/ConcurrencyTest.swift +++ b/Tests/DoggieTests/ConcurrencyTest.swift @@ -2,7 +2,7 @@ // ConcurrencyTest.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Tests/DoggieTests/FontTest.swift b/Tests/DoggieTests/FontTest.swift index 52298507..d59d8117 100644 --- a/Tests/DoggieTests/FontTest.swift +++ b/Tests/DoggieTests/FontTest.swift @@ -2,7 +2,7 @@ // FontTest.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Tests/DoggieTests/FourierSpeedTest.swift b/Tests/DoggieTests/FourierSpeedTest.swift index 931ce7d3..2e1bcc8e 100644 --- a/Tests/DoggieTests/FourierSpeedTest.swift +++ b/Tests/DoggieTests/FourierSpeedTest.swift @@ -2,7 +2,7 @@ // FourierSpeedTest.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Tests/DoggieTests/FourierTest.swift b/Tests/DoggieTests/FourierTest.swift index d82239e1..4f05a4c1 100644 --- a/Tests/DoggieTests/FourierTest.swift +++ b/Tests/DoggieTests/FourierTest.swift @@ -2,7 +2,7 @@ // FourierTest.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Tests/DoggieTests/GeometryTest.swift b/Tests/DoggieTests/GeometryTest.swift index f7c1824f..e58f572a 100644 --- a/Tests/DoggieTests/GeometryTest.swift +++ b/Tests/DoggieTests/GeometryTest.swift @@ -2,7 +2,7 @@ // GeometryTest.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Tests/DoggieTests/ImageCodecTest.swift b/Tests/DoggieTests/ImageCodecTest.swift index 14fb88e1..42c3a25f 100644 --- a/Tests/DoggieTests/ImageCodecTest.swift +++ b/Tests/DoggieTests/ImageCodecTest.swift @@ -2,7 +2,7 @@ // ImageCodecTest.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Tests/DoggieTests/ImageContextTest.swift b/Tests/DoggieTests/ImageContextTest.swift index 5439b7b4..9dc9b103 100644 --- a/Tests/DoggieTests/ImageContextTest.swift +++ b/Tests/DoggieTests/ImageContextTest.swift @@ -2,7 +2,7 @@ // ImageContextTest.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Tests/DoggieTests/ImageTest.swift b/Tests/DoggieTests/ImageTest.swift index b6d28a18..82fc141e 100644 --- a/Tests/DoggieTests/ImageTest.swift +++ b/Tests/DoggieTests/ImageTest.swift @@ -2,7 +2,7 @@ // ImageTest.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Tests/DoggieTests/JsonTest.swift b/Tests/DoggieTests/JsonTest.swift index 3799f31e..d66069bf 100644 --- a/Tests/DoggieTests/JsonTest.swift +++ b/Tests/DoggieTests/JsonTest.swift @@ -2,7 +2,7 @@ // JsonTest.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Tests/DoggieTests/LayoutTest.swift b/Tests/DoggieTests/LayoutTest.swift index 3f0bcf38..e1a4e782 100644 --- a/Tests/DoggieTests/LayoutTest.swift +++ b/Tests/DoggieTests/LayoutTest.swift @@ -2,7 +2,7 @@ // LayoutTest.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Tests/DoggieTests/MappedBufferTest.swift b/Tests/DoggieTests/MappedBufferTest.swift index c2b77e58..d176df90 100644 --- a/Tests/DoggieTests/MappedBufferTest.swift +++ b/Tests/DoggieTests/MappedBufferTest.swift @@ -2,7 +2,7 @@ // MappedBufferTest.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Tests/DoggieTests/MathTest.swift b/Tests/DoggieTests/MathTest.swift index 7f9b928d..a36a6525 100644 --- a/Tests/DoggieTests/MathTest.swift +++ b/Tests/DoggieTests/MathTest.swift @@ -2,7 +2,7 @@ // MathTest.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Tests/DoggieTests/PDFContextTest.swift b/Tests/DoggieTests/PDFContextTest.swift index e64273b0..4971adf8 100644 --- a/Tests/DoggieTests/PDFContextTest.swift +++ b/Tests/DoggieTests/PDFContextTest.swift @@ -2,7 +2,7 @@ // PDFContextTest.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Tests/DoggieTests/PolynomialTest.swift b/Tests/DoggieTests/PolynomialTest.swift index 67092afa..546ebcc8 100644 --- a/Tests/DoggieTests/PolynomialTest.swift +++ b/Tests/DoggieTests/PolynomialTest.swift @@ -2,7 +2,7 @@ // PolynomialTest.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Tests/DoggieTests/ShapeRegionTest.swift b/Tests/DoggieTests/ShapeRegionTest.swift index 8549a248..a8de9859 100644 --- a/Tests/DoggieTests/ShapeRegionTest.swift +++ b/Tests/DoggieTests/ShapeRegionTest.swift @@ -2,7 +2,7 @@ // ShapeRegionTest.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Tests/DoggieTests/XMLTest.swift b/Tests/DoggieTests/XMLTest.swift index 3fa228dd..d2831ed4 100644 --- a/Tests/DoggieTests/XMLTest.swift +++ b/Tests/DoggieTests/XMLTest.swift @@ -2,7 +2,7 @@ // XMLTest.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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 diff --git a/Tests/DoggieTests/ZlibTest.swift b/Tests/DoggieTests/ZlibTest.swift index 30e24f7e..53726e47 100644 --- a/Tests/DoggieTests/ZlibTest.swift +++ b/Tests/DoggieTests/ZlibTest.swift @@ -2,7 +2,7 @@ // ZlibTest.swift // // The MIT License -// Copyright (c) 2015 - 2024 Susan Cheng. All rights reserved. +// Copyright (c) 2015 - 2025 Susan Cheng. 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