Skip to content

Commit

Permalink
¯\_(ツ)_/¯
Browse files Browse the repository at this point in the history
Signed-off-by: Soroush Rabiei <[email protected]>
  • Loading branch information
Soroush Rabiei committed Aug 28, 2017
0 parents commit 7a76d31
Show file tree
Hide file tree
Showing 25 changed files with 13,714 additions and 0 deletions.
439 changes: 439 additions & 0 deletions .gitignore

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Soroush Rabiei <[email protected]>
674 changes: 674 additions & 0 deletions COPYING

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
2017-08-29 Soroush Rabiei <[email protected]>

* *.*: Initial implementation for Solar Hijri calendar added.

370 changes: 370 additions & 0 deletions INSTALL

Large diffs are not rendered by default.

22 changes: 22 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Copyright 2017 - Soroush Rabiei, <[email protected]>
# This file is part of libcalendar.
#
# libcalendar is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# libcalendar 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 for more details.
#
# You should have received a copy of the GNU General Public License
# along with libcalendar. If not, see <http://www.gnu.org/licenses/>.

SUBDIRS = src test .
AUTOMAKE_OPTIONS = subdir-objects
ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} -I m4

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libcalendar.pc
Loading

0 comments on commit 7a76d31

Please sign in to comment.