Author: arkurth
Date: Wed May 13 18:21:02 2009
New Revision: 774467
URL: http://svn.apache.org/viewvc?rev=774467&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/Module/Provisioning/Lab.pm
incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/esx.pm
incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/helloworld.pm
incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/vmware.pm
incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/xCAT.pm
incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/xCAT21.pm
Modified: incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/Lab.pm
URL:
http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/Lab.pm?rev=774467&r1=774466&r2=774467&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/Lab.pm
(original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/Lab.pm Wed
May 13 18:21:02 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
@@ -297,25 +296,26 @@
return \%status;
} ## end sub node_status
-1;
-
#/////////////////////////////////////////////////////////////////////////////
+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/Module/Provisioning/esx.pm
URL:
http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/esx.pm?rev=774467&r1=774466&r2=774467&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/esx.pm
(original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/esx.pm Wed
May 13 18:21:02 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
@@ -872,24 +871,28 @@
return 0;
} ## end sub get_image_size
+initialize();
+#/////////////////////////////////////////////////////////////////////////////
-initialize();
1;
__END__
-=head1 BUGS and LIMITATIONS
-
- There are no known bugs in this module.
- Please report problems to the VCL team ([email protected]).
-
=head1 AUTHOR
Andrew Brown <[email protected]>
Brian Bouterse <[email protected]>
+=head1 COPYRIGHT
+
+ 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/Module/Provisioning/helloworld.pm
URL:
http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/helloworld.pm?rev=774467&r1=774466&r2=774467&view=diff
==============================================================================
---
incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/helloworld.pm
(original)
+++
incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/helloworld.pm
Wed May 13 18:21:02 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
@@ -266,21 +265,27 @@
} ## end sub does_image_exist
initialize();
-1;
-__END__
-=head1 BUGS and LIMITATIONS
+#/////////////////////////////////////////////////////////////////////////////
- There are no known bugs in this module.
- Please report problems to the VCL apache.org community
([email protected]).
+1;
+__END__
=head1 AUTHOR
Brian Bouterse <[email protected]>
Andrew Brown <[email protected]>
+=head1 COPYRIGHT
+
+ 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/Module/Provisioning/vmware.pm
URL:
http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/vmware.pm?rev=774467&r1=774466&r2=774467&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/vmware.pm
(original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/vmware.pm
Wed May 13 18:21:02 2009
@@ -2845,6 +2845,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/Provisioning/xCAT.pm
URL:
http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/xCAT.pm?rev=774467&r1=774466&r2=774467&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/xCAT.pm
(original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/xCAT.pm Wed
May 13 18:21:02 2009
@@ -3531,6 +3531,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/Provisioning/xCAT21.pm
URL:
http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/xCAT21.pm?rev=774467&r1=774466&r2=774467&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/xCAT21.pm
(original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/xCAT21.pm
Wed May 13 18:21:02 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
@@ -2938,22 +2937,28 @@
#/////////////////////////////////////////////////////////////////////////////
initialize() if (!$XCAT_ROOT);
-1;
#/////////////////////////////////////////////////////////////////////////////
+1;
__END__
-=head1 BUGS and LIMITATIONS
-
- There are no known bugs in this module.
- Please report problems to the VCL team ()
-
=head1 AUTHOR
-=head1 SEE ALSO
+ Aaron Peeler <[email protected]>
+ Andy Kurth <[email protected]>
+ Josh Thompson <[email protected]>
+
+=head1 COPYRIGHT
+
+ 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 COPYRIGHT AND LICENSE
+=head1 SEE ALSO
+L<http://cwiki.apache.org/VCL/>
=cut