Skip to content

Commit 151ca82

Browse files
committedJun 9, 2020
Copyright .NET Foundation and added Code of Conduct
1 parent ffb9bc4 commit 151ca82

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed
 

‎License.md

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

3-
MailKit is Copyright (C) 2013-2020 Xamarin Inc. and is licensed under the MIT license:
3+
MailKit is Copyright (C) 2013-2020 .NET Foundation and Contributors and is licensed under the MIT license:
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

‎README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ which should improve performance of sending messages (although might not be very
161161

162162
## License Information
163163

164-
MailKit is Copyright (C) 2013-2020 Xamarin Inc. and is licensed under the MIT license:
164+
MailKit is Copyright (C) 2013-2020 .NET Foundation and Contributors and is licensed under the MIT license:
165165

166166
Permission is hereby granted, free of charge, to any person obtaining a copy
167167
of this software and associated documentation files (the "Software"), to deal
@@ -556,3 +556,11 @@ string. Please include the `Exception.StackTrace` as well. The `Message`, by its
556556
API documentation can be found at [http://www.mimekit.net/docs](http://www.mimekit.net/docs).
557557

558558
A copy of the XML-formatted API reference documentation is also included in the NuGet package.
559+
560+
## .NET Foundation
561+
562+
MailKit is a [.NET Foundation](https://www.dotnetfoundation.org/projects) project.
563+
564+
This project has adopted the code of conduct defined by the [Contributor Covenant](http://contributor-covenant.org/) to clarify expected behavior in our community. For more information, see the [.NET Foundation Code of Conduct](http://www.dotnetfoundation.org/code-of-conduct).
565+
566+
General .NET OSS discussions: [.NET Foundation forums](https://forums.dotnetfoundation.org)

‎nuget/MailKit.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ In order to authenticate using the XOAUTH2 SASL mechanism, you must now use the
5252

5353
client.Authenticate (new SaslMechanismOAuth2 (username, auth_token));
5454
</releaseNotes>
55-
<copyright>Xamarin Inc.</copyright>
55+
<copyright>.NET Foundation and Contributors</copyright>
5656
<language>en-US</language>
5757
<tags>smtp pop3 imap mime security arc dkim smime s/mime openpgp pgp mbox mail email parser tnef net45 net46 net47 net58 netstandard netstandard1.3 netstandard1.6 netstandard2.0</tags>
5858
<frameworkAssemblies>

0 commit comments

Comments
 (0)
Please sign in to comment.