Skip to content

Commit fc259af

Browse files
committed
Updates for .NET Foundation.
1 parent f998907 commit fc259af

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.github/CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
# Contributing
1515

16-
1. You will need to sign a contributor license agreement (CLA) before your contributions can be accepted. If you haven't already done so, the CLA Bot will comment on the pull request you just created and guide you on how to sign the CLA.
16+
1. You will need to complete a Contribution License Agreement before your pull request can be accepted. You can complete the CLA by going through the steps at [https://cla2.dotnetfoundation.org/](https://cla2.dotnetfoundation.org/).
1717

1818
2. You should fork/branch from the `dev` branch.
1919

LICENSE.md

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

3-
Copyright (c) 2016 Xamarin Inc.
3+
Copyright (c) .NET Foundation Contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
66

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,11 @@ The license for this repository is specified in
7777
[LICENSE.md](LICENSE.md)
7878

7979
The `externals` build task downloads some external dependencies from Google which are licensed under and subject to the terms of [Android Software Development Kit License Agreement](http://developer.android.com/sdk/terms.html)
80+
81+
## Contribution Guidelines
82+
The Contribution Guidelines for this repository are listed in [CONTRIBUTING.md](.github/CONTRIBUTING.md)
83+
84+
## .NET Foundation
85+
This project is part of the [.NET Foundation](http://www.dotnetfoundation.org/projects)
86+
87+

component/License.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This component depends on [Google Android Support Library](http://developer.andr
66
### Xamarin Component for Android Support Library
77
The MIT License (MIT)
88

9-
Copyright (c) 2016 Xamarin Inc.
9+
Copyright (c) .NET Foundation Contributors
1010

1111
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1212

0 commit comments

Comments
 (0)