aboutsummaryrefslogtreecommitdiff
path: root/test/java/awt/font
diff options
context:
space:
mode:
authorlana <none@none>2008-07-24 21:12:50 -0700
committerlana <none@none>2008-07-24 21:12:50 -0700
commit1015cd70b8294b2505e5c265d2ab081823c64f85 (patch)
tree20caa9b99b2c3f29ab84761a8b86b34a9bf4c652 /test/java/awt/font
parent13ed324e155f4c5e3b311eb5d1433185cd381281 (diff)
parent3770d88ff7d368240f39657079ed4df0b6572c9a (diff)
Merge
Diffstat (limited to 'test/java/awt/font')
-rw-r--r--test/java/awt/font/TextLayout/VisibleAdvance.java24
1 files changed, 24 insertions, 0 deletions
diff --git a/test/java/awt/font/TextLayout/VisibleAdvance.java b/test/java/awt/font/TextLayout/VisibleAdvance.java
index 446d16dba..224b23861 100644
--- a/test/java/awt/font/TextLayout/VisibleAdvance.java
+++ b/test/java/awt/font/TextLayout/VisibleAdvance.java
@@ -1,3 +1,27 @@
+/*
+ * Copyright 2005-2008 Sun Microsystems, Inc. All Rights Reserved.
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ *
+ * This code is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 2 only, as
+ * published by the Free Software Foundation.
+ *
+ * This code is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
+ * version 2 for more details (a copy is included in the LICENSE file that
+ * accompanied this code).
+ *
+ * You should have received a copy of the GNU General Public License version
+ * 2 along with this work; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
+ * CA 95054 USA or visit www.sun.com if you need additional information or
+ * have any questions.
+ */
+
+
import java.awt.*;
import java.awt.font.*;
import java.awt.geom.*;