Skip to content

Commit 33dd1be

Browse files
authored
chore: Remove information that this project runs under the .NET Foundation (#19)
1 parent c161553 commit 33dd1be

File tree

4 files changed

+1
-34
lines changed

4 files changed

+1
-34
lines changed

CODE-OF-CONDUCT.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -248,30 +248,6 @@ Here are typical exceptions thrown from the client library:
248248
* **`ArgumentNullException`** is thrown when one of the required parameters are missing/empty.
249249
* Consider reading the [Docker Remote API reference][docker-remote-api] and source code of the corresponding method you are going to use in from this library. This way you can easily find out which parameters are required and their format.
250250

251-
## .NET Foundation
252-
253-
Docker.DotNet is a [.NET Foundation](https://www.dotnetfoundation.org) project.
254-
255-
There are many .NET related projects on GitHub.
256-
257-
- [.NET home repo](https://github.com/Microsoft/dotnet) - links to 100s of .NET projects, from Microsoft and the community.
258-
- [ASP.NET Core home](https://docs.microsoft.com/aspnet/core) - the best place to start learning about ASP.NET Core.
259-
260-
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).
261-
262-
General .NET OSS discussions: [.NET Foundation Discord](https://dotnetfoundation.org/socialize/discord)
263-
264-
## Contributing
265-
266-
This project welcomes contributions and suggestions. Most contributions require you to agree to a
267-
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
268-
the rights to use your contribution. For details, visit https://cla.dotnetfoundation.org.
269-
270-
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide
271-
a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions
272-
provided by the bot. You will only need to do this once across all repos using our CLA.
273-
274-
275251
## License
276252

277253
Docker.DotNet is licensed under the [MIT](LICENSE) license.

src/Docker.DotNet/Microsoft.Net.Http.Client/UnixDomainSocketEndPoint.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
// Licensed to the .NET Foundation under one or more agreements.
2-
// The .NET Foundation licenses this file to you under the MIT license.
3-
// See the LICENSE-MIT.txt file for more information.
4-
51
namespace Microsoft.Net.Http.Client;
62

73
internal sealed class UnixDomainSocketEndPoint : EndPoint

tools/specgen/LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
The MIT License (MIT)
22

33
Copyright (c) .NET Foundation and Contributors
4+
Copyright (c) Andre Hofmeister
45

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

0 commit comments

Comments
 (0)