From 6f90be53c8cdd060aaa38d68104a50a88fffa35b Mon Sep 17 00:00:00 2001 From: Daniel Gomez Date: Mon, 3 Dec 2012 17:42:18 -0500 Subject: [PATCH] Licence Update --- .gitignore | 0 LICENCE | 14 +++++--- LiveView Answer-it/project.properties | 0 .../res/drawable/background.png | Bin .../res/drawable/background_sent.png | Bin LiveView Answer-it/res/drawable/icon.png | Bin LiveView Answer-it/res/values/integers.xml | 0 .../answerit/model/calls/Call.java | 0 .../answerit/model/calls/CallManager.java | 0 .../answerit/model/dao/CallLogDAO.java | 0 .../answerit/model/dao/MessagesDAO.java | 0 .../model/messages/MessageManager.java | 0 NOTICE | 6 ++++ README.md | 31 ++++++++++++++---- 14 files changed, 40 insertions(+), 11 deletions(-) mode change 100644 => 100755 .gitignore mode change 100644 => 100755 LiveView Answer-it/project.properties mode change 100644 => 100755 LiveView Answer-it/res/drawable/background.png mode change 100644 => 100755 LiveView Answer-it/res/drawable/background_sent.png mode change 100644 => 100755 LiveView Answer-it/res/drawable/icon.png mode change 100644 => 100755 LiveView Answer-it/res/values/integers.xml mode change 100644 => 100755 LiveView Answer-it/src/com/makingiants/answerit/model/calls/Call.java mode change 100644 => 100755 LiveView Answer-it/src/com/makingiants/answerit/model/calls/CallManager.java mode change 100644 => 100755 LiveView Answer-it/src/com/makingiants/answerit/model/dao/CallLogDAO.java mode change 100644 => 100755 LiveView Answer-it/src/com/makingiants/answerit/model/dao/MessagesDAO.java mode change 100644 => 100755 LiveView Answer-it/src/com/makingiants/answerit/model/messages/MessageManager.java create mode 100644 NOTICE mode change 100644 => 100755 README.md diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/LICENCE b/LICENCE index f4df3b7..a3baaf5 100644 --- a/LICENCE +++ b/LICENCE @@ -1,7 +1,13 @@ -Copyright (C) 2012 Daniel Gomez Rico +Copyright 2012 Daniel Gomez Rico - MakinGIANTS -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: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. +http://www.apache.org/licenses/LICENSE-2.0 -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. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. \ No newline at end of file diff --git a/LiveView Answer-it/project.properties b/LiveView Answer-it/project.properties old mode 100644 new mode 100755 diff --git a/LiveView Answer-it/res/drawable/background.png b/LiveView Answer-it/res/drawable/background.png old mode 100644 new mode 100755 diff --git a/LiveView Answer-it/res/drawable/background_sent.png b/LiveView Answer-it/res/drawable/background_sent.png old mode 100644 new mode 100755 diff --git a/LiveView Answer-it/res/drawable/icon.png b/LiveView Answer-it/res/drawable/icon.png old mode 100644 new mode 100755 diff --git a/LiveView Answer-it/res/values/integers.xml b/LiveView Answer-it/res/values/integers.xml old mode 100644 new mode 100755 diff --git a/LiveView Answer-it/src/com/makingiants/answerit/model/calls/Call.java b/LiveView Answer-it/src/com/makingiants/answerit/model/calls/Call.java old mode 100644 new mode 100755 diff --git a/LiveView Answer-it/src/com/makingiants/answerit/model/calls/CallManager.java b/LiveView Answer-it/src/com/makingiants/answerit/model/calls/CallManager.java old mode 100644 new mode 100755 diff --git a/LiveView Answer-it/src/com/makingiants/answerit/model/dao/CallLogDAO.java b/LiveView Answer-it/src/com/makingiants/answerit/model/dao/CallLogDAO.java old mode 100644 new mode 100755 diff --git a/LiveView Answer-it/src/com/makingiants/answerit/model/dao/MessagesDAO.java b/LiveView Answer-it/src/com/makingiants/answerit/model/dao/MessagesDAO.java old mode 100644 new mode 100755 diff --git a/LiveView Answer-it/src/com/makingiants/answerit/model/messages/MessageManager.java b/LiveView Answer-it/src/com/makingiants/answerit/model/messages/MessageManager.java old mode 100644 new mode 100755 diff --git a/NOTICE b/NOTICE new file mode 100644 index 0000000..c7964cf --- /dev/null +++ b/NOTICE @@ -0,0 +1,6 @@ +Developed in: +--------------------------------------------- + +MakinGIANTS +http://www.makingiants.com +here.makin.giants@gmail.com \ No newline at end of file diff --git a/README.md b/README.md old mode 100644 new mode 100755 index 17d5f9c..b7a757e --- a/README.md +++ b/README.md @@ -1,7 +1,4 @@ ------------------------------- -Android LiveView Answer-it ------------------------------- - +# LiveView Answer-it Plugin This is a plugin for the LiveView device (a "smartwatch" for Android). @@ -16,7 +13,27 @@ You can predefine your messages. Developed using Eclipse and Android Plugin +## License + +* [Apache Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html) + + +## Acknowledgements + +* [SoundBible](http://soundbible.com/) for some great sound effects + + +## Contributing + +Please fork this repository and contribute back using pull requests. + +Any contributions, large or small, major features, bug fixes, additional +language translations, unit/integration tests are welcomed and appreciated +but will be thoroughly reviewed and discussed. + -WebPage -=========== -http://www.makingiants.com/ \ No newline at end of file +## About + ++ MakinGIANTS ++ http://www.makingiants.com ++ here.makin.giants@gmail.com \ No newline at end of file