You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by fa...@apache.org on 2008/12/18 16:27:17 UTC

svn commit: r727746 - in /incubator/vcl/trunk/managementnode: tools/ tools/Sysprep/ tools/Sysprep/Scripts/ tools/Sysprep/i386/$oem$/ tools/Sysprep_2003/ tools/Sysprep_2003/Scripts/ tools/Sysprep_2003/i386/$oem$/ tools/Sysprep_vmware/ tools/Sysprep_vmwa...

Author: fapeeler
Date: Thu Dec 18 07:27:15 2008
New Revision: 727746

URL: http://svn.apache.org/viewvc?rev=727746&view=rev
Log:
inserted ASL header to all .cmd, .vbs, and .bat files

Modified:
    incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/VCLcleanup.cmd
    incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/VCLprepare.cmd
    incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/VCLrcboot.cmd
    incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/enablepagefile.vbs
    incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/networkinfo.bat
    incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/networkinfosetfw.vbs
    incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/postconfig.vbs
    incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/setfw.bat
    incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/setsyslog.bat
    incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/unsetautologon.vbs
    incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/updatecygwin.vbs
    incubator/vcl/trunk/managementnode/tools/Sysprep/i386/$oem$/setautologon.vbs
    incubator/vcl/trunk/managementnode/tools/Sysprep/i386/$oem$/setname.vbs
    incubator/vcl/trunk/managementnode/tools/Sysprep/sysprep.cmd
    incubator/vcl/trunk/managementnode/tools/Sysprep_2003/Scripts/VCLcleanup.cmd
    incubator/vcl/trunk/managementnode/tools/Sysprep_2003/Scripts/VCLprepare.cmd
    incubator/vcl/trunk/managementnode/tools/Sysprep_2003/Scripts/VCLrcboot.cmd
    incubator/vcl/trunk/managementnode/tools/Sysprep_2003/Scripts/enablepagefile.vbs
    incubator/vcl/trunk/managementnode/tools/Sysprep_2003/Scripts/networkinfo.bat
    incubator/vcl/trunk/managementnode/tools/Sysprep_2003/Scripts/networkinfosetfw.vbs
    incubator/vcl/trunk/managementnode/tools/Sysprep_2003/Scripts/setfw.bat
    incubator/vcl/trunk/managementnode/tools/Sysprep_2003/Scripts/setsyslog.bat
    incubator/vcl/trunk/managementnode/tools/Sysprep_2003/Scripts/unsetautologon.vbs
    incubator/vcl/trunk/managementnode/tools/Sysprep_2003/Scripts/updatecygwin.vbs
    incubator/vcl/trunk/managementnode/tools/Sysprep_2003/i386/$oem$/setautologon.vbs
    incubator/vcl/trunk/managementnode/tools/Sysprep_2003/sysprep.cmd
    incubator/vcl/trunk/managementnode/tools/Sysprep_vmware/i386/$oem$/setautologon.vbs
    incubator/vcl/trunk/managementnode/tools/Sysprep_vmware/sysprep.cmd
    incubator/vcl/trunk/managementnode/tools/Sysprep_vmware/sysprep.vbs
    incubator/vcl/trunk/managementnode/tools/VCLprep1.vbs
    incubator/vcl/trunk/managementnode/tools/VCLrcboot.cmd
    incubator/vcl/trunk/managementnode/tools/auto_create_image.vbs
    incubator/vcl/trunk/managementnode/tools/disablenetbios.vbs
    incubator/vcl/trunk/managementnode/tools/setpass.vbs
    incubator/vcl/trunk/managementnode/vbs_scripts/VCL/VCLcleanup.cmd
    incubator/vcl/trunk/managementnode/vbs_scripts/VCL/VCLprepare.cmd
    incubator/vcl/trunk/managementnode/vbs_scripts/VCL/VCLrcboot.cmd
    incubator/vcl/trunk/managementnode/vbs_scripts/VCL/VCLstartimage.vbs
    incubator/vcl/trunk/managementnode/vbs_scripts/VCL/auto_create_image_new.vbs
    incubator/vcl/trunk/managementnode/vbs_scripts/VCL/enablepagefile.vbs
    incubator/vcl/trunk/managementnode/vbs_scripts/VCL/networkinfo.bat
    incubator/vcl/trunk/managementnode/vbs_scripts/VCL/networkinfosetfw.vbs
    incubator/vcl/trunk/managementnode/vbs_scripts/VCL/setfw.bat
    incubator/vcl/trunk/managementnode/vbs_scripts/VCL/setsyslog.bat
    incubator/vcl/trunk/managementnode/vbs_scripts/VCL/unsetautologon.vbs
    incubator/vcl/trunk/managementnode/vbs_scripts/VCL/updatecygwin.vbs
    incubator/vcl/trunk/managementnode/vbs_scripts/add_user.vbs
    incubator/vcl/trunk/managementnode/vbs_scripts/auto_create_image.vbs
    incubator/vcl/trunk/managementnode/vbs_scripts/del_user.vbs
    incubator/vcl/trunk/managementnode/vbs_scripts/list_users.vbs

Modified: incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/VCLcleanup.cmd
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/VCLcleanup.cmd?rev=727746&r1=727745&r2=727746&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/VCLcleanup.cmd (original)
+++ incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/VCLcleanup.cmd Thu Dec 18 07:27:15 2008
@@ -1,3 +1,19 @@
+@echo off
+rem Licensed to the Apache Software Foundation (ASF) under one or more
+rem contributor license agreements.  See the NOTICE file distributed with
+rem this work for additional information regarding copyright ownership.
+rem The ASF licenses this file to You under the Apache License, Version 2.0
+rem (the "License"); you may not use this file except in compliance with
+rem the License.  You may obtain a copy of the License at
+rem
+rem     http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing, software
+rem distributed under the License is distributed on an "AS IS" BASIS,
+rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem See the License for the specific language governing permissions and
+rem limitations under the License.
+
 @echo off
 
 del %SystemRoot%\system32\GroupPolicy\User\Scripts\Logon\VCLprepare.cmd

Modified: incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/VCLprepare.cmd
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/VCLprepare.cmd?rev=727746&r1=727745&r2=727746&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/VCLprepare.cmd (original)
+++ incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/VCLprepare.cmd Thu Dec 18 07:27:15 2008
@@ -1,3 +1,19 @@
+@echo off
+rem Licensed to the Apache Software Foundation (ASF) under one or more
+rem contributor license agreements.  See the NOTICE file distributed with
+rem this work for additional information regarding copyright ownership.
+rem The ASF licenses this file to You under the Apache License, Version 2.0
+rem (the "License"); you may not use this file except in compliance with
+rem the License.  You may obtain a copy of the License at
+rem
+rem     http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing, software
+rem distributed under the License is distributed on an "AS IS" BASIS,
+rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem See the License for the specific language governing permissions and
+rem limitations under the License.
+
 @echo off
 
 cd %APPDATA%/vcl

Modified: incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/VCLrcboot.cmd
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/VCLrcboot.cmd?rev=727746&r1=727745&r2=727746&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/VCLrcboot.cmd (original)
+++ incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/VCLrcboot.cmd Thu Dec 18 07:27:15 2008
@@ -1,3 +1,19 @@
+@echo off
+rem Licensed to the Apache Software Foundation (ASF) under one or more
+rem contributor license agreements.  See the NOTICE file distributed with
+rem this work for additional information regarding copyright ownership.
+rem The ASF licenses this file to You under the Apache License, Version 2.0
+rem (the "License"); you may not use this file except in compliance with
+rem the License.  You may obtain a copy of the License at
+rem
+rem     http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing, software
+rem distributed under the License is distributed on an "AS IS" BASIS,
+rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem See the License for the specific language governing permissions and
+rem limitations under the License.
+
 @echo off
 
 copy "C:\Documents and Settings\root\Application Data\VCL\VCLprepare.cmd" C:\WINDOWS\system32\GroupPolicy\User\Scripts\Logon\

Modified: incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/enablepagefile.vbs
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/enablepagefile.vbs?rev=727746&r1=727745&r2=727746&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/enablepagefile.vbs (original)
+++ incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/enablepagefile.vbs Thu Dec 18 07:27:15 2008
@@ -1,3 +1,19 @@
+
+' 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.
+
 On Error Resume Next
 Set oWshShell = CreateObject("WScript.Shell")
 

Modified: incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/networkinfo.bat
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/networkinfo.bat?rev=727746&r1=727745&r2=727746&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/networkinfo.bat (original)
+++ incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/networkinfo.bat Thu Dec 18 07:27:15 2008
@@ -1,3 +1,19 @@
+@echo off
+rem Licensed to the Apache Software Foundation (ASF) under one or more
+rem contributor license agreements.  See the NOTICE file distributed with
+rem this work for additional information regarding copyright ownership.
+rem The ASF licenses this file to You under the Apache License, Version 2.0
+rem (the "License"); you may not use this file except in compliance with
+rem the License.  You may obtain a copy of the License at
+rem
+rem     http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing, software
+rem distributed under the License is distributed on an "AS IS" BASIS,
+rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem See the License for the specific language governing permissions and
+rem limitations under the License.
+
 @echo off
 
 FOR /f "skip=1 tokens=2,15 " %%a in ('IPCONFIG') do (

Modified: incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/networkinfosetfw.vbs
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/networkinfosetfw.vbs?rev=727746&r1=727745&r2=727746&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/networkinfosetfw.vbs (original)
+++ incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/networkinfosetfw.vbs Thu Dec 18 07:27:15 2008
@@ -1,3 +1,19 @@
+
+' 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.
+
 On Error Resume Next
  
 Dim objWMIService, objItem, objService

Modified: incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/postconfig.vbs
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/postconfig.vbs?rev=727746&r1=727745&r2=727746&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/postconfig.vbs (original)
+++ incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/postconfig.vbs Thu Dec 18 07:27:15 2008
@@ -1,3 +1,19 @@
+
+' 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.
+
 On Error Resume Next
  
 Dim objWMIService, objItem, objService

Modified: incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/setfw.bat
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/setfw.bat?rev=727746&r1=727745&r2=727746&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/setfw.bat (original)
+++ incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/setfw.bat Thu Dec 18 07:27:15 2008
@@ -1,3 +1,19 @@
+@echo off
+rem Licensed to the Apache Software Foundation (ASF) under one or more
+rem contributor license agreements.  See the NOTICE file distributed with
+rem this work for additional information regarding copyright ownership.
+rem The ASF licenses this file to You under the Apache License, Version 2.0
+rem (the "License"); you may not use this file except in compliance with
+rem the License.  You may obtain a copy of the License at
+rem
+rem     http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing, software
+rem distributed under the License is distributed on an "AS IS" BASIS,
+rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem See the License for the specific language governing permissions and
+rem limitations under the License.
+
 @echo off
 
 ipconfig /renew

Modified: incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/setsyslog.bat
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/setsyslog.bat?rev=727746&r1=727745&r2=727746&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/setsyslog.bat (original)
+++ incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/setsyslog.bat Thu Dec 18 07:27:15 2008
@@ -1,3 +1,19 @@
+@echo off
+rem Licensed to the Apache Software Foundation (ASF) under one or more
+rem contributor license agreements.  See the NOTICE file distributed with
+rem this work for additional information regarding copyright ownership.
+rem The ASF licenses this file to You under the Apache License, Version 2.0
+rem (the "License"); you may not use this file except in compliance with
+rem the License.  You may obtain a copy of the License at
+rem
+rem     http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing, software
+rem distributed under the License is distributed on an "AS IS" BASIS,
+rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem See the License for the specific language governing permissions and
+rem limitations under the License.
+
 @echo off
 
 call "%APPDATA%\VCL\networkinfo.bat"

Modified: incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/unsetautologon.vbs
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/unsetautologon.vbs?rev=727746&r1=727745&r2=727746&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/unsetautologon.vbs (original)
+++ incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/unsetautologon.vbs Thu Dec 18 07:27:15 2008
@@ -1,3 +1,19 @@
+
+' 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.
+
 On Error Resume Next
 
 Set oWshShell = CreateObject("WScript.Shell")

Modified: incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/updatecygwin.vbs
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/updatecygwin.vbs?rev=727746&r1=727745&r2=727746&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/updatecygwin.vbs (original)
+++ incubator/vcl/trunk/managementnode/tools/Sysprep/Scripts/updatecygwin.vbs Thu Dec 18 07:27:15 2008
@@ -1,3 +1,19 @@
+
+' 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.
+
 Set oWshShell = CreateObject("WScript.Shell")
 
 ' create new "passwd" and "group" files for cygwin, because SID was changed 

Modified: incubator/vcl/trunk/managementnode/tools/Sysprep/i386/$oem$/setautologon.vbs
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/tools/Sysprep/i386/%24oem%24/setautologon.vbs?rev=727746&r1=727745&r2=727746&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/tools/Sysprep/i386/$oem$/setautologon.vbs (original)
+++ incubator/vcl/trunk/managementnode/tools/Sysprep/i386/$oem$/setautologon.vbs Thu Dec 18 07:27:15 2008
@@ -1,3 +1,19 @@
+
+' 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.
+
 On Error Resume Next
 
 Set oWshShell = CreateObject("WScript.Shell")

Modified: incubator/vcl/trunk/managementnode/tools/Sysprep/i386/$oem$/setname.vbs
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/tools/Sysprep/i386/%24oem%24/setname.vbs?rev=727746&r1=727745&r2=727746&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/tools/Sysprep/i386/$oem$/setname.vbs (original)
+++ incubator/vcl/trunk/managementnode/tools/Sysprep/i386/$oem$/setname.vbs Thu Dec 18 07:27:15 2008
@@ -1,3 +1,19 @@
+
+' 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.
+
 strCurrentImagePath = "C:\cygwin\home\root\currentimage.txt"
 strSetnameLogfile = "C:\cygwin\home\root\setname.log"
 

Modified: incubator/vcl/trunk/managementnode/tools/Sysprep/sysprep.cmd
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/tools/Sysprep/sysprep.cmd?rev=727746&r1=727745&r2=727746&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/tools/Sysprep/sysprep.cmd (original)
+++ incubator/vcl/trunk/managementnode/tools/Sysprep/sysprep.cmd Thu Dec 18 07:27:15 2008
@@ -1,3 +1,19 @@
+@echo off
+rem Licensed to the Apache Software Foundation (ASF) under one or more
+rem contributor license agreements.  See the NOTICE file distributed with
+rem this work for additional information regarding copyright ownership.
+rem The ASF licenses this file to You under the Apache License, Version 2.0
+rem (the "License"); you may not use this file except in compliance with
+rem the License.  You may obtain a copy of the License at
+rem
+rem     http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing, software
+rem distributed under the License is distributed on an "AS IS" BASIS,
+rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem See the License for the specific language governing permissions and
+rem limitations under the License.
+
 rem @echo off
 cls
 

Modified: incubator/vcl/trunk/managementnode/tools/Sysprep_2003/Scripts/VCLcleanup.cmd
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/tools/Sysprep_2003/Scripts/VCLcleanup.cmd?rev=727746&r1=727745&r2=727746&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/tools/Sysprep_2003/Scripts/VCLcleanup.cmd (original)
+++ incubator/vcl/trunk/managementnode/tools/Sysprep_2003/Scripts/VCLcleanup.cmd Thu Dec 18 07:27:15 2008
@@ -1,3 +1,19 @@
+@echo off
+rem Licensed to the Apache Software Foundation (ASF) under one or more
+rem contributor license agreements.  See the NOTICE file distributed with
+rem this work for additional information regarding copyright ownership.
+rem The ASF licenses this file to You under the Apache License, Version 2.0
+rem (the "License"); you may not use this file except in compliance with
+rem the License.  You may obtain a copy of the License at
+rem
+rem     http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing, software
+rem distributed under the License is distributed on an "AS IS" BASIS,
+rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem See the License for the specific language governing permissions and
+rem limitations under the License.
+
 @echo off
 
 del %SystemRoot%\system32\GroupPolicy\User\Scripts\Logon\VCLprepare.cmd

Modified: incubator/vcl/trunk/managementnode/tools/Sysprep_2003/Scripts/VCLprepare.cmd
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/tools/Sysprep_2003/Scripts/VCLprepare.cmd?rev=727746&r1=727745&r2=727746&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/tools/Sysprep_2003/Scripts/VCLprepare.cmd (original)
+++ incubator/vcl/trunk/managementnode/tools/Sysprep_2003/Scripts/VCLprepare.cmd Thu Dec 18 07:27:15 2008
@@ -1,3 +1,19 @@
+@echo off
+rem Licensed to the Apache Software Foundation (ASF) under one or more
+rem contributor license agreements.  See the NOTICE file distributed with
+rem this work for additional information regarding copyright ownership.
+rem The ASF licenses this file to You under the Apache License, Version 2.0
+rem (the "License"); you may not use this file except in compliance with
+rem the License.  You may obtain a copy of the License at
+rem
+rem     http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing, software
+rem distributed under the License is distributed on an "AS IS" BASIS,
+rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem See the License for the specific language governing permissions and
+rem limitations under the License.
+
 @echo off
 
 cd %APPDATA%/vcl

Modified: incubator/vcl/trunk/managementnode/tools/Sysprep_2003/Scripts/VCLrcboot.cmd
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/tools/Sysprep_2003/Scripts/VCLrcboot.cmd?rev=727746&r1=727745&r2=727746&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/tools/Sysprep_2003/Scripts/VCLrcboot.cmd (original)
+++ incubator/vcl/trunk/managementnode/tools/Sysprep_2003/Scripts/VCLrcboot.cmd Thu Dec 18 07:27:15 2008
@@ -1,3 +1,19 @@
+@echo off
+rem Licensed to the Apache Software Foundation (ASF) under one or more
+rem contributor license agreements.  See the NOTICE file distributed with
+rem this work for additional information regarding copyright ownership.
+rem The ASF licenses this file to You under the Apache License, Version 2.0
+rem (the "License"); you may not use this file except in compliance with
+rem the License.  You may obtain a copy of the License at
+rem
+rem     http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing, software
+rem distributed under the License is distributed on an "AS IS" BASIS,
+rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem See the License for the specific language governing permissions and
+rem limitations under the License.
+
 @echo off
 
 copy "C:\Documents and Settings\root\Application Data\VCL\VCLprepare.cmd" C:\WINDOWS\system32\GroupPolicy\User\Scripts\Logon\

Modified: incubator/vcl/trunk/managementnode/tools/Sysprep_2003/Scripts/enablepagefile.vbs
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/tools/Sysprep_2003/Scripts/enablepagefile.vbs?rev=727746&r1=727745&r2=727746&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/tools/Sysprep_2003/Scripts/enablepagefile.vbs (original)
+++ incubator/vcl/trunk/managementnode/tools/Sysprep_2003/Scripts/enablepagefile.vbs Thu Dec 18 07:27:15 2008
@@ -1,3 +1,19 @@
+
+' 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.
+
 On Error Resume Next
 Set oWshShell = CreateObject("WScript.Shell")
 

Modified: incubator/vcl/trunk/managementnode/tools/Sysprep_2003/Scripts/networkinfo.bat
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/tools/Sysprep_2003/Scripts/networkinfo.bat?rev=727746&r1=727745&r2=727746&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/tools/Sysprep_2003/Scripts/networkinfo.bat (original)
+++ incubator/vcl/trunk/managementnode/tools/Sysprep_2003/Scripts/networkinfo.bat Thu Dec 18 07:27:15 2008
@@ -1,3 +1,19 @@
+@echo off
+rem Licensed to the Apache Software Foundation (ASF) under one or more
+rem contributor license agreements.  See the NOTICE file distributed with
+rem this work for additional information regarding copyright ownership.
+rem The ASF licenses this file to You under the Apache License, Version 2.0
+rem (the "License"); you may not use this file except in compliance with
+rem the License.  You may obtain a copy of the License at
+rem
+rem     http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing, software
+rem distributed under the License is distributed on an "AS IS" BASIS,
+rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem See the License for the specific language governing permissions and
+rem limitations under the License.
+
 @echo off
 
 FOR /f "skip=1 tokens=2,15 " %%a in ('IPCONFIG') do (

Modified: incubator/vcl/trunk/managementnode/tools/Sysprep_2003/Scripts/networkinfosetfw.vbs
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/tools/Sysprep_2003/Scripts/networkinfosetfw.vbs?rev=727746&r1=727745&r2=727746&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/tools/Sysprep_2003/Scripts/networkinfosetfw.vbs (original)
+++ incubator/vcl/trunk/managementnode/tools/Sysprep_2003/Scripts/networkinfosetfw.vbs Thu Dec 18 07:27:15 2008
@@ -1,3 +1,19 @@
+
+' 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.
+
 On Error Resume Next
  
 Dim objWMIService, objItem, objService

Modified: incubator/vcl/trunk/managementnode/tools/Sysprep_2003/Scripts/setfw.bat
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/tools/Sysprep_2003/Scripts/setfw.bat?rev=727746&r1=727745&r2=727746&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/tools/Sysprep_2003/Scripts/setfw.bat (original)
+++ incubator/vcl/trunk/managementnode/tools/Sysprep_2003/Scripts/setfw.bat Thu Dec 18 07:27:15 2008
@@ -1,3 +1,19 @@
+@echo off
+rem Licensed to the Apache Software Foundation (ASF) under one or more
+rem contributor license agreements.  See the NOTICE file distributed with
+rem this work for additional information regarding copyright ownership.
+rem The ASF licenses this file to You under the Apache License, Version 2.0
+rem (the "License"); you may not use this file except in compliance with
+rem the License.  You may obtain a copy of the License at
+rem
+rem     http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing, software
+rem distributed under the License is distributed on an "AS IS" BASIS,
+rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem See the License for the specific language governing permissions and
+rem limitations under the License.
+
 @echo off
 
 ipconfig /renew

Modified: incubator/vcl/trunk/managementnode/tools/Sysprep_2003/Scripts/setsyslog.bat
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/tools/Sysprep_2003/Scripts/setsyslog.bat?rev=727746&r1=727745&r2=727746&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/tools/Sysprep_2003/Scripts/setsyslog.bat (original)
+++ incubator/vcl/trunk/managementnode/tools/Sysprep_2003/Scripts/setsyslog.bat Thu Dec 18 07:27:15 2008
@@ -1,3 +1,19 @@
+@echo off
+rem Licensed to the Apache Software Foundation (ASF) under one or more
+rem contributor license agreements.  See the NOTICE file distributed with
+rem this work for additional information regarding copyright ownership.
+rem The ASF licenses this file to You under the Apache License, Version 2.0
+rem (the "License"); you may not use this file except in compliance with
+rem the License.  You may obtain a copy of the License at
+rem
+rem     http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing, software
+rem distributed under the License is distributed on an "AS IS" BASIS,
+rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem See the License for the specific language governing permissions and
+rem limitations under the License.
+
 @echo off
 
 call "%APPDATA%\VCL\networkinfo.bat"

Modified: incubator/vcl/trunk/managementnode/tools/Sysprep_2003/Scripts/unsetautologon.vbs
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/tools/Sysprep_2003/Scripts/unsetautologon.vbs?rev=727746&r1=727745&r2=727746&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/tools/Sysprep_2003/Scripts/unsetautologon.vbs (original)
+++ incubator/vcl/trunk/managementnode/tools/Sysprep_2003/Scripts/unsetautologon.vbs Thu Dec 18 07:27:15 2008
@@ -1,3 +1,19 @@
+
+' 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.
+
 On Error Resume Next
 
 Set oWshShell = CreateObject("WScript.Shell")

Modified: incubator/vcl/trunk/managementnode/tools/Sysprep_2003/Scripts/updatecygwin.vbs
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/tools/Sysprep_2003/Scripts/updatecygwin.vbs?rev=727746&r1=727745&r2=727746&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/tools/Sysprep_2003/Scripts/updatecygwin.vbs (original)
+++ incubator/vcl/trunk/managementnode/tools/Sysprep_2003/Scripts/updatecygwin.vbs Thu Dec 18 07:27:15 2008
@@ -1,3 +1,19 @@
+
+' 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.
+
 Set oWshShell = CreateObject("WScript.Shell")
 
 ' create new "passwd" and "group" files for cygwin, because SID was changed 

Modified: incubator/vcl/trunk/managementnode/tools/Sysprep_2003/i386/$oem$/setautologon.vbs
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/tools/Sysprep_2003/i386/%24oem%24/setautologon.vbs?rev=727746&r1=727745&r2=727746&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/tools/Sysprep_2003/i386/$oem$/setautologon.vbs (original)
+++ incubator/vcl/trunk/managementnode/tools/Sysprep_2003/i386/$oem$/setautologon.vbs Thu Dec 18 07:27:15 2008
@@ -1,3 +1,19 @@
+
+' 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.
+
 On Error Resume Next
 
 Set oWshShell = CreateObject("WScript.Shell")

Modified: incubator/vcl/trunk/managementnode/tools/Sysprep_2003/sysprep.cmd
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/tools/Sysprep_2003/sysprep.cmd?rev=727746&r1=727745&r2=727746&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/tools/Sysprep_2003/sysprep.cmd (original)
+++ incubator/vcl/trunk/managementnode/tools/Sysprep_2003/sysprep.cmd Thu Dec 18 07:27:15 2008
@@ -1,3 +1,19 @@
+@echo off
+rem Licensed to the Apache Software Foundation (ASF) under one or more
+rem contributor license agreements.  See the NOTICE file distributed with
+rem this work for additional information regarding copyright ownership.
+rem The ASF licenses this file to You under the Apache License, Version 2.0
+rem (the "License"); you may not use this file except in compliance with
+rem the License.  You may obtain a copy of the License at
+rem
+rem     http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing, software
+rem distributed under the License is distributed on an "AS IS" BASIS,
+rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem See the License for the specific language governing permissions and
+rem limitations under the License.
+
 rem @echo off
 cls
 

Modified: incubator/vcl/trunk/managementnode/tools/Sysprep_vmware/i386/$oem$/setautologon.vbs
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/tools/Sysprep_vmware/i386/%24oem%24/setautologon.vbs?rev=727746&r1=727745&r2=727746&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/tools/Sysprep_vmware/i386/$oem$/setautologon.vbs (original)
+++ incubator/vcl/trunk/managementnode/tools/Sysprep_vmware/i386/$oem$/setautologon.vbs Thu Dec 18 07:27:15 2008
@@ -1,3 +1,19 @@
+
+' 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.
+
 On Error Resume Next
 
 Set oWshShell = CreateObject("WScript.Shell")

Modified: incubator/vcl/trunk/managementnode/tools/Sysprep_vmware/sysprep.cmd
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/tools/Sysprep_vmware/sysprep.cmd?rev=727746&r1=727745&r2=727746&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/tools/Sysprep_vmware/sysprep.cmd (original)
+++ incubator/vcl/trunk/managementnode/tools/Sysprep_vmware/sysprep.cmd Thu Dec 18 07:27:15 2008
@@ -1,3 +1,19 @@
+@echo off
+rem Licensed to the Apache Software Foundation (ASF) under one or more
+rem contributor license agreements.  See the NOTICE file distributed with
+rem this work for additional information regarding copyright ownership.
+rem The ASF licenses this file to You under the Apache License, Version 2.0
+rem (the "License"); you may not use this file except in compliance with
+rem the License.  You may obtain a copy of the License at
+rem
+rem     http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing, software
+rem distributed under the License is distributed on an "AS IS" BASIS,
+rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem See the License for the specific language governing permissions and
+rem limitations under the License.
+
 copy "C:\Documents and Settings/root/Application Data\VCL\VCLprepare.cmd" C:\WINDOWS\system32\GroupPolicy\User\Scripts\Logon\
 del "C:\WINDOWS\system32\GroupPolicy\User\Scripts\Logoff\VCLcleanup.cmd"
 C:\Sysprep\sysprep -quiet -reseal -mini -activated -shutdown

Modified: incubator/vcl/trunk/managementnode/tools/Sysprep_vmware/sysprep.vbs
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/tools/Sysprep_vmware/sysprep.vbs?rev=727746&r1=727745&r2=727746&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/tools/Sysprep_vmware/sysprep.vbs (original)
+++ incubator/vcl/trunk/managementnode/tools/Sysprep_vmware/sysprep.vbs Thu Dec 18 07:27:15 2008
@@ -1,3 +1,19 @@
+
+' 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.
+
 On Error Resume Next
 
 Set oWshShell = CreateObject("WScript.Shell")

Modified: incubator/vcl/trunk/managementnode/tools/VCLprep1.vbs
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/tools/VCLprep1.vbs?rev=727746&r1=727745&r2=727746&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/tools/VCLprep1.vbs (original)
+++ incubator/vcl/trunk/managementnode/tools/VCLprep1.vbs Thu Dec 18 07:27:15 2008
@@ -1,3 +1,19 @@
+
+' 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.
+
 On Error Resume Next
 
 Set oWshShell = CreateObject("WScript.Shell")

Modified: incubator/vcl/trunk/managementnode/tools/VCLrcboot.cmd
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/tools/VCLrcboot.cmd?rev=727746&r1=727745&r2=727746&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/tools/VCLrcboot.cmd (original)
+++ incubator/vcl/trunk/managementnode/tools/VCLrcboot.cmd Thu Dec 18 07:27:15 2008
@@ -1,3 +1,19 @@
+@echo off
+rem Licensed to the Apache Software Foundation (ASF) under one or more
+rem contributor license agreements.  See the NOTICE file distributed with
+rem this work for additional information regarding copyright ownership.
+rem The ASF licenses this file to You under the Apache License, Version 2.0
+rem (the "License"); you may not use this file except in compliance with
+rem the License.  You may obtain a copy of the License at
+rem
+rem     http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing, software
+rem distributed under the License is distributed on an "AS IS" BASIS,
+rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem See the License for the specific language governing permissions and
+rem limitations under the License.
+
 @echo off
 
 copy "C:\Documents and Settings\root\Application Data\VCL\VCLprepare.cmd" C:\WINDOWS\system32\GroupPolicy\User\Scripts\Logon\

Modified: incubator/vcl/trunk/managementnode/tools/auto_create_image.vbs
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/tools/auto_create_image.vbs?rev=727746&r1=727745&r2=727746&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/tools/auto_create_image.vbs (original)
+++ incubator/vcl/trunk/managementnode/tools/auto_create_image.vbs Thu Dec 18 07:27:15 2008
@@ -1,3 +1,19 @@
+
+' 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.
+
 On Error Resume Next
 
 Set oWshShell = CreateObject("WScript.Shell")

Modified: incubator/vcl/trunk/managementnode/tools/disablenetbios.vbs
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/tools/disablenetbios.vbs?rev=727746&r1=727745&r2=727746&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/tools/disablenetbios.vbs (original)
+++ incubator/vcl/trunk/managementnode/tools/disablenetbios.vbs Thu Dec 18 07:27:15 2008
@@ -1,3 +1,19 @@
+
+' 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.
+
 On Error Resume Next
 
 strComputer = "."

Modified: incubator/vcl/trunk/managementnode/tools/setpass.vbs
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/tools/setpass.vbs?rev=727746&r1=727745&r2=727746&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/tools/setpass.vbs (original)
+++ incubator/vcl/trunk/managementnode/tools/setpass.vbs Thu Dec 18 07:27:15 2008
@@ -1,3 +1,19 @@
+
+' 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.
+
 Dim strUsername
 Dim strPassword
  

Modified: incubator/vcl/trunk/managementnode/vbs_scripts/VCL/VCLcleanup.cmd
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/vbs_scripts/VCL/VCLcleanup.cmd?rev=727746&r1=727745&r2=727746&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/vbs_scripts/VCL/VCLcleanup.cmd (original)
+++ incubator/vcl/trunk/managementnode/vbs_scripts/VCL/VCLcleanup.cmd Thu Dec 18 07:27:15 2008
@@ -1,3 +1,19 @@
+@echo off
+rem Licensed to the Apache Software Foundation (ASF) under one or more
+rem contributor license agreements.  See the NOTICE file distributed with
+rem this work for additional information regarding copyright ownership.
+rem The ASF licenses this file to You under the Apache License, Version 2.0
+rem (the "License"); you may not use this file except in compliance with
+rem the License.  You may obtain a copy of the License at
+rem
+rem     http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing, software
+rem distributed under the License is distributed on an "AS IS" BASIS,
+rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem See the License for the specific language governing permissions and
+rem limitations under the License.
+
 @echo off
 
 del %SystemRoot%\system32\GroupPolicy\User\Scripts\Logon\VCLprepare.cmd

Modified: incubator/vcl/trunk/managementnode/vbs_scripts/VCL/VCLprepare.cmd
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/vbs_scripts/VCL/VCLprepare.cmd?rev=727746&r1=727745&r2=727746&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/vbs_scripts/VCL/VCLprepare.cmd (original)
+++ incubator/vcl/trunk/managementnode/vbs_scripts/VCL/VCLprepare.cmd Thu Dec 18 07:27:15 2008
@@ -1,3 +1,19 @@
+@echo off
+rem Licensed to the Apache Software Foundation (ASF) under one or more
+rem contributor license agreements.  See the NOTICE file distributed with
+rem this work for additional information regarding copyright ownership.
+rem The ASF licenses this file to You under the Apache License, Version 2.0
+rem (the "License"); you may not use this file except in compliance with
+rem the License.  You may obtain a copy of the License at
+rem
+rem     http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing, software
+rem distributed under the License is distributed on an "AS IS" BASIS,
+rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem See the License for the specific language governing permissions and
+rem limitations under the License.
+
 @echo off
 
 cd %APPDATA%/vcl

Modified: incubator/vcl/trunk/managementnode/vbs_scripts/VCL/VCLrcboot.cmd
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/vbs_scripts/VCL/VCLrcboot.cmd?rev=727746&r1=727745&r2=727746&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/vbs_scripts/VCL/VCLrcboot.cmd (original)
+++ incubator/vcl/trunk/managementnode/vbs_scripts/VCL/VCLrcboot.cmd Thu Dec 18 07:27:15 2008
@@ -1,3 +1,19 @@
+@echo off
+rem Licensed to the Apache Software Foundation (ASF) under one or more
+rem contributor license agreements.  See the NOTICE file distributed with
+rem this work for additional information regarding copyright ownership.
+rem The ASF licenses this file to You under the Apache License, Version 2.0
+rem (the "License"); you may not use this file except in compliance with
+rem the License.  You may obtain a copy of the License at
+rem
+rem     http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing, software
+rem distributed under the License is distributed on an "AS IS" BASIS,
+rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem See the License for the specific language governing permissions and
+rem limitations under the License.
+
 @echo off
 
 copy "C:\Documents and Settings\root\Application Data\VCL\VCLprepare.cmd" C:\WINDOWS\system32\GroupPolicy\User\Scripts\Logon\

Modified: incubator/vcl/trunk/managementnode/vbs_scripts/VCL/VCLstartimage.vbs
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/vbs_scripts/VCL/VCLstartimage.vbs?rev=727746&r1=727745&r2=727746&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/vbs_scripts/VCL/VCLstartimage.vbs (original)
+++ incubator/vcl/trunk/managementnode/vbs_scripts/VCL/VCLstartimage.vbs Thu Dec 18 07:27:15 2008
@@ -1,3 +1,19 @@
+
+' 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.
+
 On Error Resume Next
 
 Set oWshShell = CreateObject("WScript.Shell")

Modified: incubator/vcl/trunk/managementnode/vbs_scripts/VCL/auto_create_image_new.vbs
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/vbs_scripts/VCL/auto_create_image_new.vbs?rev=727746&r1=727745&r2=727746&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/vbs_scripts/VCL/auto_create_image_new.vbs (original)
+++ incubator/vcl/trunk/managementnode/vbs_scripts/VCL/auto_create_image_new.vbs Thu Dec 18 07:27:15 2008
@@ -1,3 +1,19 @@
+
+' 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.
+
 On Error Resume Next
 
 Set oWshShell = CreateObject("WScript.Shell")

Modified: incubator/vcl/trunk/managementnode/vbs_scripts/VCL/enablepagefile.vbs
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/vbs_scripts/VCL/enablepagefile.vbs?rev=727746&r1=727745&r2=727746&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/vbs_scripts/VCL/enablepagefile.vbs (original)
+++ incubator/vcl/trunk/managementnode/vbs_scripts/VCL/enablepagefile.vbs Thu Dec 18 07:27:15 2008
@@ -1,3 +1,19 @@
+
+' 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.
+
 On Error Resume Next
 Set oWshShell = CreateObject("WScript.Shell")
 

Modified: incubator/vcl/trunk/managementnode/vbs_scripts/VCL/networkinfo.bat
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/vbs_scripts/VCL/networkinfo.bat?rev=727746&r1=727745&r2=727746&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/vbs_scripts/VCL/networkinfo.bat (original)
+++ incubator/vcl/trunk/managementnode/vbs_scripts/VCL/networkinfo.bat Thu Dec 18 07:27:15 2008
@@ -1,3 +1,19 @@
+@echo off
+rem Licensed to the Apache Software Foundation (ASF) under one or more
+rem contributor license agreements.  See the NOTICE file distributed with
+rem this work for additional information regarding copyright ownership.
+rem The ASF licenses this file to You under the Apache License, Version 2.0
+rem (the "License"); you may not use this file except in compliance with
+rem the License.  You may obtain a copy of the License at
+rem
+rem     http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing, software
+rem distributed under the License is distributed on an "AS IS" BASIS,
+rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem See the License for the specific language governing permissions and
+rem limitations under the License.
+
 @echo off
 
 FOR /f "skip=1 tokens=2,15 " %%a in ('IPCONFIG') do (

Modified: incubator/vcl/trunk/managementnode/vbs_scripts/VCL/networkinfosetfw.vbs
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/vbs_scripts/VCL/networkinfosetfw.vbs?rev=727746&r1=727745&r2=727746&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/vbs_scripts/VCL/networkinfosetfw.vbs (original)
+++ incubator/vcl/trunk/managementnode/vbs_scripts/VCL/networkinfosetfw.vbs Thu Dec 18 07:27:15 2008
@@ -1,3 +1,19 @@
+
+' 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.
+
 On Error Resume Next
  
 Dim objWMIService, objItem, objService

Modified: incubator/vcl/trunk/managementnode/vbs_scripts/VCL/setfw.bat
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/vbs_scripts/VCL/setfw.bat?rev=727746&r1=727745&r2=727746&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/vbs_scripts/VCL/setfw.bat (original)
+++ incubator/vcl/trunk/managementnode/vbs_scripts/VCL/setfw.bat Thu Dec 18 07:27:15 2008
@@ -1,3 +1,19 @@
+@echo off
+rem Licensed to the Apache Software Foundation (ASF) under one or more
+rem contributor license agreements.  See the NOTICE file distributed with
+rem this work for additional information regarding copyright ownership.
+rem The ASF licenses this file to You under the Apache License, Version 2.0
+rem (the "License"); you may not use this file except in compliance with
+rem the License.  You may obtain a copy of the License at
+rem
+rem     http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing, software
+rem distributed under the License is distributed on an "AS IS" BASIS,
+rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem See the License for the specific language governing permissions and
+rem limitations under the License.
+
 @echo off
 
 ipconfig /renew

Modified: incubator/vcl/trunk/managementnode/vbs_scripts/VCL/setsyslog.bat
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/vbs_scripts/VCL/setsyslog.bat?rev=727746&r1=727745&r2=727746&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/vbs_scripts/VCL/setsyslog.bat (original)
+++ incubator/vcl/trunk/managementnode/vbs_scripts/VCL/setsyslog.bat Thu Dec 18 07:27:15 2008
@@ -1,3 +1,19 @@
+@echo off
+rem Licensed to the Apache Software Foundation (ASF) under one or more
+rem contributor license agreements.  See the NOTICE file distributed with
+rem this work for additional information regarding copyright ownership.
+rem The ASF licenses this file to You under the Apache License, Version 2.0
+rem (the "License"); you may not use this file except in compliance with
+rem the License.  You may obtain a copy of the License at
+rem
+rem     http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing, software
+rem distributed under the License is distributed on an "AS IS" BASIS,
+rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem See the License for the specific language governing permissions and
+rem limitations under the License.
+
 @echo off
 
 call "%APPDATA%\VCL\networkinfo.bat"

Modified: incubator/vcl/trunk/managementnode/vbs_scripts/VCL/unsetautologon.vbs
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/vbs_scripts/VCL/unsetautologon.vbs?rev=727746&r1=727745&r2=727746&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/vbs_scripts/VCL/unsetautologon.vbs (original)
+++ incubator/vcl/trunk/managementnode/vbs_scripts/VCL/unsetautologon.vbs Thu Dec 18 07:27:15 2008
@@ -1,3 +1,19 @@
+
+' 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.
+
 On Error Resume Next
 
 Set oWshShell = CreateObject("WScript.Shell")

Modified: incubator/vcl/trunk/managementnode/vbs_scripts/VCL/updatecygwin.vbs
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/vbs_scripts/VCL/updatecygwin.vbs?rev=727746&r1=727745&r2=727746&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/vbs_scripts/VCL/updatecygwin.vbs (original)
+++ incubator/vcl/trunk/managementnode/vbs_scripts/VCL/updatecygwin.vbs Thu Dec 18 07:27:15 2008
@@ -1,3 +1,19 @@
+
+' 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.
+
 Set oWshShell = CreateObject("WScript.Shell")
 
 ' create new "passwd" and "group" files for cygwin, because SID was changed 

Modified: incubator/vcl/trunk/managementnode/vbs_scripts/add_user.vbs
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/vbs_scripts/add_user.vbs?rev=727746&r1=727745&r2=727746&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/vbs_scripts/add_user.vbs (original)
+++ incubator/vcl/trunk/managementnode/vbs_scripts/add_user.vbs Thu Dec 18 07:27:15 2008
@@ -1,3 +1,19 @@
+
+' 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.
+
 Dim UserAccount
 Dim UserPasswd
  

Modified: incubator/vcl/trunk/managementnode/vbs_scripts/auto_create_image.vbs
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/vbs_scripts/auto_create_image.vbs?rev=727746&r1=727745&r2=727746&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/vbs_scripts/auto_create_image.vbs (original)
+++ incubator/vcl/trunk/managementnode/vbs_scripts/auto_create_image.vbs Thu Dec 18 07:27:15 2008
@@ -1,3 +1,19 @@
+
+' 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.
+
 On Error Resume Next
 
 Set oWshShell = CreateObject("WScript.Shell")

Modified: incubator/vcl/trunk/managementnode/vbs_scripts/del_user.vbs
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/vbs_scripts/del_user.vbs?rev=727746&r1=727745&r2=727746&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/vbs_scripts/del_user.vbs (original)
+++ incubator/vcl/trunk/managementnode/vbs_scripts/del_user.vbs Thu Dec 18 07:27:15 2008
@@ -1,3 +1,19 @@
+
+' 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.
+
 Dim UserAccount
  
 If WScript.Arguments.Count = 1 Then

Modified: incubator/vcl/trunk/managementnode/vbs_scripts/list_users.vbs
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/vbs_scripts/list_users.vbs?rev=727746&r1=727745&r2=727746&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/vbs_scripts/list_users.vbs (original)
+++ incubator/vcl/trunk/managementnode/vbs_scripts/list_users.vbs Thu Dec 18 07:27:15 2008
@@ -1,3 +1,19 @@
+
+' 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.
+
 Set objNetwork = CreateObject("Wscript.Network")
 strComputer = objNetwork.ComputerName
 Set colAccounts = GetObject("WinNT://" & strComputer & "")