Author: hasselmm
Date: Wed Jan 16 10:08:35 2008
New Revision: 191
URL: http://svn.gnome.org/viewvc/libepc?rev=191&view=rev

Log:
Update year in copyright information.


Modified:
   trunk/ChangeLog
   trunk/README
   trunk/docs/reference/libepc/libepc-1.0-docs.xml
   trunk/examples/publisher.glade
   trunk/examples/publisher.ui
   trunk/libepc-ui/password-dialog.c
   trunk/libepc-ui/password-dialog.h
   trunk/libepc-ui/progress-window.c
   trunk/libepc-ui/progress-window.h
   trunk/libepc/consumer.c
   trunk/libepc/consumer.h
   trunk/libepc/contents.c
   trunk/libepc/contents.h
   trunk/libepc/dispatcher.c
   trunk/libepc/dispatcher.h
   trunk/libepc/protocol.c
   trunk/libepc/protocol.h
   trunk/libepc/publisher.c
   trunk/libepc/publisher.h
   trunk/libepc/service-info.c
   trunk/libepc/service-info.h
   trunk/libepc/service-monitor.c
   trunk/libepc/service-monitor.h
   trunk/libepc/service-type.c
   trunk/libepc/service-type.h
   trunk/libepc/shell.c
   trunk/libepc/shell.h
   trunk/libepc/tls.c
   trunk/libepc/tls.h
   trunk/tests/framework.c
   trunk/tests/framework.h
   trunk/tests/test-consumer-by-info.c
   trunk/tests/test-consumer-by-name.c
   trunk/tests/test-dispatcher-local-collision.c
   trunk/tests/test-dispatcher-multiple-services.c
   trunk/tests/test-dispatcher-rename.c
   trunk/tests/test-dispatcher-reset.c
   trunk/tests/test-dispatcher-simple-service.c
   trunk/tests/test-dispatcher-subtypes.c
   trunk/tests/test-dispatcher-unique.c
   trunk/tests/test-expand-name.c
   trunk/tests/test-progress-hooks.c
   trunk/tests/test-publisher-bookmarks.c
   trunk/tests/test-publisher-change-name.c
   trunk/tests/test-publisher-libsoup-494128.c
   trunk/tests/test-publisher-unique.c
   trunk/tests/test-runner.sh
   trunk/tests/test-service-type.c

Modified: trunk/README
==============================================================================
--- trunk/README        (original)
+++ trunk/README        Wed Jan 16 10:08:35 2008
@@ -1,5 +1,5 @@
 Publish and Consume Library
-Copyright (C) 2007  Openismus GmbH
+Copyright (C) 2007, 2008  Openismus GmbH
 
 ABSTRACT
 ========

Modified: trunk/docs/reference/libepc/libepc-1.0-docs.xml
==============================================================================
--- trunk/docs/reference/libepc/libepc-1.0-docs.xml     (original)
+++ trunk/docs/reference/libepc/libepc-1.0-docs.xml     Wed Jan 16 10:08:35 2008
@@ -8,6 +8,7 @@
 
     <copyright>
       <year>2007</year>
+      <year>2008</year>
       <holder><ulink type="http" url="http://www.openismus.com/";>Openismus 
GmbH</ulink></holder>
     </copyright>
 

Modified: trunk/examples/publisher.glade
==============================================================================
--- trunk/examples/publisher.glade      (original)
+++ trunk/examples/publisher.glade      Wed Jan 16 10:08:35 2008
@@ -340,7 +340,7 @@
     <property name="destroy_with_parent">True</property>
     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
     <property name="has_separator">False</property>
-    <property name="copyright" translatable="yes">Copyright © 2007 Openismus 
GmbH</property>
+    <property name="copyright" translatable="yes">Copyright © 2007, 2008 
Openismus GmbH</property>
     <property name="website">http://live.gnome.org/libepc</property>
     <child internal-child="vbox">
       <widget class="GtkVBox" id="dialog-vbox1">

Modified: trunk/examples/publisher.ui
==============================================================================
--- trunk/examples/publisher.ui (original)
+++ trunk/examples/publisher.ui Wed Jan 16 10:08:35 2008
@@ -333,7 +333,7 @@
     <property name="destroy_with_parent">True</property>
     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
     <property name="has_separator">False</property>
-    <property name="copyright" translatable="yes">Copyright &#xA9; 2007 
Openismus GmbH</property>
+    <property name="copyright" translatable="yes">Copyright &#xA9; 2007, 2008 
Openismus GmbH</property>
     <property name="website">http://live.gnome.org/libepc</property>
     <child internal-child="vbox">
       <object class="GtkVBox" id="dialog-vbox1">

Modified: trunk/libepc-ui/password-dialog.c
==============================================================================
--- trunk/libepc-ui/password-dialog.c   (original)
+++ trunk/libepc-ui/password-dialog.c   Wed Jan 16 10:08:35 2008
@@ -1,5 +1,5 @@
 /* Easy Publish and Consume Library
- * Copyright (C) 2007  Openismus GmbH
+ * Copyright (C) 2007, 2008  Openismus GmbH
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/libepc-ui/password-dialog.h
==============================================================================
--- trunk/libepc-ui/password-dialog.h   (original)
+++ trunk/libepc-ui/password-dialog.h   Wed Jan 16 10:08:35 2008
@@ -1,5 +1,5 @@
 /* Easy Publish and Consume Library
- * Copyright (C) 2007  Openismus GmbH
+ * Copyright (C) 2007, 2008  Openismus GmbH
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/libepc-ui/progress-window.c
==============================================================================
--- trunk/libepc-ui/progress-window.c   (original)
+++ trunk/libepc-ui/progress-window.c   Wed Jan 16 10:08:35 2008
@@ -1,5 +1,5 @@
 /* Easy Publish and Consume Library
- * Copyright (C) 2007  Openismus GmbH
+ * Copyright (C) 2007, 2008  Openismus GmbH
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/libepc-ui/progress-window.h
==============================================================================
--- trunk/libepc-ui/progress-window.h   (original)
+++ trunk/libepc-ui/progress-window.h   Wed Jan 16 10:08:35 2008
@@ -1,5 +1,5 @@
 /* Easy Publish and Consume Library
- * Copyright (C) 2007  Openismus GmbH
+ * Copyright (C) 2007, 2008  Openismus GmbH
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/libepc/consumer.c
==============================================================================
--- trunk/libepc/consumer.c     (original)
+++ trunk/libepc/consumer.c     Wed Jan 16 10:08:35 2008
@@ -1,5 +1,5 @@
 /* Easy Publish and Consume Library
- * Copyright (C) 2007  Openismus GmbH
+ * Copyright (C) 2007, 2008  Openismus GmbH
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/libepc/consumer.h
==============================================================================
--- trunk/libepc/consumer.h     (original)
+++ trunk/libepc/consumer.h     Wed Jan 16 10:08:35 2008
@@ -1,5 +1,5 @@
 /* Easy Publish and Consume Library
- * Copyright (C) 2007  Openismus GmbH
+ * Copyright (C) 2007, 2008  Openismus GmbH
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/libepc/contents.c
==============================================================================
--- trunk/libepc/contents.c     (original)
+++ trunk/libepc/contents.c     Wed Jan 16 10:08:35 2008
@@ -1,5 +1,5 @@
 /* Easy Publish and Consume Library
- * Copyright (C) 2007  Openismus GmbH
+ * Copyright (C) 2007, 2008  Openismus GmbH
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/libepc/contents.h
==============================================================================
--- trunk/libepc/contents.h     (original)
+++ trunk/libepc/contents.h     Wed Jan 16 10:08:35 2008
@@ -1,5 +1,5 @@
 /* Easy Publish and Consume Library
- * Copyright (C) 2007  Openismus GmbH
+ * Copyright (C) 2007, 2008  Openismus GmbH
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/libepc/dispatcher.c
==============================================================================
--- trunk/libepc/dispatcher.c   (original)
+++ trunk/libepc/dispatcher.c   Wed Jan 16 10:08:35 2008
@@ -1,5 +1,5 @@
 /* Easy Publish and Consume Library
- * Copyright (C) 2007  Openismus GmbH
+ * Copyright (C) 2007, 2008  Openismus GmbH
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/libepc/dispatcher.h
==============================================================================
--- trunk/libepc/dispatcher.h   (original)
+++ trunk/libepc/dispatcher.h   Wed Jan 16 10:08:35 2008
@@ -1,5 +1,5 @@
 /* Easy Publish and Consume Library
- * Copyright (C) 2007  Openismus GmbH
+ * Copyright (C) 2007, 2008  Openismus GmbH
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/libepc/protocol.c
==============================================================================
--- trunk/libepc/protocol.c     (original)
+++ trunk/libepc/protocol.c     Wed Jan 16 10:08:35 2008
@@ -1,5 +1,5 @@
 /* Easy Publish and Consume Library
- * Copyright (C) 2007  Openismus GmbH
+ * Copyright (C) 2007, 2008  Openismus GmbH
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/libepc/protocol.h
==============================================================================
--- trunk/libepc/protocol.h     (original)
+++ trunk/libepc/protocol.h     Wed Jan 16 10:08:35 2008
@@ -1,5 +1,5 @@
 /* Easy Publish and Consume Library
- * Copyright (C) 2007  Openismus GmbH
+ * Copyright (C) 2007, 2008  Openismus GmbH
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/libepc/publisher.c
==============================================================================
--- trunk/libepc/publisher.c    (original)
+++ trunk/libepc/publisher.c    Wed Jan 16 10:08:35 2008
@@ -1,5 +1,5 @@
 /* Easy Publish and Consume Library
- * Copyright (C) 2007  Openismus GmbH
+ * Copyright (C) 2007, 2008  Openismus GmbH
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/libepc/publisher.h
==============================================================================
--- trunk/libepc/publisher.h    (original)
+++ trunk/libepc/publisher.h    Wed Jan 16 10:08:35 2008
@@ -1,5 +1,5 @@
 /* Easy Publish and Consume Library
- * Copyright (C) 2007  Openismus GmbH
+ * Copyright (C) 2007, 2008  Openismus GmbH
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/libepc/service-info.c
==============================================================================
--- trunk/libepc/service-info.c (original)
+++ trunk/libepc/service-info.c Wed Jan 16 10:08:35 2008
@@ -1,5 +1,5 @@
 /* Easy Publish and Consume Library
- * Copyright (C) 2007  Openismus GmbH
+ * Copyright (C) 2007, 2008  Openismus GmbH
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/libepc/service-info.h
==============================================================================
--- trunk/libepc/service-info.h (original)
+++ trunk/libepc/service-info.h Wed Jan 16 10:08:35 2008
@@ -1,5 +1,5 @@
 /* Easy Publish and Consume Library
- * Copyright (C) 2007  Openismus GmbH
+ * Copyright (C) 2007, 2008  Openismus GmbH
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/libepc/service-monitor.c
==============================================================================
--- trunk/libepc/service-monitor.c      (original)
+++ trunk/libepc/service-monitor.c      Wed Jan 16 10:08:35 2008
@@ -1,5 +1,5 @@
 /* Easy Publish and Consume Library
- * Copyright (C) 2007  Openismus GmbH
+ * Copyright (C) 2007, 2008  Openismus GmbH
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/libepc/service-monitor.h
==============================================================================
--- trunk/libepc/service-monitor.h      (original)
+++ trunk/libepc/service-monitor.h      Wed Jan 16 10:08:35 2008
@@ -1,5 +1,5 @@
 /* Easy Publish and Consume Library
- * Copyright (C) 2007  Openismus GmbH
+ * Copyright (C) 2007, 2008  Openismus GmbH
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/libepc/service-type.c
==============================================================================
--- trunk/libepc/service-type.c (original)
+++ trunk/libepc/service-type.c Wed Jan 16 10:08:35 2008
@@ -1,5 +1,5 @@
 /* Easy Publish and Consume Library
- * Copyright (C) 2007  Openismus GmbH
+ * Copyright (C) 2007, 2008  Openismus GmbH
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/libepc/service-type.h
==============================================================================
--- trunk/libepc/service-type.h (original)
+++ trunk/libepc/service-type.h Wed Jan 16 10:08:35 2008
@@ -1,5 +1,5 @@
 /* Easy Publish and Consume Library
- * Copyright (C) 2007  Openismus GmbH
+ * Copyright (C) 2007, 2008  Openismus GmbH
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/libepc/shell.c
==============================================================================
--- trunk/libepc/shell.c        (original)
+++ trunk/libepc/shell.c        Wed Jan 16 10:08:35 2008
@@ -1,5 +1,5 @@
 /* Easy Publish and Consume Library
- * Copyright (C) 2007  Openismus GmbH
+ * Copyright (C) 2007, 2008  Openismus GmbH
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/libepc/shell.h
==============================================================================
--- trunk/libepc/shell.h        (original)
+++ trunk/libepc/shell.h        Wed Jan 16 10:08:35 2008
@@ -1,5 +1,5 @@
 /* Easy Publish and Consume Library
- * Copyright (C) 2007  Openismus GmbH
+ * Copyright (C) 2007, 2008  Openismus GmbH
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/libepc/tls.c
==============================================================================
--- trunk/libepc/tls.c  (original)
+++ trunk/libepc/tls.c  Wed Jan 16 10:08:35 2008
@@ -1,5 +1,5 @@
 /* Easy Publish and Consume Library
- * Copyright (C) 2007  Openismus GmbH
+ * Copyright (C) 2007, 2008  Openismus GmbH
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/libepc/tls.h
==============================================================================
--- trunk/libepc/tls.h  (original)
+++ trunk/libepc/tls.h  Wed Jan 16 10:08:35 2008
@@ -1,4 +1,5 @@
-/* Easy Publish and Consume Library Copyright (C) 2007  Openismus GmbH
+/* Easy Publish and Consume Library
+ * Copyright (C) 2007, 2008  Openismus GmbH
  *
  * 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

Modified: trunk/tests/framework.c
==============================================================================
--- trunk/tests/framework.c     (original)
+++ trunk/tests/framework.c     Wed Jan 16 10:08:35 2008
@@ -1,5 +1,5 @@
 /* Easy Publish and Consume Library
- * Copyright (C) 2007  Openismus GmbH
+ * Copyright (C) 2007, 2008  Openismus GmbH
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/tests/framework.h
==============================================================================
--- trunk/tests/framework.h     (original)
+++ trunk/tests/framework.h     Wed Jan 16 10:08:35 2008
@@ -1,5 +1,5 @@
 /* Easy Publish and Consume Library
- * Copyright (C) 2007  Openismus GmbH
+ * Copyright (C) 2007, 2008  Openismus GmbH
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/tests/test-consumer-by-info.c
==============================================================================
--- trunk/tests/test-consumer-by-info.c (original)
+++ trunk/tests/test-consumer-by-info.c Wed Jan 16 10:08:35 2008
@@ -1,5 +1,5 @@
 /* Easy Publish and Consume Library
- * Copyright (C) 2007  Openismus GmbH
+ * Copyright (C) 2007, 2008  Openismus GmbH
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/tests/test-consumer-by-name.c
==============================================================================
--- trunk/tests/test-consumer-by-name.c (original)
+++ trunk/tests/test-consumer-by-name.c Wed Jan 16 10:08:35 2008
@@ -1,5 +1,5 @@
 /* Easy Publish and Consume Library
- * Copyright (C) 2007  Openismus GmbH
+ * Copyright (C) 2007, 2008  Openismus GmbH
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/tests/test-dispatcher-local-collision.c
==============================================================================
--- trunk/tests/test-dispatcher-local-collision.c       (original)
+++ trunk/tests/test-dispatcher-local-collision.c       Wed Jan 16 10:08:35 2008
@@ -1,5 +1,5 @@
 /* Easy Publish and Consume Library
- * Copyright (C) 2007  Openismus GmbH
+ * Copyright (C) 2007, 2008  Openismus GmbH
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/tests/test-dispatcher-multiple-services.c
==============================================================================
--- trunk/tests/test-dispatcher-multiple-services.c     (original)
+++ trunk/tests/test-dispatcher-multiple-services.c     Wed Jan 16 10:08:35 2008
@@ -1,5 +1,5 @@
 /* Easy Publish and Consume Library
- * Copyright (C) 2007  Openismus GmbH
+ * Copyright (C) 2007, 2008  Openismus GmbH
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/tests/test-dispatcher-rename.c
==============================================================================
--- trunk/tests/test-dispatcher-rename.c        (original)
+++ trunk/tests/test-dispatcher-rename.c        Wed Jan 16 10:08:35 2008
@@ -1,5 +1,5 @@
 /* Easy Publish and Consume Library
- * Copyright (C) 2007  Openismus GmbH
+ * Copyright (C) 2007, 2008  Openismus GmbH
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/tests/test-dispatcher-reset.c
==============================================================================
--- trunk/tests/test-dispatcher-reset.c (original)
+++ trunk/tests/test-dispatcher-reset.c Wed Jan 16 10:08:35 2008
@@ -1,5 +1,5 @@
 /* Easy Publish and Consume Library
- * Copyright (C) 2007  Openismus GmbH
+ * Copyright (C) 2007, 2008  Openismus GmbH
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/tests/test-dispatcher-simple-service.c
==============================================================================
--- trunk/tests/test-dispatcher-simple-service.c        (original)
+++ trunk/tests/test-dispatcher-simple-service.c        Wed Jan 16 10:08:35 2008
@@ -1,5 +1,5 @@
 /* Easy Publish and Consume Library
- * Copyright (C) 2007  Openismus GmbH
+ * Copyright (C) 2007, 2008  Openismus GmbH
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/tests/test-dispatcher-subtypes.c
==============================================================================
--- trunk/tests/test-dispatcher-subtypes.c      (original)
+++ trunk/tests/test-dispatcher-subtypes.c      Wed Jan 16 10:08:35 2008
@@ -1,5 +1,5 @@
 /* Easy Publish and Consume Library
- * Copyright (C) 2007  Openismus GmbH
+ * Copyright (C) 2007, 2008  Openismus GmbH
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/tests/test-dispatcher-unique.c
==============================================================================
--- trunk/tests/test-dispatcher-unique.c        (original)
+++ trunk/tests/test-dispatcher-unique.c        Wed Jan 16 10:08:35 2008
@@ -1,5 +1,5 @@
 /* Easy Publish and Consume Library
- * Copyright (C) 2007  Openismus GmbH
+ * Copyright (C) 2007, 2008  Openismus GmbH
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/tests/test-expand-name.c
==============================================================================
--- trunk/tests/test-expand-name.c      (original)
+++ trunk/tests/test-expand-name.c      Wed Jan 16 10:08:35 2008
@@ -1,5 +1,5 @@
 /* Easy Publish and Consume Library
- * Copyright (C) 2007  Openismus GmbH
+ * Copyright (C) 2007, 2008  Openismus GmbH
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/tests/test-progress-hooks.c
==============================================================================
--- trunk/tests/test-progress-hooks.c   (original)
+++ trunk/tests/test-progress-hooks.c   Wed Jan 16 10:08:35 2008
@@ -1,5 +1,5 @@
 /* Easy Publish and Consume Library
- * Copyright (C) 2007  Openismus GmbH
+ * Copyright (C) 2007, 2008  Openismus GmbH
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/tests/test-publisher-bookmarks.c
==============================================================================
--- trunk/tests/test-publisher-bookmarks.c      (original)
+++ trunk/tests/test-publisher-bookmarks.c      Wed Jan 16 10:08:35 2008
@@ -1,5 +1,5 @@
 /* Easy Publish and Consume Library
- * Copyright (C) 2007  Openismus GmbH
+ * Copyright (C) 2007, 2008  Openismus GmbH
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/tests/test-publisher-change-name.c
==============================================================================
--- trunk/tests/test-publisher-change-name.c    (original)
+++ trunk/tests/test-publisher-change-name.c    Wed Jan 16 10:08:35 2008
@@ -1,5 +1,5 @@
 /* Easy Publish and Consume Library
- * Copyright (C) 2007  Openismus GmbH
+ * Copyright (C) 2007, 2008  Openismus GmbH
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/tests/test-publisher-libsoup-494128.c
==============================================================================
--- trunk/tests/test-publisher-libsoup-494128.c (original)
+++ trunk/tests/test-publisher-libsoup-494128.c Wed Jan 16 10:08:35 2008
@@ -1,5 +1,5 @@
 /* Easy Publish and Consume Library
- * Copyright (C) 2007  Openismus GmbH
+ * Copyright (C) 2007, 2008  Openismus GmbH
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/tests/test-publisher-unique.c
==============================================================================
--- trunk/tests/test-publisher-unique.c (original)
+++ trunk/tests/test-publisher-unique.c Wed Jan 16 10:08:35 2008
@@ -1,5 +1,5 @@
 /* Easy Publish and Consume Library
- * Copyright (C) 2007  Openismus GmbH
+ * Copyright (C) 2007, 2008  Openismus GmbH
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/tests/test-runner.sh
==============================================================================
--- trunk/tests/test-runner.sh  (original)
+++ trunk/tests/test-runner.sh  Wed Jan 16 10:08:35 2008
@@ -1,7 +1,7 @@
 #!/bin/bash
 #
 # Easy Publish and Consume Library
-# Copyright (C) 2007  Openismus GmbH
+# Copyright (C) 2007, 2008  Openismus GmbH
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/tests/test-service-type.c
==============================================================================
--- trunk/tests/test-service-type.c     (original)
+++ trunk/tests/test-service-type.c     Wed Jan 16 10:08:35 2008
@@ -1,5 +1,5 @@
 /* Easy Publish and Consume Library
- * Copyright (C) 2007  Openismus GmbH
+ * Copyright (C) 2007, 2008  Openismus GmbH
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list

Want to limit the commits to a few modules? Go to above URL, log in to edit 
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development 
mailing list. Email [EMAIL PROTECTED] if interested.

Reply via email to