Skip to content

Commit

Permalink
Update the source URL of quote
Browse files Browse the repository at this point in the history
  • Loading branch information
cohei committed Jun 20, 2017
1 parent a41ff05 commit a6504df
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

[![CircleCI](https://circleci.com/gh/cohei/japanese-holidays.svg?style=svg)](https://circleci.com/gh/cohei/japanese-holidays)

ある日付が、どの日本の祝日にあたるかを判定します。 http://www.h3.dion.ne.jp/%7Esakatsu/holiday_logic.htm を Haskell へ移植しました。
ある日付が、どの日本の祝日にあたるかを判定します。 [AddinBox / 祝日判定ロジック](http://addinbox.sakura.ne.jp/holiday_logic.htm) を Haskell へ移植しました。

This library, which is translated from http://www.h3.dion.ne.jp/%7Esakatsu/holiday_logic.htm to Haskell, identifies Japanese holidays.
This library, which is translated from [AddinBox / Holiday Decision Logic](http://addinbox.sakura.ne.jp/holiday_logic.htm) to Haskell, identifies Japanese holidays.

## 著作権表示 Copyright

Expand All @@ -13,7 +13,8 @@ This library, which is translated from http://www.h3.dion.ne.jp/%7Esakatsu/holid
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
_/
_/ CopyRight(C) K.Tsunoda(AddinBox) 2001 All Rights Reserved.
_/ ( http://www.h3.dion.ne.jp/~sakatsu/index.htm )
_/ ( AddinBox http://addinbox.sakura.ne.jp/index.htm )
_/ ( 旧サイト http://www.h3.dion.ne.jp/~sakatsu/index.htm )
_/
_/ この祝日マクロは『kt関数アドイン』で使用しているものです。
_/ このロジックは、レスポンスを第一義として、可能な限り少ない
Expand All @@ -24,10 +25,10 @@ _/
_/ (*1)このマクロを引用するに当たっては、必ずこのコメントも
_/ 一緒に引用する事とします。
_/ (*2)他サイト上で本マクロを直接引用する事は、ご遠慮願います。
_/ 【 http://www.h3.dion.ne.jp/~sakatsu/holiday_logic.htm 】
_/ 【 http://addinbox.sakura.ne.jp/holiday_logic.htm 】
_/ へのリンクによる紹介で対応して下さい。
_/ (*3)[ktHolidayName]という関数名そのものは、各自の環境に
_/ おける命名規則に沿って変更しても構いません。
_/ 
_/
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
```

0 comments on commit a6504df

Please sign in to comment.