From 1f24095698d572a6555c2992d0c4b4d34b618372 Mon Sep 17 00:00:00 2001 From: Sicos1977 Date: Thu, 18 Mar 2021 09:26:21 +0100 Subject: [PATCH] Update copyright --- IFilterTextReader/ComHelpers.cs | 2 +- IFilterTextReader/Exceptions/IFAccessFailure.cs | 2 +- IFilterTextReader/Exceptions/IFClassFactoryFailure.cs | 2 +- IFilterTextReader/Exceptions/IFFileIsPasswordProtected.cs | 2 +- IFilterTextReader/Exceptions/IFFileToLarge.cs | 2 +- IFilterTextReader/Exceptions/IFFilterNotFound.cs | 2 +- IFilterTextReader/Exceptions/IFFilterPartiallyFiltered.cs | 2 +- IFilterTextReader/Exceptions/IFOldFilterFormat.cs | 2 +- IFilterTextReader/Exceptions/IFUnknownFormat.cs | 2 +- IFilterTextReader/Exceptions/IFilterTimeout.cs | 2 +- IFilterTextReader/Extensions.cs | 2 +- IFilterTextReader/FileTypeSelector.cs | 2 +- IFilterTextReader/FilterLoader.cs | 2 +- IFilterTextReader/FilterReader.cs | 2 +- IFilterTextReader/FilterReaderOptions.cs | 2 +- IFilterTextReader/FilterSearcher.cs | 2 +- IFilterTextReader/IStreamWrapper.cs | 2 +- IFilterTextReader/Job.cs | 2 +- IFilterTextReader/NativeMethods.cs | 2 +- IFilterTextReader/Property.cs | 2 +- IFilterTextReader/PropertyMapper.cs | 2 +- IFilterTextReader/UnmappedPropertyEventArgs.cs | 2 +- IFilterTextViewer/Program.cs | 2 +- IFilterTextViewer/Reader.cs | 2 +- 24 files changed, 24 insertions(+), 24 deletions(-) diff --git a/IFilterTextReader/ComHelpers.cs b/IFilterTextReader/ComHelpers.cs index 460c8c1..f42b5eb 100644 --- a/IFilterTextReader/ComHelpers.cs +++ b/IFilterTextReader/ComHelpers.cs @@ -3,7 +3,7 @@ // // Author: Kees van Spelde // -// Copyright (c) 2013-2020 Magic-Sessions. (www.magic-sessions.com) +// Copyright (c) 2013-2021 Magic-Sessions. (www.magic-sessions.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/IFilterTextReader/Exceptions/IFAccessFailure.cs b/IFilterTextReader/Exceptions/IFAccessFailure.cs index 9561639..4995f97 100644 --- a/IFilterTextReader/Exceptions/IFAccessFailure.cs +++ b/IFilterTextReader/Exceptions/IFAccessFailure.cs @@ -3,7 +3,7 @@ // // Author: Kees van Spelde // -// Copyright (c) 2013-2020 Magic-Sessions. (www.magic-sessions.com) +// Copyright (c) 2013-2021 Magic-Sessions. (www.magic-sessions.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/IFilterTextReader/Exceptions/IFClassFactoryFailure.cs b/IFilterTextReader/Exceptions/IFClassFactoryFailure.cs index 3fd0714..bbe207a 100644 --- a/IFilterTextReader/Exceptions/IFClassFactoryFailure.cs +++ b/IFilterTextReader/Exceptions/IFClassFactoryFailure.cs @@ -3,7 +3,7 @@ // // Author: Kees van Spelde // -// Copyright (c) 2013-2020 Magic-Sessions. (www.magic-sessions.com) +// Copyright (c) 2013-2021 Magic-Sessions. (www.magic-sessions.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/IFilterTextReader/Exceptions/IFFileIsPasswordProtected.cs b/IFilterTextReader/Exceptions/IFFileIsPasswordProtected.cs index 1320eac..047b1a4 100644 --- a/IFilterTextReader/Exceptions/IFFileIsPasswordProtected.cs +++ b/IFilterTextReader/Exceptions/IFFileIsPasswordProtected.cs @@ -3,7 +3,7 @@ // // Author: Kees van Spelde // -// Copyright (c) 2013-2020 Magic-Sessions. (www.magic-sessions.com) +// Copyright (c) 2013-2021 Magic-Sessions. (www.magic-sessions.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/IFilterTextReader/Exceptions/IFFileToLarge.cs b/IFilterTextReader/Exceptions/IFFileToLarge.cs index 7268561..c7b8525 100644 --- a/IFilterTextReader/Exceptions/IFFileToLarge.cs +++ b/IFilterTextReader/Exceptions/IFFileToLarge.cs @@ -3,7 +3,7 @@ // // Author: Kees van Spelde // -// Copyright (c) 2013-2020 Magic-Sessions. (www.magic-sessions.com) +// Copyright (c) 2013-2021 Magic-Sessions. (www.magic-sessions.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/IFilterTextReader/Exceptions/IFFilterNotFound.cs b/IFilterTextReader/Exceptions/IFFilterNotFound.cs index cef70c6..9e26e8d 100644 --- a/IFilterTextReader/Exceptions/IFFilterNotFound.cs +++ b/IFilterTextReader/Exceptions/IFFilterNotFound.cs @@ -3,7 +3,7 @@ // // Author: Kees van Spelde // -// Copyright (c) 2013-2020 Magic-Sessions. (www.magic-sessions.com) +// Copyright (c) 2013-2021 Magic-Sessions. (www.magic-sessions.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/IFilterTextReader/Exceptions/IFFilterPartiallyFiltered.cs b/IFilterTextReader/Exceptions/IFFilterPartiallyFiltered.cs index a8b80ba..44b9668 100644 --- a/IFilterTextReader/Exceptions/IFFilterPartiallyFiltered.cs +++ b/IFilterTextReader/Exceptions/IFFilterPartiallyFiltered.cs @@ -3,7 +3,7 @@ // // Author: Kees van Spelde // -// Copyright (c) 2013-2020 Magic-Sessions. (www.magic-sessions.com) +// Copyright (c) 2013-2021 Magic-Sessions. (www.magic-sessions.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/IFilterTextReader/Exceptions/IFOldFilterFormat.cs b/IFilterTextReader/Exceptions/IFOldFilterFormat.cs index 7b648ce..8bd8bb0 100644 --- a/IFilterTextReader/Exceptions/IFOldFilterFormat.cs +++ b/IFilterTextReader/Exceptions/IFOldFilterFormat.cs @@ -3,7 +3,7 @@ // // Author: Kees van Spelde // -// Copyright (c) 2013-2020 Magic-Sessions. (www.magic-sessions.com) +// Copyright (c) 2013-2021 Magic-Sessions. (www.magic-sessions.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/IFilterTextReader/Exceptions/IFUnknownFormat.cs b/IFilterTextReader/Exceptions/IFUnknownFormat.cs index 8422a10..56c1eeb 100644 --- a/IFilterTextReader/Exceptions/IFUnknownFormat.cs +++ b/IFilterTextReader/Exceptions/IFUnknownFormat.cs @@ -3,7 +3,7 @@ // // Author: Kees van Spelde // -// Copyright (c) 2013-2020 Magic-Sessions. (www.magic-sessions.com) +// Copyright (c) 2013-2021 Magic-Sessions. (www.magic-sessions.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/IFilterTextReader/Exceptions/IFilterTimeout.cs b/IFilterTextReader/Exceptions/IFilterTimeout.cs index 6a55ddf..7392052 100644 --- a/IFilterTextReader/Exceptions/IFilterTimeout.cs +++ b/IFilterTextReader/Exceptions/IFilterTimeout.cs @@ -3,7 +3,7 @@ // // Author: Kees van Spelde // -// Copyright (c) 2013-2020 Magic-Sessions. (www.magic-sessions.com) +// Copyright (c) 2013-2021 Magic-Sessions. (www.magic-sessions.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/IFilterTextReader/Extensions.cs b/IFilterTextReader/Extensions.cs index 24ff6f9..af36b6d 100644 --- a/IFilterTextReader/Extensions.cs +++ b/IFilterTextReader/Extensions.cs @@ -3,7 +3,7 @@ // // Author: Kees van Spelde // -// Copyright (c) 2013-2020 Magic-Sessions. (www.magic-sessions.com) +// Copyright (c) 2013-2021 Magic-Sessions. (www.magic-sessions.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/IFilterTextReader/FileTypeSelector.cs b/IFilterTextReader/FileTypeSelector.cs index fba72ee..a6c6ee6 100644 --- a/IFilterTextReader/FileTypeSelector.cs +++ b/IFilterTextReader/FileTypeSelector.cs @@ -3,7 +3,7 @@ // // Author: Kees van Spelde // -// Copyright (c) 2013-2020 Magic-Sessions. (www.magic-sessions.com) +// Copyright (c) 2013-2021 Magic-Sessions. (www.magic-sessions.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/IFilterTextReader/FilterLoader.cs b/IFilterTextReader/FilterLoader.cs index cda94e6..784b590 100644 --- a/IFilterTextReader/FilterLoader.cs +++ b/IFilterTextReader/FilterLoader.cs @@ -3,7 +3,7 @@ // // Author: Kees van Spelde // -// Copyright (c) 2013-2020 Magic-Sessions. (www.magic-sessions.com) +// Copyright (c) 2013-2021 Magic-Sessions. (www.magic-sessions.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/IFilterTextReader/FilterReader.cs b/IFilterTextReader/FilterReader.cs index a9ed080..afb2574 100644 --- a/IFilterTextReader/FilterReader.cs +++ b/IFilterTextReader/FilterReader.cs @@ -3,7 +3,7 @@ // // Author: Kees van Spelde // -// Copyright (c) 2013-2020 Magic-Sessions. (www.magic-sessions.com) +// Copyright (c) 2013-2021 Magic-Sessions. (www.magic-sessions.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/IFilterTextReader/FilterReaderOptions.cs b/IFilterTextReader/FilterReaderOptions.cs index 15e15bc..29a46af 100644 --- a/IFilterTextReader/FilterReaderOptions.cs +++ b/IFilterTextReader/FilterReaderOptions.cs @@ -3,7 +3,7 @@ // // Author: Kees van Spelde // -// Copyright (c) 2013-2020 Magic-Sessions. (www.magic-sessions.com) +// Copyright (c) 2013-2021 Magic-Sessions. (www.magic-sessions.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/IFilterTextReader/FilterSearcher.cs b/IFilterTextReader/FilterSearcher.cs index e2106de..ca359f4 100644 --- a/IFilterTextReader/FilterSearcher.cs +++ b/IFilterTextReader/FilterSearcher.cs @@ -3,7 +3,7 @@ // // Author: Kees van Spelde // -// Copyright (c) 2013-2020 Magic-Sessions. (www.magic-sessions.com) +// Copyright (c) 2013-2021 Magic-Sessions. (www.magic-sessions.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/IFilterTextReader/IStreamWrapper.cs b/IFilterTextReader/IStreamWrapper.cs index cf97e0a..7e21334 100644 --- a/IFilterTextReader/IStreamWrapper.cs +++ b/IFilterTextReader/IStreamWrapper.cs @@ -3,7 +3,7 @@ // // Author: Kees van Spelde // -// Copyright (c) 2013-2020 Magic-Sessions. (www.magic-sessions.com) +// Copyright (c) 2013-2021 Magic-Sessions. (www.magic-sessions.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/IFilterTextReader/Job.cs b/IFilterTextReader/Job.cs index 111b4bc..ea51497 100644 --- a/IFilterTextReader/Job.cs +++ b/IFilterTextReader/Job.cs @@ -3,7 +3,7 @@ // // Author: Kees van Spelde // -// Copyright (c) 2013-2020 Magic-Sessions. (www.magic-sessions.com) +// Copyright (c) 2013-2021 Magic-Sessions. (www.magic-sessions.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/IFilterTextReader/NativeMethods.cs b/IFilterTextReader/NativeMethods.cs index 3894c83..34bef55 100644 --- a/IFilterTextReader/NativeMethods.cs +++ b/IFilterTextReader/NativeMethods.cs @@ -3,7 +3,7 @@ // // Author: Kees van Spelde // -// Copyright (c) 2013-2020 Magic-Sessions. (www.magic-sessions.com) +// Copyright (c) 2013-2021 Magic-Sessions. (www.magic-sessions.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/IFilterTextReader/Property.cs b/IFilterTextReader/Property.cs index f63dba8..21617f3 100644 --- a/IFilterTextReader/Property.cs +++ b/IFilterTextReader/Property.cs @@ -3,7 +3,7 @@ // // Author: Kees van Spelde // -// Copyright (c) 2013-2020 Magic-Sessions. (www.magic-sessions.com) +// Copyright (c) 2013-2021 Magic-Sessions. (www.magic-sessions.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/IFilterTextReader/PropertyMapper.cs b/IFilterTextReader/PropertyMapper.cs index b8d4e96..75480e3 100644 --- a/IFilterTextReader/PropertyMapper.cs +++ b/IFilterTextReader/PropertyMapper.cs @@ -3,7 +3,7 @@ // // Author: Kees van Spelde // -// Copyright (c) 2013-2020 Magic-Sessions. (www.magic-sessions.com) +// Copyright (c) 2013-2021 Magic-Sessions. (www.magic-sessions.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/IFilterTextReader/UnmappedPropertyEventArgs.cs b/IFilterTextReader/UnmappedPropertyEventArgs.cs index 3a5801a..91009c2 100644 --- a/IFilterTextReader/UnmappedPropertyEventArgs.cs +++ b/IFilterTextReader/UnmappedPropertyEventArgs.cs @@ -3,7 +3,7 @@ // // Author: Kees van Spelde // -// Copyright (c) 2013-2020 Magic-Sessions. (www.magic-sessions.com) +// Copyright (c) 2013-2021 Magic-Sessions. (www.magic-sessions.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/IFilterTextViewer/Program.cs b/IFilterTextViewer/Program.cs index 98df4ae..751cfe5 100644 --- a/IFilterTextViewer/Program.cs +++ b/IFilterTextViewer/Program.cs @@ -3,7 +3,7 @@ // // Author: Kees van Spelde // -// Copyright (c) 2013-2020 Magic-Sessions. (www.magic-sessions.com) +// Copyright (c) 2013-2021 Magic-Sessions. (www.magic-sessions.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/IFilterTextViewer/Reader.cs b/IFilterTextViewer/Reader.cs index 3c01360..8eaf071 100644 --- a/IFilterTextViewer/Reader.cs +++ b/IFilterTextViewer/Reader.cs @@ -3,7 +3,7 @@ // // Author: Kees van Spelde // -// Copyright (c) 2013-2020 Magic-Sessions. (www.magic-sessions.com) +// Copyright (c) 2013-2021 Magic-Sessions. (www.magic-sessions.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal