r2621 - in /packages/libevent-rpc-perl/branches/upstream/current: ./ examples/ lib/Event/ lib/Event/RPC/ lib/Event/RPC/Loop/ t/

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sun Apr 23 10:44:24 UTC 2006


Author: gregoa-guest
Date: Sun Apr 23 10:44:23 2006
New Revision: 2621

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=2621
Log:
Load /tmp/tmp.Yg4tiA/libevent-rpc-perl-0.90 into
packages/libevent-rpc-perl/branches/upstream/current.

Modified:
    packages/libevent-rpc-perl/branches/upstream/current/Changes
    packages/libevent-rpc-perl/branches/upstream/current/META.yml
    packages/libevent-rpc-perl/branches/upstream/current/README
    packages/libevent-rpc-perl/branches/upstream/current/examples/client.pl   (props changed)
    packages/libevent-rpc-perl/branches/upstream/current/examples/server.pl   (props changed)
    packages/libevent-rpc-perl/branches/upstream/current/lib/Event/RPC.pm
    packages/libevent-rpc-perl/branches/upstream/current/lib/Event/RPC/Client.pm
    packages/libevent-rpc-perl/branches/upstream/current/lib/Event/RPC/Connection.pm
    packages/libevent-rpc-perl/branches/upstream/current/lib/Event/RPC/LogConnection.pm
    packages/libevent-rpc-perl/branches/upstream/current/lib/Event/RPC/Logger.pm
    packages/libevent-rpc-perl/branches/upstream/current/lib/Event/RPC/Loop.pm
    packages/libevent-rpc-perl/branches/upstream/current/lib/Event/RPC/Loop/Event.pm
    packages/libevent-rpc-perl/branches/upstream/current/lib/Event/RPC/Loop/Glib.pm
    packages/libevent-rpc-perl/branches/upstream/current/lib/Event/RPC/Message.pm
    packages/libevent-rpc-perl/branches/upstream/current/lib/Event/RPC/Server.pm
    packages/libevent-rpc-perl/branches/upstream/current/t/Event_RPC_Test_Server.pm   (props changed)

Modified: packages/libevent-rpc-perl/branches/upstream/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libevent-rpc-perl/branches/upstream/current/Changes?rev=2621&op=diff
==============================================================================
--- packages/libevent-rpc-perl/branches/upstream/current/Changes (original)
+++ packages/libevent-rpc-perl/branches/upstream/current/Changes Sun Apr 23 10:44:23 2006
@@ -1,6 +1,13 @@
-$Id: Changes,v 1.13 2006/03/27 19:55:16 joern Exp $
+$Id: Changes,v 1.14 2006/04/23 08:37:41 joern Exp $
 
 Revision history and release notes for Event::RPC:
+
+0.90 Sun Apr 23, 2006, joern
+    Notes:
+    - Just a change to the license, switched from LGPL
+      to Perl Artistic + GPL. Thanks for the hint about
+      the bad wording in the old license text to
+      Gregor Herrmann.
 
 0.89 Mon Mar 27, 2006, joern
     Features:

Modified: packages/libevent-rpc-perl/branches/upstream/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libevent-rpc-perl/branches/upstream/current/META.yml?rev=2621&op=diff
==============================================================================
--- packages/libevent-rpc-perl/branches/upstream/current/META.yml (original)
+++ packages/libevent-rpc-perl/branches/upstream/current/META.yml Sun Apr 23 10:44:23 2006
@@ -1,7 +1,7 @@
 # http://module-build.sourceforge.net/META-spec.html
 #XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
 name:         Event-RPC
-version:      0.89
+version:      0.90
 version_from: lib/Event/RPC.pm
 installdirs:  site
 requires:

Modified: packages/libevent-rpc-perl/branches/upstream/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libevent-rpc-perl/branches/upstream/current/README?rev=2621&op=diff
==============================================================================
--- packages/libevent-rpc-perl/branches/upstream/current/README (original)
+++ packages/libevent-rpc-perl/branches/upstream/current/README Sun Apr 23 10:44:23 2006
@@ -146,20 +146,8 @@
       Jörn Reder <joern at zyn dot de>
 
 COPYRIGHT AND LICENSE
-    Copyright 2002-2006 by Jörn Reder.
+    Copyright (C) 2002-2006 by Joern Reder, All Rights Reserved.
 
     This library is free software; you can redistribute it and/or modify it
-    under the terms of the GNU Library General Public License as published
-    by the Free Software Foundation; either version 2.1 of the License, or
-    (at your option) any later version.
+    under the same terms as Perl itself.
 
-    This library is distributed in the hope that it will be useful, but
-    WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library
-    General Public License for more details.
-
-    You should have received a copy of the GNU Library General Public
-    License along with this library; if not, write to the Free Software
-    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307
-    USA.
-

Propchange: packages/libevent-rpc-perl/branches/upstream/current/examples/client.pl
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable Sun Apr 23 10:44:23 2006
@@ -1,0 +1,1 @@
+*

Propchange: packages/libevent-rpc-perl/branches/upstream/current/examples/server.pl
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable Sun Apr 23 10:44:23 2006
@@ -1,0 +1,1 @@
+*

Modified: packages/libevent-rpc-perl/branches/upstream/current/lib/Event/RPC.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libevent-rpc-perl/branches/upstream/current/lib/Event/RPC.pm?rev=2621&op=diff
==============================================================================
--- packages/libevent-rpc-perl/branches/upstream/current/lib/Event/RPC.pm (original)
+++ packages/libevent-rpc-perl/branches/upstream/current/lib/Event/RPC.pm Sun Apr 23 10:44:23 2006
@@ -1,6 +1,6 @@
 package Event::RPC;
 
-$VERSION  = "0.89";
+$VERSION  = "0.90";
 $PROTOCOL = "1.00";
 
 sub crypt {
@@ -157,21 +157,9 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright 2002-2006 by Jörn Reder.
+Copyright (C) 2002-2006 by Joern Reder, All Rights Reserved.
 
-This library is free software; you can redistribute it and/or modify
-it under the terms of the GNU Library General Public License as
-published by the Free Software Foundation; either version 2.1 of the
-License, or (at your option) any later version.
-
-This library is distributed in the hope that it will be useful, but
-WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-Library General Public License for more details.
-
-You should have received a copy of the GNU Library General Public
-License along with this library; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307
-USA.
+This library is free software; you can redistribute it
+and/or modify it under the same terms as Perl itself.
 
 =cut

Modified: packages/libevent-rpc-perl/branches/upstream/current/lib/Event/RPC/Client.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libevent-rpc-perl/branches/upstream/current/lib/Event/RPC/Client.pm?rev=2621&op=diff
==============================================================================
--- packages/libevent-rpc-perl/branches/upstream/current/lib/Event/RPC/Client.pm (original)
+++ packages/libevent-rpc-perl/branches/upstream/current/lib/Event/RPC/Client.pm Sun Apr 23 10:44:23 2006
@@ -1,4 +1,4 @@
-# $Id: Client.pm,v 1.11 2006/03/27 19:52:45 joern Exp $
+# $Id: Client.pm,v 1.12 2006/04/23 08:37:41 joern Exp $
 
 #-----------------------------------------------------------------------
 # Copyright (C) 2002-2006 Jörn Reder <joern AT zyn.de>.
@@ -661,22 +661,9 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright 2002-2006 by Jörn Reder.
-
-This library is free software; you can redistribute it and/or modify
-it under the terms of the GNU Library General Public License as
-published by the Free Software Foundation; either version 2.1 of the
-License, or (at your option) any later version.
-
-This library is distributed in the hope that it will be useful, but
-WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-Library General Public License for more details.
-
-You should have received a copy of the GNU Library General Public
-License along with this library; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307
-USA.
+Copyright (C) 2002-2006 by Joern Reder, All Rights Reserved.
+
+This library is free software; you can redistribute it
+and/or modify it under the same terms as Perl itself.
 
 =cut
-

Modified: packages/libevent-rpc-perl/branches/upstream/current/lib/Event/RPC/Connection.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libevent-rpc-perl/branches/upstream/current/lib/Event/RPC/Connection.pm?rev=2621&op=diff
==============================================================================
--- packages/libevent-rpc-perl/branches/upstream/current/lib/Event/RPC/Connection.pm (original)
+++ packages/libevent-rpc-perl/branches/upstream/current/lib/Event/RPC/Connection.pm Sun Apr 23 10:44:23 2006
@@ -619,22 +619,9 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright 2002-2006 by Jörn Reder.
-
-This library is free software; you can redistribute it and/or modify
-it under the terms of the GNU Library General Public License as
-published by the Free Software Foundation; either version 2.1 of the
-License, or (at your option) any later version.
-
-This library is distributed in the hope that it will be useful, but
-WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-Library General Public License for more details.
-
-You should have received a copy of the GNU Library General Public
-License along with this library; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307
-USA.
+Copyright (C) 2002-2006 by Joern Reder, All Rights Reserved.
+
+This library is free software; you can redistribute it
+and/or modify it under the same terms as Perl itself.
 
 =cut
-

Modified: packages/libevent-rpc-perl/branches/upstream/current/lib/Event/RPC/LogConnection.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libevent-rpc-perl/branches/upstream/current/lib/Event/RPC/LogConnection.pm?rev=2621&op=diff
==============================================================================
--- packages/libevent-rpc-perl/branches/upstream/current/lib/Event/RPC/LogConnection.pm (original)
+++ packages/libevent-rpc-perl/branches/upstream/current/lib/Event/RPC/LogConnection.pm Sun Apr 23 10:44:23 2006
@@ -91,22 +91,9 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright 2002-2006 by Jörn Reder.
+Copyright (C) 2002-2006 by Joern Reder, All Rights Reserved.
 
-This library is free software; you can redistribute it and/or modify
-it under the terms of the GNU Library General Public License as
-published by the Free Software Foundation; either version 2.1 of the
-License, or (at your option) any later version.
-
-This library is distributed in the hope that it will be useful, but
-WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-Library General Public License for more details.
-
-You should have received a copy of the GNU Library General Public
-License along with this library; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307
-USA.
+This library is free software; you can redistribute it
+and/or modify it under the same terms as Perl itself.
 
 =cut
-

Modified: packages/libevent-rpc-perl/branches/upstream/current/lib/Event/RPC/Logger.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libevent-rpc-perl/branches/upstream/current/lib/Event/RPC/Logger.pm?rev=2621&op=diff
==============================================================================
--- packages/libevent-rpc-perl/branches/upstream/current/lib/Event/RPC/Logger.pm (original)
+++ packages/libevent-rpc-perl/branches/upstream/current/lib/Event/RPC/Logger.pm Sun Apr 23 10:44:23 2006
@@ -1,4 +1,4 @@
-# $Id: Logger.pm,v 1.4 2006/02/27 14:33:37 joern Exp $
+# $Id: Logger.pm,v 1.5 2006/04/23 08:37:41 joern Exp $
 
 #-----------------------------------------------------------------------
 # Copyright (C) 2002-2006 Jörn Reder <joern AT zyn.de>.
@@ -200,21 +200,9 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright 2002-2006 by Jörn Reder.
-
-This library is free software; you can redistribute it and/or modify
-it under the terms of the GNU Library General Public License as
-published by the Free Software Foundation; either version 2.1 of the
-License, or (at your option) any later version.
-
-This library is distributed in the hope that it will be useful, but
-WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-Library General Public License for more details.
-
-You should have received a copy of the GNU Library General Public
-License along with this library; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307
-USA.
+Copyright (C) 2002-2006 by Joern Reder, All Rights Reserved.
+
+This library is free software; you can redistribute it
+and/or modify it under the same terms as Perl itself.
 
 =cut

Modified: packages/libevent-rpc-perl/branches/upstream/current/lib/Event/RPC/Loop.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libevent-rpc-perl/branches/upstream/current/lib/Event/RPC/Loop.pm?rev=2621&op=diff
==============================================================================
--- packages/libevent-rpc-perl/branches/upstream/current/lib/Event/RPC/Loop.pm (original)
+++ packages/libevent-rpc-perl/branches/upstream/current/lib/Event/RPC/Loop.pm Sun Apr 23 10:44:23 2006
@@ -1,4 +1,4 @@
-# $Id: Loop.pm,v 1.2 2006/02/27 14:33:37 joern Exp $
+# $Id: Loop.pm,v 1.3 2006/04/23 08:37:41 joern Exp $
 
 #-----------------------------------------------------------------------
 # Copyright (C) 2002-2006 Jörn Reder <joern AT zyn.de>.
@@ -156,21 +156,9 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright 2002-2006 by Jörn Reder.
+Copyright (C) 2002-2006 by Joern Reder, All Rights Reserved.
 
-This library is free software; you can redistribute it and/or modify
-it under the terms of the GNU Library General Public License as
-published by the Free Software Foundation; either version 2.1 of the
-License, or (at your option) any later version.
-
-This library is distributed in the hope that it will be useful, but
-WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-Library General Public License for more details.
-
-You should have received a copy of the GNU Library General Public
-License along with this library; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307
-USA.
+This library is free software; you can redistribute it
+and/or modify it under the same terms as Perl itself.
 
 =cut

Modified: packages/libevent-rpc-perl/branches/upstream/current/lib/Event/RPC/Loop/Event.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libevent-rpc-perl/branches/upstream/current/lib/Event/RPC/Loop/Event.pm?rev=2621&op=diff
==============================================================================
--- packages/libevent-rpc-perl/branches/upstream/current/lib/Event/RPC/Loop/Event.pm (original)
+++ packages/libevent-rpc-perl/branches/upstream/current/lib/Event/RPC/Loop/Event.pm Sun Apr 23 10:44:23 2006
@@ -1,4 +1,4 @@
-# $Id: Event.pm,v 1.2 2006/02/27 14:33:37 joern Exp $
+# $Id: Event.pm,v 1.3 2006/04/23 08:37:41 joern Exp $
 
 #-----------------------------------------------------------------------
 # Copyright (C) 2002-2006 Jörn Reder <joern AT zyn.de>.
@@ -114,21 +114,9 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright 2002-2006 by Jörn Reder.
+Copyright (C) 2002-2006 by Joern Reder, All Rights Reserved.
 
-This library is free software; you can redistribute it and/or modify
-it under the terms of the GNU Library General Public License as
-published by the Free Software Foundation; either version 2.1 of the
-License, or (at your option) any later version.
-
-This library is distributed in the hope that it will be useful, but
-WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-Library General Public License for more details.
-
-You should have received a copy of the GNU Library General Public
-License along with this library; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307
-USA.
+This library is free software; you can redistribute it
+and/or modify it under the same terms as Perl itself.
 
 =cut

Modified: packages/libevent-rpc-perl/branches/upstream/current/lib/Event/RPC/Loop/Glib.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libevent-rpc-perl/branches/upstream/current/lib/Event/RPC/Loop/Glib.pm?rev=2621&op=diff
==============================================================================
--- packages/libevent-rpc-perl/branches/upstream/current/lib/Event/RPC/Loop/Glib.pm (original)
+++ packages/libevent-rpc-perl/branches/upstream/current/lib/Event/RPC/Loop/Glib.pm Sun Apr 23 10:44:23 2006
@@ -1,4 +1,4 @@
-# $Id: Glib.pm,v 1.2 2006/02/27 14:33:37 joern Exp $
+# $Id: Glib.pm,v 1.3 2006/04/23 08:37:41 joern Exp $
 
 #-----------------------------------------------------------------------
 # Copyright (C) 2002-2006 Jörn Reder <joern AT zyn.de>.
@@ -130,21 +130,9 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright 2002-2006 by Jörn Reder.
+Copyright (C) 2002-2006 by Joern Reder, All Rights Reserved.
 
-This library is free software; you can redistribute it and/or modify
-it under the terms of the GNU Library General Public License as
-published by the Free Software Foundation; either version 2.1 of the
-License, or (at your option) any later version.
-
-This library is distributed in the hope that it will be useful, but
-WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-Library General Public License for more details.
-
-You should have received a copy of the GNU Library General Public
-License along with this library; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307
-USA.
+This library is free software; you can redistribute it
+and/or modify it under the same terms as Perl itself.
 
 =cut

Modified: packages/libevent-rpc-perl/branches/upstream/current/lib/Event/RPC/Message.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libevent-rpc-perl/branches/upstream/current/lib/Event/RPC/Message.pm?rev=2621&op=diff
==============================================================================
--- packages/libevent-rpc-perl/branches/upstream/current/lib/Event/RPC/Message.pm (original)
+++ packages/libevent-rpc-perl/branches/upstream/current/lib/Event/RPC/Message.pm Sun Apr 23 10:44:23 2006
@@ -1,4 +1,4 @@
-# $Id: Message.pm,v 1.5 2006/02/27 14:33:37 joern Exp $
+# $Id: Message.pm,v 1.6 2006/04/23 08:37:41 joern Exp $
 
 #-----------------------------------------------------------------------
 # Copyright (C) 2002-2006 Jörn Reder <joern AT zyn.de>.
@@ -174,21 +174,9 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright 2002-2006 by Jörn Reder.
+Copyright (C) 2002-2006 by Joern Reder, All Rights Reserved.
 
-This library is free software; you can redistribute it and/or modify
-it under the terms of the GNU Library General Public License as
-published by the Free Software Foundation; either version 2.1 of the
-License, or (at your option) any later version.
-
-This library is distributed in the hope that it will be useful, but
-WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-Library General Public License for more details.
-
-You should have received a copy of the GNU Library General Public
-License along with this library; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307
-USA.
+This library is free software; you can redistribute it
+and/or modify it under the same terms as Perl itself.
 
 =cut

Modified: packages/libevent-rpc-perl/branches/upstream/current/lib/Event/RPC/Server.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libevent-rpc-perl/branches/upstream/current/lib/Event/RPC/Server.pm?rev=2621&op=diff
==============================================================================
--- packages/libevent-rpc-perl/branches/upstream/current/lib/Event/RPC/Server.pm (original)
+++ packages/libevent-rpc-perl/branches/upstream/current/lib/Event/RPC/Server.pm Sun Apr 23 10:44:23 2006
@@ -1,4 +1,4 @@
-# $Id: Server.pm,v 1.9 2006/02/27 14:33:37 joern Exp $
+# $Id: Server.pm,v 1.10 2006/04/23 08:37:41 joern Exp $
 
 #-----------------------------------------------------------------------
 # Copyright (C) 2002-2006 Jörn Reder <joern AT zyn.de>.
@@ -818,21 +818,9 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright 2002-2006 by Jörn Reder.
-
-This library is free software; you can redistribute it and/or modify
-it under the terms of the GNU Library General Public License as
-published by the Free Software Foundation; either version 2.1 of the
-License, or (at your option) any later version.
-
-This library is distributed in the hope that it will be useful, but
-WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-Library General Public License for more details.
-
-You should have received a copy of the GNU Library General Public
-License along with this library; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307
-USA.
+Copyright (C) 2002-2006 by Joern Reder, All Rights Reserved.
+
+This library is free software; you can redistribute it
+and/or modify it under the same terms as Perl itself.
 
 =cut

Propchange: packages/libevent-rpc-perl/branches/upstream/current/t/Event_RPC_Test_Server.pm
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable Sun Apr 23 10:44:23 2006
@@ -1,0 +1,1 @@
+*




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