From e9cdb5301deca553dbf0eff9d046864e91e04790 Mon Sep 17 00:00:00 2001 From: el_kaboing <el_kaboing@localhost> Date: Thu, 11 Jan 2007 18:38:25 +0000 Subject: [PATCH] Fixed headers with the new format. --- opendj-sdk/opends/tests/functional-tests/testcases/security/sasl/security_setup_sasl.xml | 51 +++++----- opendj-sdk/opends/tests/functional-tests/testcases/security/sasl/security_sasl_cram-md5.xml | 51 +++++----- opendj-sdk/opends/tests/functional-tests/testcases/security/sasl/security_sasl.xml | 51 +++++----- opendj-sdk/opends/tests/functional-tests/testcases/security/sasl/security_sasl_anon.xml | 51 +++++----- opendj-sdk/opends/tests/functional-tests/testcases/security/sasl/security_teardown_sasl.xml | 51 +++++----- 5 files changed, 125 insertions(+), 130 deletions(-) diff --git a/opendj-sdk/opends/tests/functional-tests/testcases/security/sasl/security_sasl.xml b/opendj-sdk/opends/tests/functional-tests/testcases/security/sasl/security_sasl.xml index 2ac017a..71af743 100755 --- a/opendj-sdk/opends/tests/functional-tests/testcases/security/sasl/security_sasl.xml +++ b/opendj-sdk/opends/tests/functional-tests/testcases/security/sasl/security_sasl.xml @@ -1,31 +1,30 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE stax SYSTEM "stax.dtd"> -<!--- - * CDDL HEADER START - * - * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. - * - * You can obtain a copy of the license at - * trunk/opends/resource/legal-notices/OpenDS.LICENSE - * or https://OpenDS.dev.java.net/OpenDS.LICENSE. - * See the License for the specific language governing permissions - * and limitations under the License. - * - * When distributing Covered Code, include this CDDL HEADER in each - * file and include the License file at - * trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, - * add the following below this CDDL HEADER, with the fields enclosed - * by brackets "[]" replaced with your own identifying * information: - * Portions Copyright [yyyy] [name of copyright owner] - * - * CDDL HEADER END - * - * - * Portions Copyright 2006 Sun Microsystems, Inc. - --> +<!-- + ! CDDL HEADER START + ! + ! The contents of this file are subject to the terms of the + ! Common Development and Distribution License, Version 1.0 only + ! (the "License"). You may not use this file except in compliance + ! with the License. + ! + ! You can obtain a copy of the license at + ! trunk/opends/resource/legal-notices/OpenDS.LICENSE + ! or https://OpenDS.dev.java.net/OpenDS.LICENSE. + ! See the License for the specific language governing permissions + ! and limitations under the License. + ! + ! When distributing Covered Code, include this CDDL HEADER in each + ! file and include the License file at + ! trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, + ! add the following below this CDDL HEADER, with the fields enclosed + ! by brackets "[]" replaced with your own identifying * information: + ! Portions Copyright [yyyy] [name of copyright owner] + ! + ! CDDL HEADER END + ! + ! Portions Copyright 2007 Sun Microsystems, Inc. + ! --> <stax> <defaultcall function="security_sasl"/> diff --git a/opendj-sdk/opends/tests/functional-tests/testcases/security/sasl/security_sasl_anon.xml b/opendj-sdk/opends/tests/functional-tests/testcases/security/sasl/security_sasl_anon.xml index 0bbd068..b3ee3f7 100755 --- a/opendj-sdk/opends/tests/functional-tests/testcases/security/sasl/security_sasl_anon.xml +++ b/opendj-sdk/opends/tests/functional-tests/testcases/security/sasl/security_sasl_anon.xml @@ -1,31 +1,30 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE stax SYSTEM "stax.dtd"> -<!--- - * CDDL HEADER START - * - * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. - * - * You can obtain a copy of the license at - * trunk/opends/resource/legal-notices/OpenDS.LICENSE - * or https://OpenDS.dev.java.net/OpenDS.LICENSE. - * See the License for the specific language governing permissions - * and limitations under the License. - * - * When distributing Covered Code, include this CDDL HEADER in each - * file and include the License file at - * trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, - * add the following below this CDDL HEADER, with the fields enclosed - * by brackets "[]" replaced with your own identifying * information: - * Portions Copyright [yyyy] [name of copyright owner] - * - * CDDL HEADER END - * - * - * Portions Copyright 2006 Sun Microsystems, Inc. - --> +<!-- + ! CDDL HEADER START + ! + ! The contents of this file are subject to the terms of the + ! Common Development and Distribution License, Version 1.0 only + ! (the "License"). You may not use this file except in compliance + ! with the License. + ! + ! You can obtain a copy of the license at + ! trunk/opends/resource/legal-notices/OpenDS.LICENSE + ! or https://OpenDS.dev.java.net/OpenDS.LICENSE. + ! See the License for the specific language governing permissions + ! and limitations under the License. + ! + ! When distributing Covered Code, include this CDDL HEADER in each + ! file and include the License file at + ! trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, + ! add the following below this CDDL HEADER, with the fields enclosed + ! by brackets "[]" replaced with your own identifying * information: + ! Portions Copyright [yyyy] [name of copyright owner] + ! + ! CDDL HEADER END + ! + ! Portions Copyright 2007 Sun Microsystems, Inc. + ! --> <stax> <defaultcall function="sasl_anon"/> diff --git a/opendj-sdk/opends/tests/functional-tests/testcases/security/sasl/security_sasl_cram-md5.xml b/opendj-sdk/opends/tests/functional-tests/testcases/security/sasl/security_sasl_cram-md5.xml index 06f1960..c427ced 100755 --- a/opendj-sdk/opends/tests/functional-tests/testcases/security/sasl/security_sasl_cram-md5.xml +++ b/opendj-sdk/opends/tests/functional-tests/testcases/security/sasl/security_sasl_cram-md5.xml @@ -1,31 +1,30 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE stax SYSTEM "stax.dtd"> -<!--- - * CDDL HEADER START - * - * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. - * - * You can obtain a copy of the license at - * trunk/opends/resource/legal-notices/OpenDS.LICENSE - * or https://OpenDS.dev.java.net/OpenDS.LICENSE. - * See the License for the specific language governing permissions - * and limitations under the License. - * - * When distributing Covered Code, include this CDDL HEADER in each - * file and include the License file at - * trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, - * add the following below this CDDL HEADER, with the fields enclosed - * by brackets "[]" replaced with your own identifying * information: - * Portions Copyright [yyyy] [name of copyright owner] - * - * CDDL HEADER END - * - * - * Portions Copyright 2006 Sun Microsystems, Inc. - --> +<!-- + ! CDDL HEADER START + ! + ! The contents of this file are subject to the terms of the + ! Common Development and Distribution License, Version 1.0 only + ! (the "License"). You may not use this file except in compliance + ! with the License. + ! + ! You can obtain a copy of the license at + ! trunk/opends/resource/legal-notices/OpenDS.LICENSE + ! or https://OpenDS.dev.java.net/OpenDS.LICENSE. + ! See the License for the specific language governing permissions + ! and limitations under the License. + ! + ! When distributing Covered Code, include this CDDL HEADER in each + ! file and include the License file at + ! trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, + ! add the following below this CDDL HEADER, with the fields enclosed + ! by brackets "[]" replaced with your own identifying * information: + ! Portions Copyright [yyyy] [name of copyright owner] + ! + ! CDDL HEADER END + ! + ! Portions Copyright 2007 Sun Microsystems, Inc. + ! --> <stax> <defaultcall function="sasl_cram-md5"/> diff --git a/opendj-sdk/opends/tests/functional-tests/testcases/security/sasl/security_setup_sasl.xml b/opendj-sdk/opends/tests/functional-tests/testcases/security/sasl/security_setup_sasl.xml index 7e1cf25..7d7087b 100755 --- a/opendj-sdk/opends/tests/functional-tests/testcases/security/sasl/security_setup_sasl.xml +++ b/opendj-sdk/opends/tests/functional-tests/testcases/security/sasl/security_setup_sasl.xml @@ -1,31 +1,30 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE stax SYSTEM "stax.dtd"> -<!--- - * CDDL HEADER START - * - * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. - * - * You can obtain a copy of the license at - * trunk/opends/resource/legal-notices/OpenDS.LICENSE - * or https://OpenDS.dev.java.net/OpenDS.LICENSE. - * See the License for the specific language governing permissions - * and limitations under the License. - * - * When distributing Covered Code, include this CDDL HEADER in each - * file and include the License file at - * trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, - * add the following below this CDDL HEADER, with the fields enclosed - * by brackets "[]" replaced with your own identifying * information: - * Portions Copyright [yyyy] [name of copyright owner] - * - * CDDL HEADER END - * - * - * Portions Copyright 2006 Sun Microsystems, Inc. - --> +<!-- + ! CDDL HEADER START + ! + ! The contents of this file are subject to the terms of the + ! Common Development and Distribution License, Version 1.0 only + ! (the "License"). You may not use this file except in compliance + ! with the License. + ! + ! You can obtain a copy of the license at + ! trunk/opends/resource/legal-notices/OpenDS.LICENSE + ! or https://OpenDS.dev.java.net/OpenDS.LICENSE. + ! See the License for the specific language governing permissions + ! and limitations under the License. + ! + ! When distributing Covered Code, include this CDDL HEADER in each + ! file and include the License file at + ! trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, + ! add the following below this CDDL HEADER, with the fields enclosed + ! by brackets "[]" replaced with your own identifying * information: + ! Portions Copyright [yyyy] [name of copyright owner] + ! + ! CDDL HEADER END + ! + ! Portions Copyright 2007 Sun Microsystems, Inc. + ! --> <stax> <defaultcall function="setup_sasl"/> diff --git a/opendj-sdk/opends/tests/functional-tests/testcases/security/sasl/security_teardown_sasl.xml b/opendj-sdk/opends/tests/functional-tests/testcases/security/sasl/security_teardown_sasl.xml index 03c307a..751849a 100755 --- a/opendj-sdk/opends/tests/functional-tests/testcases/security/sasl/security_teardown_sasl.xml +++ b/opendj-sdk/opends/tests/functional-tests/testcases/security/sasl/security_teardown_sasl.xml @@ -1,31 +1,30 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE stax SYSTEM "stax.dtd"> -<!--- - * CDDL HEADER START - * - * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. - * - * You can obtain a copy of the license at - * trunk/opends/resource/legal-notices/OpenDS.LICENSE - * or https://OpenDS.dev.java.net/OpenDS.LICENSE. - * See the License for the specific language governing permissions - * and limitations under the License. - * - * When distributing Covered Code, include this CDDL HEADER in each - * file and include the License file at - * trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, - * add the following below this CDDL HEADER, with the fields enclosed - * by brackets "[]" replaced with your own identifying * information: - * Portions Copyright [yyyy] [name of copyright owner] - * - * CDDL HEADER END - * - * - * Portions Copyright 2006 Sun Microsystems, Inc. - --> +<!-- + ! CDDL HEADER START + ! + ! The contents of this file are subject to the terms of the + ! Common Development and Distribution License, Version 1.0 only + ! (the "License"). You may not use this file except in compliance + ! with the License. + ! + ! You can obtain a copy of the license at + ! trunk/opends/resource/legal-notices/OpenDS.LICENSE + ! or https://OpenDS.dev.java.net/OpenDS.LICENSE. + ! See the License for the specific language governing permissions + ! and limitations under the License. + ! + ! When distributing Covered Code, include this CDDL HEADER in each + ! file and include the License file at + ! trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, + ! add the following below this CDDL HEADER, with the fields enclosed + ! by brackets "[]" replaced with your own identifying * information: + ! Portions Copyright [yyyy] [name of copyright owner] + ! + ! CDDL HEADER END + ! + ! Portions Copyright 2007 Sun Microsystems, Inc. + ! --> <stax> <defaultcall function="teardown_sasl"/> -- Gitblit v1.10.0