summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2009-05-01 22:18:03 +0100
committerDamien Lespiau <damien.lespiau@intel.com>2009-05-01 22:18:03 +0100
commit999262dcc56f7c400650cad67d7c11acbaaef45a (patch)
tree9c59fe2412a4dc2a958fb022e16b652dbd01d8e2
parent90335b269ae07a219cd0b3a6e6db3b016eb03728 (diff)
shave is now available under a 2-clause BSD license
-rw-r--r--COPYING24
-rw-r--r--shave/shave-libtool.in11
-rw-r--r--shave/shave.in11
-rw-r--r--shave/shave.m412
4 files changed, 57 insertions, 1 deletions
diff --git a/COPYING b/COPYING
new file mode 100644
index 0000000..948dd9f
--- /dev/null
+++ b/COPYING
@@ -0,0 +1,24 @@
+This software is available under a 2-clause BSD license.
+
+Copyright (c) 2009, Damien Lespiau <damien.lespiau@gmail.com>
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ * 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.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER ''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 <copyright holder> 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.
+
diff --git a/shave/shave-libtool.in b/shave/shave-libtool.in
index 1f3a720..2069b55 100644
--- a/shave/shave-libtool.in
+++ b/shave/shave-libtool.in
@@ -1,4 +1,15 @@
#!/bin/sh
+#
+# Copyright (c) 2009, Damien Lespiau <damien.lespiau@gmail.com>
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions are met:
+# * Redistributions of source code must retain the above copyright
+# notice, this list of conditions and the following disclaimer.
+# * 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.
# we need sed
SED=@SED@
diff --git a/shave/shave.in b/shave/shave.in
index 5c16f27..735fe79 100644
--- a/shave/shave.in
+++ b/shave/shave.in
@@ -1,4 +1,15 @@
#!/bin/sh
+#
+# Copyright (c) 2009, Damien Lespiau <damien.lespiau@gmail.com>
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions are met:
+# * Redistributions of source code must retain the above copyright
+# notice, this list of conditions and the following disclaimer.
+# * 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.
# we need sed
SED=@SED@
diff --git a/shave/shave.m4 b/shave/shave.m4
index 0a3509e..59bd1be 100644
--- a/shave/shave.m4
+++ b/shave/shave.m4
@@ -1,5 +1,15 @@
dnl Make automake/libtool output more friendly to humans
-dnl Damien Lespiau <damien.lespiau@gmail.com>
+dnl
+dnl Copyright (c) 2009, Damien Lespiau <damien.lespiau@gmail.com>
+dnl All rights reserved.
+dnl
+dnl Redistribution and use in source and binary forms, with or without
+dnl modification, are permitted provided that the following conditions are met:
+dnl * Redistributions of source code must retain the above copyright
+dnl notice, this list of conditions and the following disclaimer.
+dnl * Redistributions in binary form must reproduce the above copyright
+dnl notice, this list of conditions and the following disclaimer in the
+dnl documentation and/or other materials provided with the distribution.
dnl
dnl SHAVE_INIT([shavedir],[default_mode])
dnl