summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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