Skip to content

Commit

Permalink
Rename various places to main (#81)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #81

Reviewed By: timur-valiev

Differential Revision: D30302537

Pulled By: passy

fbshipit-source-id: da83512833c33518267c26534e6d142a06f78963
  • Loading branch information
passy authored and facebook-github-bot committed Aug 20, 2021
1 parent f1c3124 commit 45a1e3b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Expand Up @@ -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.
Expand Down Expand Up @@ -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).
5 changes: 3 additions & 2 deletions 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.

Expand All @@ -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).
2 changes: 1 addition & 1 deletion artifacts/ANNOTATION
Expand Up @@ -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'
}
]

Expand Down
2 changes: 1 addition & 1 deletion artifacts/NATIVELOADER
Expand Up @@ -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'
}
]

Expand Down
2 changes: 1 addition & 1 deletion artifacts/SOLOADER
Expand Up @@ -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'
}
]

Expand Down

0 comments on commit 45a1e3b

Please sign in to comment.