From 74b6436f57f9084f9398a5b8c2122e3d2c467c8c Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Mon, 5 May 2014 23:52:51 +0200 Subject: [PATCH] Added MIT license. --- LICENSE | 8 ++++++++ README.md | 4 ++++ 2 files changed, 12 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..93578789 --- /dev/null +++ b/LICENSE @@ -0,0 +1,8 @@ +Copyright (C) 2014 Felix Ableitner + + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/README.md b/README.md index 963958d4..b8b3edff 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,7 @@ Then, apply `go_src_pkg_flag.diff` to `src/pkg/flag/flag.go`in your local golang For syncthing, use [my fork](https://github.com/Nutomic/syncthing/tree/android). To compile, run `./build.sh` (go cross compile) and `ant -f build.xml clean debug install run` (Android package). + +## License + +All code is licensed under the [MIT License](https://github.com/Nutomic/syncthing-android/blob/master/LICENSE).