[Spice-commits] 10 commits - .mailmap AUTHORS cfg.mk docs/manual maint.mk server/char_device.h server/dispatcher.h server/glz_encoder.h server/main_dispatcher.c server/main_dispatcher.h server/mjpeg_encoder.c server/pixmap-cache.c server/red_time.h server/red_worker.c server/reds-private.h server/reds_stream.c server/spice-experimental.h server/spice_bitmap_utils.c server/spice_image_cache.c server/spice_image_cache.h server/spice_server_utils.h server/tests

Christophe Fergau teuf at kemper.freedesktop.org
Mon Oct 19 05:25:51 PDT 2015


 .mailmap                                        |    8 +++++--
 AUTHORS                                         |   27 +++++++++++++++++++-----
 cfg.mk                                          |   15 ++++---------
 docs/manual/manual.txt                          |    2 -
 maint.mk                                        |    2 -
 server/char_device.h                            |   17 +++++++++++++++
 server/dispatcher.h                             |   17 +++++++++++++++
 server/glz_encoder.h                            |    2 -
 server/main_dispatcher.c                        |   17 +++++++++++++++
 server/main_dispatcher.h                        |   17 +++++++++++++++
 server/mjpeg_encoder.c                          |   10 ++++----
 server/pixmap-cache.c                           |    4 +++
 server/red_time.h                               |   17 +++++++++++++++
 server/red_worker.c                             |    2 -
 server/reds-private.h                           |   17 +++++++++++++++
 server/reds_stream.c                            |   10 ++++----
 server/spice-experimental.h                     |   17 +++++++++++++++
 server/spice_bitmap_utils.c                     |   20 +++++++++++++++++
 server/spice_image_cache.c                      |   20 +++++++++++++++++
 server/spice_image_cache.h                      |   17 +++++++++++++++
 server/spice_server_utils.h                     |   17 +++++++++++++++
 server/tests/basic_event_loop.c                 |   17 +++++++++++++++
 server/tests/basic_event_loop.h                 |   17 +++++++++++++++
 server/tests/replay.c                           |   23 +++++++++++++++++++-
 server/tests/test_display_base.c                |   17 +++++++++++++++
 server/tests/test_display_base.h                |   17 +++++++++++++++
 server/tests/test_display_no_ssl.c              |   17 +++++++++++++++
 server/tests/test_display_resolution_changes.c  |   17 +++++++++++++++
 server/tests/test_display_streaming.c           |   17 +++++++++++++++
 server/tests/test_display_width_stride.c        |   17 +++++++++++++++
 server/tests/test_empty_success.c               |   17 +++++++++++++++
 server/tests/test_fail_on_null_core_interface.c |   17 +++++++++++++++
 server/tests/test_just_sockets_no_ssl.c         |   17 +++++++++++++++
 server/tests/test_playback.c                    |   17 +++++++++++++++
 server/tests/test_two_servers.c                 |   17 +++++++++++++++
 server/tests/test_util.h                        |   17 +++++++++++++++
 server/tests/test_vdagent.c                     |   17 +++++++++++++++
 37 files changed, 521 insertions(+), 32 deletions(-)

New commits:
commit e5e3e9eefe3f7bed86af33aa1e855f6f83431f24
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Wed Oct 7 17:22:50 2015 +0200

    Add missing license headers

diff --git a/server/char_device.h b/server/char_device.h
index 3dbc761..55d1ee6 100644
--- a/server/char_device.h
+++ b/server/char_device.h
@@ -1,3 +1,20 @@
+/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */
+/*
+   Copyright (C) 2009-2015 Red Hat, Inc.
+
+   This library is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Lesser General Public
+   License as published by the Free Software Foundation; either
+   version 2.1 of the License, or (at your option) any later version.
+
+   This library is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   Lesser General Public License for more details.
+
+   You should have received a copy of the GNU Lesser General Public
+   License along with this library; if not, see <http://www.gnu.org/licenses/>.
+*/
 #ifndef __CHAR_DEVICE_H__
 #define __CHAR_DEVICE_H__
 
diff --git a/server/dispatcher.h b/server/dispatcher.h
index 8cfa1d4..c3e7c74 100644
--- a/server/dispatcher.h
+++ b/server/dispatcher.h
@@ -1,3 +1,20 @@
+/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */
+/*
+   Copyright (C) 2009-2015 Red Hat, Inc.
+
+   This library is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Lesser General Public
+   License as published by the Free Software Foundation; either
+   version 2.1 of the License, or (at your option) any later version.
+
+   This library is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   Lesser General Public License for more details.
+
+   You should have received a copy of the GNU Lesser General Public
+   License along with this library; if not, see <http://www.gnu.org/licenses/>.
+*/
 #ifndef DISPATCHER_H
 #define DISPATCHER_H
 
diff --git a/server/main_dispatcher.c b/server/main_dispatcher.c
index dbe1037..6ad9d89 100644
--- a/server/main_dispatcher.c
+++ b/server/main_dispatcher.c
@@ -1,3 +1,20 @@
+/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */
+/*
+   Copyright (C) 2009-2015 Red Hat, Inc.
+
+   This library is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Lesser General Public
+   License as published by the Free Software Foundation; either
+   version 2.1 of the License, or (at your option) any later version.
+
+   This library is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   Lesser General Public License for more details.
+
+   You should have received a copy of the GNU Lesser General Public
+   License along with this library; if not, see <http://www.gnu.org/licenses/>.
+*/
 #include <config.h>
 #include <unistd.h>
 #include <string.h>
diff --git a/server/main_dispatcher.h b/server/main_dispatcher.h
index 522c7f9..af40093 100644
--- a/server/main_dispatcher.h
+++ b/server/main_dispatcher.h
@@ -1,3 +1,20 @@
+/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */
+/*
+   Copyright (C) 2009-2015 Red Hat, Inc.
+
+   This library is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Lesser General Public
+   License as published by the Free Software Foundation; either
+   version 2.1 of the License, or (at your option) any later version.
+
+   This library is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   Lesser General Public License for more details.
+
+   You should have received a copy of the GNU Lesser General Public
+   License along with this library; if not, see <http://www.gnu.org/licenses/>.
+*/
 #ifndef MAIN_DISPATCHER_H
 #define MAIN_DISPATCHER_H
 
diff --git a/server/red_time.h b/server/red_time.h
index ffa97f2..94c1ba6 100644
--- a/server/red_time.h
+++ b/server/red_time.h
@@ -1,3 +1,20 @@
+/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */
+/*
+   Copyright (C) 2009-2015 Red Hat, Inc.
+
+   This library is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Lesser General Public
+   License as published by the Free Software Foundation; either
+   version 2.1 of the License, or (at your option) any later version.
+
+   This library is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   Lesser General Public License for more details.
+
+   You should have received a copy of the GNU Lesser General Public
+   License along with this library; if not, see <http://www.gnu.org/licenses/>.
+*/
 #ifndef H_RED_TIME
 #define H_RED_TIME
 
diff --git a/server/reds-private.h b/server/reds-private.h
index 953a52a..790f61c 100644
--- a/server/reds-private.h
+++ b/server/reds-private.h
@@ -1,3 +1,20 @@
+/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */
+/*
+   Copyright (C) 2009-2015 Red Hat, Inc.
+
+   This library is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Lesser General Public
+   License as published by the Free Software Foundation; either
+   version 2.1 of the License, or (at your option) any later version.
+
+   This library is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   Lesser General Public License for more details.
+
+   You should have received a copy of the GNU Lesser General Public
+   License along with this library; if not, see <http://www.gnu.org/licenses/>.
+*/
 #ifndef REDS_PRIVATE_H
 #define REDS_PRIVATE_H
 
diff --git a/server/spice-experimental.h b/server/spice-experimental.h
index ad8abac..f6bb480 100644
--- a/server/spice-experimental.h
+++ b/server/spice-experimental.h
@@ -1,3 +1,20 @@
+/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */
+/*
+   Copyright (C) 2009-2015 Red Hat, Inc.
+
+   This library is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Lesser General Public
+   License as published by the Free Software Foundation; either
+   version 2.1 of the License, or (at your option) any later version.
+
+   This library is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   Lesser General Public License for more details.
+
+   You should have received a copy of the GNU Lesser General Public
+   License along with this library; if not, see <http://www.gnu.org/licenses/>.
+*/
 #ifndef __SPICE_EXPERIMENTAL_H__
 #define __SPICE_EXPERIMENTAL_H__
 
diff --git a/server/spice_bitmap_utils.c b/server/spice_bitmap_utils.c
index ddbd2a9..ae3fc8b 100644
--- a/server/spice_bitmap_utils.c
+++ b/server/spice_bitmap_utils.c
@@ -1,3 +1,20 @@
+/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */
+/*
+   Copyright (C) 2009-2015 Red Hat, Inc.
+
+   This library is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Lesser General Public
+   License as published by the Free Software Foundation; either
+   version 2.1 of the License, or (at your option) any later version.
+
+   This library is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   Lesser General Public License for more details.
+
+   You should have received a copy of the GNU Lesser General Public
+   License along with this library; if not, see <http://www.gnu.org/licenses/>.
+*/
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
diff --git a/server/spice_image_cache.c b/server/spice_image_cache.c
index c20eac8..4f62a47 100644
--- a/server/spice_image_cache.c
+++ b/server/spice_image_cache.c
@@ -1,3 +1,20 @@
+/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */
+/*
+   Copyright (C) 2009-2015 Red Hat, Inc.
+
+   This library is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Lesser General Public
+   License as published by the Free Software Foundation; either
+   version 2.1 of the License, or (at your option) any later version.
+
+   This library is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   Lesser General Public License for more details.
+
+   You should have received a copy of the GNU Lesser General Public
+   License along with this library; if not, see <http://www.gnu.org/licenses/>.
+*/
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
diff --git a/server/spice_image_cache.h b/server/spice_image_cache.h
index f11cebc..07ecefb 100644
--- a/server/spice_image_cache.h
+++ b/server/spice_image_cache.h
@@ -1,3 +1,20 @@
+/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */
+/*
+   Copyright (C) 2009-2015 Red Hat, Inc.
+
+   This library is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Lesser General Public
+   License as published by the Free Software Foundation; either
+   version 2.1 of the License, or (at your option) any later version.
+
+   This library is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   Lesser General Public License for more details.
+
+   You should have received a copy of the GNU Lesser General Public
+   License along with this library; if not, see <http://www.gnu.org/licenses/>.
+*/
 #ifndef H_SPICE_IMAGE_CACHE
 #define H_SPICE_IMAGE_CACHE
 
diff --git a/server/spice_server_utils.h b/server/spice_server_utils.h
index c8135db..1f5b7f1 100644
--- a/server/spice_server_utils.h
+++ b/server/spice_server_utils.h
@@ -1,3 +1,20 @@
+/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */
+/*
+   Copyright (C) 2009-2015 Red Hat, Inc.
+
+   This library is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Lesser General Public
+   License as published by the Free Software Foundation; either
+   version 2.1 of the License, or (at your option) any later version.
+
+   This library is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   Lesser General Public License for more details.
+
+   You should have received a copy of the GNU Lesser General Public
+   License along with this library; if not, see <http://www.gnu.org/licenses/>.
+*/
 #ifndef H_SPICE_SERVER_UTIL
 #define H_SPICE_SERVER_UTIL
 
diff --git a/server/tests/basic_event_loop.c b/server/tests/basic_event_loop.c
index 89e05ad..85b4da4 100644
--- a/server/tests/basic_event_loop.c
+++ b/server/tests/basic_event_loop.c
@@ -1,3 +1,20 @@
+/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */
+/*
+   Copyright (C) 2009-2015 Red Hat, Inc.
+
+   This library is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Lesser General Public
+   License as published by the Free Software Foundation; either
+   version 2.1 of the License, or (at your option) any later version.
+
+   This library is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   Lesser General Public License for more details.
+
+   You should have received a copy of the GNU Lesser General Public
+   License along with this library; if not, see <http://www.gnu.org/licenses/>.
+*/
 #include <config.h>
 #include <stdlib.h>
 #include <stdio.h>
diff --git a/server/tests/basic_event_loop.h b/server/tests/basic_event_loop.h
index 5f6ebe7..8220893 100644
--- a/server/tests/basic_event_loop.h
+++ b/server/tests/basic_event_loop.h
@@ -1,3 +1,20 @@
+/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */
+/*
+   Copyright (C) 2009-2015 Red Hat, Inc.
+
+   This library is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Lesser General Public
+   License as published by the Free Software Foundation; either
+   version 2.1 of the License, or (at your option) any later version.
+
+   This library is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   Lesser General Public License for more details.
+
+   You should have received a copy of the GNU Lesser General Public
+   License along with this library; if not, see <http://www.gnu.org/licenses/>.
+*/
 #ifndef __BASIC_EVENT_LOOP_H__
 #define __BASIC_EVENT_LOOP_H__
 
diff --git a/server/tests/replay.c b/server/tests/replay.c
index d08e92c..1d1f1bb 100644
--- a/server/tests/replay.c
+++ b/server/tests/replay.c
@@ -1,3 +1,21 @@
+/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */
+/*
+   Copyright (C) 2009-2015 Red Hat, Inc.
+
+   This library is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Lesser General Public
+   License as published by the Free Software Foundation; either
+   version 2.1 of the License, or (at your option) any later version.
+
+   This library is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   Lesser General Public License for more details.
+
+   You should have received a copy of the GNU Lesser General Public
+   License along with this library; if not, see <http://www.gnu.org/licenses/>.
+*/
+
 /* Replay a previously recorded file (via SPICE_WORKER_RECORD_FILENAME)
  */
 
diff --git a/server/tests/test_display_base.c b/server/tests/test_display_base.c
index 60cb3b2..c2c5705 100644
--- a/server/tests/test_display_base.c
+++ b/server/tests/test_display_base.c
@@ -1,3 +1,20 @@
+/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */
+/*
+   Copyright (C) 2009-2015 Red Hat, Inc.
+
+   This library is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Lesser General Public
+   License as published by the Free Software Foundation; either
+   version 2.1 of the License, or (at your option) any later version.
+
+   This library is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   Lesser General Public License for more details.
+
+   You should have received a copy of the GNU Lesser General Public
+   License along with this library; if not, see <http://www.gnu.org/licenses/>.
+*/
 #include <config.h>
 #include <stdlib.h>
 #include <math.h>
diff --git a/server/tests/test_display_base.h b/server/tests/test_display_base.h
index d2823a7..e5d7965 100644
--- a/server/tests/test_display_base.h
+++ b/server/tests/test_display_base.h
@@ -1,3 +1,20 @@
+/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */
+/*
+   Copyright (C) 2009-2015 Red Hat, Inc.
+
+   This library is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Lesser General Public
+   License as published by the Free Software Foundation; either
+   version 2.1 of the License, or (at your option) any later version.
+
+   This library is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   Lesser General Public License for more details.
+
+   You should have received a copy of the GNU Lesser General Public
+   License along with this library; if not, see <http://www.gnu.org/licenses/>.
+*/
 #ifndef __TEST_DISPLAY_BASE_H__
 #define __TEST_DISPLAY_BASE_H__
 
diff --git a/server/tests/test_display_no_ssl.c b/server/tests/test_display_no_ssl.c
index fddc276..d861128 100644
--- a/server/tests/test_display_no_ssl.c
+++ b/server/tests/test_display_no_ssl.c
@@ -1,3 +1,20 @@
+/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */
+/*
+   Copyright (C) 2009-2015 Red Hat, Inc.
+
+   This library is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Lesser General Public
+   License as published by the Free Software Foundation; either
+   version 2.1 of the License, or (at your option) any later version.
+
+   This library is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   Lesser General Public License for more details.
+
+   You should have received a copy of the GNU Lesser General Public
+   License along with this library; if not, see <http://www.gnu.org/licenses/>.
+*/
 /**
  * Test ground for developing specific tests.
  *
diff --git a/server/tests/test_display_resolution_changes.c b/server/tests/test_display_resolution_changes.c
index 2c4a1f6..069f460 100644
--- a/server/tests/test_display_resolution_changes.c
+++ b/server/tests/test_display_resolution_changes.c
@@ -1,3 +1,20 @@
+/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */
+/*
+   Copyright (C) 2009-2015 Red Hat, Inc.
+
+   This library is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Lesser General Public
+   License as published by the Free Software Foundation; either
+   version 2.1 of the License, or (at your option) any later version.
+
+   This library is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   Lesser General Public License for more details.
+
+   You should have received a copy of the GNU Lesser General Public
+   License along with this library; if not, see <http://www.gnu.org/licenses/>.
+*/
 /**
  * Recreate the primary surface endlessly.
  */
diff --git a/server/tests/test_display_streaming.c b/server/tests/test_display_streaming.c
index 4515051..446bbf3 100644
--- a/server/tests/test_display_streaming.c
+++ b/server/tests/test_display_streaming.c
@@ -1,3 +1,20 @@
+/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */
+/*
+   Copyright (C) 2009-2015 Red Hat, Inc.
+
+   This library is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Lesser General Public
+   License as published by the Free Software Foundation; either
+   version 2.1 of the License, or (at your option) any later version.
+
+   This library is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   Lesser General Public License for more details.
+
+   You should have received a copy of the GNU Lesser General Public
+   License along with this library; if not, see <http://www.gnu.org/licenses/>.
+*/
 /* Do repeated updates to the same rectangle to trigger stream creation.
  *
  * TODO: check that stream actually starts programatically (maybe stap?)
diff --git a/server/tests/test_display_width_stride.c b/server/tests/test_display_width_stride.c
index 6bdc82b..bd27e60 100644
--- a/server/tests/test_display_width_stride.c
+++ b/server/tests/test_display_width_stride.c
@@ -1,3 +1,20 @@
+/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */
+/*
+   Copyright (C) 2009-2015 Red Hat, Inc.
+
+   This library is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Lesser General Public
+   License as published by the Free Software Foundation; either
+   version 2.1 of the License, or (at your option) any later version.
+
+   This library is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   Lesser General Public License for more details.
+
+   You should have received a copy of the GNU Lesser General Public
+   License along with this library; if not, see <http://www.gnu.org/licenses/>.
+*/
 /**
  * Recreate the primary surface endlessly.
  */
diff --git a/server/tests/test_empty_success.c b/server/tests/test_empty_success.c
index 82436dc..da98488 100644
--- a/server/tests/test_empty_success.c
+++ b/server/tests/test_empty_success.c
@@ -1,3 +1,20 @@
+/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */
+/*
+   Copyright (C) 2009-2015 Red Hat, Inc.
+
+   This library is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Lesser General Public
+   License as published by the Free Software Foundation; either
+   version 2.1 of the License, or (at your option) any later version.
+
+   This library is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   Lesser General Public License for more details.
+
+   You should have received a copy of the GNU Lesser General Public
+   License along with this library; if not, see <http://www.gnu.org/licenses/>.
+*/
 #include <config.h>
 #include <stdlib.h>
 #include <string.h>
diff --git a/server/tests/test_fail_on_null_core_interface.c b/server/tests/test_fail_on_null_core_interface.c
index 23261a2..48e92db 100644
--- a/server/tests/test_fail_on_null_core_interface.c
+++ b/server/tests/test_fail_on_null_core_interface.c
@@ -1,3 +1,20 @@
+/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */
+/*
+   Copyright (C) 2009-2015 Red Hat, Inc.
+
+   This library is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Lesser General Public
+   License as published by the Free Software Foundation; either
+   version 2.1 of the License, or (at your option) any later version.
+
+   This library is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   Lesser General Public License for more details.
+
+   You should have received a copy of the GNU Lesser General Public
+   License along with this library; if not, see <http://www.gnu.org/licenses/>.
+*/
 #include <config.h>
 #include <spice.h>
 
diff --git a/server/tests/test_just_sockets_no_ssl.c b/server/tests/test_just_sockets_no_ssl.c
index ac5403b..570903c 100644
--- a/server/tests/test_just_sockets_no_ssl.c
+++ b/server/tests/test_just_sockets_no_ssl.c
@@ -1,3 +1,20 @@
+/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */
+/*
+   Copyright (C) 2009-2015 Red Hat, Inc.
+
+   This library is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Lesser General Public
+   License as published by the Free Software Foundation; either
+   version 2.1 of the License, or (at your option) any later version.
+
+   This library is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   Lesser General Public License for more details.
+
+   You should have received a copy of the GNU Lesser General Public
+   License along with this library; if not, see <http://www.gnu.org/licenses/>.
+*/
 #include <config.h>
 #include <sys/select.h>
 #include <spice.h>
diff --git a/server/tests/test_playback.c b/server/tests/test_playback.c
index d1742de..ed87f64 100644
--- a/server/tests/test_playback.c
+++ b/server/tests/test_playback.c
@@ -1,3 +1,20 @@
+/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */
+/*
+   Copyright (C) 2009-2015 Red Hat, Inc.
+
+   This library is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Lesser General Public
+   License as published by the Free Software Foundation; either
+   version 2.1 of the License, or (at your option) any later version.
+
+   This library is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   Lesser General Public License for more details.
+
+   You should have received a copy of the GNU Lesser General Public
+   License along with this library; if not, see <http://www.gnu.org/licenses/>.
+*/
 #include <config.h>
 #include <stdio.h>
 #include <sys/select.h>
diff --git a/server/tests/test_two_servers.c b/server/tests/test_two_servers.c
index f3592f4..e89909c 100644
--- a/server/tests/test_two_servers.c
+++ b/server/tests/test_two_servers.c
@@ -1,3 +1,20 @@
+/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */
+/*
+   Copyright (C) 2009-2015 Red Hat, Inc.
+
+   This library is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Lesser General Public
+   License as published by the Free Software Foundation; either
+   version 2.1 of the License, or (at your option) any later version.
+
+   This library is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   Lesser General Public License for more details.
+
+   You should have received a copy of the GNU Lesser General Public
+   License along with this library; if not, see <http://www.gnu.org/licenses/>.
+*/
 /**
  * Test two servers on one main loop.
  */
diff --git a/server/tests/test_util.h b/server/tests/test_util.h
index a2cd8a8..b12de7e 100644
--- a/server/tests/test_util.h
+++ b/server/tests/test_util.h
@@ -1,3 +1,20 @@
+/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */
+/*
+   Copyright (C) 2009-2015 Red Hat, Inc.
+
+   This library is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Lesser General Public
+   License as published by the Free Software Foundation; either
+   version 2.1 of the License, or (at your option) any later version.
+
+   This library is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   Lesser General Public License for more details.
+
+   You should have received a copy of the GNU Lesser General Public
+   License along with this library; if not, see <http://www.gnu.org/licenses/>.
+*/
 #ifndef __TEST_UTIL_H__
 #define __TEST_UTIL_H__
 
diff --git a/server/tests/test_vdagent.c b/server/tests/test_vdagent.c
index 22153b6..bba3e64 100644
--- a/server/tests/test_vdagent.c
+++ b/server/tests/test_vdagent.c
@@ -1,3 +1,20 @@
+/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */
+/*
+   Copyright (C) 2009-2015 Red Hat, Inc.
+
+   This library is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Lesser General Public
+   License as published by the Free Software Foundation; either
+   version 2.1 of the License, or (at your option) any later version.
+
+   This library is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   Lesser General Public License for more details.
+
+   You should have received a copy of the GNU Lesser General Public
+   License along with this library; if not, see <http://www.gnu.org/licenses/>.
+*/
 /**
  * Test vdagent guest to server messages
  */
commit 5f6b583e7a3921539a88db031e914676d6e26c1c
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Wed Oct 7 17:22:39 2015 +0200

    syntax-check: Exclude png files from sc_prohibit_empty_lines_at_EOF

diff --git a/cfg.mk b/cfg.mk
index d31803d..c1f5fa1 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -134,7 +134,7 @@ exclude_file_name_regexp--sc_bindtextdomain = ^server/tests|common/region.c|tool
 
 exclude_file_name_regexp--sc_preprocessor_indentation = ^*/*.[ch]
 
-exclude_file_name_regexp--sc_prohibit_empty_lines_at_EOF = docs/.*.odt|server/tests/base_test.ppm
+exclude_file_name_regexp--sc_prohibit_empty_lines_at_EOF = docs/.*.odt|server/tests/base_test.ppm|docs/manual/images/.*.png
 
 # XXX this should be removed & all cases fixed
 exclude_file_name_regexp--sc_prohibit_have_config_h = ^*/.*(c|cpp|h)
commit c5df6ada2e7ce9fcc57bb9628854bb668bfa9fa9
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Wed Oct 7 15:57:59 2015 +0200

    syntax-check: Clean-up exception rules
    
    Some files no longer exists, some exceptions are no longer needed, ...

diff --git a/cfg.mk b/cfg.mk
index c935327..d31803d 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -130,22 +130,15 @@ sc_check_author_list:
 
 
 # XXX some of these tools/ programs probably ought to bindtextdomain ?
-exclude_file_name_regexp--sc_bindtextdomain = ^server/tests|common/region.c|common/win/my_getopt-1.5/main.c|tools/(bitmap_to_c.c|icon_to_c.c|reds_stat.c)
+exclude_file_name_regexp--sc_bindtextdomain = ^server/tests|common/region.c|tools/(bitmap_to_c.c|icon_to_c.c|reds_stat.c)
 
 exclude_file_name_regexp--sc_preprocessor_indentation = ^*/*.[ch]
 
-exclude_file_name_regexp--sc_const_long_option = ^common/win/my_getopt-1.5/getopt.(3|txt)
+exclude_file_name_regexp--sc_prohibit_empty_lines_at_EOF = docs/.*.odt|server/tests/base_test.ppm
 
-exclude_file_name_regexp--sc_prohibit_empty_lines_at_EOF = ^common/win/my_getopt-1.5/getopt.(3|txt)|client/windows/(spice.ico|sticky_alt.bmp)|client/tests/controller_test/build|docs/.*.odt|server/tests/base_test.ppm
-
-# XXX this should be removed & all cases fixde
+# XXX this should be removed & all cases fixed
 exclude_file_name_regexp--sc_prohibit_have_config_h = ^*/.*(c|cpp|h)
 
-exclude_file_name_regexp--sc_require_config_h = ^client/gui/.*\.(ttf|font)\.c|client/gui/taharez.*\.c|client/x11/images/(alt_image|red_icon)\.c|common/win/my_getopt-1.5
-
-exclude_file_name_regexp--sc_require_config_h_first = ^client/gui/.*\.(ttf|font)\.c|client/gui/taharez.*\.c|client/x11/images/(alt_image|red_icon)\.c|common/win/my_getopt-1.5
-
-exclude_file_name_regexp--sc_trailing_blank = ^common/win/my_getopt-1.5/getopt.3|docs/.*.odt
 
 exclude_file_name_regexp--sc_unmarked_diagnostics = ^.*\.(c|py|h)
 
commit c61a37603a8372b92518fef6384e8bfa5f724198
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Wed Oct 7 17:16:56 2015 +0200

    syntax-check: Remove unused #include <strings.h>

diff --git a/server/tests/replay.c b/server/tests/replay.c
index 220bfe7..d08e92c 100644
--- a/server/tests/replay.c
+++ b/server/tests/replay.c
@@ -8,7 +8,6 @@
 #include <string.h>
 #include <stdlib.h>
 #include <stdio.h>
-#include <strings.h>
 #include <sys/types.h>
 #include <signal.h>
 #include <unistd.h>
commit c0b2b1fc492cb137eb1115e652f2ca97cc331106
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Wed Oct 7 17:16:25 2015 +0200

    syntax-check: Add missing #include <config.h>

diff --git a/server/pixmap-cache.c b/server/pixmap-cache.c
index 61d225e..a485268 100644
--- a/server/pixmap-cache.c
+++ b/server/pixmap-cache.c
@@ -14,6 +14,10 @@
    You should have received a copy of the GNU Lesser General Public
    License along with this library; if not, see <http://www.gnu.org/licenses/>.
 */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include "pixmap-cache.h"
 
 int pixmap_cache_unlocked_set_lossy(PixmapCache *cache, uint64_t id, int lossy)
diff --git a/server/spice_bitmap_utils.c b/server/spice_bitmap_utils.c
index aa7d71b..ddbd2a9 100644
--- a/server/spice_bitmap_utils.c
+++ b/server/spice_bitmap_utils.c
@@ -1,3 +1,6 @@
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include <stdio.h>
 
 #include "common/log.h"
diff --git a/server/spice_image_cache.c b/server/spice_image_cache.c
index 291094c..c20eac8 100644
--- a/server/spice_image_cache.c
+++ b/server/spice_image_cache.c
@@ -1,3 +1,6 @@
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "spice_image_cache.h"
 
 static ImageCacheItem *image_cache_find(ImageCache *cache, uint64_t id)
diff --git a/server/tests/replay.c b/server/tests/replay.c
index a17037c..220bfe7 100644
--- a/server/tests/replay.c
+++ b/server/tests/replay.c
@@ -1,6 +1,10 @@
 /* Replay a previously recorded file (via SPICE_WORKER_RECORD_FILENAME)
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <string.h>
 #include <stdlib.h>
 #include <stdio.h>
commit 31eb8eeecbd1839180bf994e4ec1808bc71aad46
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Wed Oct 7 17:15:51 2015 +0200

    syntax-check: Don't use tabs for indentation

diff --git a/server/glz_encoder.h b/server/glz_encoder.h
index 34c363a..e91f515 100644
--- a/server/glz_encoder.h
+++ b/server/glz_encoder.h
@@ -42,7 +42,7 @@ void glz_encoder_destroy(GlzEncoderContext *opaque_encoder);
 
         return: the number of bytes in the compressed data and sets o_enc_dict_context
 
-        NOTE  :	currently supports only rgb images in which width*bytes_per_pixel = stride OR
+        NOTE  : currently supports only rgb images in which width*bytes_per_pixel = stride OR
                 palette images in which stride equals the min number of bytes to hold a line.
                 The stride should be > 0
 */
diff --git a/server/mjpeg_encoder.c b/server/mjpeg_encoder.c
index 4b803a9..ecb46df 100644
--- a/server/mjpeg_encoder.c
+++ b/server/mjpeg_encoder.c
@@ -274,9 +274,9 @@ static void pixel_rgb16bpp_to_24(void *src, uint8_t *dest)
 typedef struct {
   struct jpeg_destination_mgr pub; /* public fields */
 
-  unsigned char ** outbuffer;	/* target buffer */
+  unsigned char ** outbuffer;      /* target buffer */
   size_t * outsize;
-  uint8_t * buffer;		/* start of buffer */
+  uint8_t * buffer;                /* start of buffer */
   size_t bufsize;
 } mem_destination_mgr;
 
@@ -334,15 +334,15 @@ spice_jpeg_mem_dest(j_compress_ptr cinfo,
                     unsigned char ** outbuffer, size_t * outsize)
 {
   mem_destination_mgr *dest;
-#define OUTPUT_BUF_SIZE  4096	/* choose an efficiently fwrite'able size */
+#define OUTPUT_BUF_SIZE  4096 /* choose an efficiently fwrite'able size */
 
-  if (outbuffer == NULL || outsize == NULL)	/* sanity check */
+  if (outbuffer == NULL || outsize == NULL) /* sanity check */
     ERREXIT(cinfo, JERR_BUFFER_SIZE);
 
   /* The destination object is made permanent so that multiple JPEG images
    * can be written to the same buffer without re-executing jpeg_mem_dest.
    */
-  if (cinfo->dest == NULL) {	/* first time for this JPEG object? */
+  if (cinfo->dest == NULL) { /* first time for this JPEG object? */
     cinfo->dest = spice_malloc(sizeof(mem_destination_mgr));
   }
 
diff --git a/server/red_worker.c b/server/red_worker.c
index 7dd8666..c35872a 100644
--- a/server/red_worker.c
+++ b/server/red_worker.c
@@ -11862,7 +11862,7 @@ static RedWorker* red_worker_new(WorkerInitData *init_data)
         if (worker->record_fd == NULL) {
             spice_error("failed to open recording file %s\n", record_filename);
         }
-	if (fwrite(header, sizeof(header)-1, 1, worker->record_fd) != 1) {
+        if (fwrite(header, sizeof(header)-1, 1, worker->record_fd) != 1) {
             spice_error("failed to write replay header");
         }
     }
diff --git a/server/reds_stream.c b/server/reds_stream.c
index 6dc41ca..3b47391 100644
--- a/server/reds_stream.c
+++ b/server/reds_stream.c
@@ -448,16 +448,16 @@ static void async_read_handler(G_GNUC_UNUSED int fd,
                     break;
                 default:
                     async_read_clear_handlers(async);
-		    if (async->error) {
+                    if (async->error) {
                         async->error(async->opaque, errno);
-		    }
+                    }
                     return;
                 }
             } else {
                 async_read_clear_handlers(async);
-		if (async->error) {
-		    async->error(async->opaque, 0);
-		}
+                if (async->error) {
+                    async->error(async->opaque, 0);
+                }
                 return;
             }
         } else {
commit 8dd21e58209bdbe682b54c93aa20c41a46c2dc09
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Thu Oct 8 10:06:17 2015 +0200

    syntax-check: Exclude red_replay_qxl.c from sc_cast_of_argument_to_free
    
    red_replay_qxl.c stores some pointers QXLPHYSICAL data members (ie
    uint64_t), and then needs to free them, so the cast is required.

diff --git a/cfg.mk b/cfg.mk
index 7cf1d58..c935327 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -150,3 +150,5 @@ exclude_file_name_regexp--sc_trailing_blank = ^common/win/my_getopt-1.5/getopt.3
 exclude_file_name_regexp--sc_unmarked_diagnostics = ^.*\.(c|py|h)
 
 exclude_file_name_regexp--sc_prohibit_path_max_allocation = server/tests/test_display_base.c
+
+exclude_file_name_regexp--sc_cast_of_argument_to_free = server/red_replay_qxl.c
commit e97a9f6642351c404b37190f8cbd0af3ee83127c
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Wed Oct 7 17:15:02 2015 +0200

    syntax-check: Ignore .png files in sc_trailing_blank test

diff --git a/maint.mk b/maint.mk
index fa2fe74..1eb5217 100644
--- a/maint.mk
+++ b/maint.mk
@@ -696,7 +696,7 @@ sc_require_test_exit_idiom:
 	      exit 1; } || :;						\
 	fi
 
-exclude_file_name_regexp--sc_trailing_blank = \.ico$$|\.bmp$$|\.odt$$
+exclude_file_name_regexp--sc_trailing_blank = \.ico$$|\.bmp$$|\.odt$$|\.png$$
 
 sc_trailing_blank:
 	@prohibit='[	 ]$$'						\
commit b4932ae646ebf90b457b64e7b47cf858f560da5e
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Wed Oct 7 17:14:44 2015 +0200

    syntax-check: manual: Remove duplicate word

diff --git a/docs/manual/manual.txt b/docs/manual/manual.txt
index edbb48f..8d06aa2 100644
--- a/docs/manual/manual.txt
+++ b/docs/manual/manual.txt
@@ -169,7 +169,7 @@ Client mouse::
 Not captured and is used as the effective pointing device. To enable
 client mouse, the VDI host application must register an absolute
 pointing device (e.g. USB tablet in QEMU). This mode is appropriate
-for WAN or or for a loaded server, since cursor has smooth motion and
+for WAN or for a loaded server, since cursor has smooth motion and
 responsiveness. However, the cursor might lose synchronization
 (position and shape) for a while.
 
commit 5860ab97e3b477f58e015425f8bb26d4ac6e52dc
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Wed Oct 7 17:14:33 2015 +0200

    syntax-check: Add missing AUTHORS

diff --git a/.mailmap b/.mailmap
index 4daed49..4a68752 100644
--- a/.mailmap
+++ b/.mailmap
@@ -1,5 +1,9 @@
 <agilboa at redhat.com> <agilboa at agilboa.usersys.redhat.com>
-<cfergeau at redhat.com> <cfergeau at gmail.com>
-<yhalperi at redhat.com> <yhalperi at yhalperi.tlv.redhat.com>
+<alevy at redhat.com> <alon at pobox.com>
 <alexl at redhat.com> <Larsson at .(none)>
+<cfergeau at redhat.com> <cfergeau at gmail.com>
+<david at gibson.dropbear.id.au> <dgibson at redhat.com>
+<fabiano at fidencio.org> <fidencio at redhat.com>
+<marcandre.lureau at redhat.com> <marcandre.lureau at gmail.com>
 <nshalman at elys.com> <nshalman-github at elys.com>
+<yhalperi at redhat.com> <yhalperi at yhalperi.tlv.redhat.com>
diff --git a/AUTHORS b/AUTHORS
index a516469..c29cb99 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -3,42 +3,59 @@
 
 The current active Spice maintainers are
 
-    Alon Levy <alevy at redhat.com>
     Christophe Fergeau <cfergeau at redhat.com>
-    Gerd Hoffmann <kraxel at redhat.com>
-    Marc-André Lureau <marcandre.lureau at redhat.com>
+    Frediano Ziglio <fziglio at redhat.com>
+    Jonathon Jongsma <jjongsma at redhat.com>
     Uri Lublin <uril at redhat.com>
-    Yonit Halperin <yhalperi at redhat.com>
 
 Previous Spice maintainers were
 
+    Alon Levy <alevy at redhat.com>
+    Gerd Hoffmann <kraxel at redhat.com>
     Izik Eidus <ieidus at redhat.com>
+    Marc-André Lureau <marcandre.lureau at redhat.com>
     Yaniv Kamay <ykamay at redhat.com> (Original project author)
+    Yonit Halperin <yhalperi at redhat.com>
 
 Patches also contributed by
 
     Alexander Larsson <alexl at redhat.com>
+    Alexander Tsoy <alexander at tsoy.me>
     Andrew Eikum <aeikum at codeweavers.com>
     Aric Stewart <aric at codeweavers.com>
     Arnon Gilboa <agilboa at redhat.com>
+    Axel Lin <axel.lin at ingics.com>
+    소병철 <byungchul.so at samsung.com>
+    Cédric Bosdonnat <cbosdonnat at suse.com>
+    Christian Ruppert <idl0r at qasl.de>
+    Cole Robinson <crobinso at redhat.com>
     Daniel P. Berrange <berrange at redhat.com>
     Dan Kenigsberg <danken at redhat.com>
     Dan McGee <dpmcgee at gmail.com>
     David Gibson <david at gibson.dropbear.id.au>
+    David Jaša <djasa at redhat.com>
+    Dunrong Huang <riegamaths at gmail.com>
     Erlon Cruz <erlon.cruz at br.flextronics.com>
     Fabiano Fidêncio <fabiano at fidencio.org>
-    Jeremy White <jwhite at codeweavers.com>
+    Francois Gouget <fgouget at codeweavers.com>
     Gal Hammer <ghammer at redhat.com>
     Hans de Goede <hdegoede at redhat.com>
+    Javier Celaya <javier.celaya at flexvm.es>
+    Jeremy White <jwhite at codeweavers.com>
     Jürg Billeter <j at bitron.ch>
     Liang Guo <bluestonechina at gmail.com>
     Michael Tokarev <mjt at tls.msk.ru>
     Nahum Shalman <nshalman at elys.com>
     Nikolay Orlyuk <virkony at gmail.com>
+    Pavel Grunt <pgrunt at redhat.com>
     Peter Robinson <pbrobinson at gmail.com>
+    Sandy Stutsman <sstutsma at redhat.com>
+    Snir Sheriber <ssheribe at redhat.com>
     Søren Sandmann Pedersen <ssp at redhat.com>
     Thomas Tyminski <thomast at cs.tu-berlin.de>
     Tiziano Mueller <dev-zero at gentoo.org>
+    Victor Toso <victortoso at redhat.com>
+    Wang Qiang <wangqiang.hunan at gmail.com>
     Yann E. MORIN <yann.morin.1998 at free.fr>
     Zeeshan Ali (Khattak) <zeeshanak at gnome.org>
 


More information about the Spice-commits mailing list