-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Soroush Rabiei <[email protected]>
- Loading branch information
Soroush Rabiei
committed
Dec 31, 2024
1 parent
e34a0f4
commit 3877407
Showing
33 changed files
with
170 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,20 @@ | ||
# Copyright (C) 2021-2025 - Soroush Rabiei, <[email protected]> | ||
# This file is part of libcalendars. | ||
# | ||
# libcalendars 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. | ||
# | ||
# libcalendars 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 libcalendars. If not, see <http://www.gnu.org/licenses/>. | ||
# | ||
|
||
language: c | ||
matrix: | ||
include: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"files.associations": { | ||
"cl-islamic-civil.h": "c" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,20 @@ | ||
# Copyright (C) 2021-2025 - Soroush Rabiei, <[email protected]> | ||
# This file is part of libcalendars. | ||
# | ||
# libcalendars 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. | ||
# | ||
# libcalendars 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 libcalendars. If not, see <http://www.gnu.org/licenses/>. | ||
# | ||
|
||
cmake_minimum_required(VERSION 3.16.0) | ||
|
||
project(calendars | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
# Copyright (C) 2021-2025 - Soroush Rabiei, <[email protected]> | ||
# This file is part of libcalendars. | ||
# | ||
# libcalendars 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. | ||
# | ||
# libcalendars 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 libcalendars. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
version: 0.1.{build} | ||
image: | ||
- Visual Studio 2017 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,18 @@ | ||
# Copyright (C) 2021-2025 - Soroush Rabiei, <[email protected]> | ||
# This file is part of libcalendars. | ||
# | ||
# libcalendars 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. | ||
# | ||
# libcalendars 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 libcalendars. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
include(CMakeFindDependencyMacro) | ||
include("${CMAKE_CURRENT_LIST_DIR}/libcalendarsTargets.cmake") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright 2021 - Soroush Rabiei, <[email protected]> | ||
* Copyright (C) 2021-2025 - Soroush Rabiei, <[email protected]> | ||
* This file is part of libcalendars. | ||
* | ||
* libcalendars is free software: you can redistribute it and/or modify | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
/* | ||
* Copyright 2021 - Soroush Rabiei, <[email protected]> | ||
* This file is part of libcalendars. | ||
* | ||
* libcalendars 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. | ||
* | ||
* libcalendars 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 libcalendars. If not, see <http://www.gnu.org/licenses/>. | ||
* | ||
*/ | ||
* Copyright (C) 2021-2025 - 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/>. | ||
* | ||
*/ | ||
|
||
#ifndef LIBCALENDARS_EXPORT_H | ||
#define LIBCALENDARS_EXPORT_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
/* | ||
* Copyright 2021 - Soroush Rabiei, <[email protected]> | ||
* This file is part of libcalendars. | ||
* Copyright (C) 2021-2025 - Soroush Rabiei, <[email protected]> | ||
* This file is part of libcalendar. | ||
* | ||
* libcalendars is free software: you can redistribute it and/or modify | ||
* 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. | ||
* | ||
* libcalendars is distributed in the hope that it will be useful, | ||
* 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 libcalendars. If not, see <http://www.gnu.org/licenses/>. | ||
* along with libcalendar. If not, see <http://www.gnu.org/licenses/>. | ||
* | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
/* | ||
* Copyright 2021 - Sorouis Rabiei, <[email protected]> | ||
* This file is part of libcalendars. | ||
* Copyright (C) 2021-2025 - Soroush Rabiei, <[email protected]> | ||
* This file is part of libcalendar. | ||
* | ||
* libcalendars is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as publiised by | ||
* 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. | ||
* | ||
* libcalendars is distributed in the hope that it will be useful, | ||
* 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 isould have received a copy of the GNU General Public License | ||
* along with libcalendars. If not, see <http://www.gnu.org/licenses/>. | ||
* You should have received a copy of the GNU General Public License | ||
* along with libcalendar. If not, see <http://www.gnu.org/licenses/>. | ||
* | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright 2021 - Soroush Rabiei, <[email protected]> | ||
* Copyright (C) 2021-2025 - Soroush Rabiei, <[email protected]> | ||
* This file is part of libcalendars. | ||
* | ||
* libcalendars is free software: you can redistribute it and/or modify | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright 2021 - Soroush Rabiei, <[email protected]> | ||
* Copyright (C) 2021-2025 - Soroush Rabiei, <[email protected]> | ||
* This file is part of libcalendars. | ||
* | ||
* libcalendars is free software: you can redistribute it and/or modify | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright 2021 - Soroush Rabiei, <[email protected]> | ||
* Copyright (C) 2021-2025 - Soroush Rabiei, <[email protected]> | ||
* This file is part of libcalendars. | ||
* | ||
* libcalendars is free software: you can redistribute it and/or modify | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright 2021 - Soroush Rabiei, <[email protected]> | ||
* Copyright (C) 2021-2025 - Soroush Rabiei, <[email protected]> | ||
* This file is part of libcalendars. | ||
* | ||
* libcalendars is free software: you can redistribute it and/or modify | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright 2021 - Soroush Rabiei, <[email protected]> | ||
* Copyright (C) 2021-2025 - Soroush Rabiei, <[email protected]> | ||
* This file is part of libcalendars. | ||
* | ||
* libcalendars is free software: you can redistribute it and/or modify | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright 2021 - Soroush Rabiei, <[email protected]> | ||
* Copyright (C) 2021-2025 - Soroush Rabiei, <[email protected]> | ||
* This file is part of libcalendars. | ||
* | ||
* libcalendars is free software: you can redistribute it and/or modify | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright 2021 - Soroush Rabiei, <[email protected]> | ||
* Copyright (C) 2021-2025 - Soroush Rabiei, <[email protected]> | ||
* This file is part of libcalendars. | ||
* | ||
* libcalendars is free software: you can redistribute it and/or modify | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright 2021 - Soroush Rabiei, <[email protected]> | ||
* Copyright (C) 2021-2025 - Soroush Rabiei, <[email protected]> | ||
* This file is part of libcalendars. | ||
* | ||
* libcalendars is free software: you can redistribute it and/or modify | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright 2021 - Soroush Rabiei, <[email protected]> | ||
* Copyright (C) 2021-2025 - Soroush Rabiei, <[email protected]> | ||
* This file is part of libcalendars. | ||
* | ||
* libcalendars is free software: you can redistribute it and/or modify | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright 2021 - Soroush Rabiei, <[email protected]> | ||
* Copyright (C) 2021-2025 - Soroush Rabiei, <[email protected]> | ||
* This file is part of libcalendars. | ||
* | ||
* libcalendars is free software: you can redistribute it and/or modify | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright 2021 - Soroush Rabiei, <[email protected]> | ||
* Copyright (C) 2021-2025 - Soroush Rabiei, <[email protected]> | ||
* This file is part of libcalendars. | ||
* | ||
* libcalendars is free software: you can redistribute it and/or modify | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright 2021 - Soroush Rabiei, <[email protected]> | ||
* Copyright (C) 2021-2025 - Soroush Rabiei, <[email protected]> | ||
* This file is part of libcalendars. | ||
* | ||
* libcalendars is free software: you can redistribute it and/or modify | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
# Copyright (C) 2021-2025 - Soroush Rabiei, <[email protected]> | ||
# This file is part of libcalendars. | ||
# | ||
# libcalendars 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. | ||
# | ||
# libcalendars 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 libcalendars. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
%define name libcalendars | ||
%define version 1.0.0 | ||
%define release 1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
# Copyright (C) 2021-2025 - Soroush Rabiei, <[email protected]> | ||
# This file is part of libcalendars. | ||
# | ||
# libcalendars 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. | ||
# | ||
# libcalendars 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 libcalendars. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
cmake_minimum_required(VERSION 3.16.0) | ||
|
||
# Calendar tests | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright 2021 - Soroush Rabiei, <[email protected]> | ||
* Copyright (C) 2021-2025 - Soroush Rabiei, <[email protected]> | ||
* This file is part of libcalendar. | ||
* | ||
* libcalendar is free software: you can redistribute it and/or modify | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright 2021 - Soroush Rabiei, <[email protected]> | ||
* Copyright (C) 2021-2025 - Soroush Rabiei, <[email protected]> | ||
* This file is part of libcalendar. | ||
* | ||
* libcalendar is free software: you can redistribute it and/or modify | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright 2021 - Soroush Rabiei, <[email protected]> | ||
* Copyright (C) 2021-2025 - Soroush Rabiei, <[email protected]> | ||
* This file is part of libcalendar. | ||
* | ||
* libcalendar is free software: you can redistribute it and/or modify | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright 2021 - Soroush Rabiei, <[email protected]> | ||
* Copyright (C) 2021-2025 - Soroush Rabiei, <[email protected]> | ||
* This file is part of libcalendar. | ||
* | ||
* libcalendar is free software: you can redistribute it and/or modify | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright 2021 - Soroush Rabiei, <[email protected]> | ||
* Copyright (C) 2021-2025 - Soroush Rabiei, <[email protected]> | ||
* This file is part of libcalendar. | ||
* | ||
* libcalendar is free software: you can redistribute it and/or modify | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright 2021 - Soroush Rabiei, <[email protected]> | ||
* Copyright (C) 2021-2025 - Soroush Rabiei, <[email protected]> | ||
* This file is part of libcalendar. | ||
* | ||
* libcalendar is free software: you can redistribute it and/or modify | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright 2021 - Soroush Rabiei, <[email protected]> | ||
* Copyright (C) 2021-2025 - Soroush Rabiei, <[email protected]> | ||
* This file is part of libcalendar. | ||
* | ||
* libcalendar is free software: you can redistribute it and/or modify | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright 2021 - Soroush Rabiei, <[email protected]> | ||
* Copyright (C) 2021-2025 - Soroush Rabiei, <[email protected]> | ||
* This file is part of libcalendar. | ||
* | ||
* libcalendar is free software: you can redistribute it and/or modify | ||
|
Oops, something went wrong.