Skip to content

Commit 78f325c

Browse files
authored
Merge pull request #13 from redbitcz/jb-license
Add license markups
2 parents c340d45 + aff1919 commit 78f325c

11 files changed

+35
-3
lines changed

.phpstorm.meta.php

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<?php
2+
/**
3+
* The MIT License (MIT)
4+
* Copyright (c) 2022 Redbit s.r.o., Jakub Bouček
5+
*/
26

37
namespace PHPSTORM_META {
48

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2020 Redbit s.r.o., Jakub Bouček
3+
Copyright (c) 2022 Redbit s.r.o., Jakub Bouček
44

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

src/Detector.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* The MIT License (MIT)
4-
* Copyright (c) 2020 Redbit s.r.o., Jakub Bouček
4+
* Copyright (c) 2022 Redbit s.r.o., Jakub Bouček
55
*/
66

77
declare(strict_types=1);

src/Enabler.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* The MIT License (MIT)
4-
* Copyright (c) 2020 Redbit s.r.o., Jakub Bouček
4+
* Copyright (c) 2022 Redbit s.r.o., Jakub Bouček
55
*/
66

77
declare(strict_types=1);

src/InconsistentEnablerModeException.php

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<?php
2+
/**
3+
* The MIT License (MIT)
4+
* Copyright (c) 2022 Redbit s.r.o., Jakub Bouček
5+
*/
26

37
declare(strict_types=1);
48

src/Plugin/Plugin.php

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<?php
2+
/**
3+
* The MIT License (MIT)
4+
* Copyright (c) 2022 Redbit s.r.o., Jakub Bouček
5+
*/
26

37
declare(strict_types=1);
48

src/Plugin/SignedUrl.php

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<?php
2+
/**
3+
* The MIT License (MIT)
4+
* Copyright (c) 2022 Redbit s.r.o., Jakub Bouček
5+
*/
26

37
declare(strict_types=1);
48

src/Plugin/SignedUrlVerificationException.php

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<?php
2+
/**
3+
* The MIT License (MIT)
4+
* Copyright (c) 2022 Redbit s.r.o., Jakub Bouček
5+
*/
26

37
declare(strict_types=1);
48

tests/DetectorTest.php

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<?php
2+
/**
3+
* The MIT License (MIT)
4+
* Copyright (c) 2022 Redbit s.r.o., Jakub Bouček
5+
*/
26

37
declare(strict_types=1);
48

tests/Plugin/SignUrlTest.php

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<?php
2+
/**
3+
* The MIT License (MIT)
4+
* Copyright (c) 2022 Redbit s.r.o., Jakub Bouček
5+
*/
26

37
declare(strict_types=1);
48

tests/bootstrap.php

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<?php
2+
/**
3+
* The MIT License (MIT)
4+
* Copyright (c) 2022 Redbit s.r.o., Jakub Bouček
5+
*/
26

37
declare(strict_types=1);
48

0 commit comments

Comments
 (0)