Author: arkurth
Date: Wed May 13 18:24:42 2009
New Revision: 774470

URL: http://svn.apache.org/viewvc?rev=774470&view=rev
Log:
VCL-135
Removed NCSU URL from footer. Updated header and footer to all files are 
consistent.

Modified:
    incubator/vcl/trunk/managementnode/lib/VCL/DataStructure.pm
    incubator/vcl/trunk/managementnode/lib/VCL/Module.pm
    incubator/vcl/trunk/managementnode/lib/VCL/blockrequest.pm
    incubator/vcl/trunk/managementnode/lib/VCL/healthcheck.pm
    incubator/vcl/trunk/managementnode/lib/VCL/image.pm
    incubator/vcl/trunk/managementnode/lib/VCL/inuse.pm
    incubator/vcl/trunk/managementnode/lib/VCL/makeproduction.pm
    incubator/vcl/trunk/managementnode/lib/VCL/new.pm
    incubator/vcl/trunk/managementnode/lib/VCL/reclaim.pm
    incubator/vcl/trunk/managementnode/lib/VCL/reserved.pm
    incubator/vcl/trunk/managementnode/lib/VCL/utils.pm

Modified: incubator/vcl/trunk/managementnode/lib/VCL/DataStructure.pm
URL: 
http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/DataStructure.pm?rev=774470&r1=774469&r2=774470&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/DataStructure.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/DataStructure.pm Wed May 13 
18:24:42 2009
@@ -1411,6 +1411,11 @@
 1;
 __END__
 
+=head1 AUTHOR
+
+ Aaron Peeler <[email protected]>
+ Andy Kurth <[email protected]>
+
 =head1 COPYRIGHT
 
  Apache VCL incubator project

Modified: incubator/vcl/trunk/managementnode/lib/VCL/Module.pm
URL: 
http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/Module.pm?rev=774470&r1=774469&r2=774470&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/Module.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/Module.pm Wed May 13 18:24:42 
2009
@@ -312,6 +312,11 @@
 1;
 __END__
 
+=head1 AUTHOR
+
+ Aaron Peeler <[email protected]>
+ Andy Kurth <[email protected]>
+
 =head1 COPYRIGHT
 
  Apache VCL incubator project

Modified: incubator/vcl/trunk/managementnode/lib/VCL/blockrequest.pm
URL: 
http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/blockrequest.pm?rev=774470&r1=774469&r2=774470&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/blockrequest.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/blockrequest.pm Wed May 13 
18:24:42 2009
@@ -1,5 +1,7 @@
 #!/usr/bin/perl -w
-
+###############################################################################
+# $Id$
+###############################################################################
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.
@@ -14,10 +16,7 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-
-##############################################################################
-# $Id$
-##############################################################################
+###############################################################################
 
 =head1 NAME
 
@@ -791,25 +790,27 @@
        }
        return 1;
 } ## end sub pauseprocessing
+
 #/////////////////////////////////////////////////////////////////////////////
 
 1;
 __END__
 
-=head1 BUGS and LIMITATIONS
+=head1 AUTHOR
 
- There are no known bugs in this module.
- Please report problems to the VCL team ([email protected]).
+ Aaron Peeler <[email protected]>
+ Andy Kurth <[email protected]>
 
-=head1 AUTHOR
+=head1 COPYRIGHT
 
- Aaron Peeler, [email protected]
- Andy Kurth, [email protected]
+ Apache VCL incubator project
+ Copyright 2009 The Apache Software Foundation
+ 
+ This product includes software developed at
+ The Apache Software Foundation (http://www.apache.org/).
 
 =head1 SEE ALSO
 
-L<http://vcl.ncsu.edu>
+L<http://cwiki.apache.org/VCL/>
 
 =cut
-
-

Modified: incubator/vcl/trunk/managementnode/lib/VCL/healthcheck.pm
URL: 
http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/healthcheck.pm?rev=774470&r1=774469&r2=774470&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/healthcheck.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/healthcheck.pm Wed May 13 
18:24:42 2009
@@ -1,5 +1,7 @@
 #!/usr/bin/perl -w
-
+###############################################################################
+# $Id$
+###############################################################################
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.
@@ -14,10 +16,7 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-
-##############################################################################
-# $Id$
-##############################################################################
+###############################################################################
 
 =head1 NAME
 
@@ -478,21 +477,27 @@
        }
        mail($SYSADMIN, "VCL node monitoring report", 
"$hck->{globalmsg}->{body}");
 } ## end sub send_report
+
 #/////////////////////////////////////////////////////////////////////////////
 
 1;
 __END__
 
-=head1 BUGS and LIMITATIONS
+=head1 AUTHOR
 
- There are no known bugs in this module.
- Please report problems to the VCL team ([email protected]).
+ Aaron Peeler <[email protected]>
+ Andy Kurth <[email protected]>
 
-=head1 AUTHORS
+=head1 COPYRIGHT
 
-=head1 SEE ALSO
+ Apache VCL incubator project
+ Copyright 2009 The Apache Software Foundation
+ 
+ This product includes software developed at
+ The Apache Software Foundation (http://www.apache.org/).
 
-L<http://cwiki.apache.org/VCL>
+=head1 SEE ALSO
 
+L<http://cwiki.apache.org/VCL/>
 
 =cut

Modified: incubator/vcl/trunk/managementnode/lib/VCL/image.pm
URL: 
http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/image.pm?rev=774470&r1=774469&r2=774470&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/image.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/image.pm Wed May 13 18:24:42 2009
@@ -1,5 +1,7 @@
 #!/usr/bin/perl -w
-
+###############################################################################
+# $Id$
+###############################################################################
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.
@@ -14,10 +16,7 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-
-##############################################################################
-# $Id$
-##############################################################################
+###############################################################################
 
 =head1 NAME
 
@@ -464,18 +463,21 @@
 1;
 __END__
 
-=head1 BUGS and LIMITATIONS
+=head1 AUTHOR
 
- There are no known bugs in this module.
- Please report problems to the VCL team ([email protected]).
+ Aaron Peeler <[email protected]>
+ Andy Kurth <[email protected]>
 
-=head1 AUTHOR
+=head1 COPYRIGHT
 
- Aaron Peeler, [email protected]
- Andy Kurth, [email protected]
+ Apache VCL incubator project
+ Copyright 2009 The Apache Software Foundation
+ 
+ This product includes software developed at
+ The Apache Software Foundation (http://www.apache.org/).
 
 =head1 SEE ALSO
 
-L<http://vcl.ncsu.edu>
+L<http://cwiki.apache.org/VCL/>
 
 =cut

Modified: incubator/vcl/trunk/managementnode/lib/VCL/inuse.pm
URL: 
http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/inuse.pm?rev=774470&r1=774469&r2=774470&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/inuse.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/inuse.pm Wed May 13 18:24:42 2009
@@ -1,5 +1,7 @@
 #!/usr/bin/perl -w
-
+###############################################################################
+# $Id$
+###############################################################################
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.
@@ -14,10 +16,7 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-
-##############################################################################
-# $Id$
-##############################################################################
+###############################################################################
 
 =head1 NAME
 
@@ -927,24 +926,27 @@
        }
        
 }
+
 #/////////////////////////////////////////////////////////////////////////////
 
 1;
 __END__
 
-=head1 BUGS and LIMITATIONS
+=head1 AUTHOR
 
- There are no known bugs in this module.
- Please report problems to the VCL team ([email protected]).
+ Aaron Peeler <[email protected]>
+ Andy Kurth <[email protected]>
 
-=head1 AUTHOR
+=head1 COPYRIGHT
 
- Aaron Peeler, [email protected]
- Andy Kurth, [email protected]
+ Apache VCL incubator project
+ Copyright 2009 The Apache Software Foundation
+ 
+ This product includes software developed at
+ The Apache Software Foundation (http://www.apache.org/).
 
 =head1 SEE ALSO
 
-L<http://vcl.ncsu.edu>
-
+L<http://cwiki.apache.org/VCL/>
 
 =cut

Modified: incubator/vcl/trunk/managementnode/lib/VCL/makeproduction.pm
URL: 
http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/makeproduction.pm?rev=774470&r1=774469&r2=774470&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/makeproduction.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/makeproduction.pm Wed May 13 
18:24:42 2009
@@ -1,5 +1,7 @@
 #!/usr/bin/perl -w
-
+###############################################################################
+# $Id$
+###############################################################################
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.
@@ -14,10 +16,7 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-
-##############################################################################
-# $Id$
-##############################################################################
+###############################################################################
 
 =head1 NAME
 
@@ -244,19 +243,21 @@
 1;
 __END__
 
-=head1 BUGS and LIMITATIONS
+=head1 AUTHOR
 
- There are no known bugs in this module.
- Please report problems to the VCL team ([email protected]).
+ Aaron Peeler <[email protected]>
+ Andy Kurth <[email protected]>
 
-=head1 AUTHOR
+=head1 COPYRIGHT
 
- Aaron Peeler, [email protected]
- Andy Kurth, [email protected]
+ Apache VCL incubator project
+ Copyright 2009 The Apache Software Foundation
+ 
+ This product includes software developed at
+ The Apache Software Foundation (http://www.apache.org/).
 
 =head1 SEE ALSO
 
-L<http://vcl.ncsu.edu>
-
+L<http://cwiki.apache.org/VCL/>
 
 =cut

Modified: incubator/vcl/trunk/managementnode/lib/VCL/new.pm
URL: 
http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/new.pm?rev=774470&r1=774469&r2=774470&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/new.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/new.pm Wed May 13 18:24:42 2009
@@ -1,5 +1,7 @@
 #!/usr/bin/perl -w
-
+###############################################################################
+# $Id$
+###############################################################################
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.
@@ -14,10 +16,7 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-
-##############################################################################
-# $Id$
-##############################################################################
+###############################################################################
 
 =head1 NAME
 
@@ -1435,23 +1434,27 @@
        return 0;
 
 } ## end sub wait_for_child_reservations
+
 #/////////////////////////////////////////////////////////////////////////////
 
 1;
 __END__
 
-=head1 BUGS and LIMITATIONS
+=head1 AUTHOR
 
- There are no known bugs in this module.
- Please report problems to the VCL team ([email protected]).
+ Aaron Peeler <[email protected]>
+ Andy Kurth <[email protected]>
 
-=head1 AUTHOR
+=head1 COPYRIGHT
 
- Aaron Peeler, [email protected]
- Andy Kurth, [email protected]
+ Apache VCL incubator project
+ Copyright 2009 The Apache Software Foundation
+ 
+ This product includes software developed at
+ The Apache Software Foundation (http://www.apache.org/).
 
 =head1 SEE ALSO
 
-L<http://vcl.ncsu.edu>
+L<http://cwiki.apache.org/VCL/>
 
 =cut

Modified: incubator/vcl/trunk/managementnode/lib/VCL/reclaim.pm
URL: 
http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/reclaim.pm?rev=774470&r1=774469&r2=774470&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/reclaim.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/reclaim.pm Wed May 13 18:24:42 
2009
@@ -1,5 +1,7 @@
 #!/usr/bin/perl -w
-
+###############################################################################
+# $Id$
+###############################################################################
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.
@@ -14,10 +16,7 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-
-##############################################################################
-# $Id$
-##############################################################################
+###############################################################################
 
 =head1 NAME
 
@@ -359,19 +358,21 @@
 1;
 __END__
 
-=head1 BUGS and LIMITATIONS
+=head1 AUTHOR
 
- There are no known bugs in this module.
- Please report problems to the VCL team ([email protected]).
+ Aaron Peeler <[email protected]>
+ Andy Kurth <[email protected]>
 
-=head1 AUTHOR
+=head1 COPYRIGHT
 
- Aaron Peeler, [email protected]
- Andy Kurth, [email protected]
+ Apache VCL incubator project
+ Copyright 2009 The Apache Software Foundation
+ 
+ This product includes software developed at
+ The Apache Software Foundation (http://www.apache.org/).
 
 =head1 SEE ALSO
 
-L<http://vcl.ncsu.edu>
+L<http://cwiki.apache.org/VCL/>
 
 =cut
-

Modified: incubator/vcl/trunk/managementnode/lib/VCL/reserved.pm
URL: 
http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/reserved.pm?rev=774470&r1=774469&r2=774470&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/reserved.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/reserved.pm Wed May 13 18:24:42 
2009
@@ -1,5 +1,7 @@
 #!/usr/bin/perl -w
-
+###############################################################################
+# $Id$
+###############################################################################
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.
@@ -14,10 +16,7 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-
-##############################################################################
-# $Id$
-##############################################################################
+###############################################################################
 
 =head1 NAME
 
@@ -699,23 +698,27 @@
        }
        return 1;
 } ## end sub _notify_user_timeout
+
 #/////////////////////////////////////////////////////////////////////////////
 
 1;
 __END__
 
-=head1 BUGS and LIMITATIONS
+=head1 AUTHOR
 
- There are no known bugs in this module.
- Please report problems to the VCL team ([email protected]).
+ Aaron Peeler <[email protected]>
+ Andy Kurth <[email protected]>
 
-=head1 AUTHOR
+=head1 COPYRIGHT
 
- Aaron Peeler, [email protected]
- Andy Kurth, [email protected]
+ Apache VCL incubator project
+ Copyright 2009 The Apache Software Foundation
+ 
+ This product includes software developed at
+ The Apache Software Foundation (http://www.apache.org/).
 
 =head1 SEE ALSO
 
-L<http://vcl.ncsu.edu>
+L<http://cwiki.apache.org/VCL/>
 
 =cut

Modified: incubator/vcl/trunk/managementnode/lib/VCL/utils.pm
URL: 
http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/utils.pm?rev=774470&r1=774469&r2=774470&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/utils.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/utils.pm Wed May 13 18:24:42 2009
@@ -10524,6 +10524,11 @@
 1;
 __END__
 
+=head1 AUTHOR
+
+ Aaron Peeler <[email protected]>
+ Andy Kurth <[email protected]>
+
 =head1 COPYRIGHT
 
  Apache VCL incubator project


Reply via email to