0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilson
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilson@echo off
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilsonrem CDDL HEADER START
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilsonrem
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilsonrem The contents of this file are subject to the terms of the
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilsonrem Common Development and Distribution License, Version 1.0 only
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilsonrem (the "License"). You may not use this file except in compliance
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilsonrem with the License.
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilsonrem
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilsonrem You can obtain a copy of the license at legal-notices/CDDLv1_0.txt
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilsonrem or http://forgerock.org/license/CDDLv1.0.html.
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilsonrem See the License for the specific language governing permissions
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilsonrem and limitations under the License.
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilsonrem
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilsonrem When distributing Covered Code, include this CDDL HEADER in each
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilsonrem file and include the License file at legal-notices/CDDLv1_0.txt.
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilsonrem If applicable, add the following below this CDDL HEADER, with the
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilsonrem fields enclosed by brackets "[]" replaced with your own identifying
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilsonrem information:
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilsonrem Portions Copyright [yyyy] [name of copyright owner]
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilsonrem
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilsonrem CDDL HEADER END
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilsonrem
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilsonrem
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilsonrem Copyright 2006-2008 Sun Microsystems, Inc.
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilsonrem Portions Copyright 2011 ForgeRock AS
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilson
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilsonsetlocal
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilson
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilsonset OPENDJ_INVOKE_CLASS="org.opends.server.tools.LDAPModify"
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilsonset SCRIPT_NAME=ldapmodify
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilsonfor %%i in (%~sf0) do call "%%~dPsi\..\lib\_client-script.bat" %*
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilson
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilson