Skip to content

Commit

Permalink
Fix wording in license note
Browse files Browse the repository at this point in the history
  • Loading branch information
magicsunday committed Nov 23, 2023
1 parent 11d6578 commit ec0d1b2
Show file tree
Hide file tree
Showing 48 changed files with 48 additions and 48 deletions.
2 changes: 1 addition & 1 deletion module.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* This file is part of the package magicsunday/webtrees-descendants-chart.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
* LICENSE file distributed with this source code.
*/

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion resources/js/modules/chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of the package magicsunday/webtrees-descendants-chart.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
* LICENSE file distributed with this source code.
*/
import * as d3 from "./d3";
import Hierarchy from "./chart/hierarchy";
Expand Down
2 changes: 1 addition & 1 deletion resources/js/modules/chart/box.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of the package magicsunday/webtrees-descendants-chart.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
* LICENSE file distributed with this source code.
*/

import Image from "./box/image";
Expand Down
2 changes: 1 addition & 1 deletion resources/js/modules/chart/box/image.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of the package magicsunday/webtrees-descendants-chart.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
* LICENSE file distributed with this source code.
*/

import OrientationLeftRight from "../orientation/orientation-leftRight";
Expand Down
2 changes: 1 addition & 1 deletion resources/js/modules/chart/box/text.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of the package magicsunday/webtrees-descendants-chart.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
* LICENSE file distributed with this source code.
*/

import OrientationLeftRight from "../orientation/orientation-leftRight";
Expand Down
2 changes: 1 addition & 1 deletion resources/js/modules/chart/elbow/horizontal.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of the package magicsunday/webtrees-descendants-chart.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
* LICENSE file distributed with this source code.
*/

import * as d3 from "../../d3";
Expand Down
2 changes: 1 addition & 1 deletion resources/js/modules/chart/elbow/vertical.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of the package magicsunday/webtrees-descendants-chart.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
* LICENSE file distributed with this source code.
*/

import * as d3 from "../../d3";
Expand Down
2 changes: 1 addition & 1 deletion resources/js/modules/chart/hierarchy.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of the package magicsunday/webtrees-descendants-chart.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
* LICENSE file distributed with this source code.
*/

import * as d3 from "../d3";
Expand Down
2 changes: 1 addition & 1 deletion resources/js/modules/chart/orientation-collection.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of the package magicsunday/webtrees-descendants-chart.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
* LICENSE file distributed with this source code.
*/

import {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of the package magicsunday/webtrees-descendants-chart.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
* LICENSE file distributed with this source code.
*/

import Orientation from "./orientation";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of the package magicsunday/webtrees-descendants-chart.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
* LICENSE file distributed with this source code.
*/

import Orientation from "./orientation";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of the package magicsunday/webtrees-descendants-chart.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
* LICENSE file distributed with this source code.
*/

import Orientation from "./orientation";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of the package magicsunday/webtrees-descendants-chart.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
* LICENSE file distributed with this source code.
*/

import Orientation from "./orientation";
Expand Down
2 changes: 1 addition & 1 deletion resources/js/modules/chart/orientation/orientation.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of the package magicsunday/webtrees-descendants-chart.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
* LICENSE file distributed with this source code.
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion resources/js/modules/chart/overlay.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of the package magicsunday/webtrees-descendants-chart.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
* LICENSE file distributed with this source code.
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion resources/js/modules/chart/svg.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of the package magicsunday/webtrees-descendants-chart.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
* LICENSE file distributed with this source code.
*/

import Defs from "./svg/defs";
Expand Down
2 changes: 1 addition & 1 deletion resources/js/modules/chart/svg/defs.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of the package magicsunday/webtrees-descendants-chart.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
* LICENSE file distributed with this source code.
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion resources/js/modules/chart/svg/export-factory.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of the package magicsunday/webtrees-descendants-chart.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
* LICENSE file distributed with this source code.
*/

import PngExport from "./export/png";
Expand Down
2 changes: 1 addition & 1 deletion resources/js/modules/chart/svg/export.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of the package magicsunday/webtrees-descendants-chart.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
* LICENSE file distributed with this source code.
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion resources/js/modules/chart/svg/export/png.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of the package magicsunday/webtrees-descendants-chart.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
* LICENSE file distributed with this source code.
*/

import Export from "../export";
Expand Down
2 changes: 1 addition & 1 deletion resources/js/modules/chart/svg/export/svg.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of the package magicsunday/webtrees-descendants-chart.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
* LICENSE file distributed with this source code.
*/

import * as d3 from "../../../d3";
Expand Down
2 changes: 1 addition & 1 deletion resources/js/modules/chart/svg/zoom.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of the package magicsunday/webtrees-descendants-chart.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
* LICENSE file distributed with this source code.
*/

import * as d3 from "./../../d3";
Expand Down
2 changes: 1 addition & 1 deletion resources/js/modules/chart/text/measure.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of the package magicsunday/webtrees-descendants-chart.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
* LICENSE file distributed with this source code.
*/

let measureCanvas = null;
Expand Down
2 changes: 1 addition & 1 deletion resources/js/modules/chart/update.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of the package magicsunday/webtrees-descendants-chart.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
* LICENSE file distributed with this source code.
*/

import * as d3 from "./../d3";
Expand Down
2 changes: 1 addition & 1 deletion resources/js/modules/common/dataUrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of the package magicsunday/webtrees-descendants-chart.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
* LICENSE file distributed with this source code.
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion resources/js/modules/common/dpi.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of the package magicsunday/webtrees-descendants-chart.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
* LICENSE file distributed with this source code.
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion resources/js/modules/configuration.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of the package magicsunday/webtrees-descendants-chart.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
* LICENSE file distributed with this source code.
*/

import {LAYOUT_LEFTRIGHT} from "./constants";
Expand Down
2 changes: 1 addition & 1 deletion resources/js/modules/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of the package magicsunday/webtrees-descendants-chart.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
* LICENSE file distributed with this source code.
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion resources/js/modules/d3.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of the package magicsunday/webtrees-descendants-chart.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
* LICENSE file distributed with this source code.
*/

/*
Expand Down
2 changes: 1 addition & 1 deletion resources/js/modules/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of the package magicsunday/webtrees-descendants-chart.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
* LICENSE file distributed with this source code.
*/

import {Node} from "./d3";
Expand Down
2 changes: 1 addition & 1 deletion resources/js/modules/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of the package magicsunday/webtrees-descendants-chart.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
* LICENSE file distributed with this source code.
*/

import * as d3 from "./d3";
Expand Down
2 changes: 1 addition & 1 deletion resources/js/modules/storage.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of the package magicsunday/webtrees-descendants-chart.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
* LICENSE file distributed with this source code.
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion resources/js/modules/tree.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of the package magicsunday/webtrees-descendants-chart.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
* LICENSE file distributed with this source code.
*/

import * as d3 from "./d3";
Expand Down
2 changes: 1 addition & 1 deletion resources/views/layouts/ajax.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* This file is part of the package magicsunday/webtrees-descendants-chart.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
* LICENSE file distributed with this source code.
*/

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion resources/views/modules/charts/chart.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* This file is part of the package magicsunday/webtrees-descendants-chart.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
* LICENSE file distributed with this source code.
*/

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion resources/views/modules/descendants-chart/chart.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* This file is part of the package magicsunday/webtrees-descendants-chart.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
* LICENSE file distributed with this source code.
*/

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion resources/views/modules/descendants-chart/page.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* This file is part of the package magicsunday/webtrees-descendants-chart.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
* LICENSE file distributed with this source code.
*/

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion src/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* This file is part of the package magicsunday/webtrees-descendants-chart.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
* LICENSE file distributed with this source code.
*/

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion src/Facade/DataFacade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* This file is part of the package magicsunday/webtrees-descendants-chart.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
* LICENSE file distributed with this source code.
*/

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion src/Model/Node.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* This file is part of the package magicsunday/webtrees-descendants-chart.
*
* For the full copyright and license information; please read the
* LICENSE file that was distributed with this source code.
* LICENSE file distributed with this source code.
*/

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion src/Model/NodeData.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* This file is part of the package magicsunday/webtrees-descendants-chart.
*
* For the full copyright and license information; please read the
* LICENSE file that was distributed with this source code.
* LICENSE file distributed with this source code.
*/

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion src/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* This file is part of the package magicsunday/webtrees-descendants-chart.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
* LICENSE file distributed with this source code.
*/

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion src/Processor/DateProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* This file is part of the package magicsunday/webtrees-descendants-chart.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
* LICENSE file distributed with this source code.
*/

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion src/Processor/ImageProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* This file is part of the package magicsunday/webtrees-descendants-chart.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
* LICENSE file distributed with this source code.
*/

declare(strict_types=1);
Expand Down
Loading

0 comments on commit ec0d1b2

Please sign in to comment.