Skip to content

Commit

Permalink
Resolve copyright notice issues
Browse files Browse the repository at this point in the history
Signed-off-by: Soroush Rabiei <[email protected]>
  • Loading branch information
Soroush Rabiei committed Dec 31, 2024
1 parent e34a0f4 commit 3877407
Show file tree
Hide file tree
Showing 33 changed files with 170 additions and 83 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
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:
Expand Down
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"files.associations": {
"cl-islamic-civil.h": "c"
}
}
17 changes: 17 additions & 0 deletions CMakeLists.txt
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
Expand Down
16 changes: 0 additions & 16 deletions Jenkinsfile

This file was deleted.

16 changes: 16 additions & 0 deletions appveyor.yml
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
Expand Down
16 changes: 16 additions & 0 deletions cmake/libcalendarsConfig.cmake
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")
2 changes: 1 addition & 1 deletion lib/include/libcalendars/cl-calendars.h
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
Expand Down
34 changes: 17 additions & 17 deletions lib/include/libcalendars/cl-export.h
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
Expand Down
10 changes: 5 additions & 5 deletions lib/include/libcalendars/cl-gregorian.h
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/>.
*
*/

Expand Down
14 changes: 7 additions & 7 deletions lib/include/libcalendars/cl-islamic-civil.h
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/>.
*
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/include/libcalendars/cl-jewish.h
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
Expand Down
2 changes: 1 addition & 1 deletion lib/include/libcalendars/cl-julian.h
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
Expand Down
2 changes: 1 addition & 1 deletion lib/include/libcalendars/cl-milankovic.h
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
Expand Down
2 changes: 1 addition & 1 deletion lib/include/libcalendars/cl-solar-hijri.h
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
Expand Down
2 changes: 1 addition & 1 deletion lib/src/cl-calendars.c
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
Expand Down
2 changes: 1 addition & 1 deletion lib/src/cl-gregorian.c
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
Expand Down
2 changes: 1 addition & 1 deletion lib/src/cl-jewish.c
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
Expand Down
2 changes: 1 addition & 1 deletion lib/src/cl-julian.c
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
Expand Down
2 changes: 1 addition & 1 deletion lib/src/cl-math.c
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
Expand Down
2 changes: 1 addition & 1 deletion lib/src/cl-math.h
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
Expand Down
2 changes: 1 addition & 1 deletion lib/src/cl-milankovic.c
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
Expand Down
2 changes: 1 addition & 1 deletion lib/src/cl-solar-hijri.c
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
Expand Down
16 changes: 16 additions & 0 deletions rpm/libcalendars.spec
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
Expand Down
16 changes: 16 additions & 0 deletions tests/CMakeLists.txt
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
Expand Down
2 changes: 1 addition & 1 deletion tests/tst-common.c
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
Expand Down
2 changes: 1 addition & 1 deletion tests/tst-common.h
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
Expand Down
2 changes: 1 addition & 1 deletion tests/tst-gregorian.c
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
Expand Down
2 changes: 1 addition & 1 deletion tests/tst-islamic-civil.c
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
Expand Down
2 changes: 1 addition & 1 deletion tests/tst-jewish.c
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
Expand Down
2 changes: 1 addition & 1 deletion tests/tst-julian.c
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
Expand Down
2 changes: 1 addition & 1 deletion tests/tst-milankovic.c
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
Expand Down
2 changes: 1 addition & 1 deletion tests/tst-solar-hijri.c
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
Expand Down
Loading

0 comments on commit 3877407

Please sign in to comment.