Skip to content

Commit

Permalink
chore: remove licence headers
Browse files Browse the repository at this point in the history
  • Loading branch information
lalumiere17 authored Dec 12, 2022
1 parent 0970f01 commit 4d24ceb
Show file tree
Hide file tree
Showing 105 changed files with 1 addition and 1,665 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"root": true,
"extends": ["@byndyusoft/eslint-config/header-apache-2.0", "@byndyusoft/eslint-config/backend"],
"extends": ["@byndyusoft/eslint-config/backend"],
"parserOptions": {
"ecmaVersion": 2021, // Node.js v16 LTS
"project": ["./packages/*/tsconfig.json"]
Expand Down
16 changes: 0 additions & 16 deletions packages/app/src/appModule.ts
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
/*
* Copyright 2021 Byndyusoft
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

import { DynamicModule, Module } from "@nestjs/common";

import { UsersModule } from "./users/usersModule";
Expand Down
16 changes: 0 additions & 16 deletions packages/app/src/infrastructure/about/aboutController.ts
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
/*
* Copyright 2021 Byndyusoft
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

import { ApiTags } from "@byndyusoft/nest-swagger";
import { Controller, Get } from "@nestjs/common";

Expand Down
16 changes: 0 additions & 16 deletions packages/app/src/infrastructure/about/aboutModule.ts
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
/*
* Copyright 2021 Byndyusoft
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

import { Module } from "@nestjs/common";

import { AboutController } from "./aboutController";
Expand Down
16 changes: 0 additions & 16 deletions packages/app/src/infrastructure/about/aboutService.ts
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
/*
* Copyright 2021 Byndyusoft
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

import { Injectable } from "@nestjs/common";

import { ConfigDto } from "../config";
Expand Down
16 changes: 0 additions & 16 deletions packages/app/src/infrastructure/about/dtos/aboutDto.ts
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
/*
* Copyright 2021 Byndyusoft
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

export class AboutDto {
/**
* Name
Expand Down
16 changes: 0 additions & 16 deletions packages/app/src/infrastructure/about/dtos/index.ts
Original file line number Diff line number Diff line change
@@ -1,17 +1 @@
/*
* Copyright 2021 Byndyusoft
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

export * from "./aboutDto";
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
/*
* Copyright 2021 Byndyusoft
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

import {
ApiBadRequestResponse,
ApiConflictResponse,
Expand Down
16 changes: 0 additions & 16 deletions packages/app/src/infrastructure/api/decorators/index.ts
Original file line number Diff line number Diff line change
@@ -1,17 +1 @@
/*
* Copyright 2021 Byndyusoft
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

export * from "./apiCommonResponses";
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
/*
* Copyright 2021 Byndyusoft
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

import { HttpStatus } from "@nestjs/common";

export class ApiBadRequestResponseDto {
Expand Down
16 changes: 0 additions & 16 deletions packages/app/src/infrastructure/api/dtos/apiConflictResponseDto.ts
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
/*
* Copyright 2021 Byndyusoft
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

import { HttpStatus } from "@nestjs/common";

export class ApiConflictResponseDto {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
/*
* Copyright 2021 Byndyusoft
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

import { HttpStatus } from "@nestjs/common";

export class ApiForbiddenResponseDto {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
/*
* Copyright 2021 Byndyusoft
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

import { HttpStatus } from "@nestjs/common";

export class ApiInternalServerErrorResponseDto {
Expand Down
16 changes: 0 additions & 16 deletions packages/app/src/infrastructure/api/dtos/apiNotFoundResponseDto.ts
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
/*
* Copyright 2021 Byndyusoft
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

import { HttpStatus } from "@nestjs/common";

export class ApiNotFoundResponseDto {
Expand Down
16 changes: 0 additions & 16 deletions packages/app/src/infrastructure/api/dtos/index.ts
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
/*
* Copyright 2021 Byndyusoft
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

export * from "./apiBadRequestResponseDto";
export * from "./apiConflictResponseDto";
export * from "./apiForbiddenResponseDto";
Expand Down
16 changes: 0 additions & 16 deletions packages/app/src/infrastructure/api/index.ts
Original file line number Diff line number Diff line change
@@ -1,18 +1,2 @@
/*
* Copyright 2021 Byndyusoft
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

export * from "./decorators";
export * from "./dtos";
16 changes: 0 additions & 16 deletions packages/app/src/infrastructure/clients/clientsModule.ts
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
/*
* Copyright 2021 Byndyusoft
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

import { HttpModule, HttpService } from "@nestjs/axios";
import { Module, OnModuleInit } from "@nestjs/common";

Expand Down
16 changes: 0 additions & 16 deletions packages/app/src/infrastructure/config/configModule.ts
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
/*
* Copyright 2021 Byndyusoft
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

import os from "os";

import { LogLevel } from "@byndyusoft/pino-logger-factory";
Expand Down
16 changes: 0 additions & 16 deletions packages/app/src/infrastructure/config/dtos/configDto.ts
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
/*
* Copyright 2021 Byndyusoft
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

import { Type } from "class-transformer";
import { IsDefined, IsString, ValidateNested } from "class-validator";

Expand Down
16 changes: 0 additions & 16 deletions packages/app/src/infrastructure/config/dtos/httpConfigDto.ts
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
/*
* Copyright 2021 Byndyusoft
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

import { IsInt, IsIP, IsString, Max, Min } from "class-validator";

export class HttpConfigDto {
Expand Down
Loading

0 comments on commit 4d24ceb

Please sign in to comment.