Skip to content

Commit 8920887

Browse files
Moves contributors to wiki, adds license
1 parent deecf7d commit 8920887

File tree

1 file changed

+14
-34
lines changed

1 file changed

+14
-34
lines changed

README.md

Lines changed: 14 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,7 @@ Each sample includes a dedicated `README.md` file where you can find related met
7676
* Whether you need to support multiple platforms
7777
* Your preference for the compactness of your codebase
7878

79-
For more information on choosing and comparing samples, see the following pages:
80-
* [Samples at a glance](https://github.com/googlesamples/android-architecture/wiki/Samples-at-a-glance)
81-
* [How to compare samples](https://github.com/googlesamples/android-architecture/wiki/How-to-compare-samples)
79+
For more information on choosing and comparing samples, see the following page: [How to compare samples](https://github.com/googlesamples/android-architecture/wiki/How-to-compare-samples)
8280

8381
## Open a sample in Android Studio
8482

@@ -94,7 +92,7 @@ git clone [email protected]:googlesamples/android-architecture.git
9492

9593
Checkout the todo-mvp sample:
9694
```
97-
git checkout todo-mvp
95+
git checkout todo-mvp
9896
```
9997

10098
**Note:** To review a different sample, replace `todo-mvp` with the name of sample you want to check out.
@@ -103,38 +101,20 @@ Finally open the `todoapp/` directory in Android Studio.
103101

104102
## Contributors
105103

106-
This project is **built by the community**, and curated by Google as well as other core maintainers.
104+
This project is **built by the community**, and curated by Google as well as other core [maintainers](https://github.com/googlesamples/android-architecture/wiki/Contributors).
107105

108-
### External contributors
106+
# License
109107

110-
[David González](http://github.com/malmstein) - Core developer (MVP Content Providers sample)
108+
Copyright 2019 Google Inc. All rights reserved.
111109

112-
[Karumi](http://github.com/Karumi) - Developers (MVP Clean Architecture sample)
110+
Licensed under the Apache License, Version 2.0 (the "License");
111+
you may not use this file except in compliance with the License.
112+
You may obtain a copy of the License at
113113

114-
[Natalie Masse](http://github.com/freewheelnat) - Core developer
114+
http://www.apache.org/licenses/LICENSE-2.0
115115

116-
[Erik Hellman](https://github.com/ErikHellman) - Developer (MVP RxJava sample)
117-
118-
[Saúl Molinero](https://github.com/saulmm) - Developer (MVP Dagger sample)
119-
120-
[Mike Nakhimovich](https://github.com/digitalbuddha) - Developer (MVP Dagger sample)
121-
122-
[Voicu Klein](https://github.com/kleinsenberg) - Developer (MVP RxJava sample)
123-
124-
### Googlers
125-
126-
[Jose Alcérreca](http://github.com/JoseAlcerreca) - Lead/Core developer
127-
128-
[Mustafa Kurtuldu](https://github.com/mustafa-x) - UX/design
129-
130-
[Stephan Linzner](http://github.com/slinzner) - Core developer
131-
132-
[Florina Muntenescu](https://github.com/florina-muntenescu) - Core developer
133-
134-
[Sharif Salah](https://github.com/sharifsalah) - Technical Writer
135-
136-
[Doug Sigelbaum](https://github.com/DougSig) - Kotlin conversion
137-
138-
[Ben Weiss](https://github.com/keyboardsurfer) - Kotlin conversion
139-
140-
For more information on joining the project, see [how to become a contributor](https://github.com/googlesamples/android-architecture/blob/master/CONTRIBUTING.md) and the [contributor's guide](https://github.com/googlesamples/android-architecture/wiki/Contributions)
116+
Unless required by applicable law or agreed to in writing, software
117+
distributed under the License is distributed on an "AS IS" BASIS,
118+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
119+
See the License for the specific language governing permissions and
120+
limitations under the License.

0 commit comments

Comments
 (0)