]> git.armaanb.net Git - opendoas.git/commitdiff
bump version to 0.2 v0.2
authorDuncaen <mail@duncano.de>
Sun, 5 Jun 2016 12:01:31 +0000 (14:01 +0200)
committerDuncaen <mail@duncano.de>
Sun, 5 Jun 2016 12:04:15 +0000 (14:04 +0200)
LICENSE
configure

diff --git a/LICENSE b/LICENSE
index 2494fc0daea0d004882c1318a9e412fcd556b5c3..8dc155d5151fb1d00710764bf243470bc741873e 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -1,8 +1,19 @@
-portions copyright (c) 2015 Nathan Holstein
-portions copyright (c) 2015 Ted Unangst
-portions copyright (c) 2016 Duncan Overbruck
+Copyright (c) 2015 Ted Unangst
+Copyright (c) 2015 Nathan Holstein
+Copyright (c) 2016 Duncan Overbruck
+
+Permission to use, copy, modify, and distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
-To the best of my knowledge, everything is released under the BSD license.
 
 Additional bits copyright of their respective authors, see individual
 files for details.
index 2039151545ca8388d5b25ad4d652cc40b70bcb75..cc23132af55b28df8f411a9574ecfacc87dda662 100755 (executable)
--- a/configure
+++ b/configure
@@ -55,8 +55,8 @@ done
 CONFIG_MK=config.mk
 rm -f "$CONFIG_MK"
 
-: ${VERSION:="$(git describe --dirty --tags --long --always)"}
-# : ${VERSION:="0.1"}
+: ${VERSION:="$(git describe --dirty --tags --long --always)"}
+: ${VERSION:="0.2"}
 
 cat <<EOF >>$CONFIG_MK
 PREFIX   ?=    ${PREFIX:="/usr"}