Author: arkurth
Date: Wed May 13 18:12:08 2009
New Revision: 774457
URL: http://svn.apache.org/viewvc?rev=774457&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/OS/Linux.pm
incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Ubuntu.pm
incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows.pm
incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Desktop.pm
incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Desktop/Vista.pm
incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Desktop/XP.pm
incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows_mod.pm
incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows_mod/Version_5.pm
incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows_mod/Version_5/XP_mod.pm
Modified: incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Linux.pm
URL:
http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Linux.pm?rev=774457&r1=774456&r2=774457&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Linux.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Linux.pm Wed May 13
18:12:08 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
@@ -276,19 +275,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/Module/OS/Ubuntu.pm
URL:
http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Ubuntu.pm?rev=774457&r1=774456&r2=774457&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Ubuntu.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Ubuntu.pm Wed May 13
18:12:08 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
@@ -323,22 +322,25 @@
return 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]).
+ Brian Bouterse <[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/OS/Windows.pm
URL:
http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows.pm?rev=774457&r1=774456&r2=774457&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows.pm Wed May 13
18:12:08 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
@@ -653,19 +652,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/Module/OS/Windows/Desktop.pm
URL:
http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Desktop.pm?rev=774457&r1=774456&r2=774457&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Desktop.pm
(original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Desktop.pm Wed
May 13 18:12:08 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
@@ -66,19 +65,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/Module/OS/Windows/Desktop/Vista.pm
URL:
http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Desktop/Vista.pm?rev=774457&r1=774456&r2=774457&view=diff
==============================================================================
---
incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Desktop/Vista.pm
(original)
+++
incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Desktop/Vista.pm
Wed May 13 18:12:08 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
@@ -3385,29 +3384,21 @@
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
- Aaron Peeler, [email protected]
- Andy Kurth, [email protected]
-
-=head1 SEE ALSO
-
-L<http://vcl.ncsu.edu>
+ Aaron Peeler <[email protected]>
+ Andy Kurth <[email protected]>
-=head1 COPYRIGHT AND LICENSE
+=head1 COPYRIGHT
- Copyright (C) 2004-2008 by NC State University. All Rights Reserved.
+ Apache VCL incubator project
+ Copyright 2009 The Apache Software Foundation
+
+ This product includes software developed at
+ The Apache Software Foundation (http://www.apache.org/).
- Virtual Computing Laboratory
- North Carolina State University
- Raleigh, NC, USA 27695
+=head1 SEE ALSO
- For use license and copyright information see LICENSE and COPYRIGHT files
- included in the source files.
+L<http://cwiki.apache.org/VCL/>
=cut
Modified:
incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Desktop/XP.pm
URL:
http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Desktop/XP.pm?rev=774457&r1=774456&r2=774457&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Desktop/XP.pm
(original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Desktop/XP.pm
Wed May 13 18:12:08 2009
@@ -1,7 +1,22 @@
#!/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.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# 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.
+###############################################################################
=head1 NAME
@@ -50,29 +65,21 @@
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
- Aaron Peeler, [email protected]
- Andy Kurth, [email protected]
+ Aaron Peeler <[email protected]>
+ Andy Kurth <[email protected]>
-=head1 SEE ALSO
-
-L<http://vcl.ncsu.edu>
+=head1 COPYRIGHT
-=head1 COPYRIGHT AND LICENSE
+ Apache VCL incubator project
+ Copyright 2009 The Apache Software Foundation
+
+ This product includes software developed at
+ The Apache Software Foundation (http://www.apache.org/).
- Copyright (C) 2004-2008 by NC State University. All Rights Reserved.
-
- Virtual Computing Laboratory
- North Carolina State University
- Raleigh, NC, USA 27695
+=head1 SEE ALSO
- For use license and copyright information see LICENSE and COPYRIGHT files
- included in the source files.
+L<http://cwiki.apache.org/VCL/>
=cut
Modified: incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows_mod.pm
URL:
http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows_mod.pm?rev=774457&r1=774456&r2=774457&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows_mod.pm
(original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows_mod.pm Wed May
13 18:12:08 2009
@@ -5959,6 +5959,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/OS/Windows_mod/Version_5.pm
URL:
http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows_mod/Version_5.pm?rev=774457&r1=774456&r2=774457&view=diff
==============================================================================
---
incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows_mod/Version_5.pm
(original)
+++
incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows_mod/Version_5.pm
Wed May 13 18:12:08 2009
@@ -108,6 +108,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/OS/Windows_mod/Version_5/XP_mod.pm
URL:
http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows_mod/Version_5/XP_mod.pm?rev=774457&r1=774456&r2=774457&view=diff
==============================================================================
---
incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows_mod/Version_5/XP_mod.pm
(original)
+++
incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows_mod/Version_5/XP_mod.pm
Wed May 13 18:12:08 2009
@@ -137,6 +137,11 @@
1;
__END__
+=head1 AUTHOR
+
+ Aaron Peeler <[email protected]>
+ Andy Kurth <[email protected]>
+
=head1 COPYRIGHT
Apache VCL incubator project