From 88f351a8179c67a1b611e0084c903b8b04552f3d Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Sun, 27 Apr 2014 12:28:07 +0200 Subject: [PATCH] Added oF addon README.md template and MIT license --- README.md | 37 +++++++++++++++++++++++++++++++++---- license.md | 9 +++++++++ 2 files changed, 42 insertions(+), 4 deletions(-) create mode 100644 license.md diff --git a/README.md b/README.md index ab1377a..b1298a2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,35 @@ -ofxPiMapper -=========== +MyAddon (rename to your addon's name) +===================================== + +Introduction +------------ +openFrameworks addon for doing projection mapping with the Raspberry Pi. This is a placeholder. The addon itself is work in progress. Comming soon! + +Licence +------- +ofxPiMapper is distributed under the [MIT License](https://en.wikipedia.org/wiki/MIT_License). + +Installation +------------ +To be added here... + +Dependencies +------------ +None so far. + +Compatibility +------------ +Tested with 0.8.0, 0.8.1 + +Known issues +------------ +None so far. + +Version history +------------ +It make sense to include a version history here (newest releases first), describing new features and changes to the addon. Use [git tags](http://learn.github.com/p/tagging.html) to mark release points in your repo, too! + +### Version 0.1 (Date): +Describe relevant changes etc. -openFrameworks addon for doing projection mapping with the Raspberry Pi. -This is a placeholder. The addon itself is work in progress. Comming soon! diff --git a/license.md b/license.md new file mode 100644 index 0000000..17f1c69 --- /dev/null +++ b/license.md @@ -0,0 +1,9 @@ +The code in this repository is available under the [MIT License](https://secure.wikimedia.org/wikipedia/en/wiki/Mit_license). + +Copyright (c) [2014-04-27] [Krisjanis Rijnieks] + +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. \ No newline at end of file