summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2012-01-31 15:31:27 +0000
committerDaniel P. Berrange <berrange@redhat.com>2012-02-06 12:42:18 +0000
commita893d5ef6103f052178860975aa48b7e2b09dcc0 (patch)
tree510b81705bd82576803b4b173e2e616a6e21cd27 /src
parent48c50437fa29f8baccf8acb550f2235fd12643df (diff)
downloadvirt-viewer-a893d5ef6103f052178860975aa48b7e2b09dcc0.tar.gz
virt-viewer-a893d5ef6103f052178860975aa48b7e2b09dcc0.tar.xz
virt-viewer-a893d5ef6103f052178860975aa48b7e2b09dcc0.zip
Update copyright headers
Diffstat (limited to 'src')
-rw-r--r--src/remote-viewer-main.c2
-rw-r--r--src/remote-viewer.c4
-rw-r--r--src/remote-viewer.h2
-rw-r--r--src/virt-viewer-about.xml4
-rw-r--r--src/virt-viewer-app.c4
-rw-r--r--src/virt-viewer-app.h2
-rw-r--r--src/virt-viewer-auth.c2
-rw-r--r--src/virt-viewer-auth.h2
-rw-r--r--src/virt-viewer-display-spice.c4
-rw-r--r--src/virt-viewer-display-spice.h6
-rw-r--r--src/virt-viewer-display-vnc.c4
-rw-r--r--src/virt-viewer-display-vnc.h4
-rw-r--r--src/virt-viewer-display.c4
-rw-r--r--src/virt-viewer-display.h4
-rw-r--r--src/virt-viewer-events.c2
-rw-r--r--src/virt-viewer-events.h2
-rw-r--r--src/virt-viewer-main.c2
-rw-r--r--src/virt-viewer-notebook.c4
-rw-r--r--src/virt-viewer-notebook.h4
-rw-r--r--src/virt-viewer-session-spice.c4
-rw-r--r--src/virt-viewer-session-spice.h4
-rw-r--r--src/virt-viewer-session-vnc.c4
-rw-r--r--src/virt-viewer-session-vnc.h4
-rw-r--r--src/virt-viewer-session.c4
-rw-r--r--src/virt-viewer-session.h4
-rw-r--r--src/virt-viewer-util.c4
-rw-r--r--src/virt-viewer-util.h4
-rw-r--r--src/virt-viewer-window.c4
-rw-r--r--src/virt-viewer-window.h4
-rw-r--r--src/virt-viewer.c4
-rw-r--r--src/virt-viewer.h2
31 files changed, 54 insertions, 54 deletions
diff --git a/src/remote-viewer-main.c b/src/remote-viewer-main.c
index 9fecdb1..3f5f163 100644
--- a/src/remote-viewer-main.c
+++ b/src/remote-viewer-main.c
@@ -1,7 +1,7 @@
/*
* Remote Viewer: A spice/vnc client based on virt-viewer
*
- * Copyright (C) 2011 Red Hat,
+ * Copyright (C) 2011-2012 Red Hat, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/remote-viewer.c b/src/remote-viewer.c
index 83a0176..22e120a 100644
--- a/src/remote-viewer.c
+++ b/src/remote-viewer.c
@@ -1,8 +1,8 @@
/*
* Virt Viewer: A virtual machine console viewer
*
- * Copyright (C) 2007-2009 Red Hat,
- * Copyright (C) 2009 Daniel P. Berrange
+ * Copyright (C) 2007-2012 Red Hat, Inc.
+ * Copyright (C) 2009-2012 Daniel P. Berrange
* Copyright (C) 2010 Marc-André Lureau
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/remote-viewer.h b/src/remote-viewer.h
index 444818f..a465b7e 100644
--- a/src/remote-viewer.h
+++ b/src/remote-viewer.h
@@ -1,7 +1,7 @@
/*
* Virt Viewer: A virtual machine console viewer
*
- * Copyright (C) 2007 Red Hat,
+ * Copyright (C) 2007-2012 Red Hat, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/virt-viewer-about.xml b/src/virt-viewer-about.xml
index 01ac17c..0f96832 100644
--- a/src/virt-viewer-about.xml
+++ b/src/virt-viewer-about.xml
@@ -9,8 +9,8 @@
<property name="window_position">center-on-parent</property>
<property name="type_hint">dialog</property>
<property name="program_name">Virtual Machine Viewer</property>
- <property name="copyright" translatable="yes">Copyright 2007-2011 Daniel P. Berrange
-Copyright 2007-2011 Red Hat, Inc.</property>
+ <property name="copyright" translatable="yes">Copyright (C) 2007-2012 Daniel P. Berrange
+Copyright (C) 2007-2012 Red Hat, Inc.</property>
<property name="comments" translatable="yes">A remote desktop client built with GTK-VNC, SPICE-GTK and libvirt</property>
<property name="website">http://virt-manager.org/</property>
<property name="website_label" translatable="yes">virt-manager.org</property>
diff --git a/src/virt-viewer-app.c b/src/virt-viewer-app.c
index 6f532b4..6e18199 100644
--- a/src/virt-viewer-app.c
+++ b/src/virt-viewer-app.c
@@ -1,8 +1,8 @@
/*
* Virt Viewer: A virtual machine console viewer
*
- * Copyright (C) 2007-2009 Red Hat,
- * Copyright (C) 2009 Daniel P. Berrange
+ * Copyright (C) 2007-2012 Red Hat, Inc.
+ * Copyright (C) 2009-2012 Daniel P. Berrange
* Copyright (C) 2010 Marc-André Lureau
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/virt-viewer-app.h b/src/virt-viewer-app.h
index 950b434..c7a0ff8 100644
--- a/src/virt-viewer-app.h
+++ b/src/virt-viewer-app.h
@@ -1,7 +1,7 @@
/*
* Virt Viewer: A virtual machine console viewer
*
- * Copyright (C) 2007 Red Hat,
+ * Copyright (C) 2007-2012 Red Hat, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/virt-viewer-auth.c b/src/virt-viewer-auth.c
index 9371d03..bef75aa 100644
--- a/src/virt-viewer-auth.c
+++ b/src/virt-viewer-auth.c
@@ -1,7 +1,7 @@
/*
* Virt Viewer: A virtual machine console viewer
*
- * Copyright (C) 2007-2009 Red Hat,
+ * Copyright (C) 2007-2012 Red Hat, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/virt-viewer-auth.h b/src/virt-viewer-auth.h
index 706da1b..638f272 100644
--- a/src/virt-viewer-auth.h
+++ b/src/virt-viewer-auth.h
@@ -1,7 +1,7 @@
/*
* Virt Viewer: A virtual machine console viewer
*
- * Copyright (C) 2007-2009 Red Hat,
+ * Copyright (C) 2007-2012 Red Hat, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/virt-viewer-display-spice.c b/src/virt-viewer-display-spice.c
index 963b354..0adf32b 100644
--- a/src/virt-viewer-display-spice.c
+++ b/src/virt-viewer-display-spice.c
@@ -1,8 +1,8 @@
/*
* Virt Viewer: A virtual machine console viewer
*
- * Copyright (C) 2007-2009 Red Hat,
- * Copyright (C) 2009 Daniel P. Berrange
+ * Copyright (C) 2007-2009 Red Hat, Inc.
+ * Copyright (C) 2009-2012 Daniel P. Berrange
* Copyright (C) 2010 Marc-André Lureau
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/virt-viewer-display-spice.h b/src/virt-viewer-display-spice.h
index 2f4f985..a860ceb 100644
--- a/src/virt-viewer-display-spice.h
+++ b/src/virt-viewer-display-spice.h
@@ -1,8 +1,8 @@
-/*
+'/*
* Virt Viewer: A virtual machine console viewer
*
- * Copyright (C) 2007-2009 Red Hat,
- * Copyright (C) 2009 Daniel P. Berrange
+ * Copyright (C) 2007-2012 Red Hat, Inc.
+ * Copyright (C) 2009-2012 Daniel P. Berrange
* Copyright (C) 2010 Marc-André Lureau
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/virt-viewer-display-vnc.c b/src/virt-viewer-display-vnc.c
index bfc0287..11ceb43 100644
--- a/src/virt-viewer-display-vnc.c
+++ b/src/virt-viewer-display-vnc.c
@@ -1,8 +1,8 @@
/*
* Virt Viewer: A virtual machine console viewer
*
- * Copyright (C) 2007-2009 Red Hat,
- * Copyright (C) 2009 Daniel P. Berrange
+ * Copyright (C) 2007-2012 Red Hat, Inc.
+ * Copyright (C) 2009-2012 Daniel P. Berrange
* Copyright (C) 2010 Marc-André Lureau
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/virt-viewer-display-vnc.h b/src/virt-viewer-display-vnc.h
index bdc995d..7020437 100644
--- a/src/virt-viewer-display-vnc.h
+++ b/src/virt-viewer-display-vnc.h
@@ -1,8 +1,8 @@
/*
* Virt Viewer: A virtual machine console viewer
*
- * Copyright (C) 2007-2009 Red Hat,
- * Copyright (C) 2009 Daniel P. Berrange
+ * Copyright (C) 2007-2012 Red Hat, Inc.
+ * Copyright (C) 2009-2012 Daniel P. Berrange
* Copyright (C) 2010 Marc-André Lureau
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/virt-viewer-display.c b/src/virt-viewer-display.c
index 22a4602..9f51655 100644
--- a/src/virt-viewer-display.c
+++ b/src/virt-viewer-display.c
@@ -1,8 +1,8 @@
/*
* Virt Viewer: A virtual machine console viewer
*
- * Copyright (C) 2007-2009 Red Hat,
- * Copyright (C) 2009 Daniel P. Berrange
+ * Copyright (C) 2007-2012 Red Hat, Inc.
+ * Copyright (C) 2009-2012 Daniel P. Berrange
* Copyright (C) 2010 Marc-André Lureau
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/virt-viewer-display.h b/src/virt-viewer-display.h
index ea82936..bf20bcc 100644
--- a/src/virt-viewer-display.h
+++ b/src/virt-viewer-display.h
@@ -1,8 +1,8 @@
/*
* Virt Viewer: A virtual machine console viewer
*
- * Copyright (C) 2007-2009 Red Hat,
- * Copyright (C) 2009 Daniel P. Berrange
+ * Copyright (C) 2007-2012 Red Hat, Inc.
+ * Copyright (C) 2009-2012 Daniel P. Berrange
* Copyright (C) 2010 Marc-André Lureau
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/virt-viewer-events.c b/src/virt-viewer-events.c
index c0fa068..37983b2 100644
--- a/src/virt-viewer-events.c
+++ b/src/virt-viewer-events.c
@@ -1,7 +1,7 @@
/*
* events.c: event loop integration
*
- * Copyright (C) 2008-2009 Daniel P. Berrange
+ * Copyright (C) 2008-2012 Daniel P. Berrange
*
* 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/virt-viewer-events.h b/src/virt-viewer-events.h
index 09653cd..c56950f 100644
--- a/src/virt-viewer-events.h
+++ b/src/virt-viewer-events.h
@@ -1,7 +1,7 @@
/*
* events.h: event loop integration
*
- * Copyright (C) 2008-2009 Daniel P. Berrange
+ * Copyright (C) 2008-2012 Daniel P. Berrange
*
* 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/virt-viewer-main.c b/src/virt-viewer-main.c
index 99b4d6f..890250b 100644
--- a/src/virt-viewer-main.c
+++ b/src/virt-viewer-main.c
@@ -1,7 +1,7 @@
/*
* Virt Viewer: A virtual machine console viewer
*
- * Copyright (C) 2007 Red Hat,
+ * Copyright (C) 2007-2012 Red Hat, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/virt-viewer-notebook.c b/src/virt-viewer-notebook.c
index f1a5b5c..1fd1295 100644
--- a/src/virt-viewer-notebook.c
+++ b/src/virt-viewer-notebook.c
@@ -1,8 +1,8 @@
/*
* Virt Viewer: A virtual machine console viewer
*
- * Copyright (C) 2007-2009 Red Hat,
- * Copyright (C) 2009 Daniel P. Berrange
+ * Copyright (C) 2007-2012 Red Hat, Inc.
+ * Copyright (C) 2009-2012 Daniel P. Berrange
* Copyright (C) 2010 Marc-André Lureau
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/virt-viewer-notebook.h b/src/virt-viewer-notebook.h
index b349f61..64c02a6 100644
--- a/src/virt-viewer-notebook.h
+++ b/src/virt-viewer-notebook.h
@@ -1,8 +1,8 @@
/*
* Virt Viewer: A virtual machine console viewer
*
- * Copyright (C) 2007-2009 Red Hat,
- * Copyright (C) 2009 Daniel P. Berrange
+ * Copyright (C) 2007-2012 Red Hat, Inc.
+ * Copyright (C) 2009-2012 Daniel P. Berrange
* Copyright (C) 2010 Marc-André Lureau
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/virt-viewer-session-spice.c b/src/virt-viewer-session-spice.c
index 709f3ed..4918b84 100644
--- a/src/virt-viewer-session-spice.c
+++ b/src/virt-viewer-session-spice.c
@@ -1,8 +1,8 @@
/*
* Virt Viewer: A virtual machine console viewer
*
- * Copyright (C) 2007-2009 Red Hat,
- * Copyright (C) 2009 Daniel P. Berrange
+ * Copyright (C) 2007-2012 Red Hat, Inc.
+ * Copyright (C) 2009-2012 Daniel P. Berrange
* Copyright (C) 2010 Marc-André Lureau
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/virt-viewer-session-spice.h b/src/virt-viewer-session-spice.h
index 192c549..49f18d2 100644
--- a/src/virt-viewer-session-spice.h
+++ b/src/virt-viewer-session-spice.h
@@ -1,8 +1,8 @@
/*
* Virt Viewer: A virtual machine console viewer
*
- * Copyright (C) 2007-2009 Red Hat,
- * Copyright (C) 2009 Daniel P. Berrange
+ * Copyright (C) 2007-2012 Red Hat, Inc.
+ * Copyright (C) 2009-2012 Daniel P. Berrange
* Copyright (C) 2010 Marc-André Lureau
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/virt-viewer-session-vnc.c b/src/virt-viewer-session-vnc.c
index 19116dd..cd07fed 100644
--- a/src/virt-viewer-session-vnc.c
+++ b/src/virt-viewer-session-vnc.c
@@ -1,8 +1,8 @@
/*
* Virt Viewer: A virtual machine console viewer
*
- * Copyright (C) 2007-2009 Red Hat,
- * Copyright (C) 2009 Daniel P. Berrange
+ * Copyright (C) 2007-2012 Red Hat, Inc.
+ * Copyright (C) 2009-2012 Daniel P. Berrange
* Copyright (C) 2010 Marc-André Lureau
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/virt-viewer-session-vnc.h b/src/virt-viewer-session-vnc.h
index 81b0a80..ced4f1c 100644
--- a/src/virt-viewer-session-vnc.h
+++ b/src/virt-viewer-session-vnc.h
@@ -1,8 +1,8 @@
/*
* Virt Viewer: A virtual machine console viewer
*
- * Copyright (C) 2007-2009 Red Hat,
- * Copyright (C) 2009 Daniel P. Berrange
+ * Copyright (C) 2007-2012 Red Hat, Inc.
+ * Copyright (C) 2009-2012 Daniel P. Berrange
* Copyright (C) 2010 Marc-André Lureau
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/virt-viewer-session.c b/src/virt-viewer-session.c
index ae3dcb1..d6e1cd0 100644
--- a/src/virt-viewer-session.c
+++ b/src/virt-viewer-session.c
@@ -1,8 +1,8 @@
/*
* Virt Viewer: A virtual machine console viewer
*
- * Copyright (C) 2007-2009 Red Hat,
- * Copyright (C) 2009 Daniel P. Berrange
+ * Copyright (C) 2007-2012 Red Hat, Inc.
+ * Copyright (C) 2009-2012 Daniel P. Berrange
* Copyright (C) 2010 Marc-André Lureau
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/virt-viewer-session.h b/src/virt-viewer-session.h
index c33603e..b10e2e2 100644
--- a/src/virt-viewer-session.h
+++ b/src/virt-viewer-session.h
@@ -1,8 +1,8 @@
/*
* Virt Viewer: A virtual machine console viewer
*
- * Copyright (C) 2007-2009 Red Hat,
- * Copyright (C) 2009 Daniel P. Berrange
+ * Copyright (C) 2007-2012 Red Hat, Inc.
+ * Copyright (C) 2009-2012 Daniel P. Berrange
* Copyright (C) 2010 Marc-André Lureau
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/virt-viewer-util.c b/src/virt-viewer-util.c
index fa37b62..dbb0bce 100644
--- a/src/virt-viewer-util.c
+++ b/src/virt-viewer-util.c
@@ -1,8 +1,8 @@
/*
* Virt Viewer: A virtual machine console viewer
*
- * Copyright (C) 2007-2009 Red Hat,
- * Copyright (C) 2009 Daniel P. Berrange
+ * Copyright (C) 2007-2012 Red Hat, Inc.
+ * Copyright (C) 2009-2012 Daniel P. Berrange
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/virt-viewer-util.h b/src/virt-viewer-util.h
index e0249f4..3a40651 100644
--- a/src/virt-viewer-util.h
+++ b/src/virt-viewer-util.h
@@ -1,8 +1,8 @@
/*
* Virt Viewer: A virtual machine console viewer
*
- * Copyright (C) 2007-2009 Red Hat,
- * Copyright (C) 2009 Daniel P. Berrange
+ * Copyright (C) 2007-2012 Red Hat, Inc.
+ * Copyright (C) 2009-2012 Daniel P. Berrange
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/virt-viewer-window.c b/src/virt-viewer-window.c
index 437deb1..adb45fa 100644
--- a/src/virt-viewer-window.c
+++ b/src/virt-viewer-window.c
@@ -1,8 +1,8 @@
/*
* Virt Viewer: A virtual machine console viewer
*
- * Copyright (C) 2007-2009 Red Hat,
- * Copyright (C) 2009 Daniel P. Berrange
+ * Copyright (C) 2007-2012 Red Hat, Inc.
+ * Copyright (C) 2009-2012 Daniel P. Berrange
* Copyright (C) 2010 Marc-André Lureau
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/virt-viewer-window.h b/src/virt-viewer-window.h
index 4db3757..273d909 100644
--- a/src/virt-viewer-window.h
+++ b/src/virt-viewer-window.h
@@ -1,8 +1,8 @@
/*
* Virt Viewer: A virtual machine console viewer
*
- * Copyright (C) 2007-2009 Red Hat,
- * Copyright (C) 2009 Daniel P. Berrange
+ * Copyright (C) 2007-2012 Red Hat, Inc.
+ * Copyright (C) 2009-2012 Daniel P. Berrange
* Copyright (C) 2010 Marc-André Lureau
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/virt-viewer.c b/src/virt-viewer.c
index e1ead3f..99daaec 100644
--- a/src/virt-viewer.c
+++ b/src/virt-viewer.c
@@ -1,8 +1,8 @@
/*
* Virt Viewer: A virtual machine console viewer
*
- * Copyright (C) 2007-2009 Red Hat,
- * Copyright (C) 2009 Daniel P. Berrange
+ * Copyright (C) 2007-2012 Red Hat, Inc.
+ * Copyright (C) 2009-2012 Daniel P. Berrange
* Copyright (C) 2010 Marc-André Lureau
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/virt-viewer.h b/src/virt-viewer.h
index d36d7d6..d136ade 100644
--- a/src/virt-viewer.h
+++ b/src/virt-viewer.h
@@ -1,7 +1,7 @@
/*
* Virt Viewer: A virtual machine console viewer
*
- * Copyright (C) 2007 Red Hat,
+ * Copyright (C) 2007-2012 Red Hat, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by