Skip to content

Commit 452dd9a

Browse files
committed
Add and update license details
1 parent a9516f5 commit 452dd9a

24 files changed

+80
-1
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2013 John Stevenson
1+
Copyright (c) 2013-2023 John Stevenson
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

src/BaseDocument.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php declare(strict_types=1);
2+
23
/*
34
* This file is part of the Json-Works package.
45
*

src/Document.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<?php declare(strict_types=1);
22

3+
/*
4+
* This file is part of the Json-Works package.
5+
*
6+
* (c) John Stevenson <john-stevenson@blueyonder.co.uk>
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
312
namespace JohnStevenson\JsonWorks;
413

514
use JohnStevenson\JsonWorks\Helpers\Patcher;

src/Helpers/Error.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php declare(strict_types=1);
2+
23
/*
34
* This file is part of the Json-Works package.
45
*

src/Helpers/Finder.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php declare(strict_types=1);
2+
23
/*
34
* This file is part of the Json-Works package.
45
*

src/Helpers/Format/BaseFormat.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php declare(strict_types=1);
2+
23
/*
34
* This file is part of the Json-Works package.
45
*

src/Helpers/Format/Copier.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php declare(strict_types=1);
2+
23
/*
34
* This file is part of the Json-Works package.
45
*

src/Helpers/Format/Orderer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php declare(strict_types=1);
2+
23
/*
34
* This file is part of the Json-Works package.
45
*

src/Helpers/Format/Pruner.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php declare(strict_types=1);
2+
23
/*
34
* This file is part of the Json-Works package.
45
*

src/Helpers/Formatter.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php declare(strict_types=1);
2+
23
/*
34
* This file is part of the Json-Works package.
45
*

0 commit comments

Comments
 (0)