Skip to content

Commit

Permalink
Bump copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
0xC0000054 committed Jan 5, 2023
1 parent 9c9621b commit 9ac4ab2
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion License.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015-2018, 2021, 2022 Nicholas Hayes
Copyright (c) 2015-2018, 2021, 2022, 2023 Nicholas Hayes

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/EmptyArray.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Camera RAW FileType plugin for Paint.NET
//
// This software is provided under the MIT License:
// Copyright (C) 2015-2018, 2021, 2022 Nicholas Hayes
// Copyright (C) 2015-2018, 2021, 2022, 2023 Nicholas Hayes
//
// See LICENSE.txt for complete licensing and attribution information.
//
Expand Down
2 changes: 1 addition & 1 deletion src/EndianBinaryReader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Camera RAW FileType plugin for Paint.NET
//
// This software is provided under the MIT License:
// Copyright (C) 2015-2018, 2021, 2022 Nicholas Hayes
// Copyright (C) 2015-2018, 2021, 2022, 2023 Nicholas Hayes
//
// See LICENSE.txt for complete licensing and attribution information.
//
Expand Down
2 changes: 1 addition & 1 deletion src/Endianess.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Camera RAW FileType plugin for Paint.NET
//
// This software is provided under the MIT License:
// Copyright (C) 2015-2018, 2021, 2022 Nicholas Hayes
// Copyright (C) 2015-2018, 2021, 2022, 2023 Nicholas Hayes
//
// See LICENSE.txt for complete licensing and attribution information.
//
Expand Down
2 changes: 1 addition & 1 deletion src/PixMapReader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Camera RAW FileType plugin for Paint.NET
//
// This software is provided under the MIT License:
// Copyright (C) 2015-2018, 2021, 2022 Nicholas Hayes
// Copyright (C) 2015-2018, 2021, 2022, 2023 Nicholas Hayes
//
// See LICENSE.txt for complete licensing and attribution information.
//
Expand Down
2 changes: 1 addition & 1 deletion src/PluginSupportInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Camera RAW FileType plugin for Paint.NET
//
// This software is provided under the MIT License:
// Copyright (C) 2015-2018, 2021, 2022 Nicholas Hayes
// Copyright (C) 2015-2018, 2021, 2022, 2023 Nicholas Hayes
//
// See LICENSE.txt for complete licensing and attribution information.
//
Expand Down
4 changes: 2 additions & 2 deletions src/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Camera RAW FileType plugin for Paint.NET
//
// This software is provided under the MIT License:
// Copyright (C) 2015-2018, 2021, 2022 Nicholas Hayes
// Copyright (C) 2015-2018, 2021, 2022, 2023 Nicholas Hayes
//
// See LICENSE.txt for complete licensing and attribution information.
//
Expand All @@ -21,7 +21,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("null54")]
[assembly: AssemblyProduct("RawFileType")]
[assembly: AssemblyCopyright("Copyright © 2022 Nicholas Hayes (aka null54)")]
[assembly: AssemblyCopyright("Copyright © 2023 Nicholas Hayes (aka null54)")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
2 changes: 1 addition & 1 deletion src/RawFileType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Camera RAW FileType plugin for Paint.NET
//
// This software is provided under the MIT License:
// Copyright (C) 2015-2018, 2021, 2022 Nicholas Hayes
// Copyright (C) 2015-2018, 2021, 2022, 2023 Nicholas Hayes
//
// See LICENSE.txt for complete licensing and attribution information.
//
Expand Down
2 changes: 1 addition & 1 deletion src/RawFileTypeFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Camera RAW FileType plugin for Paint.NET
//
// This software is provided under the MIT License:
// Copyright (C) 2015-2018, 2021, 2022 Nicholas Hayes
// Copyright (C) 2015-2018, 2021, 2022, 2023 Nicholas Hayes
//
// See LICENSE.txt for complete licensing and attribution information.
//
Expand Down

0 comments on commit 9ac4ab2

Please sign in to comment.