Skip to content

Commit 060e607

Browse files
committed
fix: Licensing update, fix author and contributors fields and info
1 parent b3252ae commit 060e607

11 files changed

+14
-11
lines changed

Diff for: LICENSE_COMMERCIAL.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Commercial License Agreement
22

3-
This License Agreement ("Agreement") is a legal agreement between you (either an individual or an entity) and Amir Moradi ("Licensor"). This Agreement governs your use of this software and any related documentation ("Software").
3+
This License Agreement ("Agreement") is a legal agreement between you (either an individual or an entity) and Calidy.com ("Licensor"). This Agreement governs your use of this software and any related documentation ("Software").
44

55
**1. Grant of License**
66

Diff for: dev/__wip__/utils/js-calendar-converters/ethiopianToCalendars.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @purpose : Converts Ethiopian Date to other Calendars' Dates.
55
*
66
* @version : 1.00
7-
* @author : Amir Moradi
7+
* @author : Calidy.com, Amir Moradi (https://calidy.com/)
88
* @date : 17 May 2023
99
* @licence : SEE LICENCE FILE LICENSE.md
1010
* @param : year : (numeric) [required] Ethiopian year

Diff for: dev/__wip__/utils/js-calendar-converters/hebrewToCalendars.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @purpose : Converts Hebrew Date to other Calendars' Dates.
55
*
66
* @version : 1.00
7-
* @author : Amir Moradi
7+
* @author : Calidy.com, Amir Moradi (https://calidy.com/)
88
* @date : 17 May 2023
99
* @licence : SEE LICENCE FILE LICENSE.md
1010
* @param : year : (numeric) [required] Hebrew year

Diff for: dev/__wip__/utils/js-calendar-converters/persianToCalendars.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* No external libraries or complex mathematical/astronomical formulas.
88
*
99
* @version : 1.00
10-
* @author : Amir Moradi
10+
* @author : Calidy.com, Amir Moradi (https://calidy.com/)
1111
* @date : 17 May 2023
1212
* @licence : SEE LICENCE FILE LICENSE.md
1313
* @param : year : (numeric) [required] persian year (-280803 to 281510)

Diff for: dev/tools/extractFunctionNames.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Function to extract function names from a JavaScript file
33
* @license see LICENSE file included in the project
4-
* @author Amir Moradi <https://amirmoradi.com>
4+
* @author Calidy.com, Amir Moradi (https://calidy.com/)
55
* @description see README.md file included in the project
66
* @param {string} file Path to the JavaScript file
77
*/

Diff for: package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,10 @@
102102
"dayjs-calendarsystems",
103103
"calidy calendar systems"
104104
],
105-
"author": "Amir Moradi <https://amirmoradi.com/>",
105+
"author": "Calidy.com (https://calidy.com/)",
106+
"contributors": [
107+
"Amir Moradi (https://amirmoradi.com/)"
108+
],
106109
"license": "SEE LICENSE IN LICENSE.md",
107110
"homepage": "https://calidy.com/engineering",
108111
"repository": {

Diff for: src/calendarSystems/CalendarSystemBase.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @file CalendarSystemBase.js
44
* @project dayjs-calendarsystems
55
* @license see LICENSE file included in the project
6-
* @author Amir Moradi <https://amirmoradi.com>
6+
* @author Calidy.com, Amir Moradi (https://calidy.com/)
77
* @description see README.md file included in the project
88
*
99
*/

Diff for: src/calendarSystems/GregoryCalendarSystem.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @file GregoryCalendarSystem.js
55
* @project dayjs-calendarsystems
66
* @license see LICENSE file included in the project
7-
* @author Amir Moradi <https://amirmoradi.com>
7+
* @author Calidy.com, Amir Moradi (https://calidy.com/)
88
* @description see README.md file included in the project
99
*
1010
*/

Diff for: src/calendarSystems/PersianCalendarSystem.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @file PersianCalendarSystem.js
55
* @project dayjs-calendarsystems
66
* @license see LICENSE file included in the project
7-
* @author Amir Moradi <https://amirmoradi.com>
7+
* @author Calidy.com, Amir Moradi (https://calidy.com/)
88
* @description see README.md file included in the project
99
*
1010
*/

Diff for: src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Day.js calendar systems plugin
33
* @license see LICENSE file included in the project
4-
* @author Amir Moradi <https://amirmoradi.com>
4+
* @author Calidy.com, Amir Moradi (https://calidy.com/)
55
* @description see README.md file included in the project
66
*
77
* This plugin allows Day.js to work with different calendar systems.

Diff for: src/utils/IntlUtils.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @fileoverview This file contains utility functions for working with the Intl API.
33
* @license see LICENSE file included in the project
4-
* @author Amir Moradi <https://amirmoradi.com>
4+
* @author Calidy.com, Amir Moradi (https://calidy.com/)
55
* @description see README.md file included in the project
66
*
77
*/

0 commit comments

Comments
 (0)