From 760a5e55e228cf82f47ec3fa69d9e349d438faaf Mon Sep 17 00:00:00 2001 From: Uri Lublin Date: Wed, 13 Jan 2010 12:49:31 +0200 Subject: spice: Adding README to all subdirs Also adding some information to toplevel (spice) README And do not touch README when running autogen.sh Signed-off-by: Uri Lublin --- README | 5 ++++- autogen.sh.shared | 2 +- client/README | 12 ++++++++++++ common/README | 12 ++++++++++++ server/README | 12 ++++++++++++ 5 files changed, 41 insertions(+), 2 deletions(-) create mode 100644 client/README create mode 100644 common/README create mode 100644 server/README 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 -- cgit