summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUri Lublin <uril@redhat.com>2010-01-13 18:17:48 +0200
committerYaniv Kamay <ykamay@redhat.com>2010-02-01 14:26:03 +0200
commita85232b0b91146e4226f494675b3385ef42b5426 (patch)
tree6ac8a568bc4bff215211cff8d969a5f6358ddc6d
parentb2851ae6901bc79eb64f2f808a440bb27e6577c9 (diff)
downloadspice-0.4.tar.gz
spice-0.4.tar.xz
spice-0.4.zip
spice: Adding README to all subdirs0.4
Also adding some information to toplevel (spice) README And do not touch README when running autogen.sh Signed-off-by: Uri Lublin <uril@redhat.com>
-rw-r--r--README5
-rwxr-xr-xautogen.sh.shared2
-rw-r--r--client/README12
-rw-r--r--common/README12
-rw-r--r--server/README12
5 files changed, 41 insertions, 2 deletions
diff --git a/README b/README
index b55a2225..9324b03f 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Copyright 2009 Red Hat, Inc. and/or its affiliates.
+Copyright 2009 Red Hat, Inc. and/or its affiliates.
This program is licensed to you under the GNU General Public License,
version 2 or (at your option) any later version published by the Free
@@ -8,3 +8,6 @@ There is NO WARRANTY for this software, not even the implied
warranties of MERCHANTABILITY, NONINFRINGEMENT, or FITNESS FOR A
PARTICULAR PURPOSE.
+Implementation of the SPICE protocol.
+Includes spice-server (library) and spice-client.
+For more information look at spice-space.org
diff --git a/autogen.sh.shared b/autogen.sh.shared
index 453dac29..aa94ec61 100755
--- a/autogen.sh.shared
+++ b/autogen.sh.shared
@@ -148,7 +148,7 @@ if test -n "$p"; then
printbold "Setting up $p toplevel"
fi
-touch NEWS README AUTHORS ChangeLog ### ToDo: define those.
+touch NEWS AUTHORS ChangeLog ### ToDo: define those.
mkdir -p m4
do_cmd $LIBTOOLIZE $LIBTOOLIZE_FLAGS
do_cmd $ACLOCAL $ACLOCAL_FLAGS
diff --git a/client/README b/client/README
new file mode 100644
index 00000000..01d1cb96
--- /dev/null
+++ b/client/README
@@ -0,0 +1,12 @@
+Copyright 2009 Red Hat, Inc. and/or its affiliates.
+
+This program is licensed to you under the GNU General Public License,
+version 2 or (at your option) any later version published by the Free
+Software Foundation. See the file COPYING for details.
+
+There is NO WARRANTY for this software, not even the implied
+warranties of MERCHANTABILITY, NONINFRINGEMENT, or FITNESS FOR A
+PARTICULAR PURPOSE.
+
+Implementation of the client side of the SPICE protocol.
+For more information look at spice-space.org
diff --git a/common/README b/common/README
new file mode 100644
index 00000000..677015b3
--- /dev/null
+++ b/common/README
@@ -0,0 +1,12 @@
+Copyright 2009 Red Hat, Inc. and/or its affiliates.
+
+This program is licensed to you under the GNU General Public License,
+version 2 or (at your option) any later version published by the Free
+Software Foundation. See the file COPYING for details.
+
+There is NO WARRANTY for this software, not even the implied
+warranties of MERCHANTABILITY, NONINFRINGEMENT, or FITNESS FOR A
+PARTICULAR PURPOSE.
+
+Common source file used to build both spice-server and spice-client.
+For more information look at spice-space.org
diff --git a/server/README b/server/README
new file mode 100644
index 00000000..0c6eaa76
--- /dev/null
+++ b/server/README
@@ -0,0 +1,12 @@
+Copyright 2009 Red Hat, Inc. and/or its affiliates.
+
+This program is licensed to you under the GNU General Public License,
+version 2 or (at your option) any later version published by the Free
+Software Foundation. See the file COPYING for details.
+
+There is NO WARRANTY for this software, not even the implied
+warranties of MERCHANTABILITY, NONINFRINGEMENT, or FITNESS FOR A
+PARTICULAR PURPOSE.
+
+Implementation of the server side of SPICE protocol (library).
+For more information look at spice-space.org