Skip to content

Commit 6212e18

Browse files
authored
Update README
1 parent ef8f917 commit 6212e18

File tree

1 file changed

+12
-31
lines changed

1 file changed

+12
-31
lines changed

README.md

Lines changed: 12 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -729,34 +729,15 @@ public class AuthenticatedResource extends HttpServlet {
729729
}
730730
```
731731

732-
## TLS 1.0 deprecation
733-
As of June 30, 2018, Xero's API will remove support for TLS 1.0.
734-
735-
The easiest way to force TLS 1.2 is to set the Runtime Environment for your server (Tomcat, etc) to Java 1.8 which defaults to TLS 1.2.
736-
737-
## License
738-
739-
This software is published under the [MIT License](http://en.wikipedia.org/wiki/MIT_License).
740-
741-
Copyright (c) 2019 Xero Limited
742-
743-
Permission is hereby granted, free of charge, to any person
744-
obtaining a copy of this software and associated documentation
745-
files (the "Software"), to deal in the Software without
746-
restriction, including without limitation the rights to use,
747-
copy, modify, merge, publish, distribute, sublicense, and/or sell
748-
copies of the Software, and to permit persons to whom the
749-
Software is furnished to do so, subject to the following
750-
conditions:
751-
752-
The above copyright notice and this permission notice shall be
753-
included in all copies or substantial portions of the Software.
754-
755-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
756-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
757-
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
758-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
759-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
760-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
761-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
762-
OTHER DEALINGS IN THE SOFTWARE.
732+
## Participating in Xero’s developer community
733+
This SDK is one of a number of SDK’s that the Xero Developer team builds and maintains. We are grateful for all the contributions that the community makes.
734+
735+
Here are a few things you should be aware of as a contributor:
736+
* Xero has adopted the Contributor Covenant [Code of Conduct](https://github.com/XeroAPI/Xero-Java/blob/master/CODE_OF_CONDUCT.md), we expect all contributors in our community to adhere to it
737+
* If you raise an issue then please make sure to fill out the github issue template, doing so helps us help you
738+
* You’re welcome to raise PRs. As our SDKs are generated we may use your code in the core SDK build instead of merging your code
739+
* We have a [contribution guide](https://github.com/XeroAPI/Xero-Java/blob/master/CONTRIBUTING.md) for you to follow when contributing to this SDK
740+
* Curious about how we generate our SDK’s? Have a [read of our process](https://devblog.xero.com/building-sdks-for-the-future-b79ff726dfd6) and have a look at our [OpenAPISpec](https://github.com/XeroAPI/Xero-OpenAPI)
741+
* This software is published under the [MIT License](https://github.com/XeroAPI/Xero-Java/blob/master/LICENSE)
742+
743+
For questions that aren’t related to SDKs please refer to our [developer support page](https://developer.xero.com/support/).

0 commit comments

Comments
 (0)