[gtk-vnc] Update copyright headers after last round of object refactoring
- From: Daniel P. Berrange <dberrange src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-vnc] Update copyright headers after last round of object refactoring
- Date: Sun, 21 Mar 2010 13:26:00 +0000 (UTC)
commit 486f1e9776864aec69c3505ed9b44328a216abca
Author: Daniel P. Berrange <berrange redhat com>
Date: Sun Mar 21 13:24:15 2010 +0000
Update copyright headers after last round of object refactoring
In the major 20-patch series of object refactoring, the copyright
headers were mistakenly not updated. Add extra copyright header to
reflect the work done
src/vncbaseframebuffer.c | 1 +
src/vncbaseframebuffer.h | 1 +
src/vncbaseframebufferblt.h | 1 +
src/vncconnection.c | 1 +
src/vncconnection.h | 1 +
src/vncconnectionblt.h | 1 +
src/vnccursor.c | 1 +
src/vnccursor.h | 2 +-
src/vncdisplay.c | 1 +
src/vncdisplay.h | 1 +
src/vncdisplaykeymap.c | 1 +
src/vncdisplaykeymap.h | 1 +
src/vncframebuffer.c | 1 +
src/vncframebuffer.h | 1 +
src/vncimageframebuffer.c | 1 +
src/vncimageframebuffer.h | 1 +
src/vncpixelformat.h | 1 +
src/vncutil.c | 2 +-
src/vncutil.h | 2 +-
19 files changed, 19 insertions(+), 3 deletions(-)
---
diff --git a/src/vncbaseframebuffer.c b/src/vncbaseframebuffer.c
index 7153e9b..f8eb2b2 100644
--- a/src/vncbaseframebuffer.c
+++ b/src/vncbaseframebuffer.c
@@ -2,6 +2,7 @@
* GTK VNC Widget
*
* Copyright (C) 2006 Anthony Liguori <anthony codemonkey ws>
+ * Copyright (C) 2009-2010 Daniel P. Berrange <dan berrange com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/src/vncbaseframebuffer.h b/src/vncbaseframebuffer.h
index 173e806..0113647 100644
--- a/src/vncbaseframebuffer.h
+++ b/src/vncbaseframebuffer.h
@@ -2,6 +2,7 @@
* GTK VNC Widget
*
* Copyright (C) 2006 Anthony Liguori <anthony codemonkey ws>
+ * Copyright (C) 2009-2010 Daniel P. Berrange <dan berrange com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/src/vncbaseframebufferblt.h b/src/vncbaseframebufferblt.h
index 101410f..419d3ca 100644
--- a/src/vncbaseframebufferblt.h
+++ b/src/vncbaseframebufferblt.h
@@ -2,6 +2,7 @@
* GTK VNC Widget
*
* Copyright (C) 2006 Anthony Liguori <anthony codemonkey ws>
+ * Copyright (C) 2009-2010 Daniel P. Berrange <dan berrange com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/src/vncconnection.c b/src/vncconnection.c
index 47ec8d9..3e3484a 100644
--- a/src/vncconnection.c
+++ b/src/vncconnection.c
@@ -2,6 +2,7 @@
* GTK VNC Widget
*
* Copyright (C) 2006 Anthony Liguori <anthony codemonkey ws>
+ * Copyright (C) 2009-2010 Daniel P. Berrange <dan berrange com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/src/vncconnection.h b/src/vncconnection.h
index 04baec6..e66f0e6 100644
--- a/src/vncconnection.h
+++ b/src/vncconnection.h
@@ -2,6 +2,7 @@
* GTK VNC Widget
*
* Copyright (C) 2006 Anthony Liguori <anthony codemonkey ws>
+ * Copyright (C) 2009-2010 Daniel P. Berrange <dan berrange com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/src/vncconnectionblt.h b/src/vncconnectionblt.h
index c894bdc..3e5c1d7 100644
--- a/src/vncconnectionblt.h
+++ b/src/vncconnectionblt.h
@@ -2,6 +2,7 @@
* GTK VNC Widget
*
* Copyright (C) 2006 Anthony Liguori <anthony codemonkey ws>
+ * Copyright (C) 2009-2010 Daniel P. Berrange <dan berrange com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/src/vnccursor.c b/src/vnccursor.c
index f010ed2..bb81d4e 100644
--- a/src/vnccursor.c
+++ b/src/vnccursor.c
@@ -2,6 +2,7 @@
* GTK VNC Widget
*
* Copyright (C) 2006 Anthony Liguori <anthony codemonkey ws>
+ * Copyright (C) 2009-2010 Daniel P. Berrange <dan berrange com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/src/vnccursor.h b/src/vnccursor.h
index 9b6c937..bca323a 100644
--- a/src/vnccursor.h
+++ b/src/vnccursor.h
@@ -1,7 +1,7 @@
/*
* GTK VNC Widget
*
- * Copyright (C) 2009 Daniel P. Berrange <berrange redhat com>
+ * Copyright (C) 2009-2010 Daniel P. Berrange <dan berrange com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/src/vncdisplay.c b/src/vncdisplay.c
index 6da406c..a031125 100644
--- a/src/vncdisplay.c
+++ b/src/vncdisplay.c
@@ -2,6 +2,7 @@
* GTK VNC Widget
*
* Copyright (C) 2006 Anthony Liguori <anthony codemonkey ws>
+ * Copyright (C) 2009-2010 Daniel P. Berrange <dan berrange com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/src/vncdisplay.h b/src/vncdisplay.h
index 5f3f2d1..1b5b297 100644
--- a/src/vncdisplay.h
+++ b/src/vncdisplay.h
@@ -2,6 +2,7 @@
* GTK VNC Widget
*
* Copyright (C) 2006 Anthony Liguori <anthony codemonkey ws>
+ * Copyright (C) 2009-2010 Daniel P. Berrange <dan berrange com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/src/vncdisplaykeymap.c b/src/vncdisplaykeymap.c
index 003678c..f6d87dd 100644
--- a/src/vncdisplaykeymap.c
+++ b/src/vncdisplaykeymap.c
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2008 Anthony Liguori <anthony codemonkey ws>
+ * Copyright (C) 2009-2010 Daniel P. Berrange <dan berrange com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License version 2 as
diff --git a/src/vncdisplaykeymap.h b/src/vncdisplaykeymap.h
index 4b31e5f..885902b 100644
--- a/src/vncdisplaykeymap.h
+++ b/src/vncdisplaykeymap.h
@@ -2,6 +2,7 @@
* GTK VNC Widget
*
* Copyright (C) 2006 Anthony Liguori <anthony codemonkey ws>
+ * Copyright (C) 2009-2010 Daniel P. Berrange <dan berrange com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/src/vncframebuffer.c b/src/vncframebuffer.c
index aa7c6cb..b670a0d 100644
--- a/src/vncframebuffer.c
+++ b/src/vncframebuffer.c
@@ -2,6 +2,7 @@
* GTK VNC Widget
*
* Copyright (C) 2006 Anthony Liguori <anthony codemonkey ws>
+ * Copyright (C) 2009-2010 Daniel P. Berrange <dan berrange com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/src/vncframebuffer.h b/src/vncframebuffer.h
index 12bf5a9..1776b7a 100644
--- a/src/vncframebuffer.h
+++ b/src/vncframebuffer.h
@@ -2,6 +2,7 @@
* GTK VNC Widget
*
* Copyright (C) 2006 Anthony Liguori <anthony codemonkey ws>
+ * Copyright (C) 2009-2010 Daniel P. Berrange <dan berrange com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/src/vncimageframebuffer.c b/src/vncimageframebuffer.c
index 91b6b15..1cae118 100644
--- a/src/vncimageframebuffer.c
+++ b/src/vncimageframebuffer.c
@@ -2,6 +2,7 @@
* GTK VNC Widget
*
* Copyright (C) 2006 Anthony Liguori <anthony codemonkey ws>
+ * Copyright (C) 2009-2010 Daniel P. Berrange <dan berrange com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/src/vncimageframebuffer.h b/src/vncimageframebuffer.h
index e86f816..4502431 100644
--- a/src/vncimageframebuffer.h
+++ b/src/vncimageframebuffer.h
@@ -2,6 +2,7 @@
* GTK VNC Widget
*
* Copyright (C) 2006 Anthony Liguori <anthony codemonkey ws>
+ * Copyright (C) 2009-2010 Daniel P. Berrange <dan berrange com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/src/vncpixelformat.h b/src/vncpixelformat.h
index f9e40f8..ddbecf3 100644
--- a/src/vncpixelformat.h
+++ b/src/vncpixelformat.h
@@ -2,6 +2,7 @@
* GTK VNC Widget
*
* Copyright (C) 2006 Anthony Liguori <anthony codemonkey ws>
+ * Copyright (C) 2009-2010 Daniel P. Berrange <dan berrange com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/src/vncutil.c b/src/vncutil.c
index 5f445d1..04dc8dd 100644
--- a/src/vncutil.c
+++ b/src/vncutil.c
@@ -1,7 +1,7 @@
/*
* GTK VNC Widget
*
- * Copyright (C) 2010 Daniel P. Berrange <berrange redhat coM>
+ * Copyright (C) 2010 Daniel P. Berrange <dan berrange com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/src/vncutil.h b/src/vncutil.h
index 3627938..df41bbf 100644
--- a/src/vncutil.h
+++ b/src/vncutil.h
@@ -1,7 +1,7 @@
/*
* GTK VNC Widget
*
- * Copyright (C) 2010 Daniel P. Berrange <berrange redhat coM>
+ * Copyright (C) 2010 Daniel P. Berrange <dan berrange com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]