1 82 yongsun # 2 82 yongsun # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. 3 82 yongsun # 4 82 yongsun # Copyright (c) 2007 Sun Microsystems, Inc. All Rights Reserved. 5 82 yongsun # 6 82 yongsun # The contents of this file are subject to the terms of either the GNU Lesser 7 82 yongsun # General Public License Version 2.1 only ("LGPL") or the Common Development and 8 82 yongsun # Distribution License ("CDDL")(collectively, the "License"). You may not use this 9 82 yongsun # file except in compliance with the License. You can obtain a copy of the CDDL at 10 82 yongsun # http://www.opensource.org/licenses/cddl1.php and a copy of the LGPLv2.1 at 11 82 yongsun # http://www.opensource.org/licenses/lgpl-license.php. See the License for the 12 82 yongsun # specific language governing permissions and limitations under the License. When 13 82 yongsun # distributing the software, include this License Header Notice in each file and 14 82 yongsun # include the full text of the License in the License file as well as the 15 82 yongsun # following notice: 16 82 yongsun # 17 82 yongsun # NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND DISTRIBUTION LICENSE 18 82 yongsun # (CDDL) 19 82 yongsun # For Covered Software in this distribution, this License shall be governed by the 20 82 yongsun # laws of the State of California (excluding conflict-of-law provisions). 21 82 yongsun # Any litigation relating to this License shall be subject to the jurisdiction of 22 82 yongsun # the Federal Courts of the Northern District of California and the state courts 23 82 yongsun # of the State of California, with venue lying in Santa Clara County, California. 24 82 yongsun # 25 82 yongsun # Contributor(s): 26 82 yongsun # 27 82 yongsun # If you wish your version of this file to be governed by only the CDDL or only 28 82 yongsun # the LGPL Version 2.1, indicate your decision by adding "[Contributor]" elects to 29 82 yongsun # include this software in this distribution under the [CDDL or LGPL Version 2.1] 30 82 yongsun # license." If you don't indicate a single choice of license, a recipient has the 31 82 yongsun # option to distribute your version of this file under either the CDDL or the LGPL 32 82 yongsun # Version 2.1, or to extend the choice of license to its licensees as provided 33 82 yongsun # above. However, if you add LGPL Version 2.1 code and therefore, elected the LGPL 34 82 yongsun # Version 2 license, then the option applies only if the new code is made subject 35 82 yongsun # to such option by the copyright holder. 36 82 yongsun # 37 0 yongsun 38 212 yongsun INSTALL_FILES = lm_sc.t3g.be lm_sc.t3g.le pydict_sc.bin.be pydict_sc.bin.le 39 106 tonylee ICON_FILES = sunpinyin_logo.xpm han.png eng.png cnpunc.png enpunc.png fullwidth.png halfwidth.png 40 0 yongsun 41 88 tchaikov EXTRA_DIST = $(INSTALL_FILES) $(ICON_FILES) 42