Skip to content

Commit

Permalink
License (#154)
Browse files Browse the repository at this point in the history
* build: add copyright (#153)

* docs: add license (#145)
  • Loading branch information
TBoileau committed Nov 18, 2021
1 parent 36dbc31 commit 665395b
Show file tree
Hide file tree
Showing 127 changed files with 1,245 additions and 2 deletions.
3 changes: 3 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Copyright (C) 2021 Thomas Boileau - All Rights Reserved.

This license is proprietary. This means that you are not allowed to use this application for commercial use.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
![GitHub issues](https://img.shields.io/github/issues/TBoileau/rse?style=for-the-badge)
![GitHub closed issues](https://img.shields.io/github/issues-closed/TBoileau/rse?style=for-the-badge)

![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/TBoileau/rse/continuous_integration.yml/develop?style=for-the-badge)
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/TBoileau/rse/Continuous%20integration?style=for-the-badge)
![Codecov branch](https://img.shields.io/codecov/c/github/TBoileau/rse/develop?style=for-the-badge)

## Installation
Expand Down
10 changes: 10 additions & 0 deletions assets/app.ts
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
/**
* Copyright (C) Thomas Boileau - All Rights Reserved
*
* This source code is protected under international copyright law.
* All rights reserved and protected by the copyright holders.
* This file is confidential and only available to authorized individuals with the
* permission of the copyright holders. If you encounter this file and do not have
* permission, please contact the copyright holders and delete this file.
*/

import './styles/app.scss';
10 changes: 10 additions & 0 deletions assets/styles/app.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/**
* Copyright (C) Thomas Boileau - All Rights Reserved
*
* This source code is protected under international copyright law.
* All rights reserved and protected by the copyright holders.
* This file is confidential and only available to authorized individuals with the
* permission of the copyright holders. If you encounter this file and do not have
* permission, please contact the copyright holders and delete this file.
*/

body {
background-color: lightgray;
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"typescript": "^4.5.2",
"webpack-notifier": "^1.6.0"
},
"license": "UNLICENSED",
"license": "proprietary",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
Expand Down
10 changes: 10 additions & 0 deletions src/Security/Domain/Contract/Gateway/UserGateway.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<?php

/**
* Copyright (C) Thomas Boileau - All Rights Reserved.
*
* This source code is protected under international copyright law.
* All rights reserved and protected by the copyright holders.
* This file is confidential and only available to authorized individuals with the
* permission of the copyright holders. If you encounter this file and do not have
* permission, please contact the copyright holders and delete this file.
*/

declare(strict_types=1);

namespace App\Security\Domain\Contract\Gateway;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<?php

/**
* Copyright (C) Thomas Boileau - All Rights Reserved.
*
* This source code is protected under international copyright law.
* All rights reserved and protected by the copyright holders.
* This file is confidential and only available to authorized individuals with the
* permission of the copyright holders. If you encounter this file and do not have
* permission, please contact the copyright holders and delete this file.
*/

declare(strict_types=1);

namespace App\Security\Domain\Contract\Security\PasswordHasher;
Expand Down
10 changes: 10 additions & 0 deletions src/Security/Domain/Entity/User.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<?php

/**
* Copyright (C) Thomas Boileau - All Rights Reserved.
*
* This source code is protected under international copyright law.
* All rights reserved and protected by the copyright holders.
* This file is confidential and only available to authorized individuals with the
* permission of the copyright holders. If you encounter this file and do not have
* permission, please contact the copyright holders and delete this file.
*/

declare(strict_types=1);

namespace App\Security\Domain\Entity;
Expand Down
10 changes: 10 additions & 0 deletions src/Security/Domain/Tests/Acceptance/Context/SecurityContext.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<?php

/**
* Copyright (C) Thomas Boileau - All Rights Reserved.
*
* This source code is protected under international copyright law.
* All rights reserved and protected by the copyright holders.
* This file is confidential and only available to authorized individuals with the
* permission of the copyright holders. If you encounter this file and do not have
* permission, please contact the copyright holders and delete this file.
*/

declare(strict_types=1);

namespace App\Security\Domain\Tests\Acceptance\Context;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<?php

/**
* Copyright (C) Thomas Boileau - All Rights Reserved.
*
* This source code is protected under international copyright law.
* All rights reserved and protected by the copyright holders.
* This file is confidential and only available to authorized individuals with the
* permission of the copyright holders. If you encounter this file and do not have
* permission, please contact the copyright holders and delete this file.
*/

declare(strict_types=1);

namespace App\Security\Domain\Tests\Fixtures\Infrastructure\Repository;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<?php

/**
* Copyright (C) Thomas Boileau - All Rights Reserved.
*
* This source code is protected under international copyright law.
* All rights reserved and protected by the copyright holders.
* This file is confidential and only available to authorized individuals with the
* permission of the copyright holders. If you encounter this file and do not have
* permission, please contact the copyright holders and delete this file.
*/

declare(strict_types=1);

namespace App\Security\Domain\Tests\Fixtures\Infrastructure\Security;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<?php

/**
* Copyright (C) Thomas Boileau - All Rights Reserved.
*
* This source code is protected under international copyright law.
* All rights reserved and protected by the copyright holders.
* This file is confidential and only available to authorized individuals with the
* permission of the copyright holders. If you encounter this file and do not have
* permission, please contact the copyright holders and delete this file.
*/

declare(strict_types=1);

namespace App\Security\Domain\Tests\Fixtures\UserInterface\Input;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<?php

/**
* Copyright (C) Thomas Boileau - All Rights Reserved.
*
* This source code is protected under international copyright law.
* All rights reserved and protected by the copyright holders.
* This file is confidential and only available to authorized individuals with the
* permission of the copyright holders. If you encounter this file and do not have
* permission, please contact the copyright holders and delete this file.
*/

declare(strict_types=1);

namespace App\Security\Domain\Tests\Fixtures\UserInterface\Input;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<?php

/**
* Copyright (C) Thomas Boileau - All Rights Reserved.
*
* This source code is protected under international copyright law.
* All rights reserved and protected by the copyright holders.
* This file is confidential and only available to authorized individuals with the
* permission of the copyright holders. If you encounter this file and do not have
* permission, please contact the copyright holders and delete this file.
*/

declare(strict_types=1);

namespace App\Security\Domain\Tests\Fixtures\UserInterface\Presenter;
Expand Down
10 changes: 10 additions & 0 deletions src/Security/Domain/Tests/Unit/Entity/UserTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<?php

/**
* Copyright (C) Thomas Boileau - All Rights Reserved.
*
* This source code is protected under international copyright law.
* All rights reserved and protected by the copyright holders.
* This file is confidential and only available to authorized individuals with the
* permission of the copyright holders. If you encounter this file and do not have
* permission, please contact the copyright holders and delete this file.
*/

declare(strict_types=1);

namespace App\Security\Domain\Tests\Unit\Entity;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<?php

/**
* Copyright (C) Thomas Boileau - All Rights Reserved.
*
* This source code is protected under international copyright law.
* All rights reserved and protected by the copyright holders.
* This file is confidential and only available to authorized individuals with the
* permission of the copyright holders. If you encounter this file and do not have
* permission, please contact the copyright holders and delete this file.
*/

declare(strict_types=1);

namespace App\Security\Domain\Tests\Unit\UseCase;
Expand Down
10 changes: 10 additions & 0 deletions src/Security/Domain/Tests/Unit/UseCase/ResetPasswordTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<?php

/**
* Copyright (C) Thomas Boileau - All Rights Reserved.
*
* This source code is protected under international copyright law.
* All rights reserved and protected by the copyright holders.
* This file is confidential and only available to authorized individuals with the
* permission of the copyright holders. If you encounter this file and do not have
* permission, please contact the copyright holders and delete this file.
*/

declare(strict_types=1);

namespace App\Security\Domain\Tests\Unit\UseCase;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<?php

/**
* Copyright (C) Thomas Boileau - All Rights Reserved.
*
* This source code is protected under international copyright law.
* All rights reserved and protected by the copyright holders.
* This file is confidential and only available to authorized individuals with the
* permission of the copyright holders. If you encounter this file and do not have
* permission, please contact the copyright holders and delete this file.
*/

declare(strict_types=1);

namespace App\Security\Domain\Tests\Unit\ValueObject\Password;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<?php

/**
* Copyright (C) Thomas Boileau - All Rights Reserved.
*
* This source code is protected under international copyright law.
* All rights reserved and protected by the copyright holders.
* This file is confidential and only available to authorized individuals with the
* permission of the copyright holders. If you encounter this file and do not have
* permission, please contact the copyright holders and delete this file.
*/

declare(strict_types=1);

namespace App\Security\Domain\Tests\Unit\ValueObject\Password;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<?php

/**
* Copyright (C) Thomas Boileau - All Rights Reserved.
*
* This source code is protected under international copyright law.
* All rights reserved and protected by the copyright holders.
* This file is confidential and only available to authorized individuals with the
* permission of the copyright holders. If you encounter this file and do not have
* permission, please contact the copyright holders and delete this file.
*/

declare(strict_types=1);

namespace App\Security\Domain\UseCase\RequestForgottenPassword;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<?php

/**
* Copyright (C) Thomas Boileau - All Rights Reserved.
*
* This source code is protected under international copyright law.
* All rights reserved and protected by the copyright holders.
* This file is confidential and only available to authorized individuals with the
* permission of the copyright holders. If you encounter this file and do not have
* permission, please contact the copyright holders and delete this file.
*/

declare(strict_types=1);

namespace App\Security\Domain\UseCase\RequestForgottenPassword;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<?php

/**
* Copyright (C) Thomas Boileau - All Rights Reserved.
*
* This source code is protected under international copyright law.
* All rights reserved and protected by the copyright holders.
* This file is confidential and only available to authorized individuals with the
* permission of the copyright holders. If you encounter this file and do not have
* permission, please contact the copyright holders and delete this file.
*/

declare(strict_types=1);

namespace App\Security\Domain\UseCase\RequestForgottenPassword;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<?php

/**
* Copyright (C) Thomas Boileau - All Rights Reserved.
*
* This source code is protected under international copyright law.
* All rights reserved and protected by the copyright holders.
* This file is confidential and only available to authorized individuals with the
* permission of the copyright holders. If you encounter this file and do not have
* permission, please contact the copyright holders and delete this file.
*/

declare(strict_types=1);

namespace App\Security\Domain\UseCase\RequestForgottenPassword;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<?php

/**
* Copyright (C) Thomas Boileau - All Rights Reserved.
*
* This source code is protected under international copyright law.
* All rights reserved and protected by the copyright holders.
* This file is confidential and only available to authorized individuals with the
* permission of the copyright holders. If you encounter this file and do not have
* permission, please contact the copyright holders and delete this file.
*/

declare(strict_types=1);

namespace App\Security\Domain\UseCase\RequestForgottenPassword;
Expand Down
10 changes: 10 additions & 0 deletions src/Security/Domain/UseCase/ResetPassword/ResetPassword.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<?php

/**
* Copyright (C) Thomas Boileau - All Rights Reserved.
*
* This source code is protected under international copyright law.
* All rights reserved and protected by the copyright holders.
* This file is confidential and only available to authorized individuals with the
* permission of the copyright holders. If you encounter this file and do not have
* permission, please contact the copyright holders and delete this file.
*/

declare(strict_types=1);

namespace App\Security\Domain\UseCase\ResetPassword;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<?php

/**
* Copyright (C) Thomas Boileau - All Rights Reserved.
*
* This source code is protected under international copyright law.
* All rights reserved and protected by the copyright holders.
* This file is confidential and only available to authorized individuals with the
* permission of the copyright holders. If you encounter this file and do not have
* permission, please contact the copyright holders and delete this file.
*/

declare(strict_types=1);

namespace App\Security\Domain\UseCase\ResetPassword;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<?php

/**
* Copyright (C) Thomas Boileau - All Rights Reserved.
*
* This source code is protected under international copyright law.
* All rights reserved and protected by the copyright holders.
* This file is confidential and only available to authorized individuals with the
* permission of the copyright holders. If you encounter this file and do not have
* permission, please contact the copyright holders and delete this file.
*/

declare(strict_types=1);

namespace App\Security\Domain\UseCase\ResetPassword;
Expand Down
Loading

0 comments on commit 665395b

Please sign in to comment.