diff --git a/babel.nim b/babel.nim index 66bf791..cc9b78c 100644 --- a/babel.nim +++ b/babel.nim @@ -1,3 +1,6 @@ +# Copyright (C) Dominik Picheta. All rights reserved. +# BSD License. Look at license.txt for more info. + import httpclient, parseopt, os, strutils, osproc import packageinfo diff --git a/license.txt b/license.txt new file mode 100644 index 0000000..115cca2 --- /dev/null +++ b/license.txt @@ -0,0 +1,27 @@ +Copyright (c) 2012, Dominik Picheta +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. +3. All advertising materials mentioning features or use of this software + must display the following acknowledgement: + This product includes software developed by Dominik Picheta. +4. Neither the name of Babel nor the + names of its contributors may be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY DOMINIK PICHETA ''AS IS'' AND ANY +EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL DOMINIK PICHETA BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file diff --git a/packageinfo.nim b/packageinfo.nim index 92d7181..0437ef0 100644 --- a/packageinfo.nim +++ b/packageinfo.nim @@ -1,3 +1,5 @@ +# Copyright (C) Dominik Picheta. All rights reserved. +# BSD License. Look at license.txt for more info. import parsecfg, json, streams, strutils, parseutils import version type diff --git a/readme.markdown b/readme.markdown index 8795254..5fc57f5 100644 --- a/readme.markdown +++ b/readme.markdown @@ -60,4 +60,8 @@ If you would like to help, feel free to fork and make any additions you see fit and then send a pull request. If you have any questions about the project you can ask me directly on github, ask on the nimrod [forum](http://forum.nimrod-code.org), or ask on Freenode in -the #nimrod channel. \ No newline at end of file +the #nimrod channel. + +## About +Babel has been written by (Dominik Picheta)[http://picheta.me/] and is licensed +under the BSD license (Look at license.txt for more info). \ No newline at end of file diff --git a/version.nim b/version.nim index 0c7a19c..7b56628 100644 --- a/version.nim +++ b/version.nim @@ -1,3 +1,6 @@ +# Copyright (C) Dominik Picheta. All rights reserved. +# BSD License. Look at license.txt for more info. + ## Module for handling versions and version ranges such as ``>= 1.0 & <= 1.5`` import strutils type