[Telepathy-commits] [telepathy-qt4/master] call example: fix copyright notices

Simon McVittie simon.mcvittie at collabora.co.uk
Mon Mar 23 08:33:03 PDT 2009


Copyright (call) 2009 looks like overzealous use of sed...
---
 examples/call/call-handler.cpp       |    3 ++-
 examples/call/call-handler.h         |    3 ++-
 examples/call/call-roster-widget.cpp |    3 ++-
 examples/call/call-roster-widget.h   |    3 ++-
 examples/call/call-widget.cpp        |    3 ++-
 examples/call/call-widget.h          |    3 ++-
 examples/call/call-window.cpp        |    3 ++-
 examples/call/call-window.h          |    3 ++-
 examples/call/farsight-channel.cpp   |    4 ++--
 examples/call/farsight-channel.h     |    4 ++--
 examples/call/video-widget.cpp       |    3 ++-
 examples/call/video-widget.h         |    3 ++-
 12 files changed, 24 insertions(+), 14 deletions(-)

diff --git a/examples/call/call-handler.cpp b/examples/call/call-handler.cpp
index d946b37..0729306 100644
--- a/examples/call/call-handler.cpp
+++ b/examples/call/call-handler.cpp
@@ -1,7 +1,8 @@
 /*
  * This file is part of TelepathyQt4
  *
- * Copyright (call) 2009 Collabora Ltd. <http://www.collabora.co.uk/>
+ * Copyright © 2009 Collabora Ltd. <http://www.collabora.co.uk/>
+ * Copyright © 2009 Nokia Corporation
  *
  * 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/examples/call/call-handler.h b/examples/call/call-handler.h
index 4a0874b..a4ed503 100644
--- a/examples/call/call-handler.h
+++ b/examples/call/call-handler.h
@@ -1,7 +1,8 @@
 /*
  * This file is part of TelepathyQt4
  *
- * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/>
+ * Copyright © 2009 Collabora Ltd. <http://www.collabora.co.uk/>
+ * Copyright © 2009 Nokia Corporation
  *
  * 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/examples/call/call-roster-widget.cpp b/examples/call/call-roster-widget.cpp
index 5e593cd..9478151 100644
--- a/examples/call/call-roster-widget.cpp
+++ b/examples/call/call-roster-widget.cpp
@@ -1,7 +1,8 @@
 /*
  * This file is part of TelepathyQt4
  *
- * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/>
+ * Copyright © 2009 Collabora Ltd. <http://www.collabora.co.uk/>
+ * Copyright © 2009 Nokia Corporation
  *
  * 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/examples/call/call-roster-widget.h b/examples/call/call-roster-widget.h
index b9be603..b3d3d84 100644
--- a/examples/call/call-roster-widget.h
+++ b/examples/call/call-roster-widget.h
@@ -1,7 +1,8 @@
 /*
  * This file is part of TelepathyQt4
  *
- * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/>
+ * Copyright © 2009 Collabora Ltd. <http://www.collabora.co.uk/>
+ * Copyright © 2009 Nokia Corporation
  *
  * 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/examples/call/call-widget.cpp b/examples/call/call-widget.cpp
index fc5c846..df47c76 100644
--- a/examples/call/call-widget.cpp
+++ b/examples/call/call-widget.cpp
@@ -1,7 +1,8 @@
 /*
  * This file is part of TelepathyQt4
  *
- * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/>
+ * Copyright © 2009 Collabora Ltd. <http://www.collabora.co.uk/>
+ * Copyright © 2009 Nokia Corporation
  *
  * 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/examples/call/call-widget.h b/examples/call/call-widget.h
index e54961e..a587c90 100644
--- a/examples/call/call-widget.h
+++ b/examples/call/call-widget.h
@@ -1,7 +1,8 @@
 /*
  * This file is part of TelepathyQt4
  *
- * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/>
+ * Copyright © 2009 Collabora Ltd. <http://www.collabora.co.uk/>
+ * Copyright © 2009 Nokia Corporation
  *
  * 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/examples/call/call-window.cpp b/examples/call/call-window.cpp
index d3f6dd6..7273c64 100644
--- a/examples/call/call-window.cpp
+++ b/examples/call/call-window.cpp
@@ -1,7 +1,8 @@
 /*
  * This file is part of TelepathyQt4
  *
- * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/>
+ * Copyright © 2009 Collabora Ltd. <http://www.collabora.co.uk/>
+ * Copyright © 2009 Nokia Corporation
  *
  * 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/examples/call/call-window.h b/examples/call/call-window.h
index f2244bb..c5a104e 100644
--- a/examples/call/call-window.h
+++ b/examples/call/call-window.h
@@ -1,7 +1,8 @@
 /*
  * This file is part of TelepathyQt4
  *
- * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/>
+ * Copyright © 2009 Collabora Ltd. <http://www.collabora.co.uk/>
+ * Copyright © 2009 Nokia Corporation
  *
  * 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/examples/call/farsight-channel.cpp b/examples/call/farsight-channel.cpp
index d8d8fe8..e7afbd5 100644
--- a/examples/call/farsight-channel.cpp
+++ b/examples/call/farsight-channel.cpp
@@ -1,8 +1,8 @@
 /*
  * Very basic Telepathy-Qt <-> Telepathy-Farsight integration.
  *
- * Copyright (C) 2008-2009 Collabora Ltd. <http://www.collabora.co.uk/>
- * Copyright (C) 2009 Nokia Corporation
+ * Copyright © 2008-2009 Collabora Ltd. <http://www.collabora.co.uk/>
+ * Copyright © 2009 Nokia Corporation
  *
  * 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/examples/call/farsight-channel.h b/examples/call/farsight-channel.h
index 7de1f3e..9a2573c 100644
--- a/examples/call/farsight-channel.h
+++ b/examples/call/farsight-channel.h
@@ -1,8 +1,8 @@
 /*
  * Very basic Telepathy-Qt <-> Telepathy-Farsight integration.
  *
- * Copyright (C) 2008-2009 Collabora Ltd. <http://www.collabora.co.uk/>
- * Copyright (C) 2009 Nokia Corporation
+ * Copyright © 2008-2009 Collabora Ltd. <http://www.collabora.co.uk/>
+ * Copyright © 2009 Nokia Corporation
  *
  * 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/examples/call/video-widget.cpp b/examples/call/video-widget.cpp
index 14c2da9..a39eff5 100644
--- a/examples/call/video-widget.cpp
+++ b/examples/call/video-widget.cpp
@@ -1,7 +1,8 @@
 /*
  * This file is part of TelepathyQt4
  *
- * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/>
+ * Copyright © 2009 Collabora Ltd. <http://www.collabora.co.uk/>
+ * Copyright © 2009 Nokia Corporation
  *
  * 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/examples/call/video-widget.h b/examples/call/video-widget.h
index de1b130..3fd8c99 100644
--- a/examples/call/video-widget.h
+++ b/examples/call/video-widget.h
@@ -1,7 +1,8 @@
 /*
  * This file is part of TelepathyQt4
  *
- * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/>
+ * Copyright © 2009 Collabora Ltd. <http://www.collabora.co.uk/>
+ * Copyright © 2009 Nokia Corporation
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
-- 
1.5.6.5




More information about the telepathy-commits mailing list