Skip to content

Commit

Permalink
update jalali license
Browse files Browse the repository at this point in the history
as mentioned in #148
  • Loading branch information
slashmili committed Mar 20, 2024
1 parent ec68a4b commit 9cf8847
Showing 1 changed file with 25 additions and 3 deletions.
28 changes: 25 additions & 3 deletions jdatetime/jalali.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
# dervied from http://farsitools.sf.net
# Copyright (C) 2003-2011 Parspooyesh Fanavar (http://parspooyesh.com/)
# see LICENSE.txt
# This file is part of:
# Jalali, a Gregorian to Jalali and inverse date convertor
# Copyright (C) 2001 Roozbeh Pournader <roozbeh@sharif.edu>
# Copyright (C) 2001 Mohammad Toossi <mohammad@bamdad.org>
# Copyright (C) 2003-2011 Parspooyesh Fanavar (http://parspooyesh.com/)
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# This program 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
# Lesser General Public License for more details.
#
# You can receive a copy of GNU Lesser General Public License at the
# World Wide Web address <http://www.gnu.org/licenses/lgpl.html>.
#
# For licensing issues, contact The FarsiWeb Project Group,
# Computing Center, Sharif University of Technology,
# PO Box 11365-8515, Tehran, Iran, or contact us the
# email address <FWPG@sharif.edu>.


g_days_in_month = [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31]
j_days_in_month = [31, 31, 31, 31, 31, 31, 30, 30, 30, 30, 30, 29]

Expand Down

0 comments on commit 9cf8847

Please sign in to comment.