1
0
Fork 0
mirror of https://gitlab.com/dadada_/uuidgen.git synced 2025-06-08 01:53:57 +02:00

Add license

This commit is contained in:
Tim Schubert 2020-11-08 16:44:35 +01:00
parent 3c8a8522d8
commit b7be97798a
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
2 changed files with 8 additions and 1 deletions

View file

@ -176,7 +176,7 @@
END OF TERMS AND CONDITIONS END OF TERMS AND CONDITIONS
Copyright 2013-2018 Docker, Inc. Copyright 2020 dadada
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.

7
README.md Normal file
View file

@ -0,0 +1,7 @@
# UuidGen
UuidGen is a simple UUID Generator for Android. It was created as a personal learning experience. It supports copying to clipboard and displays a history of previously generated UUIDs.
## License
See [LICENSE](LICENSE)