update comments

git-svn-id: http://yate.null.ro/svn/yate/trunk@249 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
anthm 2005-02-25 23:10:39 +00:00
parent 544fc1a170
commit 8f630fea09
2 changed files with 5 additions and 5 deletions

View File

@ -1,10 +1,10 @@
####################################################### #######################################################
# #
# YateMessage.pm gateway interface module for Yate # Yate.pm gateway interface module for Yate
# Copyright Anthony Minessale II <anthmct@yahoo.com> # Copyright Anthony Minessale II <anthmct@yahoo.com>
# This Module is released under the GNU Public License # This Module is released under the GNU Public License
# If you find this software useful, donations are welcome # If you find this software useful, donations are welcome
# at paypal:jillkm3@yahoo.com # at paypal:anthmct@yahoo.com
# #
package Yate; package Yate;
use Data::Dumper; use Data::Dumper;

View File

@ -1,15 +1,15 @@
#!/usr/bin/perl #!/usr/bin/perl
####################################################### #######################################################
# #
# noroute.pl is an demo script module for Yate using YateMessage.pm # noroute.pl is an demo script module for Yate using Yate.pm
# Copyright Anthony Minessale II <anthmct@yahoo.com> # Copyright Anthony Minessale II <anthmct@yahoo.com>
# This Module is released under the GNU Public License # This Module is released under the GNU Public License
# If you find this software useful, donations are welcome # If you find this software useful, donations are welcome
# at paypal:jillkm3@yahoo.com # at paypal:anthmct@yahoo.com
# #
$|=1; $|=1;
use lib 'scripts/'; use lib 'scripts/';
use YateMessage; use Yate;
use Data::Dumper; use Data::Dumper;
sub demo($) { sub demo($) {