changeset 44:2862fc9bbe36

comment indention, author notice
author Frank Benoit <benoit@tionex.de>
date Sun, 06 Apr 2008 14:52:50 +0200
parents bc5301dd9679
children 5a5be20dc120
files dwtsnippets/coolbar/Snippet150.d
diffstat 1 files changed, 18 insertions(+), 16 deletions(-) [+]
line wrap: on
line diff
--- a/dwtsnippets/coolbar/Snippet150.d	Sun Apr 06 14:49:29 2008 +0200
+++ b/dwtsnippets/coolbar/Snippet150.d	Sun Apr 06 14:52:50 2008 +0200
@@ -1,23 +1,25 @@
 /*******************************************************************************
-* Copyright (c) 2000, 2004 IBM Corporation and others.
-* All rights reserved. This program and the accompanying materials
-* are made available under the terms of the Eclipse Public License v1.0
-* which accompanies this distribution, and is available at
-* http://www.eclipse.org/legal/epl-v10.html
-*
-* Contributors:
-*     IBM Corporation - initial API and implementation
-*******************************************************************************/
+ * Copyright (c) 2000, 2004 IBM Corporation and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ *     IBM Corporation - initial API and implementation
+ * D Port:
+ *     Bill Baxter
+ *******************************************************************************/
 module dwtsnippets.coolbar.Snippet150;
 
 /*
-* CoolBar example snippet: create a coolbar (relayout when resized)
-*
-* For a list of all SWT example snippets see
-* http://www.eclipse.org/swt/snippets/
-*
-* @since 3.0
-*/
+ * CoolBar example snippet: create a coolbar (relayout when resized)
+ *
+ * For a list of all SWT example snippets see
+ * http://www.eclipse.org/swt/snippets/
+ *
+ * @since 3.0
+ */
 import dwt.DWT;
 import dwt.graphics.Point;
 import dwt.widgets.Button;