Skip to content

Commit

Permalink
style(php): Fix copyright comment
Browse files Browse the repository at this point in the history
Signed-off-by: Rubén D <[email protected]>
  • Loading branch information
nuxsmin committed May 4, 2024
1 parent 10dedaa commit ac8565b
Show file tree
Hide file tree
Showing 581 changed files with 607 additions and 602 deletions.
2 changes: 1 addition & 1 deletion lib/SP/Core/Acl/Acl.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
declare(strict_types=1);

/*
/**
* sysPass
*
* @author nuxsmin
Expand Down
2 changes: 1 addition & 1 deletion lib/SP/Core/Acl/Actions.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
declare(strict_types=1);
/*
/**
* sysPass
*
* @author nuxsmin
Expand Down
2 changes: 1 addition & 1 deletion lib/SP/Core/Application.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
declare(strict_types=1);
/*
/**
* sysPass
*
* @author nuxsmin
Expand Down
2 changes: 1 addition & 1 deletion lib/SP/Core/Bootstrap/BootstrapBase.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

declare(strict_types=1);
/*
/**
* sysPass
*
* @author nuxsmin
Expand Down
2 changes: 1 addition & 1 deletion lib/SP/Core/Bootstrap/RouteContext.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
declare(strict_types=1);
/*
/**
* sysPass
*
* @author nuxsmin
Expand Down
2 changes: 1 addition & 1 deletion lib/SP/Core/Bootstrap/UriContext.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
declare(strict_types=1);
/*
/**
* sysPass
*
* @author nuxsmin
Expand Down
2 changes: 1 addition & 1 deletion lib/SP/Core/Context/ContextBase.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
declare(strict_types=1);
/*
/**
* sysPass
*
* @author nuxsmin
Expand Down
2 changes: 1 addition & 1 deletion lib/SP/Core/Context/ContextCollection.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
declare(strict_types=1);
/*
/**
* sysPass
*
* @author nuxsmin
Expand Down
2 changes: 1 addition & 1 deletion lib/SP/Core/Context/ContextException.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
declare(strict_types=1);
/*
/**
* sysPass
*
* @author nuxsmin
Expand Down
2 changes: 1 addition & 1 deletion lib/SP/Core/Context/ContextFactory.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
declare(strict_types=1);
/*
/**
* sysPass
*
* @author nuxsmin
Expand Down
2 changes: 1 addition & 1 deletion lib/SP/Core/Context/Session.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
declare(strict_types=1);
/*
/**
* sysPass
*
* @author nuxsmin
Expand Down
2 changes: 1 addition & 1 deletion lib/SP/Core/Context/SessionUtil.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
declare(strict_types=1);
/*
/**
* sysPass
*
* @author nuxsmin
Expand Down
2 changes: 1 addition & 1 deletion lib/SP/Core/Context/StatelessContext.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
declare(strict_types=1);
/*
/**
* sysPass
*
* @author nuxsmin
Expand Down
2 changes: 1 addition & 1 deletion lib/SP/Core/Crypt/Cookie.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
declare(strict_types=1);
/*
/**
* sysPass
*
* @author nuxsmin
Expand Down
2 changes: 1 addition & 1 deletion lib/SP/Core/Crypt/Crypt.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
declare(strict_types=1);
/*
/**
* sysPass
*
* @author nuxsmin
Expand Down
2 changes: 1 addition & 1 deletion lib/SP/Core/Crypt/CryptPKI.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
declare(strict_types=1);
/*
/**
* sysPass
*
* @author nuxsmin
Expand Down
2 changes: 1 addition & 1 deletion lib/SP/Core/Crypt/CryptSessionHandler.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
declare(strict_types=1);
/*
/**
* sysPass
*
* @author nuxsmin
Expand Down
2 changes: 1 addition & 1 deletion lib/SP/Core/Crypt/Csrf.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
declare(strict_types=1);
/*
/**
* sysPass
*
* @author nuxsmin
Expand Down
2 changes: 1 addition & 1 deletion lib/SP/Core/Crypt/Hash.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
declare(strict_types=1);
/*
/**
* sysPass
*
* @author nuxsmin
Expand Down
2 changes: 1 addition & 1 deletion lib/SP/Core/Crypt/RequestBasedPassword.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
declare(strict_types=1);
/*
/**
* sysPass
*
* @author nuxsmin
Expand Down
2 changes: 1 addition & 1 deletion lib/SP/Core/Crypt/Session.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
declare(strict_types=1);
/*
/**
* sysPass
*
* @author nuxsmin
Expand Down
2 changes: 1 addition & 1 deletion lib/SP/Core/Crypt/UuidCookie.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
declare(strict_types=1);
/*
/**
* sysPass
*
* @author nuxsmin
Expand Down
2 changes: 1 addition & 1 deletion lib/SP/Core/Crypt/Vault.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
declare(strict_types=1);
/*
/**
* sysPass
*
* @author nuxsmin
Expand Down
2 changes: 1 addition & 1 deletion lib/SP/Core/DataCollection.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
declare(strict_types=1);
/*
/**
* sysPass
*
* @author nuxsmin
Expand Down
2 changes: 1 addition & 1 deletion lib/SP/Core/Definitions/CoreDefinitions.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
declare(strict_types=1);
/*
/**
* sysPass
*
* @author nuxsmin
Expand Down
2 changes: 1 addition & 1 deletion lib/SP/Core/Definitions/DomainDefinitions.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
declare(strict_types=1);
/*
/**
* sysPass
*
* @author nuxsmin
Expand Down
2 changes: 1 addition & 1 deletion lib/SP/Core/Events/Event.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
declare(strict_types=1);
/*
/**
* sysPass
*
* @author nuxsmin
Expand Down
2 changes: 1 addition & 1 deletion lib/SP/Core/Events/EventDispatcher.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
declare(strict_types=1);
/*
/**
* sysPass
*
* @author nuxsmin
Expand Down
2 changes: 1 addition & 1 deletion lib/SP/Core/Events/EventDispatcherBase.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
declare(strict_types=1);
/*
/**
* sysPass
*
* @author nuxsmin
Expand Down
2 changes: 1 addition & 1 deletion lib/SP/Core/Events/EventMessage.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

declare(strict_types=1);
/*
/**
* sysPass
*
* @author nuxsmin
Expand Down
2 changes: 1 addition & 1 deletion lib/SP/Core/HttpModuleBase.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
declare(strict_types=1);
/*
/**
* sysPass
*
* @author nuxsmin
Expand Down
2 changes: 1 addition & 1 deletion lib/SP/Core/Language.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
declare(strict_types=1);
/*
/**
* sysPass
*
* @author nuxsmin
Expand Down
2 changes: 1 addition & 1 deletion lib/SP/Core/Messages/HtmlFormatter.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
declare(strict_types=1);
/*
/**
* sysPass
*
* @author nuxsmin
Expand Down
2 changes: 1 addition & 1 deletion lib/SP/Core/Messages/MailMessage.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
declare(strict_types=1);
/*
/**
* sysPass
*
* @author nuxsmin
Expand Down
2 changes: 1 addition & 1 deletion lib/SP/Core/Messages/MessageBase.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
declare(strict_types=1);
/*
/**
* sysPass
*
* @author nuxsmin
Expand Down
2 changes: 1 addition & 1 deletion lib/SP/Core/Messages/NotificationMessage.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
declare(strict_types=1);
/*
/**
* sysPass
*
* @author nuxsmin
Expand Down
2 changes: 1 addition & 1 deletion lib/SP/Core/Messages/TaskMessage.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
declare(strict_types=1);
/*
/**
* sysPass
*
* @author nuxsmin
Expand Down
2 changes: 1 addition & 1 deletion lib/SP/Core/Messages/TextFormatter.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
declare(strict_types=1);
/*
/**
* sysPass
*
* @author nuxsmin
Expand Down
2 changes: 1 addition & 1 deletion lib/SP/Core/MimeTypes.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
declare(strict_types=1);
/*
/**
* sysPass
*
* @author nuxsmin
Expand Down
2 changes: 1 addition & 1 deletion lib/SP/Core/ModuleBase.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

declare(strict_types=1);
/*
/**
* sysPass
*
* @author nuxsmin
Expand Down
2 changes: 1 addition & 1 deletion lib/SP/Core/PhpExtensionChecker.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
declare(strict_types=1);
/*
/**
* sysPass
*
* @author nuxsmin
Expand Down
2 changes: 1 addition & 1 deletion lib/SP/Core/ProvidersHelper.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
declare(strict_types=1);
/*
/**
* sysPass
*
* @author nuxsmin
Expand Down
2 changes: 1 addition & 1 deletion lib/SP/Core/UI/Theme.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
declare(strict_types=1);
/*
/**
* sysPass
*
* @author nuxsmin
Expand Down
2 changes: 1 addition & 1 deletion lib/SP/Core/UI/ThemeContext.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
declare(strict_types=1);
/*
/**
* sysPass
*
* @author nuxsmin
Expand Down
2 changes: 1 addition & 1 deletion lib/SP/Core/UI/ThemeIcons.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
declare(strict_types=1);
/*
/**
* sysPass
*
* @author nuxsmin
Expand Down
2 changes: 1 addition & 1 deletion lib/SP/Domain/Account/Adapters/Account.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
declare(strict_types=1);
/*
/**
* sysPass
*
* @author nuxsmin
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
declare(strict_types=1);
/*
/**
* sysPass
*
* @author nuxsmin
Expand Down
2 changes: 1 addition & 1 deletion lib/SP/Domain/Account/Adapters/AccountPermission.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
declare(strict_types=1);
/*
/**
* sysPass
*
* @author nuxsmin
Expand Down
2 changes: 1 addition & 1 deletion lib/SP/Domain/Account/Adapters/AccountSearchItem.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

declare(strict_types=1);
/*
/**
* sysPass
*
* @author nuxsmin
Expand Down
Loading

0 comments on commit ac8565b

Please sign in to comment.