From 45a1e3b6228b3f356ec2eb2ada9f2dab24b9c14f Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Fri, 20 Aug 2021 03:57:48 -0700 Subject: [PATCH] Rename various places to `main` (#81) Summary: Pull Request resolved: https://github.com/facebook/SoLoader/pull/81 Reviewed By: timur-valiev Differential Revision: D30302537 Pulled By: passy fbshipit-source-id: da83512833c33518267c26534e6d142a06f78963 --- CONTRIBUTING.md | 4 ++-- README.md | 5 +++-- artifacts/ANNOTATION | 2 +- artifacts/NATIVELOADER | 2 +- artifacts/SOLOADER | 2 +- 5 files changed, 8 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d04571e..bf9a9cf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,7 +5,7 @@ possible. ## Pull Requests We actively welcome your pull requests. -1. Fork the repo and create your branch from `master`. +1. Fork the repo and create your branch from `main`. 2. If you've added code that should be tested, add tests. 3. If you've changed APIs, update the documentation. 4. Ensure the test suite passes. @@ -43,4 +43,4 @@ outlined on that page and do not file a public issue. ## License By contributing to SoLoader, you agree that your contributions will be licensed -under its [Apache 2](https://github.com/facebook/soloader/blob/master/LICENSE). +under its [Apache 2](https://github.com/facebook/soloader/blob/main/LICENSE). diff --git a/README.md b/README.md index 0c628d7..db3728b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # SoLoader + SoLoader is a native code loader for Android. It takes care of unpacking your native libraries and recursively loads dependencies on platforms that don't support that out of the box. @@ -25,8 +26,8 @@ The build command generates `buck-out/gen/soloader.aar` file. ## Join our community Please use our [issues page](https://github.com/facebook/soloader/issues) to let us know of any problems. -See the [CONTRIBUTING](https://github.com/facebook/soloader/blob/master/CONTRIBUTING.md) file for how to +See the [CONTRIBUTING](https://github.com/facebook/soloader/blob/main/CONTRIBUTING.md) file for how to help out. ## License -SoLoader is [Apache-2.0-licensed](https://github.com/facebook/soloader/blob/master/LICENSE). +SoLoader is [Apache-2.0-licensed](https://github.com/facebook/soloader/blob/main/LICENSE). diff --git a/artifacts/ANNOTATION b/artifacts/ANNOTATION index 28be83c..1482780 100644 --- a/artifacts/ANNOTATION +++ b/artifacts/ANNOTATION @@ -11,7 +11,7 @@ URL = 'https://github.com/facebook/soloader' LICENSES = [ { 'name' : 'Apache-2', - 'url' : 'https://github.com/facebook/soloader/blob/master/LICENSE' + 'url' : 'https://github.com/facebook/soloader/blob/main/LICENSE' } ] diff --git a/artifacts/NATIVELOADER b/artifacts/NATIVELOADER index c6152b4..8577c38 100644 --- a/artifacts/NATIVELOADER +++ b/artifacts/NATIVELOADER @@ -11,7 +11,7 @@ URL = 'https://github.com/facebook/soloader' LICENSES = [ { 'name' : 'Apache-2', - 'url' : 'https://github.com/facebook/soloader/blob/master/LICENSE' + 'url' : 'https://github.com/facebook/soloader/blob/main/LICENSE' } ] diff --git a/artifacts/SOLOADER b/artifacts/SOLOADER index f158441..ce8fdbf 100644 --- a/artifacts/SOLOADER +++ b/artifacts/SOLOADER @@ -10,7 +10,7 @@ URL = 'https://github.com/facebook/soloader' LICENSES = [ { 'name' : 'Apache-2', - 'url' : 'https://github.com/facebook/soloader/blob/master/LICENSE' + 'url' : 'https://github.com/facebook/soloader/blob/main/LICENSE' } ]