From 17efe96af3d66eb7330d331ae4da55ec4768e7c9 Mon Sep 17 00:00:00 2001 From: Tim Stair Date: Sat, 2 Mar 2024 08:04:38 -0800 Subject: [PATCH] Update copyright string in license blocks --- CardMaker/Card/CardCanvas.cs | 2 +- CardMaker/Card/CardPathUtil.cs | 2 +- CardMaker/Card/CardRenderer.cs | 2 +- CardMaker/Card/CommandLine/CommandLineEnumerations.cs | 2 +- CardMaker/Card/CommandLine/CommandLineExporterBase.cs | 2 +- CardMaker/Card/CommandLine/CommandLineProcessor.cs | 2 +- CardMaker/Card/CommandLine/CommandLineUtil.cs | 2 +- CardMaker/Card/CommandLine/ConsoleLogger.cs | 2 +- CardMaker/Card/CommandLine/ImageCommandLineExporter.cs | 2 +- CardMaker/Card/CommandLine/PDFCommandLineExporter.cs | 2 +- CardMaker/Card/Deck.cs | 2 +- CardMaker/Card/DeckLine.cs | 2 +- CardMaker/Card/DeckReader.cs | 2 +- CardMaker/Card/DrawFormattedText.cs | 2 +- CardMaker/Card/DrawGraphic.cs | 2 +- CardMaker/Card/DrawTextGraphics.cs | 2 +- CardMaker/Card/DrawTextTextRenderer.cs | 2 +- CardMaker/Card/ElementString.cs | 2 +- CardMaker/Card/Export/CardExportBase.cs | 2 +- CardMaker/Card/Export/CompilerCardExporter.cs | 2 +- CardMaker/Card/Export/FileCardClipboardExporter.cs | 2 +- CardMaker/Card/Export/FileCardExporter.cs | 2 +- CardMaker/Card/Export/FileCardExporterFactory.cs | 2 +- CardMaker/Card/Export/FileCardSingleExporter.cs | 2 +- CardMaker/Card/Export/Pdf/CenterAlignPdfRowExporter.cs | 2 +- CardMaker/Card/Export/Pdf/LeftAlignPdfRowExporter.cs | 2 +- CardMaker/Card/Export/Pdf/PdfRowExporter.cs | 2 +- CardMaker/Card/Export/Pdf/PdfSharpExportData.cs | 2 +- CardMaker/Card/Export/Pdf/PdfSharpExporter.cs | 2 +- CardMaker/Card/Export/Pdf/RightAlignPdfRowExporter.cs | 2 +- CardMaker/Card/FontLoader.cs | 2 +- CardMaker/Card/FormattedText/Alignment/AlignmentController.cs | 2 +- .../FormattedText/Alignment/HorizontalAlignmentProcessor.cs | 2 +- .../Alignment/HorizontalCenterAlignmentProcessor.cs | 2 +- .../Alignment/HorizontalJustifiedAlignmentProcessor.cs | 2 +- .../FormattedText/Alignment/HorizontalLeftAlignmentProcessor.cs | 2 +- .../Alignment/HorizontalRightAlignmentProcessor.cs | 2 +- .../Card/FormattedText/Alignment/VerticalAlignmentProcessor.cs | 2 +- .../FormattedText/Alignment/VerticalBottomAlignmentProcessor.cs | 2 +- .../FormattedText/Alignment/VerticalMiddleAlignmentProcessor.cs | 2 +- .../FormattedText/Alignment/VerticalTopAlignmentProcessor.cs | 2 +- CardMaker/Card/FormattedText/FormattedTextData.cs | 2 +- CardMaker/Card/FormattedText/FormattedTextDataCache.cs | 2 +- CardMaker/Card/FormattedText/FormattedTextParser.cs | 2 +- CardMaker/Card/FormattedText/FormattedTextProcessData.cs | 2 +- CardMaker/Card/FormattedText/Markup/AlignCenterMarkup.cs | 2 +- CardMaker/Card/FormattedText/Markup/AlignLeftMarkup.cs | 2 +- CardMaker/Card/FormattedText/Markup/AlignRightMarkup.cs | 2 +- CardMaker/Card/FormattedText/Markup/AllCapsMarkup.cs | 2 +- CardMaker/Card/FormattedText/Markup/BackgroundColorMarkup.cs | 2 +- CardMaker/Card/FormattedText/Markup/BackgroundImageMarkup.cs | 2 +- CardMaker/Card/FormattedText/Markup/BaseAlignMarkup.cs | 2 +- CardMaker/Card/FormattedText/Markup/BaseImageMarkup.cs | 2 +- CardMaker/Card/FormattedText/Markup/CloseTagMarkup.cs | 2 +- CardMaker/Card/FormattedText/Markup/FontColorMarkup.cs | 2 +- CardMaker/Card/FormattedText/Markup/FontMarkup.cs | 2 +- CardMaker/Card/FormattedText/Markup/FontScaleMarkup.cs | 2 +- CardMaker/Card/FormattedText/Markup/FontSizeMarkup.cs | 2 +- CardMaker/Card/FormattedText/Markup/FontStyleMarkup.cs | 2 +- CardMaker/Card/FormattedText/Markup/ImageColorMarkup.cs | 2 +- CardMaker/Card/FormattedText/Markup/ImageMarkup.cs | 2 +- CardMaker/Card/FormattedText/Markup/LineSpaceMarkup.cs | 2 +- .../Card/FormattedText/Markup/MarginHorizontalMarkupBase.cs | 2 +- CardMaker/Card/FormattedText/Markup/MarginLeftMarkup.cs | 2 +- CardMaker/Card/FormattedText/Markup/MarginRightMarkup.cs | 2 +- CardMaker/Card/FormattedText/Markup/MarkupBase.cs | 2 +- CardMaker/Card/FormattedText/Markup/MarkupUtil.cs | 2 +- CardMaker/Card/FormattedText/Markup/MarkupValueBase.cs | 2 +- CardMaker/Card/FormattedText/Markup/MirrorHorizontalMarkup.cs | 2 +- CardMaker/Card/FormattedText/Markup/MirrorMarkup.cs | 2 +- CardMaker/Card/FormattedText/Markup/MirrorVerticalMarkup.cs | 2 +- CardMaker/Card/FormattedText/Markup/NewlineMarkup.cs | 2 +- CardMaker/Card/FormattedText/Markup/PixelMarkup.cs | 2 +- CardMaker/Card/FormattedText/Markup/PushMarkup.cs | 2 +- CardMaker/Card/FormattedText/Markup/SpaceMarkup.cs | 2 +- CardMaker/Card/FormattedText/Markup/TextMarkup.cs | 2 +- CardMaker/Card/FormattedText/Markup/XDrawOffsetMarkup.cs | 2 +- CardMaker/Card/FormattedText/Markup/YDrawOffsetMarkup.cs | 2 +- CardMaker/Card/IDrawFormattedText.cs | 2 +- CardMaker/Card/IDrawGraphic.cs | 2 +- CardMaker/Card/IDrawText.cs | 2 +- CardMaker/Card/IInlineBackgroundElementProcessor.cs | 2 +- CardMaker/Card/ImageCache.cs | 2 +- CardMaker/Card/Import/CSVReferenceReader.cs | 2 +- CardMaker/Card/Import/ExcelReferenceReader.cs | 2 +- CardMaker/Card/Import/ExcelSpreadSheetReference.cs | 2 +- CardMaker/Card/Import/GoogleReferenceReader.cs | 2 +- CardMaker/Card/Import/GoogleSpreadsheetReference.cs | 2 +- CardMaker/Card/Import/ReferenceLine.cs | 2 +- CardMaker/Card/Import/ReferenceReader.cs | 2 +- CardMaker/Card/Import/ReferenceReaderFactory.cs | 2 +- CardMaker/Card/InlineBackgroundElementProcessor.cs | 2 +- CardMaker/Card/MeasurementUtil.cs | 2 +- CardMaker/Card/MirrorRender.cs | 2 +- CardMaker/Card/Render/BackgroundColorElementRenderProcessor.cs | 2 +- CardMaker/Card/Render/BorderElementRenderProcessor.cs | 2 +- CardMaker/Card/Render/IElementRenderProcessor.cs | 2 +- CardMaker/Card/Render/InlineElementRenderProcessor.cs | 2 +- CardMaker/Card/Render/InputElementRenderProcessor.cs | 2 +- CardMaker/Card/Render/TransformElementRenderProcessor.cs | 2 +- CardMaker/Card/Render/TypeElementRenderProcessor.cs | 2 +- CardMaker/Card/Shapes/AbstractShape.cs | 2 +- CardMaker/Card/Shapes/Definitions/EllipseShape.cs | 2 +- CardMaker/Card/Shapes/Definitions/GridShape.cs | 2 +- CardMaker/Card/Shapes/Definitions/RectShape.cs | 2 +- CardMaker/Card/Shapes/Definitions/RoundedRectShape.cs | 2 +- CardMaker/Card/Shapes/Definitions/TriangleShape.cs | 2 +- CardMaker/Card/Shapes/IShapeRenderer.cs | 2 +- CardMaker/Card/Shapes/ShapeInfo.cs | 2 +- CardMaker/Card/Shapes/ShapeManager.cs | 2 +- CardMaker/Card/Translation/FilenameTranslator.cs | 2 +- CardMaker/Card/Translation/ITranslatorFactory.cs | 2 +- CardMaker/Card/Translation/InceptTranslator.cs | 2 +- CardMaker/Card/Translation/JavaScriptTranslator.cs | 2 +- CardMaker/Card/Translation/JavascriptHostFunctions.cs | 2 +- CardMaker/Card/Translation/TranslatorBase.cs | 2 +- CardMaker/Card/Translation/TranslatorFactory.cs | 2 +- CardMaker/CardMakerBuild.cs | 2 +- CardMaker/Data/CardMakerConstants.cs | 2 +- CardMaker/Data/CardMakerInstance.cs | 2 +- CardMaker/Data/CardMakerSettings.cs | 2 +- CardMaker/Data/ElementPosition.cs | 2 +- CardMaker/Data/Enumerations.cs | 2 +- CardMaker/Data/LayoutTemplateManager.cs | 2 +- CardMaker/Events/Args/DeckChangeEventArgs.cs | 2 +- CardMaker/Events/Args/ElementEventArgs.cs | 2 +- CardMaker/Events/Args/ExportEventArgs.cs | 2 +- CardMaker/Events/Args/GoogleAuthEventArgs.cs | 2 +- CardMaker/Events/Args/IssueCardInfoEventArgs.cs | 2 +- CardMaker/Events/Args/IssueElementEventArgs.cs | 2 +- CardMaker/Events/Args/IssueMessageEventArgs.cs | 2 +- CardMaker/Events/Args/IssueRefreshEventArgs.cs | 2 +- CardMaker/Events/Args/LayoutElementNumericAdjustEventArgs.cs | 2 +- CardMaker/Events/Args/ProjectEventArgs.cs | 2 +- CardMaker/Events/Args/ProjectLayoutEventArgs.cs | 2 +- CardMaker/Events/Managers/AutoSaveManager.cs | 2 +- CardMaker/Events/Managers/ElementManager.cs | 2 +- CardMaker/Events/Managers/ExportManager.cs | 2 +- CardMaker/Events/Managers/GoogleAuthManager.cs | 2 +- CardMaker/Events/Managers/InitializationManager.cs | 2 +- CardMaker/Events/Managers/IssueManager.cs | 2 +- CardMaker/Events/Managers/LayoutManager.cs | 2 +- CardMaker/Events/Managers/ProjectManager.cs | 2 +- CardMaker/Forms/CardMakerMDI.Designer.cs | 2 +- CardMaker/Forms/CardMakerMDI.cs | 2 +- CardMaker/Forms/Dialogs/ProjectSettingsDialog.cs | 2 +- CardMaker/Forms/FormUtils.cs | 2 +- CardMaker/Forms/GoogleCredentialsDialog.Designer.cs | 2 +- CardMaker/Forms/GoogleCredentialsDialog.cs | 2 +- CardMaker/Forms/MDICanvas.Designer.cs | 2 +- CardMaker/Forms/MDICanvas.cs | 2 +- CardMaker/Forms/MDIDefines.Designer.cs | 2 +- CardMaker/Forms/MDIDefines.cs | 2 +- CardMaker/Forms/MDIElementControl.Designer.cs | 2 +- CardMaker/Forms/MDIElementControl.cs | 2 +- CardMaker/Forms/MDIIssues.Designer.cs | 2 +- CardMaker/Forms/MDIIssues.cs | 2 +- CardMaker/Forms/MDILayoutControl.Designer.cs | 2 +- CardMaker/Forms/MDILayoutControl.cs | 2 +- CardMaker/Forms/MDILogger.Designer.cs | 2 +- CardMaker/Forms/MDILogger.cs | 2 +- CardMaker/Forms/MDIProject.Designer.cs | 2 +- CardMaker/Forms/MDIProject.cs | 2 +- CardMaker/Forms/ProjectManagerUI.Designer.cs | 2 +- CardMaker/Forms/ProjectManagerUI.cs | 2 +- CardMaker/Program.cs | 2 +- CardMaker/Support/Google/GoogleApi.cs | 2 +- CardMaker/Support/Google/GoogleInitializerFactory.cs | 2 +- CardMaker/Support/Google/Sheets/GoogleSheetInfo.cs | 2 +- CardMaker/Support/Google/Sheets/GoogleSpreadsheet.cs | 2 +- .../Support/Google/Sheets/GoogleSpreadsheetBrowser.Designer.cs | 2 +- CardMaker/Support/Google/Sheets/GoogleSpreadsheetBrowser.cs | 2 +- .../Support/Google/Sheets/GoogleSpreadsheetSelector.Designer.cs | 2 +- CardMaker/Support/Google/Sheets/GoogleSpreadsheetSelector.cs | 2 +- CardMaker/Support/IO/CSVFile.cs | 2 +- CardMaker/Support/IO/INIManager.cs | 2 +- CardMaker/Support/IO/IOUtils.cs | 2 +- CardMaker/Support/IO/Logger.cs | 2 +- CardMaker/Support/IO/SerializationUtils.cs | 2 +- CardMaker/Support/Progress/ConsoleProgressReporter.cs | 2 +- CardMaker/Support/Progress/ConsoleProgressReporterFactory.cs | 2 +- CardMaker/Support/Progress/IProgressReporter.cs | 2 +- CardMaker/Support/Progress/ProgressReporterFactory.cs | 2 +- CardMaker/Support/Progress/ProgressReporterProxy.cs | 2 +- .../Support/Progress/WaitDialogLineProgressReporterFactory.cs | 2 +- CardMaker/Support/UI/AbstractDirtyForm.cs | 2 +- CardMaker/Support/UI/Extensions.cs | 2 +- CardMaker/Support/UI/ListViewAssist.cs | 2 +- CardMaker/Support/UI/ListViewDoubleBuffer.cs | 2 +- CardMaker/Support/UI/ListViewItemComparer.cs | 2 +- CardMaker/Support/UI/PanelEx.cs | 2 +- CardMaker/Support/UI/QueryPanel.cs | 2 +- CardMaker/Support/UI/QueryPanelDialog.cs | 2 +- CardMaker/Support/UI/RGBColorSelectDialog.Designer.cs | 2 +- CardMaker/Support/UI/RGBColorSelectDialog.cs | 2 +- CardMaker/Support/UI/UserAction.cs | 2 +- CardMaker/Support/UI/WaitDialog.cs | 2 +- CardMaker/Support/UI/Win32.cs | 2 +- CardMaker/Support/Util/CommandLineParser.cs | 2 +- CardMaker/Support/Util/ParseUtil.cs | 2 +- CardMaker/Support/Util/TimeMeasure.cs | 2 +- CardMaker/Test/UnitTest/DeckObject/ElementOverride.cs | 2 +- CardMaker/Test/UnitTest/DeckObject/FormattedText.cs | 2 +- CardMaker/Test/UnitTest/DeckObject/InceptStringTranslation.cs | 2 +- .../UnitTest/DeckObject/InlineBackgroundElementProcessorTest.cs | 2 +- .../Test/UnitTest/DeckObject/JavaScriptStringTranslation.cs | 2 +- .../Test/UnitTest/DeckObject/JavaScriptTranslatorFactory.cs | 2 +- CardMaker/Test/UnitTest/DeckObject/TestDeck.cs | 2 +- CardMaker/Test/UnitTest/Support/Util/ParseUtilTest.cs | 2 +- CardMaker/XML/LayoutTemplate.cs | 2 +- CardMaker/XML/Project.cs | 2 +- CardMaker/XML/ProjectLayout.cs | 2 +- CardMaker/XML/ProjectLayoutElement.cs | 2 +- CardMaker/XML/ProjectLayoutReference.cs | 2 +- 214 files changed, 214 insertions(+), 214 deletions(-) diff --git a/CardMaker/Card/CardCanvas.cs b/CardMaker/Card/CardCanvas.cs index 0a146583..6ca80666 100644 --- a/CardMaker/Card/CardCanvas.cs +++ b/CardMaker/Card/CardCanvas.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/CardPathUtil.cs b/CardMaker/Card/CardPathUtil.cs index c7333ed1..edd50e5a 100644 --- a/CardMaker/Card/CardPathUtil.cs +++ b/CardMaker/Card/CardPathUtil.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/CardRenderer.cs b/CardMaker/Card/CardRenderer.cs index fc2f775e..5d51f162 100644 --- a/CardMaker/Card/CardRenderer.cs +++ b/CardMaker/Card/CardRenderer.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/CommandLine/CommandLineEnumerations.cs b/CardMaker/Card/CommandLine/CommandLineEnumerations.cs index 0cd0f5a2..596627e3 100644 --- a/CardMaker/Card/CommandLine/CommandLineEnumerations.cs +++ b/CardMaker/Card/CommandLine/CommandLineEnumerations.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/CommandLine/CommandLineExporterBase.cs b/CardMaker/Card/CommandLine/CommandLineExporterBase.cs index 963898da..67edee12 100644 --- a/CardMaker/Card/CommandLine/CommandLineExporterBase.cs +++ b/CardMaker/Card/CommandLine/CommandLineExporterBase.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/CommandLine/CommandLineProcessor.cs b/CardMaker/Card/CommandLine/CommandLineProcessor.cs index f80287ee..97a74323 100644 --- a/CardMaker/Card/CommandLine/CommandLineProcessor.cs +++ b/CardMaker/Card/CommandLine/CommandLineProcessor.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/CommandLine/CommandLineUtil.cs b/CardMaker/Card/CommandLine/CommandLineUtil.cs index 7089ea4e..438e78e0 100644 --- a/CardMaker/Card/CommandLine/CommandLineUtil.cs +++ b/CardMaker/Card/CommandLine/CommandLineUtil.cs @@ -1,7 +1,7 @@ /////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/CommandLine/ConsoleLogger.cs b/CardMaker/Card/CommandLine/ConsoleLogger.cs index 5eee68a6..509b989c 100644 --- a/CardMaker/Card/CommandLine/ConsoleLogger.cs +++ b/CardMaker/Card/CommandLine/ConsoleLogger.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/CommandLine/ImageCommandLineExporter.cs b/CardMaker/Card/CommandLine/ImageCommandLineExporter.cs index 41881575..f9c4f09f 100644 --- a/CardMaker/Card/CommandLine/ImageCommandLineExporter.cs +++ b/CardMaker/Card/CommandLine/ImageCommandLineExporter.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/CommandLine/PDFCommandLineExporter.cs b/CardMaker/Card/CommandLine/PDFCommandLineExporter.cs index 6935eb0a..9817fedd 100644 --- a/CardMaker/Card/CommandLine/PDFCommandLineExporter.cs +++ b/CardMaker/Card/CommandLine/PDFCommandLineExporter.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/Deck.cs b/CardMaker/Card/Deck.cs index b3ded701..b2bf8fdb 100644 --- a/CardMaker/Card/Deck.cs +++ b/CardMaker/Card/Deck.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/DeckLine.cs b/CardMaker/Card/DeckLine.cs index 02bb5292..ad4a64d6 100644 --- a/CardMaker/Card/DeckLine.cs +++ b/CardMaker/Card/DeckLine.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/DeckReader.cs b/CardMaker/Card/DeckReader.cs index 23315138..4a773722 100644 --- a/CardMaker/Card/DeckReader.cs +++ b/CardMaker/Card/DeckReader.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/DrawFormattedText.cs b/CardMaker/Card/DrawFormattedText.cs index 21b6c38d..29fb0d9a 100644 --- a/CardMaker/Card/DrawFormattedText.cs +++ b/CardMaker/Card/DrawFormattedText.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/DrawGraphic.cs b/CardMaker/Card/DrawGraphic.cs index 671d07d6..e34ad965 100644 --- a/CardMaker/Card/DrawGraphic.cs +++ b/CardMaker/Card/DrawGraphic.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/DrawTextGraphics.cs b/CardMaker/Card/DrawTextGraphics.cs index fcd1d6e7..cd02db7d 100644 --- a/CardMaker/Card/DrawTextGraphics.cs +++ b/CardMaker/Card/DrawTextGraphics.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/DrawTextTextRenderer.cs b/CardMaker/Card/DrawTextTextRenderer.cs index d29faa02..2581a7bd 100644 --- a/CardMaker/Card/DrawTextTextRenderer.cs +++ b/CardMaker/Card/DrawTextTextRenderer.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/ElementString.cs b/CardMaker/Card/ElementString.cs index 859a1253..34694883 100644 --- a/CardMaker/Card/ElementString.cs +++ b/CardMaker/Card/ElementString.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/Export/CardExportBase.cs b/CardMaker/Card/Export/CardExportBase.cs index d2a10141..eb9d6dbb 100644 --- a/CardMaker/Card/Export/CardExportBase.cs +++ b/CardMaker/Card/Export/CardExportBase.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/Export/CompilerCardExporter.cs b/CardMaker/Card/Export/CompilerCardExporter.cs index 022de267..9c53c449 100644 --- a/CardMaker/Card/Export/CompilerCardExporter.cs +++ b/CardMaker/Card/Export/CompilerCardExporter.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/Export/FileCardClipboardExporter.cs b/CardMaker/Card/Export/FileCardClipboardExporter.cs index 0b81b9b2..bcf08839 100644 --- a/CardMaker/Card/Export/FileCardClipboardExporter.cs +++ b/CardMaker/Card/Export/FileCardClipboardExporter.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/Export/FileCardExporter.cs b/CardMaker/Card/Export/FileCardExporter.cs index 58326df2..0e4aa498 100644 --- a/CardMaker/Card/Export/FileCardExporter.cs +++ b/CardMaker/Card/Export/FileCardExporter.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/Export/FileCardExporterFactory.cs b/CardMaker/Card/Export/FileCardExporterFactory.cs index 8309e710..f3ec06ec 100644 --- a/CardMaker/Card/Export/FileCardExporterFactory.cs +++ b/CardMaker/Card/Export/FileCardExporterFactory.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/Export/FileCardSingleExporter.cs b/CardMaker/Card/Export/FileCardSingleExporter.cs index 2e3dbd73..a7034b42 100644 --- a/CardMaker/Card/Export/FileCardSingleExporter.cs +++ b/CardMaker/Card/Export/FileCardSingleExporter.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/Export/Pdf/CenterAlignPdfRowExporter.cs b/CardMaker/Card/Export/Pdf/CenterAlignPdfRowExporter.cs index 8f27f98d..d44d7dbc 100644 --- a/CardMaker/Card/Export/Pdf/CenterAlignPdfRowExporter.cs +++ b/CardMaker/Card/Export/Pdf/CenterAlignPdfRowExporter.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/Export/Pdf/LeftAlignPdfRowExporter.cs b/CardMaker/Card/Export/Pdf/LeftAlignPdfRowExporter.cs index b7bf3806..48046f9a 100644 --- a/CardMaker/Card/Export/Pdf/LeftAlignPdfRowExporter.cs +++ b/CardMaker/Card/Export/Pdf/LeftAlignPdfRowExporter.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/Export/Pdf/PdfRowExporter.cs b/CardMaker/Card/Export/Pdf/PdfRowExporter.cs index 72189766..ce54aed7 100644 --- a/CardMaker/Card/Export/Pdf/PdfRowExporter.cs +++ b/CardMaker/Card/Export/Pdf/PdfRowExporter.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/Export/Pdf/PdfSharpExportData.cs b/CardMaker/Card/Export/Pdf/PdfSharpExportData.cs index a1fd0404..a4b6a148 100644 --- a/CardMaker/Card/Export/Pdf/PdfSharpExportData.cs +++ b/CardMaker/Card/Export/Pdf/PdfSharpExportData.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/Export/Pdf/PdfSharpExporter.cs b/CardMaker/Card/Export/Pdf/PdfSharpExporter.cs index 839277ba..5d1aebaf 100644 --- a/CardMaker/Card/Export/Pdf/PdfSharpExporter.cs +++ b/CardMaker/Card/Export/Pdf/PdfSharpExporter.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/Export/Pdf/RightAlignPdfRowExporter.cs b/CardMaker/Card/Export/Pdf/RightAlignPdfRowExporter.cs index 2261c081..c2ae5d9a 100644 --- a/CardMaker/Card/Export/Pdf/RightAlignPdfRowExporter.cs +++ b/CardMaker/Card/Export/Pdf/RightAlignPdfRowExporter.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/FontLoader.cs b/CardMaker/Card/FontLoader.cs index 6e096e3e..a10b5ef5 100644 --- a/CardMaker/Card/FontLoader.cs +++ b/CardMaker/Card/FontLoader.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/FormattedText/Alignment/AlignmentController.cs b/CardMaker/Card/FormattedText/Alignment/AlignmentController.cs index 7104638a..33be6e01 100644 --- a/CardMaker/Card/FormattedText/Alignment/AlignmentController.cs +++ b/CardMaker/Card/FormattedText/Alignment/AlignmentController.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/FormattedText/Alignment/HorizontalAlignmentProcessor.cs b/CardMaker/Card/FormattedText/Alignment/HorizontalAlignmentProcessor.cs index 4bca39f8..3ba37903 100644 --- a/CardMaker/Card/FormattedText/Alignment/HorizontalAlignmentProcessor.cs +++ b/CardMaker/Card/FormattedText/Alignment/HorizontalAlignmentProcessor.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/FormattedText/Alignment/HorizontalCenterAlignmentProcessor.cs b/CardMaker/Card/FormattedText/Alignment/HorizontalCenterAlignmentProcessor.cs index 87f02e50..3d60edfd 100644 --- a/CardMaker/Card/FormattedText/Alignment/HorizontalCenterAlignmentProcessor.cs +++ b/CardMaker/Card/FormattedText/Alignment/HorizontalCenterAlignmentProcessor.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/FormattedText/Alignment/HorizontalJustifiedAlignmentProcessor.cs b/CardMaker/Card/FormattedText/Alignment/HorizontalJustifiedAlignmentProcessor.cs index 3b520f54..b41ab027 100644 --- a/CardMaker/Card/FormattedText/Alignment/HorizontalJustifiedAlignmentProcessor.cs +++ b/CardMaker/Card/FormattedText/Alignment/HorizontalJustifiedAlignmentProcessor.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/FormattedText/Alignment/HorizontalLeftAlignmentProcessor.cs b/CardMaker/Card/FormattedText/Alignment/HorizontalLeftAlignmentProcessor.cs index 72599e6b..6e588962 100644 --- a/CardMaker/Card/FormattedText/Alignment/HorizontalLeftAlignmentProcessor.cs +++ b/CardMaker/Card/FormattedText/Alignment/HorizontalLeftAlignmentProcessor.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/FormattedText/Alignment/HorizontalRightAlignmentProcessor.cs b/CardMaker/Card/FormattedText/Alignment/HorizontalRightAlignmentProcessor.cs index 66e64d23..b9d0cbf1 100644 --- a/CardMaker/Card/FormattedText/Alignment/HorizontalRightAlignmentProcessor.cs +++ b/CardMaker/Card/FormattedText/Alignment/HorizontalRightAlignmentProcessor.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/FormattedText/Alignment/VerticalAlignmentProcessor.cs b/CardMaker/Card/FormattedText/Alignment/VerticalAlignmentProcessor.cs index d0c1d67d..523f9cfb 100644 --- a/CardMaker/Card/FormattedText/Alignment/VerticalAlignmentProcessor.cs +++ b/CardMaker/Card/FormattedText/Alignment/VerticalAlignmentProcessor.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/FormattedText/Alignment/VerticalBottomAlignmentProcessor.cs b/CardMaker/Card/FormattedText/Alignment/VerticalBottomAlignmentProcessor.cs index bb699404..85058cc0 100644 --- a/CardMaker/Card/FormattedText/Alignment/VerticalBottomAlignmentProcessor.cs +++ b/CardMaker/Card/FormattedText/Alignment/VerticalBottomAlignmentProcessor.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/FormattedText/Alignment/VerticalMiddleAlignmentProcessor.cs b/CardMaker/Card/FormattedText/Alignment/VerticalMiddleAlignmentProcessor.cs index 4c2c0720..f3935c35 100644 --- a/CardMaker/Card/FormattedText/Alignment/VerticalMiddleAlignmentProcessor.cs +++ b/CardMaker/Card/FormattedText/Alignment/VerticalMiddleAlignmentProcessor.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/FormattedText/Alignment/VerticalTopAlignmentProcessor.cs b/CardMaker/Card/FormattedText/Alignment/VerticalTopAlignmentProcessor.cs index a25cdba5..6ac6e287 100644 --- a/CardMaker/Card/FormattedText/Alignment/VerticalTopAlignmentProcessor.cs +++ b/CardMaker/Card/FormattedText/Alignment/VerticalTopAlignmentProcessor.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/FormattedText/FormattedTextData.cs b/CardMaker/Card/FormattedText/FormattedTextData.cs index 921a26dd..a7cd9618 100644 --- a/CardMaker/Card/FormattedText/FormattedTextData.cs +++ b/CardMaker/Card/FormattedText/FormattedTextData.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/FormattedText/FormattedTextDataCache.cs b/CardMaker/Card/FormattedText/FormattedTextDataCache.cs index c349b005..c7ff8877 100644 --- a/CardMaker/Card/FormattedText/FormattedTextDataCache.cs +++ b/CardMaker/Card/FormattedText/FormattedTextDataCache.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/FormattedText/FormattedTextParser.cs b/CardMaker/Card/FormattedText/FormattedTextParser.cs index d0494827..6773dcb0 100644 --- a/CardMaker/Card/FormattedText/FormattedTextParser.cs +++ b/CardMaker/Card/FormattedText/FormattedTextParser.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/FormattedText/FormattedTextProcessData.cs b/CardMaker/Card/FormattedText/FormattedTextProcessData.cs index 0ab5950c..39f2bf8b 100644 --- a/CardMaker/Card/FormattedText/FormattedTextProcessData.cs +++ b/CardMaker/Card/FormattedText/FormattedTextProcessData.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/FormattedText/Markup/AlignCenterMarkup.cs b/CardMaker/Card/FormattedText/Markup/AlignCenterMarkup.cs index c9083832..6a415652 100644 --- a/CardMaker/Card/FormattedText/Markup/AlignCenterMarkup.cs +++ b/CardMaker/Card/FormattedText/Markup/AlignCenterMarkup.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/FormattedText/Markup/AlignLeftMarkup.cs b/CardMaker/Card/FormattedText/Markup/AlignLeftMarkup.cs index ec30a27a..1fbc6a75 100644 --- a/CardMaker/Card/FormattedText/Markup/AlignLeftMarkup.cs +++ b/CardMaker/Card/FormattedText/Markup/AlignLeftMarkup.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/FormattedText/Markup/AlignRightMarkup.cs b/CardMaker/Card/FormattedText/Markup/AlignRightMarkup.cs index eb95bd68..a2d9f791 100644 --- a/CardMaker/Card/FormattedText/Markup/AlignRightMarkup.cs +++ b/CardMaker/Card/FormattedText/Markup/AlignRightMarkup.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/FormattedText/Markup/AllCapsMarkup.cs b/CardMaker/Card/FormattedText/Markup/AllCapsMarkup.cs index 5a8e77df..3c1cb61e 100644 --- a/CardMaker/Card/FormattedText/Markup/AllCapsMarkup.cs +++ b/CardMaker/Card/FormattedText/Markup/AllCapsMarkup.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/FormattedText/Markup/BackgroundColorMarkup.cs b/CardMaker/Card/FormattedText/Markup/BackgroundColorMarkup.cs index 0ed433f1..70b1355b 100644 --- a/CardMaker/Card/FormattedText/Markup/BackgroundColorMarkup.cs +++ b/CardMaker/Card/FormattedText/Markup/BackgroundColorMarkup.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/FormattedText/Markup/BackgroundImageMarkup.cs b/CardMaker/Card/FormattedText/Markup/BackgroundImageMarkup.cs index 68765a78..2a6cba89 100644 --- a/CardMaker/Card/FormattedText/Markup/BackgroundImageMarkup.cs +++ b/CardMaker/Card/FormattedText/Markup/BackgroundImageMarkup.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/FormattedText/Markup/BaseAlignMarkup.cs b/CardMaker/Card/FormattedText/Markup/BaseAlignMarkup.cs index 1caca95b..bba180ed 100644 --- a/CardMaker/Card/FormattedText/Markup/BaseAlignMarkup.cs +++ b/CardMaker/Card/FormattedText/Markup/BaseAlignMarkup.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/FormattedText/Markup/BaseImageMarkup.cs b/CardMaker/Card/FormattedText/Markup/BaseImageMarkup.cs index 3af566c7..0cba3d61 100644 --- a/CardMaker/Card/FormattedText/Markup/BaseImageMarkup.cs +++ b/CardMaker/Card/FormattedText/Markup/BaseImageMarkup.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/FormattedText/Markup/CloseTagMarkup.cs b/CardMaker/Card/FormattedText/Markup/CloseTagMarkup.cs index f26c4185..da6d69c4 100644 --- a/CardMaker/Card/FormattedText/Markup/CloseTagMarkup.cs +++ b/CardMaker/Card/FormattedText/Markup/CloseTagMarkup.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/FormattedText/Markup/FontColorMarkup.cs b/CardMaker/Card/FormattedText/Markup/FontColorMarkup.cs index de1fd7a1..efd24f47 100644 --- a/CardMaker/Card/FormattedText/Markup/FontColorMarkup.cs +++ b/CardMaker/Card/FormattedText/Markup/FontColorMarkup.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/FormattedText/Markup/FontMarkup.cs b/CardMaker/Card/FormattedText/Markup/FontMarkup.cs index bc905432..81219c2f 100644 --- a/CardMaker/Card/FormattedText/Markup/FontMarkup.cs +++ b/CardMaker/Card/FormattedText/Markup/FontMarkup.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/FormattedText/Markup/FontScaleMarkup.cs b/CardMaker/Card/FormattedText/Markup/FontScaleMarkup.cs index 62b39254..4c39f9af 100644 --- a/CardMaker/Card/FormattedText/Markup/FontScaleMarkup.cs +++ b/CardMaker/Card/FormattedText/Markup/FontScaleMarkup.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/FormattedText/Markup/FontSizeMarkup.cs b/CardMaker/Card/FormattedText/Markup/FontSizeMarkup.cs index 40fc8faf..76e56b2f 100644 --- a/CardMaker/Card/FormattedText/Markup/FontSizeMarkup.cs +++ b/CardMaker/Card/FormattedText/Markup/FontSizeMarkup.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/FormattedText/Markup/FontStyleMarkup.cs b/CardMaker/Card/FormattedText/Markup/FontStyleMarkup.cs index 82d7c9e5..c0b7dc76 100644 --- a/CardMaker/Card/FormattedText/Markup/FontStyleMarkup.cs +++ b/CardMaker/Card/FormattedText/Markup/FontStyleMarkup.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/FormattedText/Markup/ImageColorMarkup.cs b/CardMaker/Card/FormattedText/Markup/ImageColorMarkup.cs index 1cd3b034..3289a791 100644 --- a/CardMaker/Card/FormattedText/Markup/ImageColorMarkup.cs +++ b/CardMaker/Card/FormattedText/Markup/ImageColorMarkup.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/FormattedText/Markup/ImageMarkup.cs b/CardMaker/Card/FormattedText/Markup/ImageMarkup.cs index 70cab8ae..f8acefea 100644 --- a/CardMaker/Card/FormattedText/Markup/ImageMarkup.cs +++ b/CardMaker/Card/FormattedText/Markup/ImageMarkup.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/FormattedText/Markup/LineSpaceMarkup.cs b/CardMaker/Card/FormattedText/Markup/LineSpaceMarkup.cs index 6d7ca3a6..dd08fc11 100644 --- a/CardMaker/Card/FormattedText/Markup/LineSpaceMarkup.cs +++ b/CardMaker/Card/FormattedText/Markup/LineSpaceMarkup.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/FormattedText/Markup/MarginHorizontalMarkupBase.cs b/CardMaker/Card/FormattedText/Markup/MarginHorizontalMarkupBase.cs index 90ad2044..b9534233 100644 --- a/CardMaker/Card/FormattedText/Markup/MarginHorizontalMarkupBase.cs +++ b/CardMaker/Card/FormattedText/Markup/MarginHorizontalMarkupBase.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/FormattedText/Markup/MarginLeftMarkup.cs b/CardMaker/Card/FormattedText/Markup/MarginLeftMarkup.cs index 2c32441e..61503bb1 100644 --- a/CardMaker/Card/FormattedText/Markup/MarginLeftMarkup.cs +++ b/CardMaker/Card/FormattedText/Markup/MarginLeftMarkup.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/FormattedText/Markup/MarginRightMarkup.cs b/CardMaker/Card/FormattedText/Markup/MarginRightMarkup.cs index 802923d2..09089c5d 100644 --- a/CardMaker/Card/FormattedText/Markup/MarginRightMarkup.cs +++ b/CardMaker/Card/FormattedText/Markup/MarginRightMarkup.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/FormattedText/Markup/MarkupBase.cs b/CardMaker/Card/FormattedText/Markup/MarkupBase.cs index 07a24ccf..056dab26 100644 --- a/CardMaker/Card/FormattedText/Markup/MarkupBase.cs +++ b/CardMaker/Card/FormattedText/Markup/MarkupBase.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/FormattedText/Markup/MarkupUtil.cs b/CardMaker/Card/FormattedText/Markup/MarkupUtil.cs index ad653d2e..cbd5b476 100644 --- a/CardMaker/Card/FormattedText/Markup/MarkupUtil.cs +++ b/CardMaker/Card/FormattedText/Markup/MarkupUtil.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/FormattedText/Markup/MarkupValueBase.cs b/CardMaker/Card/FormattedText/Markup/MarkupValueBase.cs index 3f146b7d..07ab4671 100644 --- a/CardMaker/Card/FormattedText/Markup/MarkupValueBase.cs +++ b/CardMaker/Card/FormattedText/Markup/MarkupValueBase.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/FormattedText/Markup/MirrorHorizontalMarkup.cs b/CardMaker/Card/FormattedText/Markup/MirrorHorizontalMarkup.cs index 846b4a7e..7b23742e 100644 --- a/CardMaker/Card/FormattedText/Markup/MirrorHorizontalMarkup.cs +++ b/CardMaker/Card/FormattedText/Markup/MirrorHorizontalMarkup.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/FormattedText/Markup/MirrorMarkup.cs b/CardMaker/Card/FormattedText/Markup/MirrorMarkup.cs index 16f126da..e38bb9d3 100644 --- a/CardMaker/Card/FormattedText/Markup/MirrorMarkup.cs +++ b/CardMaker/Card/FormattedText/Markup/MirrorMarkup.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/FormattedText/Markup/MirrorVerticalMarkup.cs b/CardMaker/Card/FormattedText/Markup/MirrorVerticalMarkup.cs index aabc5649..ad3d8fa9 100644 --- a/CardMaker/Card/FormattedText/Markup/MirrorVerticalMarkup.cs +++ b/CardMaker/Card/FormattedText/Markup/MirrorVerticalMarkup.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/FormattedText/Markup/NewlineMarkup.cs b/CardMaker/Card/FormattedText/Markup/NewlineMarkup.cs index 899980f7..fd169d12 100644 --- a/CardMaker/Card/FormattedText/Markup/NewlineMarkup.cs +++ b/CardMaker/Card/FormattedText/Markup/NewlineMarkup.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/FormattedText/Markup/PixelMarkup.cs b/CardMaker/Card/FormattedText/Markup/PixelMarkup.cs index fc472656..2831b5b9 100644 --- a/CardMaker/Card/FormattedText/Markup/PixelMarkup.cs +++ b/CardMaker/Card/FormattedText/Markup/PixelMarkup.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/FormattedText/Markup/PushMarkup.cs b/CardMaker/Card/FormattedText/Markup/PushMarkup.cs index 58ce0d7c..b530138e 100644 --- a/CardMaker/Card/FormattedText/Markup/PushMarkup.cs +++ b/CardMaker/Card/FormattedText/Markup/PushMarkup.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/FormattedText/Markup/SpaceMarkup.cs b/CardMaker/Card/FormattedText/Markup/SpaceMarkup.cs index 6b33c617..d44f3f90 100644 --- a/CardMaker/Card/FormattedText/Markup/SpaceMarkup.cs +++ b/CardMaker/Card/FormattedText/Markup/SpaceMarkup.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/FormattedText/Markup/TextMarkup.cs b/CardMaker/Card/FormattedText/Markup/TextMarkup.cs index 90c48ae6..4653ca11 100644 --- a/CardMaker/Card/FormattedText/Markup/TextMarkup.cs +++ b/CardMaker/Card/FormattedText/Markup/TextMarkup.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/FormattedText/Markup/XDrawOffsetMarkup.cs b/CardMaker/Card/FormattedText/Markup/XDrawOffsetMarkup.cs index 7579c5c9..0732523c 100644 --- a/CardMaker/Card/FormattedText/Markup/XDrawOffsetMarkup.cs +++ b/CardMaker/Card/FormattedText/Markup/XDrawOffsetMarkup.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/FormattedText/Markup/YDrawOffsetMarkup.cs b/CardMaker/Card/FormattedText/Markup/YDrawOffsetMarkup.cs index 38963bf8..c7b5ce08 100644 --- a/CardMaker/Card/FormattedText/Markup/YDrawOffsetMarkup.cs +++ b/CardMaker/Card/FormattedText/Markup/YDrawOffsetMarkup.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/IDrawFormattedText.cs b/CardMaker/Card/IDrawFormattedText.cs index 9f888f32..09cfd217 100644 --- a/CardMaker/Card/IDrawFormattedText.cs +++ b/CardMaker/Card/IDrawFormattedText.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/IDrawGraphic.cs b/CardMaker/Card/IDrawGraphic.cs index 278f230d..0bad23cb 100644 --- a/CardMaker/Card/IDrawGraphic.cs +++ b/CardMaker/Card/IDrawGraphic.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/IDrawText.cs b/CardMaker/Card/IDrawText.cs index f1071f31..b975be94 100644 --- a/CardMaker/Card/IDrawText.cs +++ b/CardMaker/Card/IDrawText.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/IInlineBackgroundElementProcessor.cs b/CardMaker/Card/IInlineBackgroundElementProcessor.cs index a131924d..79e32c8d 100644 --- a/CardMaker/Card/IInlineBackgroundElementProcessor.cs +++ b/CardMaker/Card/IInlineBackgroundElementProcessor.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/ImageCache.cs b/CardMaker/Card/ImageCache.cs index 9c449c49..d2b6d0a6 100644 --- a/CardMaker/Card/ImageCache.cs +++ b/CardMaker/Card/ImageCache.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/Import/CSVReferenceReader.cs b/CardMaker/Card/Import/CSVReferenceReader.cs index f0409925..924315ee 100644 --- a/CardMaker/Card/Import/CSVReferenceReader.cs +++ b/CardMaker/Card/Import/CSVReferenceReader.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/Import/ExcelReferenceReader.cs b/CardMaker/Card/Import/ExcelReferenceReader.cs index d37eb9bc..bed375f3 100644 --- a/CardMaker/Card/Import/ExcelReferenceReader.cs +++ b/CardMaker/Card/Import/ExcelReferenceReader.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/Import/ExcelSpreadSheetReference.cs b/CardMaker/Card/Import/ExcelSpreadSheetReference.cs index 4128d6c9..3a63ff60 100644 --- a/CardMaker/Card/Import/ExcelSpreadSheetReference.cs +++ b/CardMaker/Card/Import/ExcelSpreadSheetReference.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/Import/GoogleReferenceReader.cs b/CardMaker/Card/Import/GoogleReferenceReader.cs index 54bb8bda..afee773e 100644 --- a/CardMaker/Card/Import/GoogleReferenceReader.cs +++ b/CardMaker/Card/Import/GoogleReferenceReader.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/Import/GoogleSpreadsheetReference.cs b/CardMaker/Card/Import/GoogleSpreadsheetReference.cs index 2f42fe28..e649e7f4 100644 --- a/CardMaker/Card/Import/GoogleSpreadsheetReference.cs +++ b/CardMaker/Card/Import/GoogleSpreadsheetReference.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/Import/ReferenceLine.cs b/CardMaker/Card/Import/ReferenceLine.cs index aa8c3850..6f92cc28 100644 --- a/CardMaker/Card/Import/ReferenceLine.cs +++ b/CardMaker/Card/Import/ReferenceLine.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/Import/ReferenceReader.cs b/CardMaker/Card/Import/ReferenceReader.cs index 35ec1455..32ec7542 100644 --- a/CardMaker/Card/Import/ReferenceReader.cs +++ b/CardMaker/Card/Import/ReferenceReader.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/Import/ReferenceReaderFactory.cs b/CardMaker/Card/Import/ReferenceReaderFactory.cs index 1cf4cfcd..e19cded5 100644 --- a/CardMaker/Card/Import/ReferenceReaderFactory.cs +++ b/CardMaker/Card/Import/ReferenceReaderFactory.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/InlineBackgroundElementProcessor.cs b/CardMaker/Card/InlineBackgroundElementProcessor.cs index dc428c74..6c23ca2f 100644 --- a/CardMaker/Card/InlineBackgroundElementProcessor.cs +++ b/CardMaker/Card/InlineBackgroundElementProcessor.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/MeasurementUtil.cs b/CardMaker/Card/MeasurementUtil.cs index 70d7e525..de2cff7b 100644 --- a/CardMaker/Card/MeasurementUtil.cs +++ b/CardMaker/Card/MeasurementUtil.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/MirrorRender.cs b/CardMaker/Card/MirrorRender.cs index aa5d5250..81cfd697 100644 --- a/CardMaker/Card/MirrorRender.cs +++ b/CardMaker/Card/MirrorRender.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/Render/BackgroundColorElementRenderProcessor.cs b/CardMaker/Card/Render/BackgroundColorElementRenderProcessor.cs index 503fd72e..ec327d3d 100644 --- a/CardMaker/Card/Render/BackgroundColorElementRenderProcessor.cs +++ b/CardMaker/Card/Render/BackgroundColorElementRenderProcessor.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/Render/BorderElementRenderProcessor.cs b/CardMaker/Card/Render/BorderElementRenderProcessor.cs index 0ec6a8e2..472ad31f 100644 --- a/CardMaker/Card/Render/BorderElementRenderProcessor.cs +++ b/CardMaker/Card/Render/BorderElementRenderProcessor.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/Render/IElementRenderProcessor.cs b/CardMaker/Card/Render/IElementRenderProcessor.cs index 9bbb1dc8..48cce4ae 100644 --- a/CardMaker/Card/Render/IElementRenderProcessor.cs +++ b/CardMaker/Card/Render/IElementRenderProcessor.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/Render/InlineElementRenderProcessor.cs b/CardMaker/Card/Render/InlineElementRenderProcessor.cs index 13524fce..3f6a51b2 100644 --- a/CardMaker/Card/Render/InlineElementRenderProcessor.cs +++ b/CardMaker/Card/Render/InlineElementRenderProcessor.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/Render/InputElementRenderProcessor.cs b/CardMaker/Card/Render/InputElementRenderProcessor.cs index d5a4e3f6..a1b8e71c 100644 --- a/CardMaker/Card/Render/InputElementRenderProcessor.cs +++ b/CardMaker/Card/Render/InputElementRenderProcessor.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/Render/TransformElementRenderProcessor.cs b/CardMaker/Card/Render/TransformElementRenderProcessor.cs index 6dd01191..203ac2a5 100644 --- a/CardMaker/Card/Render/TransformElementRenderProcessor.cs +++ b/CardMaker/Card/Render/TransformElementRenderProcessor.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/Render/TypeElementRenderProcessor.cs b/CardMaker/Card/Render/TypeElementRenderProcessor.cs index 66d8f80d..564d5f58 100644 --- a/CardMaker/Card/Render/TypeElementRenderProcessor.cs +++ b/CardMaker/Card/Render/TypeElementRenderProcessor.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/Shapes/AbstractShape.cs b/CardMaker/Card/Shapes/AbstractShape.cs index b0ad530c..83df6516 100644 --- a/CardMaker/Card/Shapes/AbstractShape.cs +++ b/CardMaker/Card/Shapes/AbstractShape.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/Shapes/Definitions/EllipseShape.cs b/CardMaker/Card/Shapes/Definitions/EllipseShape.cs index f6f59c21..ff8bf667 100644 --- a/CardMaker/Card/Shapes/Definitions/EllipseShape.cs +++ b/CardMaker/Card/Shapes/Definitions/EllipseShape.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/Shapes/Definitions/GridShape.cs b/CardMaker/Card/Shapes/Definitions/GridShape.cs index 3b970f7f..a47e43c4 100644 --- a/CardMaker/Card/Shapes/Definitions/GridShape.cs +++ b/CardMaker/Card/Shapes/Definitions/GridShape.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/Shapes/Definitions/RectShape.cs b/CardMaker/Card/Shapes/Definitions/RectShape.cs index 79df1326..f9401c30 100644 --- a/CardMaker/Card/Shapes/Definitions/RectShape.cs +++ b/CardMaker/Card/Shapes/Definitions/RectShape.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/Shapes/Definitions/RoundedRectShape.cs b/CardMaker/Card/Shapes/Definitions/RoundedRectShape.cs index f51959e8..8176b5f2 100644 --- a/CardMaker/Card/Shapes/Definitions/RoundedRectShape.cs +++ b/CardMaker/Card/Shapes/Definitions/RoundedRectShape.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/Shapes/Definitions/TriangleShape.cs b/CardMaker/Card/Shapes/Definitions/TriangleShape.cs index d9b8f47a..25e2b20a 100644 --- a/CardMaker/Card/Shapes/Definitions/TriangleShape.cs +++ b/CardMaker/Card/Shapes/Definitions/TriangleShape.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/Shapes/IShapeRenderer.cs b/CardMaker/Card/Shapes/IShapeRenderer.cs index 2017744c..ddab7983 100644 --- a/CardMaker/Card/Shapes/IShapeRenderer.cs +++ b/CardMaker/Card/Shapes/IShapeRenderer.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/Shapes/ShapeInfo.cs b/CardMaker/Card/Shapes/ShapeInfo.cs index f55c8611..549b1d54 100644 --- a/CardMaker/Card/Shapes/ShapeInfo.cs +++ b/CardMaker/Card/Shapes/ShapeInfo.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/Shapes/ShapeManager.cs b/CardMaker/Card/Shapes/ShapeManager.cs index 21f4b9ff..164cbec4 100644 --- a/CardMaker/Card/Shapes/ShapeManager.cs +++ b/CardMaker/Card/Shapes/ShapeManager.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/Translation/FilenameTranslator.cs b/CardMaker/Card/Translation/FilenameTranslator.cs index e45fa515..5ed66af5 100644 --- a/CardMaker/Card/Translation/FilenameTranslator.cs +++ b/CardMaker/Card/Translation/FilenameTranslator.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/Translation/ITranslatorFactory.cs b/CardMaker/Card/Translation/ITranslatorFactory.cs index 4ef292db..dedbada2 100644 --- a/CardMaker/Card/Translation/ITranslatorFactory.cs +++ b/CardMaker/Card/Translation/ITranslatorFactory.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/Translation/InceptTranslator.cs b/CardMaker/Card/Translation/InceptTranslator.cs index adb48eaa..8bf39d43 100644 --- a/CardMaker/Card/Translation/InceptTranslator.cs +++ b/CardMaker/Card/Translation/InceptTranslator.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/Translation/JavaScriptTranslator.cs b/CardMaker/Card/Translation/JavaScriptTranslator.cs index faef7ffb..9b38c4d5 100644 --- a/CardMaker/Card/Translation/JavaScriptTranslator.cs +++ b/CardMaker/Card/Translation/JavaScriptTranslator.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/Translation/JavascriptHostFunctions.cs b/CardMaker/Card/Translation/JavascriptHostFunctions.cs index e5cb8144..8c6c5f09 100644 --- a/CardMaker/Card/Translation/JavascriptHostFunctions.cs +++ b/CardMaker/Card/Translation/JavascriptHostFunctions.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/Translation/TranslatorBase.cs b/CardMaker/Card/Translation/TranslatorBase.cs index a8e8d1cb..3d369f5a 100644 --- a/CardMaker/Card/Translation/TranslatorBase.cs +++ b/CardMaker/Card/Translation/TranslatorBase.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Card/Translation/TranslatorFactory.cs b/CardMaker/Card/Translation/TranslatorFactory.cs index 69842158..3016b3c9 100644 --- a/CardMaker/Card/Translation/TranslatorFactory.cs +++ b/CardMaker/Card/Translation/TranslatorFactory.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/CardMakerBuild.cs b/CardMaker/CardMakerBuild.cs index 267abef8..8d5fd111 100644 --- a/CardMaker/CardMakerBuild.cs +++ b/CardMaker/CardMakerBuild.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Data/CardMakerConstants.cs b/CardMaker/Data/CardMakerConstants.cs index 96f8e6a3..2e0caced 100644 --- a/CardMaker/Data/CardMakerConstants.cs +++ b/CardMaker/Data/CardMakerConstants.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Data/CardMakerInstance.cs b/CardMaker/Data/CardMakerInstance.cs index fac173fd..b500621e 100644 --- a/CardMaker/Data/CardMakerInstance.cs +++ b/CardMaker/Data/CardMakerInstance.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Data/CardMakerSettings.cs b/CardMaker/Data/CardMakerSettings.cs index 7f8db5e7..b39f886b 100644 --- a/CardMaker/Data/CardMakerSettings.cs +++ b/CardMaker/Data/CardMakerSettings.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Data/ElementPosition.cs b/CardMaker/Data/ElementPosition.cs index 3ba3da0d..665107f7 100644 --- a/CardMaker/Data/ElementPosition.cs +++ b/CardMaker/Data/ElementPosition.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Data/Enumerations.cs b/CardMaker/Data/Enumerations.cs index 05e7227a..959a786e 100644 --- a/CardMaker/Data/Enumerations.cs +++ b/CardMaker/Data/Enumerations.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Data/LayoutTemplateManager.cs b/CardMaker/Data/LayoutTemplateManager.cs index f2bb88a2..b6efe491 100644 --- a/CardMaker/Data/LayoutTemplateManager.cs +++ b/CardMaker/Data/LayoutTemplateManager.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Events/Args/DeckChangeEventArgs.cs b/CardMaker/Events/Args/DeckChangeEventArgs.cs index 7ec148a6..41b698f8 100644 --- a/CardMaker/Events/Args/DeckChangeEventArgs.cs +++ b/CardMaker/Events/Args/DeckChangeEventArgs.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Events/Args/ElementEventArgs.cs b/CardMaker/Events/Args/ElementEventArgs.cs index f74bd77e..297241f8 100644 --- a/CardMaker/Events/Args/ElementEventArgs.cs +++ b/CardMaker/Events/Args/ElementEventArgs.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Events/Args/ExportEventArgs.cs b/CardMaker/Events/Args/ExportEventArgs.cs index e67b4a50..ebac227c 100644 --- a/CardMaker/Events/Args/ExportEventArgs.cs +++ b/CardMaker/Events/Args/ExportEventArgs.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Events/Args/GoogleAuthEventArgs.cs b/CardMaker/Events/Args/GoogleAuthEventArgs.cs index 7536036a..fc138cea 100644 --- a/CardMaker/Events/Args/GoogleAuthEventArgs.cs +++ b/CardMaker/Events/Args/GoogleAuthEventArgs.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Events/Args/IssueCardInfoEventArgs.cs b/CardMaker/Events/Args/IssueCardInfoEventArgs.cs index 3b0e7d0b..24f5d11d 100644 --- a/CardMaker/Events/Args/IssueCardInfoEventArgs.cs +++ b/CardMaker/Events/Args/IssueCardInfoEventArgs.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Events/Args/IssueElementEventArgs.cs b/CardMaker/Events/Args/IssueElementEventArgs.cs index 2bd9f02c..0cf7ec3e 100644 --- a/CardMaker/Events/Args/IssueElementEventArgs.cs +++ b/CardMaker/Events/Args/IssueElementEventArgs.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Events/Args/IssueMessageEventArgs.cs b/CardMaker/Events/Args/IssueMessageEventArgs.cs index 0fe02428..4980ed7a 100644 --- a/CardMaker/Events/Args/IssueMessageEventArgs.cs +++ b/CardMaker/Events/Args/IssueMessageEventArgs.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Events/Args/IssueRefreshEventArgs.cs b/CardMaker/Events/Args/IssueRefreshEventArgs.cs index b7b809d8..965e1ccf 100644 --- a/CardMaker/Events/Args/IssueRefreshEventArgs.cs +++ b/CardMaker/Events/Args/IssueRefreshEventArgs.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Events/Args/LayoutElementNumericAdjustEventArgs.cs b/CardMaker/Events/Args/LayoutElementNumericAdjustEventArgs.cs index 3ca6571a..bbfd9185 100644 --- a/CardMaker/Events/Args/LayoutElementNumericAdjustEventArgs.cs +++ b/CardMaker/Events/Args/LayoutElementNumericAdjustEventArgs.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Events/Args/ProjectEventArgs.cs b/CardMaker/Events/Args/ProjectEventArgs.cs index 3a3e79e0..ffee6d0a 100644 --- a/CardMaker/Events/Args/ProjectEventArgs.cs +++ b/CardMaker/Events/Args/ProjectEventArgs.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Events/Args/ProjectLayoutEventArgs.cs b/CardMaker/Events/Args/ProjectLayoutEventArgs.cs index e44b867e..d9cfa316 100644 --- a/CardMaker/Events/Args/ProjectLayoutEventArgs.cs +++ b/CardMaker/Events/Args/ProjectLayoutEventArgs.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Events/Managers/AutoSaveManager.cs b/CardMaker/Events/Managers/AutoSaveManager.cs index 19b7d53e..3a77240f 100644 --- a/CardMaker/Events/Managers/AutoSaveManager.cs +++ b/CardMaker/Events/Managers/AutoSaveManager.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Events/Managers/ElementManager.cs b/CardMaker/Events/Managers/ElementManager.cs index 3427b7c5..1a805422 100644 --- a/CardMaker/Events/Managers/ElementManager.cs +++ b/CardMaker/Events/Managers/ElementManager.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Events/Managers/ExportManager.cs b/CardMaker/Events/Managers/ExportManager.cs index 9dfc31d8..137ec7ac 100644 --- a/CardMaker/Events/Managers/ExportManager.cs +++ b/CardMaker/Events/Managers/ExportManager.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Events/Managers/GoogleAuthManager.cs b/CardMaker/Events/Managers/GoogleAuthManager.cs index 8c804054..12e5df13 100644 --- a/CardMaker/Events/Managers/GoogleAuthManager.cs +++ b/CardMaker/Events/Managers/GoogleAuthManager.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Events/Managers/InitializationManager.cs b/CardMaker/Events/Managers/InitializationManager.cs index 358b5932..95c193ee 100644 --- a/CardMaker/Events/Managers/InitializationManager.cs +++ b/CardMaker/Events/Managers/InitializationManager.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Events/Managers/IssueManager.cs b/CardMaker/Events/Managers/IssueManager.cs index 5a4e5324..9cc5148c 100644 --- a/CardMaker/Events/Managers/IssueManager.cs +++ b/CardMaker/Events/Managers/IssueManager.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Events/Managers/LayoutManager.cs b/CardMaker/Events/Managers/LayoutManager.cs index 0bd491dc..7f7d9db3 100644 --- a/CardMaker/Events/Managers/LayoutManager.cs +++ b/CardMaker/Events/Managers/LayoutManager.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Events/Managers/ProjectManager.cs b/CardMaker/Events/Managers/ProjectManager.cs index 15f7721d..92d25583 100644 --- a/CardMaker/Events/Managers/ProjectManager.cs +++ b/CardMaker/Events/Managers/ProjectManager.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Forms/CardMakerMDI.Designer.cs b/CardMaker/Forms/CardMakerMDI.Designer.cs index 827bc50c..0e9de9c8 100644 --- a/CardMaker/Forms/CardMakerMDI.Designer.cs +++ b/CardMaker/Forms/CardMakerMDI.Designer.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Forms/CardMakerMDI.cs b/CardMaker/Forms/CardMakerMDI.cs index 849aa0f8..7f999a27 100644 --- a/CardMaker/Forms/CardMakerMDI.cs +++ b/CardMaker/Forms/CardMakerMDI.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Forms/Dialogs/ProjectSettingsDialog.cs b/CardMaker/Forms/Dialogs/ProjectSettingsDialog.cs index 929e975b..ec55dc30 100644 --- a/CardMaker/Forms/Dialogs/ProjectSettingsDialog.cs +++ b/CardMaker/Forms/Dialogs/ProjectSettingsDialog.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Forms/FormUtils.cs b/CardMaker/Forms/FormUtils.cs index 5b352a40..bf864e5d 100644 --- a/CardMaker/Forms/FormUtils.cs +++ b/CardMaker/Forms/FormUtils.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Forms/GoogleCredentialsDialog.Designer.cs b/CardMaker/Forms/GoogleCredentialsDialog.Designer.cs index 2c8af00c..f80b76bd 100644 --- a/CardMaker/Forms/GoogleCredentialsDialog.Designer.cs +++ b/CardMaker/Forms/GoogleCredentialsDialog.Designer.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Forms/GoogleCredentialsDialog.cs b/CardMaker/Forms/GoogleCredentialsDialog.cs index 2cd1309b..ded2acb5 100644 --- a/CardMaker/Forms/GoogleCredentialsDialog.cs +++ b/CardMaker/Forms/GoogleCredentialsDialog.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Forms/MDICanvas.Designer.cs b/CardMaker/Forms/MDICanvas.Designer.cs index b78958cd..58a03c6d 100644 --- a/CardMaker/Forms/MDICanvas.Designer.cs +++ b/CardMaker/Forms/MDICanvas.Designer.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Forms/MDICanvas.cs b/CardMaker/Forms/MDICanvas.cs index 1ab460cb..22df7c91 100644 --- a/CardMaker/Forms/MDICanvas.cs +++ b/CardMaker/Forms/MDICanvas.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Forms/MDIDefines.Designer.cs b/CardMaker/Forms/MDIDefines.Designer.cs index 9cb471fd..ee09e103 100644 --- a/CardMaker/Forms/MDIDefines.Designer.cs +++ b/CardMaker/Forms/MDIDefines.Designer.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Forms/MDIDefines.cs b/CardMaker/Forms/MDIDefines.cs index 14dfedad..e5c3a608 100644 --- a/CardMaker/Forms/MDIDefines.cs +++ b/CardMaker/Forms/MDIDefines.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Forms/MDIElementControl.Designer.cs b/CardMaker/Forms/MDIElementControl.Designer.cs index 5dfcc72b..40983850 100644 --- a/CardMaker/Forms/MDIElementControl.Designer.cs +++ b/CardMaker/Forms/MDIElementControl.Designer.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Forms/MDIElementControl.cs b/CardMaker/Forms/MDIElementControl.cs index f745a8f7..6ce1dbfc 100644 --- a/CardMaker/Forms/MDIElementControl.cs +++ b/CardMaker/Forms/MDIElementControl.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Forms/MDIIssues.Designer.cs b/CardMaker/Forms/MDIIssues.Designer.cs index 5f7bbabf..31f70331 100644 --- a/CardMaker/Forms/MDIIssues.Designer.cs +++ b/CardMaker/Forms/MDIIssues.Designer.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Forms/MDIIssues.cs b/CardMaker/Forms/MDIIssues.cs index 02507de6..260fc639 100644 --- a/CardMaker/Forms/MDIIssues.cs +++ b/CardMaker/Forms/MDIIssues.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Forms/MDILayoutControl.Designer.cs b/CardMaker/Forms/MDILayoutControl.Designer.cs index a9e15114..a455361a 100644 --- a/CardMaker/Forms/MDILayoutControl.Designer.cs +++ b/CardMaker/Forms/MDILayoutControl.Designer.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Forms/MDILayoutControl.cs b/CardMaker/Forms/MDILayoutControl.cs index 6720013a..7c373f35 100644 --- a/CardMaker/Forms/MDILayoutControl.cs +++ b/CardMaker/Forms/MDILayoutControl.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Forms/MDILogger.Designer.cs b/CardMaker/Forms/MDILogger.Designer.cs index 6c175182..8cca2d98 100644 --- a/CardMaker/Forms/MDILogger.Designer.cs +++ b/CardMaker/Forms/MDILogger.Designer.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Forms/MDILogger.cs b/CardMaker/Forms/MDILogger.cs index ffabc9a4..6eff6e05 100644 --- a/CardMaker/Forms/MDILogger.cs +++ b/CardMaker/Forms/MDILogger.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Forms/MDIProject.Designer.cs b/CardMaker/Forms/MDIProject.Designer.cs index f29b076d..860b19ad 100644 --- a/CardMaker/Forms/MDIProject.Designer.cs +++ b/CardMaker/Forms/MDIProject.Designer.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Forms/MDIProject.cs b/CardMaker/Forms/MDIProject.cs index fa3fa3fe..7082c8f0 100644 --- a/CardMaker/Forms/MDIProject.cs +++ b/CardMaker/Forms/MDIProject.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Forms/ProjectManagerUI.Designer.cs b/CardMaker/Forms/ProjectManagerUI.Designer.cs index 471219bd..cb188363 100644 --- a/CardMaker/Forms/ProjectManagerUI.Designer.cs +++ b/CardMaker/Forms/ProjectManagerUI.Designer.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Forms/ProjectManagerUI.cs b/CardMaker/Forms/ProjectManagerUI.cs index 3f15cd51..e9b1ee3e 100644 --- a/CardMaker/Forms/ProjectManagerUI.cs +++ b/CardMaker/Forms/ProjectManagerUI.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Program.cs b/CardMaker/Program.cs index 6644373d..f78d0796 100644 --- a/CardMaker/Program.cs +++ b/CardMaker/Program.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Support/Google/GoogleApi.cs b/CardMaker/Support/Google/GoogleApi.cs index 297d9700..4d151db2 100644 --- a/CardMaker/Support/Google/GoogleApi.cs +++ b/CardMaker/Support/Google/GoogleApi.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Support/Google/GoogleInitializerFactory.cs b/CardMaker/Support/Google/GoogleInitializerFactory.cs index effa8f91..036d380a 100644 --- a/CardMaker/Support/Google/GoogleInitializerFactory.cs +++ b/CardMaker/Support/Google/GoogleInitializerFactory.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Support/Google/Sheets/GoogleSheetInfo.cs b/CardMaker/Support/Google/Sheets/GoogleSheetInfo.cs index 1f4ced3a..553cbe48 100644 --- a/CardMaker/Support/Google/Sheets/GoogleSheetInfo.cs +++ b/CardMaker/Support/Google/Sheets/GoogleSheetInfo.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Support/Google/Sheets/GoogleSpreadsheet.cs b/CardMaker/Support/Google/Sheets/GoogleSpreadsheet.cs index 1a45a16c..b127b31b 100644 --- a/CardMaker/Support/Google/Sheets/GoogleSpreadsheet.cs +++ b/CardMaker/Support/Google/Sheets/GoogleSpreadsheet.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Support/Google/Sheets/GoogleSpreadsheetBrowser.Designer.cs b/CardMaker/Support/Google/Sheets/GoogleSpreadsheetBrowser.Designer.cs index 52e8fa05..01a203e9 100644 --- a/CardMaker/Support/Google/Sheets/GoogleSpreadsheetBrowser.Designer.cs +++ b/CardMaker/Support/Google/Sheets/GoogleSpreadsheetBrowser.Designer.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Support/Google/Sheets/GoogleSpreadsheetBrowser.cs b/CardMaker/Support/Google/Sheets/GoogleSpreadsheetBrowser.cs index 1b8445d0..36257d23 100644 --- a/CardMaker/Support/Google/Sheets/GoogleSpreadsheetBrowser.cs +++ b/CardMaker/Support/Google/Sheets/GoogleSpreadsheetBrowser.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Support/Google/Sheets/GoogleSpreadsheetSelector.Designer.cs b/CardMaker/Support/Google/Sheets/GoogleSpreadsheetSelector.Designer.cs index c07b94bf..8ee7d1f5 100644 --- a/CardMaker/Support/Google/Sheets/GoogleSpreadsheetSelector.Designer.cs +++ b/CardMaker/Support/Google/Sheets/GoogleSpreadsheetSelector.Designer.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Support/Google/Sheets/GoogleSpreadsheetSelector.cs b/CardMaker/Support/Google/Sheets/GoogleSpreadsheetSelector.cs index 9747297e..2c9d18ac 100644 --- a/CardMaker/Support/Google/Sheets/GoogleSpreadsheetSelector.cs +++ b/CardMaker/Support/Google/Sheets/GoogleSpreadsheetSelector.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Support/IO/CSVFile.cs b/CardMaker/Support/IO/CSVFile.cs index da634041..2db980a2 100644 --- a/CardMaker/Support/IO/CSVFile.cs +++ b/CardMaker/Support/IO/CSVFile.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Support/IO/INIManager.cs b/CardMaker/Support/IO/INIManager.cs index 00676fc4..abff6073 100644 --- a/CardMaker/Support/IO/INIManager.cs +++ b/CardMaker/Support/IO/INIManager.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Support/IO/IOUtils.cs b/CardMaker/Support/IO/IOUtils.cs index 256df263..e4aea5eb 100644 --- a/CardMaker/Support/IO/IOUtils.cs +++ b/CardMaker/Support/IO/IOUtils.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Support/IO/Logger.cs b/CardMaker/Support/IO/Logger.cs index 1a51de62..67e73375 100644 --- a/CardMaker/Support/IO/Logger.cs +++ b/CardMaker/Support/IO/Logger.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Support/IO/SerializationUtils.cs b/CardMaker/Support/IO/SerializationUtils.cs index 15a77f0f..16aefeee 100644 --- a/CardMaker/Support/IO/SerializationUtils.cs +++ b/CardMaker/Support/IO/SerializationUtils.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Support/Progress/ConsoleProgressReporter.cs b/CardMaker/Support/Progress/ConsoleProgressReporter.cs index 4b73e6e9..9c489dc6 100644 --- a/CardMaker/Support/Progress/ConsoleProgressReporter.cs +++ b/CardMaker/Support/Progress/ConsoleProgressReporter.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Support/Progress/ConsoleProgressReporterFactory.cs b/CardMaker/Support/Progress/ConsoleProgressReporterFactory.cs index 90d9f17d..8429ae25 100644 --- a/CardMaker/Support/Progress/ConsoleProgressReporterFactory.cs +++ b/CardMaker/Support/Progress/ConsoleProgressReporterFactory.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Support/Progress/IProgressReporter.cs b/CardMaker/Support/Progress/IProgressReporter.cs index b613a6e3..938e8e26 100644 --- a/CardMaker/Support/Progress/IProgressReporter.cs +++ b/CardMaker/Support/Progress/IProgressReporter.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Support/Progress/ProgressReporterFactory.cs b/CardMaker/Support/Progress/ProgressReporterFactory.cs index 6925207a..388e454e 100644 --- a/CardMaker/Support/Progress/ProgressReporterFactory.cs +++ b/CardMaker/Support/Progress/ProgressReporterFactory.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Support/Progress/ProgressReporterProxy.cs b/CardMaker/Support/Progress/ProgressReporterProxy.cs index 8b3168e5..3cc4fe8f 100644 --- a/CardMaker/Support/Progress/ProgressReporterProxy.cs +++ b/CardMaker/Support/Progress/ProgressReporterProxy.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Support/Progress/WaitDialogLineProgressReporterFactory.cs b/CardMaker/Support/Progress/WaitDialogLineProgressReporterFactory.cs index 40485dd4..de6485b1 100644 --- a/CardMaker/Support/Progress/WaitDialogLineProgressReporterFactory.cs +++ b/CardMaker/Support/Progress/WaitDialogLineProgressReporterFactory.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Support/UI/AbstractDirtyForm.cs b/CardMaker/Support/UI/AbstractDirtyForm.cs index 98772ed0..44d3ea14 100644 --- a/CardMaker/Support/UI/AbstractDirtyForm.cs +++ b/CardMaker/Support/UI/AbstractDirtyForm.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Support/UI/Extensions.cs b/CardMaker/Support/UI/Extensions.cs index 7a018263..6b247142 100644 --- a/CardMaker/Support/UI/Extensions.cs +++ b/CardMaker/Support/UI/Extensions.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Support/UI/ListViewAssist.cs b/CardMaker/Support/UI/ListViewAssist.cs index 89b33f5a..90dbe17e 100644 --- a/CardMaker/Support/UI/ListViewAssist.cs +++ b/CardMaker/Support/UI/ListViewAssist.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Support/UI/ListViewDoubleBuffer.cs b/CardMaker/Support/UI/ListViewDoubleBuffer.cs index 2a972f68..607065a6 100644 --- a/CardMaker/Support/UI/ListViewDoubleBuffer.cs +++ b/CardMaker/Support/UI/ListViewDoubleBuffer.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Support/UI/ListViewItemComparer.cs b/CardMaker/Support/UI/ListViewItemComparer.cs index 9db06462..e316c1d3 100644 --- a/CardMaker/Support/UI/ListViewItemComparer.cs +++ b/CardMaker/Support/UI/ListViewItemComparer.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Support/UI/PanelEx.cs b/CardMaker/Support/UI/PanelEx.cs index 04c44c0a..b362129a 100644 --- a/CardMaker/Support/UI/PanelEx.cs +++ b/CardMaker/Support/UI/PanelEx.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Support/UI/QueryPanel.cs b/CardMaker/Support/UI/QueryPanel.cs index bffccf39..3370d199 100644 --- a/CardMaker/Support/UI/QueryPanel.cs +++ b/CardMaker/Support/UI/QueryPanel.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Support/UI/QueryPanelDialog.cs b/CardMaker/Support/UI/QueryPanelDialog.cs index 2c203fe9..5fca4267 100644 --- a/CardMaker/Support/UI/QueryPanelDialog.cs +++ b/CardMaker/Support/UI/QueryPanelDialog.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Support/UI/RGBColorSelectDialog.Designer.cs b/CardMaker/Support/UI/RGBColorSelectDialog.Designer.cs index 2caabb91..a258e317 100644 --- a/CardMaker/Support/UI/RGBColorSelectDialog.Designer.cs +++ b/CardMaker/Support/UI/RGBColorSelectDialog.Designer.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Support/UI/RGBColorSelectDialog.cs b/CardMaker/Support/UI/RGBColorSelectDialog.cs index 76d6e889..b378f97c 100644 --- a/CardMaker/Support/UI/RGBColorSelectDialog.cs +++ b/CardMaker/Support/UI/RGBColorSelectDialog.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Support/UI/UserAction.cs b/CardMaker/Support/UI/UserAction.cs index e2c7e3d0..39fa0d86 100644 --- a/CardMaker/Support/UI/UserAction.cs +++ b/CardMaker/Support/UI/UserAction.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Support/UI/WaitDialog.cs b/CardMaker/Support/UI/WaitDialog.cs index 514e4664..6ffe90d7 100644 --- a/CardMaker/Support/UI/WaitDialog.cs +++ b/CardMaker/Support/UI/WaitDialog.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Support/UI/Win32.cs b/CardMaker/Support/UI/Win32.cs index 269c963f..31ba9863 100644 --- a/CardMaker/Support/UI/Win32.cs +++ b/CardMaker/Support/UI/Win32.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Support/Util/CommandLineParser.cs b/CardMaker/Support/Util/CommandLineParser.cs index bd31521c..755e06e3 100644 --- a/CardMaker/Support/Util/CommandLineParser.cs +++ b/CardMaker/Support/Util/CommandLineParser.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Support/Util/ParseUtil.cs b/CardMaker/Support/Util/ParseUtil.cs index c06bfca4..eb0aca34 100644 --- a/CardMaker/Support/Util/ParseUtil.cs +++ b/CardMaker/Support/Util/ParseUtil.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Support/Util/TimeMeasure.cs b/CardMaker/Support/Util/TimeMeasure.cs index 25c53f50..250c60b5 100644 --- a/CardMaker/Support/Util/TimeMeasure.cs +++ b/CardMaker/Support/Util/TimeMeasure.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Test/UnitTest/DeckObject/ElementOverride.cs b/CardMaker/Test/UnitTest/DeckObject/ElementOverride.cs index 8dac300d..19dd1382 100644 --- a/CardMaker/Test/UnitTest/DeckObject/ElementOverride.cs +++ b/CardMaker/Test/UnitTest/DeckObject/ElementOverride.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Test/UnitTest/DeckObject/FormattedText.cs b/CardMaker/Test/UnitTest/DeckObject/FormattedText.cs index 5c6d6d32..18cd31c8 100644 --- a/CardMaker/Test/UnitTest/DeckObject/FormattedText.cs +++ b/CardMaker/Test/UnitTest/DeckObject/FormattedText.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Test/UnitTest/DeckObject/InceptStringTranslation.cs b/CardMaker/Test/UnitTest/DeckObject/InceptStringTranslation.cs index 76fd47f9..185b70a2 100644 --- a/CardMaker/Test/UnitTest/DeckObject/InceptStringTranslation.cs +++ b/CardMaker/Test/UnitTest/DeckObject/InceptStringTranslation.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Test/UnitTest/DeckObject/InlineBackgroundElementProcessorTest.cs b/CardMaker/Test/UnitTest/DeckObject/InlineBackgroundElementProcessorTest.cs index 64f29005..f6448b88 100644 --- a/CardMaker/Test/UnitTest/DeckObject/InlineBackgroundElementProcessorTest.cs +++ b/CardMaker/Test/UnitTest/DeckObject/InlineBackgroundElementProcessorTest.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Test/UnitTest/DeckObject/JavaScriptStringTranslation.cs b/CardMaker/Test/UnitTest/DeckObject/JavaScriptStringTranslation.cs index 95b78ce5..661c09e0 100644 --- a/CardMaker/Test/UnitTest/DeckObject/JavaScriptStringTranslation.cs +++ b/CardMaker/Test/UnitTest/DeckObject/JavaScriptStringTranslation.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Test/UnitTest/DeckObject/JavaScriptTranslatorFactory.cs b/CardMaker/Test/UnitTest/DeckObject/JavaScriptTranslatorFactory.cs index 9e3628c9..5d4d0442 100644 --- a/CardMaker/Test/UnitTest/DeckObject/JavaScriptTranslatorFactory.cs +++ b/CardMaker/Test/UnitTest/DeckObject/JavaScriptTranslatorFactory.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Test/UnitTest/DeckObject/TestDeck.cs b/CardMaker/Test/UnitTest/DeckObject/TestDeck.cs index 58311975..0eadad13 100644 --- a/CardMaker/Test/UnitTest/DeckObject/TestDeck.cs +++ b/CardMaker/Test/UnitTest/DeckObject/TestDeck.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/Test/UnitTest/Support/Util/ParseUtilTest.cs b/CardMaker/Test/UnitTest/Support/Util/ParseUtilTest.cs index 5dd3defa..cd91f735 100644 --- a/CardMaker/Test/UnitTest/Support/Util/ParseUtilTest.cs +++ b/CardMaker/Test/UnitTest/Support/Util/ParseUtilTest.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/XML/LayoutTemplate.cs b/CardMaker/XML/LayoutTemplate.cs index f6d97e3b..3cdcd5f3 100644 --- a/CardMaker/XML/LayoutTemplate.cs +++ b/CardMaker/XML/LayoutTemplate.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/XML/Project.cs b/CardMaker/XML/Project.cs index 97a000a3..159e2de1 100644 --- a/CardMaker/XML/Project.cs +++ b/CardMaker/XML/Project.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/XML/ProjectLayout.cs b/CardMaker/XML/ProjectLayout.cs index 805f2f64..82c9c1fd 100644 --- a/CardMaker/XML/ProjectLayout.cs +++ b/CardMaker/XML/ProjectLayout.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/XML/ProjectLayoutElement.cs b/CardMaker/XML/ProjectLayoutElement.cs index a21a6047..9225cbbf 100644 --- a/CardMaker/XML/ProjectLayoutElement.cs +++ b/CardMaker/XML/ProjectLayoutElement.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/CardMaker/XML/ProjectLayoutReference.cs b/CardMaker/XML/ProjectLayoutReference.cs index 9add385d..de76af07 100644 --- a/CardMaker/XML/ProjectLayoutReference.cs +++ b/CardMaker/XML/ProjectLayoutReference.cs @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // -// Copyright (c) 2022 Tim Stair +// Copyright (c) 2024 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal