This commit is contained in:
Bill Holmes 2016-04-26 22:49:24 -04:00
Родитель f998907e69
Коммит fc259af90a
4 изменённых файлов: 11 добавлений и 3 удалений

2
.github/CONTRIBUTING.md поставляемый
Просмотреть файл

@ -13,7 +13,7 @@
# Contributing
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.
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/).
2. You should fork/branch from the `dev` branch.

Просмотреть файл

@ -1,6 +1,6 @@
The MIT License (MIT)
Copyright (c) 2016 Xamarin Inc.
Copyright (c) .NET Foundation Contributors
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:

Просмотреть файл

@ -77,3 +77,11 @@ The license for this repository is specified in
[LICENSE.md](LICENSE.md)
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)
## Contribution Guidelines
The Contribution Guidelines for this repository are listed in [CONTRIBUTING.md](.github/CONTRIBUTING.md)
## .NET Foundation
This project is part of the [.NET Foundation](http://www.dotnetfoundation.org/projects)

Просмотреть файл

@ -6,7 +6,7 @@ This component depends on [Google Android Support Library](http://developer.andr
### Xamarin Component for Android Support Library
The MIT License (MIT)
Copyright (c) 2016 Xamarin Inc.
Copyright (c) .NET Foundation Contributors
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: