[libnet-dbus-perl] 277/335: Updated copyright dates to include 2009

Intrigeri intrigeri at moszumanska.debian.org
Sat Mar 21 01:08:09 UTC 2015


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to branch experimental
in repository libnet-dbus-perl.

commit f37b39dbcc67075eab4d854428e918889796e58a
Author: Daniel P. Berrange <berrange at redhat.com>
Date:   Mon May 4 18:52:47 2009 +0100

    Updated copyright dates to include 2009
---
 DBus.xs                                      |  2 +-
 lib/Net/DBus.pm                              |  6 +++---
 lib/Net/DBus/ASyncReply.pm                   |  4 ++--
 lib/Net/DBus/Annotation.pm                   |  4 ++--
 lib/Net/DBus/Binding/Bus.pm                  | 14 +++++++-------
 lib/Net/DBus/Binding/Connection.pm           | 14 +++++++-------
 lib/Net/DBus/Binding/Introspector.pm         | 14 +++++++-------
 lib/Net/DBus/Binding/Iterator.pm             | 14 +++++++-------
 lib/Net/DBus/Binding/Message.pm              | 14 +++++++-------
 lib/Net/DBus/Binding/Message/Error.pm        |  4 ++--
 lib/Net/DBus/Binding/Message/MethodCall.pm   |  4 ++--
 lib/Net/DBus/Binding/Message/MethodReturn.pm |  4 ++--
 lib/Net/DBus/Binding/Message/Signal.pm       |  4 ++--
 lib/Net/DBus/Binding/PendingCall.pm          | 14 +++++++-------
 lib/Net/DBus/Binding/Server.pm               | 14 +++++++-------
 lib/Net/DBus/Binding/Value.pm                | 14 +++++++-------
 lib/Net/DBus/Binding/Watch.pm                |  4 ++--
 lib/Net/DBus/Callback.pm                     |  2 +-
 lib/Net/DBus/Dumper.pm                       | 14 +++++++++-----
 lib/Net/DBus/Error.pm                        |  6 +++---
 lib/Net/DBus/Exporter.pm                     | 14 +++++++++-----
 lib/Net/DBus/Object.pm                       |  6 +++---
 lib/Net/DBus/RemoteObject.pm                 |  4 ++--
 lib/Net/DBus/RemoteService.pm                |  4 ++--
 lib/Net/DBus/Service.pm                      | 10 +++++++++-
 lib/Net/DBus/Test/MockConnection.pm          | 14 +++++++++-----
 lib/Net/DBus/Test/MockIterator.pm            | 14 +++++++++-----
 lib/Net/DBus/Test/MockMessage.pm             | 13 +++++++------
 lib/Net/DBus/Test/MockObject.pm              | 14 +++++++++-----
 29 files changed, 146 insertions(+), 117 deletions(-)

diff --git a/DBus.xs b/DBus.xs
index 76bffb1..40b1ff0 100644
--- a/DBus.xs
+++ b/DBus.xs
@@ -1,6 +1,6 @@
 /* -*- c -*-
  *
- * Copyright (C) 2004-2006 Daniel P. Berrange
+ * Copyright (C) 2004-2009 Daniel P. Berrange
  *
  * This program is free software; You can redistribute it and/or modify
  * it under the same terms as Perl itself. Either:
diff --git a/lib/Net/DBus.pm b/lib/Net/DBus.pm
index abb5d58..52bc8f6 100644
--- a/lib/Net/DBus.pm
+++ b/lib/Net/DBus.pm
@@ -1,6 +1,6 @@
 # -*- perl -*-
 #
-# Copyright (C) 2004-2006 Daniel P. Berrange
+# Copyright (C) 2004-2009 Daniel P. Berrange
 #
 # This program is free software; You can redistribute it and/or modify
 # it under the same terms as Perl itself. Either:
@@ -87,7 +87,7 @@ use strict;
 use warnings;
 
 BEGIN {
-    our $VERSION = '0.33.6';
+    our $VERSION = '0.33.7';
     require XSLoader;
     XSLoader::load('Net::DBus', $VERSION);
 }
@@ -741,7 +741,7 @@ Daniel Berrange <dan at berrange.com>
 
 =head1 COPYRIGHT
 
-Copyright 2004-2005 by Daniel Berrange
+Copyright 2004-2009 by Daniel Berrange
 
 =cut
 
diff --git a/lib/Net/DBus/ASyncReply.pm b/lib/Net/DBus/ASyncReply.pm
index 92782b2..b367e4e 100644
--- a/lib/Net/DBus/ASyncReply.pm
+++ b/lib/Net/DBus/ASyncReply.pm
@@ -1,6 +1,6 @@
 # -*- perl -*-
 #
-# Copyright (C) 2006 Daniel P. Berrange
+# Copyright (C) 2006-2009 Daniel P. Berrange
 #
 # This program is free software; You can redistribute it and/or modify
 # it under the same terms as Perl itself. Either:
@@ -183,7 +183,7 @@ Daniel Berrange <dan at berrange.com>
 
 =head1 COPYRIGHT
 
-Copright (C) 2006, Daniel Berrange.
+Copright (C) 2006-2009, Daniel Berrange.
 
 =head1 SEE ALSO
 
diff --git a/lib/Net/DBus/Annotation.pm b/lib/Net/DBus/Annotation.pm
index def26d0..4853937 100644
--- a/lib/Net/DBus/Annotation.pm
+++ b/lib/Net/DBus/Annotation.pm
@@ -1,6 +1,6 @@
 # -*- perl -*-
 #
-# Copyright (C) 2006 Daniel P. Berrange
+# Copyright (C) 2006-2009 Daniel P. Berrange
 #
 # This program is free software; You can redistribute it and/or modify
 # it under the same terms as Perl itself. Either:
@@ -122,7 +122,7 @@ Daniel Berrange <dan at berrange.com>
 
 =head1 COPYRIGHT
 
-Copright (C) 2006, Daniel Berrange.
+Copright (C) 2006-2009, Daniel Berrange.
 
 =head1 SEE ALSO
 
diff --git a/lib/Net/DBus/Binding/Bus.pm b/lib/Net/DBus/Binding/Bus.pm
index d9e34c2..4f29db6 100644
--- a/lib/Net/DBus/Binding/Bus.pm
+++ b/lib/Net/DBus/Binding/Bus.pm
@@ -1,6 +1,6 @@
 # -*- perl -*-
 #
-# Copyright (C) 2004-2006 Daniel P. Berrange
+# Copyright (C) 2004-2009 Daniel P. Berrange
 #
 # This program is free software; You can redistribute it and/or modify
 # it under the same terms as Perl itself. Either:
@@ -187,16 +187,16 @@ sub AUTOLOAD {
 
 =back
 
-=head1 SEE ALSO
-
-L<Net::DBus::Binding::Connection>, L<Net::DBus>
-
 =head1 AUTHOR
 
-Daniel Berrange E<lt>dan at berrange.comE<gt>
+Daniel P. Berrange
 
 =head1 COPYRIGHT
 
-Copyright 2004-2005 by Daniel Berrange
+Copyright (C) 2004-2009 Daniel P. Berrange
+
+=head1 SEE ALSO
+
+L<Net::DBus::Binding::Connection>, L<Net::DBus>
 
 =cut
diff --git a/lib/Net/DBus/Binding/Connection.pm b/lib/Net/DBus/Binding/Connection.pm
index ec9d6be..b80fd1d 100644
--- a/lib/Net/DBus/Binding/Connection.pm
+++ b/lib/Net/DBus/Binding/Connection.pm
@@ -1,6 +1,6 @@
 # -*- perl -*-
 #
-# Copyright (C) 2004-2006 Daniel P. Berrange
+# Copyright (C) 2004-2009 Daniel P. Berrange
 #
 # This program is free software; You can redistribute it and/or modify
 # it under the same terms as Perl itself. Either:
@@ -640,16 +640,16 @@ sub make_signal_message {
 
 =back
 
-=head1 SEE ALSO
-
-L<Net::DBus::Binding::Server>, L<Net::DBus::Binding::Bus>, L<Net::DBus::Binding::Message::Signal>, L<Net::DBus::Binding::Message::MethodCall>, L<Net::DBus::Binding::Message::MethodReturn>, L<Net::DBus::Binding::Message::Error>
-
 =head1 AUTHOR
 
-Daniel Berrange E<lt>dan at berrange.comE<gt>
+Daniel P. Berrange
 
 =head1 COPYRIGHT
 
-Copyright 2004 by Daniel Berrange
+Copyright (C) 2004-2009 Daniel P. Berrange
+
+=head1 SEE ALSO
+
+L<Net::DBus::Binding::Server>, L<Net::DBus::Binding::Bus>, L<Net::DBus::Binding::Message::Signal>, L<Net::DBus::Binding::Message::MethodCall>, L<Net::DBus::Binding::Message::MethodReturn>, L<Net::DBus::Binding::Message::Error>
 
 =cut
diff --git a/lib/Net/DBus/Binding/Introspector.pm b/lib/Net/DBus/Binding/Introspector.pm
index 83bc883..0a64d58 100644
--- a/lib/Net/DBus/Binding/Introspector.pm
+++ b/lib/Net/DBus/Binding/Introspector.pm
@@ -1,6 +1,6 @@
 # -*- perl -*-
 #
-# Copyright (C) 2004-2006 Daniel P. Berrange
+# Copyright (C) 2004-2009 Daniel P. Berrange
 #
 # This program is free software; You can redistribute it and/or modify
 # it under the same terms as Perl itself. Either:
@@ -1191,16 +1191,16 @@ sub decode {
 
 =back
 
-=head1 SEE ALSO
-
-L<Net::DBus::Exporter>, L<Net::DBus::Binding::Message>
-
 =head1 AUTHOR
 
-Daniel Berrange E<lt>dan at berrange.comE<gt>
+Daniel P. Berrange
 
 =head1 COPYRIGHT
 
-Copyright 2004 by Daniel Berrange
+Copyright (C) 2004-2009 Daniel P. Berrange
+
+=head1 SEE ALSO
+
+L<Net::DBus::Exporter>, L<Net::DBus::Binding::Message>
 
 =cut
diff --git a/lib/Net/DBus/Binding/Iterator.pm b/lib/Net/DBus/Binding/Iterator.pm
index 7fb399c..0e9c8a3 100644
--- a/lib/Net/DBus/Binding/Iterator.pm
+++ b/lib/Net/DBus/Binding/Iterator.pm
@@ -1,6 +1,6 @@
 # -*- perl -*-
 #
-# Copyright (C) 2004-2006 Daniel P. Berrange
+# Copyright (C) 2004-2009 Daniel P. Berrange
 #
 # This program is free software; You can redistribute it and/or modify
 # it under the same terms as Perl itself. Either:
@@ -698,16 +698,16 @@ constants C<Net::DBus::Binding::Message::TYPE_*>
 
 =back
 
-=head1 SEE ALSO
-
-L<Net::DBus::Binding::Message>
-
 =head1 AUTHOR
 
-Daniel Berrange E<lt>dan at berrange.comE<gt>
+Daniel P. Berrange
 
 =head1 COPYRIGHT
 
-Copyright 2004 by Daniel Berrange
+Copyright (C) 2004-2009 Daniel P. Berrange
+
+=head1 SEE ALSO
+
+L<Net::DBus::Binding::Message>
 
 =cut
diff --git a/lib/Net/DBus/Binding/Message.pm b/lib/Net/DBus/Binding/Message.pm
index 69a9254..401c342 100644
--- a/lib/Net/DBus/Binding/Message.pm
+++ b/lib/Net/DBus/Binding/Message.pm
@@ -1,6 +1,6 @@
 # -*- perl -*-
 #
-# Copyright (C) 2004-2006 Daniel P. Berrange
+# Copyright (C) 2004-2009 Daniel P. Berrange
 #
 # This program is free software; You can redistribute it and/or modify
 # it under the same terms as Perl itself. Either:
@@ -447,16 +447,16 @@ sub AUTOLOAD {
 
 =back
 
-=head1 SEE ALSO
-
-L<Net::DBus::Binding::Server>, L<Net::DBus::Binding::Connection>, L<Net::DBus::Binding::Message::Signal>, L<Net::DBus::Binding::Message::MethodCall>, L<Net::DBus::Binding::Message::MethodReturn>, L<Net::DBus::Binding::Message::Error>
-
 =head1 AUTHOR
 
-Daniel Berrange E<lt>dan at berrange.comE<gt>
+Daniel P. Berrange
 
 =head1 COPYRIGHT
 
-Copyright 2004 by Daniel Berrange
+Copyright (C) 2004-2009 Daniel P. Berrange
+
+=head1 SEE ALSO
+
+L<Net::DBus::Binding::Server>, L<Net::DBus::Binding::Connection>, L<Net::DBus::Binding::Message::Signal>, L<Net::DBus::Binding::Message::MethodCall>, L<Net::DBus::Binding::Message::MethodReturn>, L<Net::DBus::Binding::Message::Error>
 
 =cut
diff --git a/lib/Net/DBus/Binding/Message/Error.pm b/lib/Net/DBus/Binding/Message/Error.pm
index c4c9337..44d9459 100644
--- a/lib/Net/DBus/Binding/Message/Error.pm
+++ b/lib/Net/DBus/Binding/Message/Error.pm
@@ -1,6 +1,6 @@
 # -*- perl -*-
 #
-# Copyright (C) 2004-2006 Daniel P. Berrange
+# Copyright (C) 2004-2009 Daniel P. Berrange
 #
 # This program is free software; You can redistribute it and/or modify
 # it under the same terms as Perl itself. Either:
@@ -115,7 +115,7 @@ Daniel P. Berrange.
 
 =head1 COPYRIGHT
 
-Copyright (C) 2005-2006 Daniel P. Berrange
+Copyright (C) 2004-2009 Daniel P. Berrange
 
 =head1 SEE ALSO
 
diff --git a/lib/Net/DBus/Binding/Message/MethodCall.pm b/lib/Net/DBus/Binding/Message/MethodCall.pm
index 6e68255..32ba1de 100644
--- a/lib/Net/DBus/Binding/Message/MethodCall.pm
+++ b/lib/Net/DBus/Binding/Message/MethodCall.pm
@@ -1,6 +1,6 @@
 # -*- perl -*-
 #
-# Copyright (C) 2004-2006 Daniel P. Berrange
+# Copyright (C) 2004-2009 Daniel P. Berrange
 #
 # This program is free software; You can redistribute it and/or modify
 # it under the same terms as Perl itself. Either:
@@ -92,7 +92,7 @@ Daniel P. Berrange.
 
 =head1 COPYRIGHT
 
-Copyright (C) 2005-2006 Daniel P. Berrange
+Copyright (C) 2004-2009 Daniel P. Berrange
 
 =head1 SEE ALSO
 
diff --git a/lib/Net/DBus/Binding/Message/MethodReturn.pm b/lib/Net/DBus/Binding/Message/MethodReturn.pm
index 2a57764..3e25fee 100644
--- a/lib/Net/DBus/Binding/Message/MethodReturn.pm
+++ b/lib/Net/DBus/Binding/Message/MethodReturn.pm
@@ -1,6 +1,6 @@
 # -*- perl -*-
 #
-# Copyright (C) 2004-2006 Daniel P. Berrange
+# Copyright (C) 2004-2009 Daniel P. Berrange
 #
 # This program is free software; You can redistribute it and/or modify
 # it under the same terms as Perl itself. Either:
@@ -84,7 +84,7 @@ Daniel P. Berrange.
 
 =head1 COPYRIGHT
 
-Copyright (C) 2005-2006 Daniel P. Berrange
+Copyright (C) 2005-2009 Daniel P. Berrange
 
 =head1 SEE ALSO
 
diff --git a/lib/Net/DBus/Binding/Message/Signal.pm b/lib/Net/DBus/Binding/Message/Signal.pm
index caa7387..e2bc5e6 100644
--- a/lib/Net/DBus/Binding/Message/Signal.pm
+++ b/lib/Net/DBus/Binding/Message/Signal.pm
@@ -1,6 +1,6 @@
 # -*- perl -*-
 #
-# Copyright (C) 2004-2006 Daniel P. Berrange
+# Copyright (C) 2004-2009 Daniel P. Berrange
 #
 # This program is free software; You can redistribute it and/or modify
 # it under the same terms as Perl itself. Either:
@@ -102,7 +102,7 @@ Daniel P. Berrange.
 
 =head1 COPYRIGHT
 
-Copyright (C) 2005-2006 Daniel P. Berrange
+Copyright (C) 2004-2009 Daniel P. Berrange
 
 =head1 SEE ALSO
 
diff --git a/lib/Net/DBus/Binding/PendingCall.pm b/lib/Net/DBus/Binding/PendingCall.pm
index 131d366..a9b7847 100644
--- a/lib/Net/DBus/Binding/PendingCall.pm
+++ b/lib/Net/DBus/Binding/PendingCall.pm
@@ -1,6 +1,6 @@
 # -*- perl -*-
 #
-# Copyright (C) 2006 Daniel P. Berrange
+# Copyright (C) 2006-2009 Daniel P. Berrange
 #
 # This program is free software; You can redistribute it and/or modify
 # it under the same terms as Perl itself. Either:
@@ -162,16 +162,16 @@ sub set_notify {
 
 =back
 
-=head1 SEE ALSO
-
-L<Net::DBus::Binding::Connection>, L<Net::DBus::Binding::Message>, L<Net::DBus::ASyncReply>
-
 =head1 AUTHOR
 
-Daniel Berrange E<lt>dan at berrange.comE<gt>
+Daniel P. Berrange
 
 =head1 COPYRIGHT
 
-Copyright 2006 by Daniel Berrange
+Copyright (C) 2006-2009 Daniel P. Berrange
+
+=head1 SEE ALSO
+
+L<Net::DBus::Binding::Connection>, L<Net::DBus::Binding::Message>, L<Net::DBus::ASyncReply>
 
 =cut
diff --git a/lib/Net/DBus/Binding/Server.pm b/lib/Net/DBus/Binding/Server.pm
index b999f24..d68fef5 100644
--- a/lib/Net/DBus/Binding/Server.pm
+++ b/lib/Net/DBus/Binding/Server.pm
@@ -1,6 +1,6 @@
 # -*- perl -*-
 #
-# Copyright (C) 2004-2006 Daniel P. Berrange
+# Copyright (C) 2004-2009 Daniel P. Berrange
 #
 # This program is free software; You can redistribute it and/or modify
 # it under the same terms as Perl itself. Either:
@@ -217,16 +217,16 @@ sub set_connection_callback {
 
 =back
 
-=head1 SEE ALSO
-
-L<Net::DBus::Binding::Connection>, L<Net::DBus::Binding::Bus>, L<Net::DBus::Binding::Message::Signal>, L<Net::DBus::Binding::Message::MethodCall>, L<Net::DBus::Binding::Message::MethodReturn>, L<Net::DBus::Binding::Message::Error>
-
 =head1 AUTHOR
 
-Daniel Berrange E<lt>dan at berrange.comE<gt>
+Daniel P. Berrange
 
 =head1 COPYRIGHT
 
-Copyright 2004 by Daniel Berrange
+Copyright (C) 2004-2009 Daniel P. Berrange
+
+=head1 SEE ALSO
+
+L<Net::DBus::Binding::Connection>, L<Net::DBus::Binding::Bus>, L<Net::DBus::Binding::Message::Signal>, L<Net::DBus::Binding::Message::MethodCall>, L<Net::DBus::Binding::Message::MethodReturn>, L<Net::DBus::Binding::Message::Error>
 
 =cut
diff --git a/lib/Net/DBus/Binding/Value.pm b/lib/Net/DBus/Binding/Value.pm
index b282b99..93ff75b 100644
--- a/lib/Net/DBus/Binding/Value.pm
+++ b/lib/Net/DBus/Binding/Value.pm
@@ -1,6 +1,6 @@
 # -*- perl -*-
 #
-# Copyright (C) 2004-2006 Daniel P. Berrange
+# Copyright (C) 2004-2009 Daniel P. Berrange
 #
 # This program is free software; You can redistribute it and/or modify
 # it under the same terms as Perl itself. Either:
@@ -100,16 +100,16 @@ sub type {
 
 =back
 
-=head1 SEE ALSO
+=head1 AUTHOR
 
-L<Net::DBus>, L<Net::DBus::Binding::Introspector>, L<Net::DBus::Binding::Iterator>
+Daniel P. Berrange
 
-=head1 AUTHOR
+=head1 COPYRIGHT
 
-Daniel Berrange E<lt>dan at berrange.comE<gt>
+Copyright (C) 2004-2009 Daniel P. Berrange
 
-=head1 COPYRIGHT AND LICENSE
+=head1 SEE ALSO
 
-Copyright 2004-2005 by Daniel Berrange
+L<Net::DBus>, L<Net::DBus::Binding::Introspector>, L<Net::DBus::Binding::Iterator>
 
 =cut
diff --git a/lib/Net/DBus/Binding/Watch.pm b/lib/Net/DBus/Binding/Watch.pm
index 3d2591c..10eb29f 100644
--- a/lib/Net/DBus/Binding/Watch.pm
+++ b/lib/Net/DBus/Binding/Watch.pm
@@ -1,6 +1,6 @@
 # -*- perl -*-
 #
-# Copyright (C) 2004-2006 Daniel P. Berrange
+# Copyright (C) 2004-2009 Daniel P. Berrange
 #
 # This program is free software; You can redistribute it and/or modify
 # it under the same terms as Perl itself. Either:
@@ -63,7 +63,7 @@ Daniel P. Berrange.
 
 =head1 COPYRIGHT
 
-Copyright (C) 2004-2006 Daniel P. Berrange
+Copyright (C) 2004-2009 Daniel P. Berrange
 
 =head1 SEE ALSO
 
diff --git a/lib/Net/DBus/Callback.pm b/lib/Net/DBus/Callback.pm
index fc7d48f..6f20e67 100644
--- a/lib/Net/DBus/Callback.pm
+++ b/lib/Net/DBus/Callback.pm
@@ -1,6 +1,6 @@
 # -*- perl -*-
 #
-# Copyright (C) 2004-2006 Daniel P. Berrange
+# Copyright (C) 2004-2009 Daniel P. Berrange
 #
 # This program is free software; You can redistribute it and/or modify
 # it under the same terms as Perl itself. Either:
diff --git a/lib/Net/DBus/Dumper.pm b/lib/Net/DBus/Dumper.pm
index 5e989ac..948e07b 100644
--- a/lib/Net/DBus/Dumper.pm
+++ b/lib/Net/DBus/Dumper.pm
@@ -1,6 +1,6 @@
 # -*- perl -*-
 #
-# Copyright (C) 2004-2006 Daniel P. Berrange
+# Copyright (C) 2004-2009 Daniel P. Berrange
 #
 # This program is free software; You can redistribute it and/or modify
 # it under the same terms as Perl itself. Either:
@@ -240,13 +240,17 @@ It should print out a list of object paths registered against a
 service, but this only currently works for service implemented
 in Perl
 
-=head1 SEE ALSO
+=head1 AUTHOR
 
-L<Net::DBus>, L<Net::DBus::RemoteService>, L<Net::DBus::Service>, 
-L<Net::DBus::RemoteObject>, L<Net::DBus::Object>, L<Data::Dumper>.
+Daniel P. Berrange
 
 =head1 COPYRIGHT
 
-Copyright 2005 Daniel Berrange <dan at berrange.com>
+Copyright (C) 2005-2009 Daniel P. Berrange
+
+=head1 SEE ALSO
+
+L<Net::DBus>, L<Net::DBus::RemoteService>, L<Net::DBus::Service>, 
+L<Net::DBus::RemoteObject>, L<Net::DBus::Object>, L<Data::Dumper>.
 
 =cut
diff --git a/lib/Net/DBus/Error.pm b/lib/Net/DBus/Error.pm
index eda7626..2aae188 100644
--- a/lib/Net/DBus/Error.pm
+++ b/lib/Net/DBus/Error.pm
@@ -1,6 +1,6 @@
 # -*- perl -*-
 #
-# Copyright (C) 2004-2006 Daniel P. Berrange
+# Copyright (C) 2004-2009 Daniel P. Berrange
 #
 # This program is free software; You can redistribute it and/or modify
 # it under the same terms as Perl itself. Either:
@@ -155,13 +155,13 @@ sub stringify {
 
 =back
 
-=head1 AUTHORS
+=head1 AUTHOR
 
 Daniel P. Berrange
 
 =head1 COPYRIGHT
 
-Copyright (C) 2005-2006 Daniel P. Berrange
+Copyright (C) 2005-2009 Daniel P. Berrange
 
 =head1 SEE ALSO
 
diff --git a/lib/Net/DBus/Exporter.pm b/lib/Net/DBus/Exporter.pm
index b551229..8eab83f 100644
--- a/lib/Net/DBus/Exporter.pm
+++ b/lib/Net/DBus/Exporter.pm
@@ -1,6 +1,6 @@
 # -*- perl -*-
 #
-# Copyright (C) 2004-2006 Daniel P. Berrange
+# Copyright (C) 2004-2009 Daniel P. Berrange
 #
 # This program is free software; You can redistribute it and/or modify
 # it under the same terms as Perl itself. Either:
@@ -576,12 +576,16 @@ Or giving names to input parameters:
 
 =back
 
-=head1 SEE ALSO
+=head1 AUTHOR
 
-L<Net::DBus::Object>, L<Net::DBus::Binding::Introspector>
+Daniel P. Berrange <dan at berrange.com>
 
-=head1 AUTHORS
+=head1 COPYRIGHT
 
-Daniel P. Berrange <dan at berrange.com>
+Copright (C) 2004-2009, Daniel Berrange.
+
+=head1 SEE ALSO
+
+L<Net::DBus::Object>, L<Net::DBus::Binding::Introspector>
 
 =cut
diff --git a/lib/Net/DBus/Object.pm b/lib/Net/DBus/Object.pm
index 728ff09..b60372a 100644
--- a/lib/Net/DBus/Object.pm
+++ b/lib/Net/DBus/Object.pm
@@ -1,6 +1,6 @@
 # -*- perl -*-
 #
-# Copyright (C) 2004-2006 Daniel P. Berrange
+# Copyright (C) 2004-2009 Daniel P. Berrange
 #
 # This program is free software; You can redistribute it and/or modify
 # it under the same terms as Perl itself. Either:
@@ -641,13 +641,13 @@ sub _introspector {
 
 =back
 
-=head1 AUTHORS
+=head1 AUTHOR
 
 Daniel P. Berrange
 
 =head1 COPYRIGHT
 
-Copyright (C) 2005-2006 Daniel P. Berrange
+Copyright (C) 2005-2009 Daniel P. Berrange
 
 =head1 SEE ALSO
 
diff --git a/lib/Net/DBus/RemoteObject.pm b/lib/Net/DBus/RemoteObject.pm
index 2c7448b..ed9e5a5 100644
--- a/lib/Net/DBus/RemoteObject.pm
+++ b/lib/Net/DBus/RemoteObject.pm
@@ -1,6 +1,6 @@
 # -*- perl -*-
 #
-# Copyright (C) 2004-2006 Daniel P. Berrange
+# Copyright (C) 2004-2009 Daniel P. Berrange
 #
 # This program is free software; You can redistribute it and/or modify
 # it under the same terms as Perl itself. Either:
@@ -413,7 +413,7 @@ Daniel Berrange <dan at berrange.com>
 
 =head1 COPYRIGHT
 
-Copright (C) 2004-2005, Daniel Berrange.
+Copright (C) 2004-2009, Daniel Berrange.
 
 =head1 SEE ALSO
 
diff --git a/lib/Net/DBus/RemoteService.pm b/lib/Net/DBus/RemoteService.pm
index a5d1737..c20db68 100644
--- a/lib/Net/DBus/RemoteService.pm
+++ b/lib/Net/DBus/RemoteService.pm
@@ -1,6 +1,6 @@
 # -*- perl -*-
 #
-# Copyright (C) 2004-2006 Daniel P. Berrange
+# Copyright (C) 2004-2009 Daniel P. Berrange
 #
 # This program is free software; You can redistribute it and/or modify
 # it under the same terms as Perl itself. Either:
@@ -162,7 +162,7 @@ Daniel Berrange <dan at berrange.com>
 
 =head1 COPYRIGHT
 
-Copright (C) 2004-2005, Daniel Berrange. 
+Copright (C) 2004-2009, Daniel Berrange. 
 
 =head1 SEE ALSO
 
diff --git a/lib/Net/DBus/Service.pm b/lib/Net/DBus/Service.pm
index 2b91c24..e96c503 100644
--- a/lib/Net/DBus/Service.pm
+++ b/lib/Net/DBus/Service.pm
@@ -1,6 +1,6 @@
 # -*- perl -*-
 #
-# Copyright (C) 2004-2006 Daniel P. Berrange
+# Copyright (C) 2004-2009 Daniel P. Berrange
 #
 # This program is free software; You can redistribute it and/or modify
 # it under the same terms as Perl itself. Either:
@@ -144,6 +144,14 @@ sub _unregister_object {
 
 =back
 
+=head1 AUTHOR
+
+Daniel P. Berrange
+
+=head1 COPYRIGHT
+
+Copyright (C) 2005-2009 Daniel P. Berrange
+
 =head1 SEE ALSO
 
 L<Net::DBus>, L<Net::DBus::Object>, L<Net::DBus::RemoteService>
diff --git a/lib/Net/DBus/Test/MockConnection.pm b/lib/Net/DBus/Test/MockConnection.pm
index 6770f8e..1f5fe6c 100644
--- a/lib/Net/DBus/Test/MockConnection.pm
+++ b/lib/Net/DBus/Test/MockConnection.pm
@@ -1,6 +1,6 @@
 # -*- perl -*-
 #
-# Copyright (C) 2004-2006 Daniel P. Berrange
+# Copyright (C) 2004-2009 Daniel P. Berrange
 #
 # This program is free software; You can redistribute it and/or modify
 # it under the same terms as Perl itself. Either:
@@ -448,13 +448,17 @@ sub make_signal_message {
 It doesn't completely replicate the API of L<Net::DBus::Binding::Connection>, 
 merely enough to make the high level bindings work in a test scenario.
 
-=head1 SEE ALSO
+=head1 AUTHOR
 
-L<Net::DBus>, L<Net::DBus::Test::MockObject>, L<Net::DBus::Binding::Connection>,
-L<http://www.mockobjects.com/Faq.html>
+Daniel P. Berrange
 
 =head1 COPYRIGHT
 
-Copyright 2005 Daniel Berrange <dan at berrange.com>
+Copyright (C) 2005-2009 Daniel P. Berrange
+
+=head1 SEE ALSO
+
+L<Net::DBus>, L<Net::DBus::Test::MockObject>, L<Net::DBus::Binding::Connection>,
+L<http://www.mockobjects.com/Faq.html>
 
 =cut
diff --git a/lib/Net/DBus/Test/MockIterator.pm b/lib/Net/DBus/Test/MockIterator.pm
index 892ed65..6541c73 100644
--- a/lib/Net/DBus/Test/MockIterator.pm
+++ b/lib/Net/DBus/Test/MockIterator.pm
@@ -1,6 +1,6 @@
 # -*- perl -*-
 #
-# Copyright (C) 2004-2006 Daniel P. Berrange
+# Copyright (C) 2004-2009 Daniel P. Berrange
 #
 # This program is free software; You can redistribute it and/or modify
 # it under the same terms as Perl itself. Either:
@@ -950,13 +950,17 @@ sub _get {
 It doesn't completely replicate the API of L<Net::DBus::Binding::Iterator>,
 merely enough to make the high level bindings work in a test scenario.
 
-=head1 SEE ALSO
+=head1 AUTHOR
 
-L<Net::DBus::Test::MockMessage>, L<Net::DBus::Binding::Iterator>,
-L<http://www.mockobjects.com/Faq.html>
+Daniel P. Berrange
 
 =head1 COPYRIGHT
 
-Copyright 2006 Daniel Berrange <dan at berrange.com>
+Copyright (C) 2005-2009 Daniel P. Berrange
+
+=head1 SEE ALSO
+
+L<Net::DBus::Test::MockMessage>, L<Net::DBus::Binding::Iterator>,
+L<http://www.mockobjects.com/Faq.html>
 
 =cut
diff --git a/lib/Net/DBus/Test/MockMessage.pm b/lib/Net/DBus/Test/MockMessage.pm
index 24d59ed..ac3d697 100644
--- a/lib/Net/DBus/Test/MockMessage.pm
+++ b/lib/Net/DBus/Test/MockMessage.pm
@@ -1,6 +1,6 @@
 # -*- perl -*-
 #
-# Copyright (C) 2006 Daniel P. Berrange
+# Copyright (C) 2005-2009 Daniel P. Berrange
 #
 # This program is free software; You can redistribute it and/or modify
 # it under the same terms as Perl itself. Either:
@@ -429,16 +429,17 @@ sub _do_get_signature {
 
 =back
 
-=head1 SEE ALSO
-
-L<Net::DBus::Binding::Message>, L<Net::DBus::Test::MockConnection>, L<Net::DBus::Test::MockIterator>
 
 =head1 AUTHOR
 
-Daniel Berrange E<lt>dan at berrange.comE<gt>
+Daniel P. Berrange
 
 =head1 COPYRIGHT
 
-Copyright 2004 by Daniel Berrange
+Copyright (C) 2005-2009 Daniel P. Berrange
+
+=head1 SEE ALSO
+
+L<Net::DBus::Binding::Message>, L<Net::DBus::Test::MockConnection>, L<Net::DBus::Test::MockIterator>
 
 =cut
diff --git a/lib/Net/DBus/Test/MockObject.pm b/lib/Net/DBus/Test/MockObject.pm
index 3ae45cc..41d00d9 100644
--- a/lib/Net/DBus/Test/MockObject.pm
+++ b/lib/Net/DBus/Test/MockObject.pm
@@ -1,6 +1,6 @@
 # -*- perl -*-
 #
-# Copyright (C) 2004-2006 Daniel P. Berrange
+# Copyright (C) 2004-2009 Daniel P. Berrange
 #
 # This program is free software; You can redistribute it and/or modify
 # it under the same terms as Perl itself. Either:
@@ -306,13 +306,17 @@ sub _dispatch {
 It doesn't completely replicate the API of L<Net::DBus::Binding::Object>, 
 merely enough to make the high level bindings work in a test scenario.
 
-=head1 SEE ALSO
+=head1 AUTHOR
 
-L<Net::DBus>, L<Net::DBus::Object>, L<Net::DBus::Test::MockConnection>,
-L<http://www.mockobjects.com/Faq.html>
+Daniel P. Berrange
 
 =head1 COPYRIGHT
 
-Copyright 2005 Daniel Berrange <dan at berrange.com>
+Copyright (C) 2004-2009 Daniel P. Berrange
+
+=head1 SEE ALSO
+
+L<Net::DBus>, L<Net::DBus::Object>, L<Net::DBus::Test::MockConnection>,
+L<http://www.mockobjects.com/Faq.html>
 
 =cut

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-dbus-perl.git



More information about the Pkg-perl-cvs-commits mailing list