Skip to content

Commit d90417a

Browse files
committed
Updated copyright
1 parent a01f4c8 commit d90417a

File tree

16 files changed

+16
-16
lines changed

16 files changed

+16
-16
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (C) 2012-2023 .NET Foundation and Contributors
3+
Copyright (C) 2012-2024 .NET Foundation and Contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

MimeKit/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
[assembly: AssemblyConfiguration ("")]
3636
[assembly: AssemblyCompany (".NET Foundation")]
3737
[assembly: AssemblyProduct ("MimeKit")]
38-
[assembly: AssemblyCopyright ("Copyright © 2013-2023 .NET Foundation and Contributors")]
38+
[assembly: AssemblyCopyright ("Copyright © 2013-2024 .NET Foundation and Contributors")]
3939
[assembly: AssemblyTrademark (".NET Foundation")]
4040
[assembly: AssemblyCulture ("")]
4141

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ How does your MIME parser compare?
8989
```
9090
MIT License
9191
92-
Copyright (C) 2012-2023 .NET Foundation and Contributors
92+
Copyright (C) 2012-2024 .NET Foundation and Contributors
9393
9494
Permission is hereby granted, free of charge, to any person obtaining a copy
9595
of this software and associated documentation files (the "Software"), to deal

nuget/MimeKit.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<authors>Jeffrey Stedfast</authors>
88
<owners>Jeffrey Stedfast</owners>
99
<license type="expression">MIT</license>
10-
<projectUrl>http://www.mimekit.net</projectUrl>
10+
<projectUrl>https://www.mimekit.net</projectUrl>
1111
<repository type="git" url="https://github.com/jstedfast/MimeKit" />
1212
<icon>icons\mimekit-50.png</icon>
1313
<requireLicenseAcceptance>false</requireLicenseAcceptance>

nuget/MimeKitLite.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<authors>Jeffrey Stedfast</authors>
88
<owners>Jeffrey Stedfast</owners>
99
<license type="expression">MIT</license>
10-
<projectUrl>http://www.mimekit.net</projectUrl>
10+
<projectUrl>https://www.mimekit.net</projectUrl>
1111
<repository type="git" url="https://github.com/jstedfast/MimeKit" />
1212
<icon>icons\mimekit-50.png</icon>
1313
<requireLicenseAcceptance>false</requireLicenseAcceptance>

samples/DkimVerifier/DkimVerifier/Program.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
// Author: Jeffrey Stedfast <[email protected]>
55
//
6-
// Copyright (c) 2014-2023 Jeffrey Stedfast
6+
// Copyright (c) 2014-2024 Jeffrey Stedfast
77
//
88
// Permission is hereby granted, free of charge, to any person obtaining a copy
99
// of this software and associated documentation files (the "Software"), to deal

samples/MessageReader.Android/MessageReader.Android/HtmlPreviewVisitor.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
// Author: Jeffrey Stedfast <[email protected]>
55
//
6-
// Copyright (c) 2014-2023 Jeffrey Stedfast
6+
// Copyright (c) 2014-2024 Jeffrey Stedfast
77
//
88
// Permission is hereby granted, free of charge, to any person obtaining a copy
99
// of this software and associated documentation files (the "Software"), to deal

samples/MessageReader.Android/MessageReader.Android/MainActivity.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
// Author: Jeffrey Stedfast <[email protected]>
55
//
6-
// Copyright (c) 2014-2023 Jeffrey Stedfast
6+
// Copyright (c) 2014-2024 Jeffrey Stedfast
77
//
88
// Permission is hereby granted, free of charge, to any person obtaining a copy
99
// of this software and associated documentation files (the "Software"), to deal

samples/MessageReader.Android/MessageReader.Android/MultipartRelatedWebViewClient.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
// Author: Jeffrey Stedfast <[email protected]>
55
//
6-
// Copyright (c) 2014-2023 Jeffrey Stedfast
6+
// Copyright (c) 2014-2024 Jeffrey Stedfast
77
//
88
// Permission is hereby granted, free of charge, to any person obtaining a copy
99
// of this software and associated documentation files (the "Software"), to deal

samples/MessageReader.iOS/MessageReader.iOS/AppDelegate.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
// Author: Jeffrey Stedfast <[email protected]>
55
//
6-
// Copyright (c) 2014-2023 Jeffrey Stedfast
6+
// Copyright (c) 2014-2024 Jeffrey Stedfast
77
//
88
// Permission is hereby granted, free of charge, to any person obtaining a copy
99
// of this software and associated documentation files (the "Software"), to deal

samples/MessageReader.iOS/MessageReader.iOS/HtmlPreviewVisitor.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
// Author: Jeffrey Stedfast <[email protected]>
55
//
6-
// Copyright (c) 2014-2023 Jeffrey Stedfast
6+
// Copyright (c) 2014-2024 Jeffrey Stedfast
77
//
88
// Permission is hereby granted, free of charge, to any person obtaining a copy
99
// of this software and associated documentation files (the "Software"), to deal

samples/MessageReader.iOS/MessageReader.iOS/Main.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
// Author: Jeffrey Stedfast <[email protected]>
55
//
6-
// Copyright (c) 2014-2023 Jeffrey Stedfast
6+
// Copyright (c) 2014-2024 Jeffrey Stedfast
77
//
88
// Permission is hereby granted, free of charge, to any person obtaining a copy
99
// of this software and associated documentation files (the "Software"), to deal

samples/MessageReader.iOS/MessageReader.iOS/MessageReaderViewController.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
// Author: Jeffrey Stedfast <[email protected]>
55
//
6-
// Copyright (c) 2014-2023 Jeffrey Stedfast
6+
// Copyright (c) 2014-2024 Jeffrey Stedfast
77
//
88
// Permission is hereby granted, free of charge, to any person obtaining a copy
99
// of this software and associated documentation files (the "Software"), to deal

samples/MessageReader.iOS/MessageReader.iOS/MultipartRelatedUrlCache.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
// Author: Jeffrey Stedfast <[email protected]>
55
//
6-
// Copyright (c) 2014-2023 Jeffrey Stedfast
6+
// Copyright (c) 2014-2024 Jeffrey Stedfast
77
//
88
// Permission is hereby granted, free of charge, to any person obtaining a copy
99
// of this software and associated documentation files (the "Software"), to deal

samples/MessageReader/MessageReader/HtmlPreviewVisitor.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
// Author: Jeffrey Stedfast <[email protected]>
55
//
6-
// Copyright (c) 2014-2023 Jeffrey Stedfast
6+
// Copyright (c) 2014-2024 Jeffrey Stedfast
77
//
88
// Permission is hereby granted, free of charge, to any person obtaining a copy
99
// of this software and associated documentation files (the "Software"), to deal

samples/MessageReader/MessageReader/MessageViewWindow.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
// Author: Jeffrey Stedfast <[email protected]>
55
//
6-
// Copyright (c) 2014-2023 Jeffrey Stedfast
6+
// Copyright (c) 2014-2024 Jeffrey Stedfast
77
//
88
// Permission is hereby granted, free of charge, to any person obtaining a copy
99
// of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)