From f0e42edd55aaa4f01efc0157214f76fe1ba52dd4 Mon Sep 17 00:00:00 2001 From: Christophe Sovant <christophe.sovant@forgerock.com> Date: Mon, 23 Feb 2009 16:21:17 +0000 Subject: [PATCH] Add copyright and html title --- opends/tests/functional_manual/console/control_panel.html | 27 ++++++++++++++++++++++++++- 1 files changed, 26 insertions(+), 1 deletions(-) diff --git a/opends/tests/functional_manual/console/control_panel.html b/opends/tests/functional_manual/console/control_panel.html index 5255a73..8e2fa09 100644 --- a/opends/tests/functional_manual/console/control_panel.html +++ b/opends/tests/functional_manual/console/control_panel.html @@ -1,8 +1,33 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <HEAD> +<!-- + ! 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 + ! + ! Copyright 2008-2009 Sun Microsystems, Inc. + ! --> <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8"> - <TITLE></TITLE> + <TITLE>control_panel</TITLE> <META NAME="GENERATOR" CONTENT="StarOffice 8 (Solaris Sparc)"> <META NAME="CREATED" CONTENT="20081208;17270700"> <META NAME="CHANGED" CONTENT="20090218;10450200"> -- Gitblit v1.10.0