author | lana |
Thu, 26 Dec 2013 12:04:16 -0800 | |
changeset 23010 | 6dadb192ad81 |
parent 16852 | 60207b2b4b42 |
child 25966 | 71ee1f15845e |
permissions | -rw-r--r-- |
23010
6dadb192ad81
8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
lana
parents:
16852
diff
changeset
|
1 |
# Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved. |
2 | 2 |
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
3 |
# |
|
4 |
# This code is free software; you can redistribute it and/or modify it |
|
5 |
# under the terms of the GNU General Public License version 2 only, as |
|
5506 | 6 |
# published by the Free Software Foundation. Oracle designates this |
2 | 7 |
# particular file as subject to the "Classpath" exception as provided |
5506 | 8 |
# by Oracle in the LICENSE file that accompanied this code. |
2 | 9 |
# |
10 |
# This code is distributed in the hope that it will be useful, but WITHOUT |
|
11 |
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
12 |
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|
13 |
# version 2 for more details (a copy is included in the LICENSE file that |
|
14 |
# accompanied this code). |
|
15 |
# |
|
16 |
# You should have received a copy of the GNU General Public License version |
|
17 |
# 2 along with this work; if not, write to the Free Software Foundation, |
|
18 |
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
|
19 |
# |
|
5506 | 20 |
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
21 |
# or visit www.oracle.com if you need additional information or have any |
|
22 |
# questions. |
|
2 | 23 |
# |
24 |
||
25 |
# |
|
26 |
# Japanese imperial calendar |
|
27 |
# |
|
28 |
# Meiji since 1868-01-01 00:00:00 local time (Gregorian) |
|
29 |
# Taisho since 1912-07-30 00:00:00 local time (Gregorian) |
|
30 |
# Showa since 1926-12-25 00:00:00 local time (Gregorian) |
|
31 |
# Heisei since 1989-01-08 00:00:00 local time (Gregorian) |
|
32 |
calendar.japanese.type: LocalGregorianCalendar |
|
33 |
calendar.japanese.eras: \ |
|
34 |
name=Meiji,abbr=M,since=-3218832000000; \ |
|
35 |
name=Taisho,abbr=T,since=-1812153600000; \ |
|
36 |
name=Showa,abbr=S,since=-1357603200000; \ |
|
37 |
name=Heisei,abbr=H,since=600220800000 |
|
38 |
||
39 |
# |
|
40 |
# Taiwanese calendar |
|
41 |
# Minguo since 1911-01-01 00:00:00 local time (Gregorian) |
|
42 |
calendar.taiwanese.type: LocalGregorianCalendar |
|
43 |
calendar.taiwanese.eras: \ |
|
44 |
name=MinGuo,since=-1830384000000 |
|
45 |
||
46 |
# |
|
47 |
# Thai Buddhist calendar |
|
48 |
# Buddhist Era since -542-01-01 00:00:00 local time (Gregorian) |
|
49 |
calendar.thai-buddhist.type: LocalGregorianCalendar |
|
50 |
calendar.thai-buddhist.eras: \ |
|
51 |
name=BuddhistEra,abbr=B.E.,since=-79302585600000 |
|
52 |
calendar.thai-buddhist.year-boundary: \ |
|
53 |
day1=4-1,since=-79302585600000; \ |
|
54 |
day1=1-1,since=-915148800000 |
|
16852 | 55 |
|
56 |
# |
|
57 |
# Hijrah calendars |
|
58 |
# |
|
59 |
calendar.hijrah.Hijrah-umalqura: hijrah-config-umalqura.properties |
|
60 |
calendar.hijrah.Hijrah-umalqura.type: islamic-umalqura |