Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVeronika Irvine2002-06-18 13:12:17 +0000
committerVeronika Irvine2002-06-18 13:12:17 +0000
commit84cdc967ced05f85ab13f4087e8136f531519fed (patch)
treeddf28c4dfde032f952a4dbc0b6d2525573e86a40 /bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/SHMENUBARINFO.java
parent1741fb87b4f68c0225b391b9cfe5fa339924d4ae (diff)
downloadeclipse.platform.swt-84cdc967ced05f85ab13f4087e8136f531519fed.tar.gz
eclipse.platform.swt-84cdc967ced05f85ab13f4087e8136f531519fed.tar.xz
eclipse.platform.swt-84cdc967ced05f85ab13f4087e8136f531519fed.zip
updating copyrightv2047-postcopyright
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/SHMENUBARINFO.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/SHMENUBARINFO.java6
1 files changed, 4 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/SHMENUBARINFO.java b/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/SHMENUBARINFO.java
index 39c5169885..217ac31e00 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/SHMENUBARINFO.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/SHMENUBARINFO.java
@@ -1,8 +1,10 @@
package org.eclipse.swt.internal.win32;
/*
- * (c) Copyright IBM Corp. 2000, 2001.
- * All Rights Reserved
+ * Copyright (c) 2000, 2002 IBM Corp. All rights reserved.
+ * This file is made available under the terms of the Common Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/cpl-v10.html
*/
public class SHMENUBARINFO {
public int cbSize;

Back to the top