From 680b56b2bb98f094b93c0e80178f74f48194ac9a Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Wed, 26 Nov 2008 01:20:41 +0000 Subject: Bug 450209: Clean up WebService POD and add a History section for all functions that need one Patch By Max Kanat-Alexander r=LpSolit, a=LpSolit --- Bugzilla/WebService/Util.pm | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'Bugzilla/WebService/Util.pm') diff --git a/Bugzilla/WebService/Util.pm b/Bugzilla/WebService/Util.pm index 16fea8c15..cd75bee8c 100644 --- a/Bugzilla/WebService/Util.pm +++ b/Bugzilla/WebService/Util.pm @@ -12,11 +12,12 @@ # # The Original Code is the Bugzilla Bug Tracking System. # -# The Initial Developer of the Original Code is Everything Solved. -# Portions created by Everything Solved are Copyright (C) 2008 -# Everything Solved. All Rights Reserved. +# The Initial Developer of the Original Code is Everything Solved, Inc. +# Portions created by the Initial Developer are Copyright (C) 2008 +# the Initial Developer. All Rights Reserved. # -# Contributor(s): Max Kanat-Alexander +# Contributor(s): +# Max Kanat-Alexander package Bugzilla::WebService::Util; use strict; @@ -48,7 +49,7 @@ __END__ =head1 NAME Bugzilla::WebService::Util - Utility functions used inside of the WebService -code. +code. These are B functions that can be called via the WebService. =head1 DESCRIPTION -- cgit v1.2.3-24-g4f1b