Skip to content

Commit

Permalink
License
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubboucek committed Mar 6, 2022
1 parent c340d45 commit aff1919
Show file tree
Hide file tree
Showing 11 changed files with 35 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .phpstorm.meta.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<?php
/**
* The MIT License (MIT)
* Copyright (c) 2022 Redbit s.r.o., Jakub Bouček
*/

namespace PHPSTORM_META {

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

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

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/Detector.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* The MIT License (MIT)
* Copyright (c) 2020 Redbit s.r.o., Jakub Bouček
* Copyright (c) 2022 Redbit s.r.o., Jakub Bouček
*/

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion src/Enabler.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* The MIT License (MIT)
* Copyright (c) 2020 Redbit s.r.o., Jakub Bouček
* Copyright (c) 2022 Redbit s.r.o., Jakub Bouček
*/

declare(strict_types=1);
Expand Down
4 changes: 4 additions & 0 deletions src/InconsistentEnablerModeException.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<?php
/**
* The MIT License (MIT)
* Copyright (c) 2022 Redbit s.r.o., Jakub Bouček
*/

declare(strict_types=1);

Expand Down
4 changes: 4 additions & 0 deletions src/Plugin/Plugin.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<?php
/**
* The MIT License (MIT)
* Copyright (c) 2022 Redbit s.r.o., Jakub Bouček
*/

declare(strict_types=1);

Expand Down
4 changes: 4 additions & 0 deletions src/Plugin/SignedUrl.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<?php
/**
* The MIT License (MIT)
* Copyright (c) 2022 Redbit s.r.o., Jakub Bouček
*/

declare(strict_types=1);

Expand Down
4 changes: 4 additions & 0 deletions src/Plugin/SignedUrlVerificationException.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<?php
/**
* The MIT License (MIT)
* Copyright (c) 2022 Redbit s.r.o., Jakub Bouček
*/

declare(strict_types=1);

Expand Down
4 changes: 4 additions & 0 deletions tests/DetectorTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<?php
/**
* The MIT License (MIT)
* Copyright (c) 2022 Redbit s.r.o., Jakub Bouček
*/

declare(strict_types=1);

Expand Down
4 changes: 4 additions & 0 deletions tests/Plugin/SignUrlTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<?php
/**
* The MIT License (MIT)
* Copyright (c) 2022 Redbit s.r.o., Jakub Bouček
*/

declare(strict_types=1);

Expand Down
4 changes: 4 additions & 0 deletions tests/bootstrap.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<?php
/**
* The MIT License (MIT)
* Copyright (c) 2022 Redbit s.r.o., Jakub Bouček
*/

declare(strict_types=1);

Expand Down

0 comments on commit aff1919

Please sign in to comment.