Skip to content

Commit

Permalink
chore: update NOTICE (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustSamuel authored Sep 16, 2024
1 parent 85202a6 commit 2871b4f
Show file tree
Hide file tree
Showing 407 changed files with 905 additions and 65 deletions.
2 changes: 2 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* @license
*/
2 changes: 2 additions & 0 deletions src/authentication/json-web-token.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* @license
*/

import User from '../entity/user/user';
Expand Down
2 changes: 2 additions & 0 deletions src/authentication/token-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* @license
*/

import assert from 'assert';
Expand Down
2 changes: 2 additions & 0 deletions src/controller/authentication-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* @license
*/

import { Request, Response } from 'express';
Expand Down
3 changes: 2 additions & 1 deletion src/controller/authentication-secure-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* @license
*/


import { Response } from 'express';
import log4js, { Logger } from 'log4js';
import BaseController, { BaseControllerOptions } from './base-controller';
Expand Down
2 changes: 2 additions & 0 deletions src/controller/balance-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* @license
*/

import log4js, { Logger } from 'log4js';
Expand Down
2 changes: 2 additions & 0 deletions src/controller/banner-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* @license
*/

import { Response } from 'express';
Expand Down
2 changes: 2 additions & 0 deletions src/controller/base-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* @license
*/

import express, { Router, RequestHandler } from 'express';
Expand Down
2 changes: 2 additions & 0 deletions src/controller/container-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* @license
*/

import log4js, { Logger } from 'log4js';
Expand Down
2 changes: 2 additions & 0 deletions src/controller/debtor-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* @license
*/

import BaseController, { BaseControllerOptions } from './base-controller';
Expand Down
3 changes: 2 additions & 1 deletion src/controller/event-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* @license
*/


import log4js, { Logger } from 'log4js';
import { Response } from 'express';
import BaseController, { BaseControllerOptions } from './base-controller';
Expand Down
2 changes: 2 additions & 0 deletions src/controller/event-shift-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* @license
*/

import BaseController, { BaseControllerOptions } from './base-controller';
Expand Down
2 changes: 2 additions & 0 deletions src/controller/invoice-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* @license
*/

import log4js, { Logger } from 'log4js';
Expand Down
2 changes: 2 additions & 0 deletions src/controller/payout-request-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* @license
*/

import { Response } from 'express';
Expand Down
2 changes: 2 additions & 0 deletions src/controller/point-of-sale-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* @license
*/

import log4js, { Logger } from 'log4js';
Expand Down
2 changes: 2 additions & 0 deletions src/controller/policy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* @license
*/

import { RequestHandler } from 'express';
Expand Down
3 changes: 2 additions & 1 deletion src/controller/product-category-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* @license
*/


import log4js, { Logger } from 'log4js';
import { Response } from 'express';
import BaseController, { BaseControllerOptions } from './base-controller';
Expand Down
2 changes: 2 additions & 0 deletions src/controller/product-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* @license
*/

import log4js, { Logger } from 'log4js';
Expand Down
2 changes: 2 additions & 0 deletions src/controller/rbac-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* @license
*/

import { Response } from 'express';
Expand Down
3 changes: 2 additions & 1 deletion src/controller/request/accept-tos-request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* @license
*/


/**
* @typedef {object} AcceptTosRequest
* @property {boolean} extensiveDataProcessing.required - Whether data about this
Expand Down
3 changes: 2 additions & 1 deletion src/controller/request/authentication-ean-request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* @license
*/


/**
* @typedef {object} AuthenticationEanRequest
* @property {string} eanCode.required
Expand Down
3 changes: 2 additions & 1 deletion src/controller/request/authentication-key-request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* @license
*/


/**
* @typedef {object} AuthenticationKeyRequest
* @property {number} userId.required
Expand Down
3 changes: 2 additions & 1 deletion src/controller/request/authentication-ldap-request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* @license
*/


/**
* @typedef {object} AuthenticationLDAPRequest
* @property {string} accountName.required - The AD account name to authenticate
Expand Down
3 changes: 2 additions & 1 deletion src/controller/request/authentication-local-request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* @license
*/


/**
* @typedef {object} AuthenticationLocalRequest
* @property {string} accountMail.required - The users mail to authenticate
Expand Down
3 changes: 2 additions & 1 deletion src/controller/request/authentication-mock-request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* @license
*/


/**
* @typedef {object} AuthenticationMockRequest
* @property {number} userId.required
Expand Down
3 changes: 2 additions & 1 deletion src/controller/request/authentication-nfc-request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* @license
*/


/**
* @typedef {object} AuthenticationNfcRequest
* @property {string} nfcCode.required
Expand Down
3 changes: 2 additions & 1 deletion src/controller/request/authentication-pin-request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* @license
*/


/**
* @typedef {object} AuthenticationPinRequest
* @property {number} userId.required
Expand Down
3 changes: 2 additions & 1 deletion src/controller/request/authentication-reset-token-request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* @license
*/


/**
* @typedef {object} AuthenticationResetTokenRequest
* @property {string} accountMail.required - The mail of the user
Expand Down
3 changes: 2 additions & 1 deletion src/controller/request/banner-request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* @license
*/


/**
* @typedef {object} BannerRequest
* @property {string} name - Name/label of the banner
Expand Down
3 changes: 2 additions & 1 deletion src/controller/request/container-request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* @license
*/


export interface BaseContainerParams {
products: number[],
public: boolean,
Expand Down
3 changes: 2 additions & 1 deletion src/controller/request/debtor-request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* @license
*/


/**
* @typedef {object} HandoutFinesRequest
* @property {Array<integer>} userIds.required - Users to fine. If a user is not eligible for a fine, a fine of 0,00 will be handed out.
Expand Down
3 changes: 2 additions & 1 deletion src/controller/request/dinero-request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* @license
*/


/**
* @typedef {object} DineroObject
* @property {integer} amount.required - amount
Expand Down
3 changes: 2 additions & 1 deletion src/controller/request/duration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* @license
*/


/**
* For all requests that contain an object with a start and end date.
*/
Expand Down
2 changes: 2 additions & 0 deletions src/controller/request/event-request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* @license
*/

import { Availability } from '../../entity/event/event-shift-answer';
Expand Down
2 changes: 2 additions & 0 deletions src/controller/request/file-request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* @license
*/

// TODO This is most likely not the way to go, but im not sure how to deal with file uploading in express-jsdoc-swagger.
Expand Down
2 changes: 2 additions & 0 deletions src/controller/request/invoice-entry-request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* @license
*/

import { DineroObjectRequest } from './dinero-request';
Expand Down
3 changes: 3 additions & 0 deletions src/controller/request/invoice-request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* @license
*/

import { InvoiceState } from '../../entity/invoices/invoice-status';
import { DineroObjectRequest } from './dinero-request';

Expand Down
2 changes: 2 additions & 0 deletions src/controller/request/payout-request-request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* @license
*/

import { DineroObjectRequest } from './dinero-request';
Expand Down
Loading

0 comments on commit 2871b4f

Please sign in to comment.