Skip to content

Commit

Permalink
Removed license header (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlhaufe authored Dec 6, 2023
1 parent a9e93b9 commit 4bfa7a4
Show file tree
Hide file tree
Showing 107 changed files with 5 additions and 735 deletions.
17 changes: 1 addition & 16 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
"ignorePatterns": [
"node_modules",
"dist",
".cache",
"coverage",
"webpack.config.mjs"
],
"parser": "@typescript-eslint/parser",
Expand All @@ -20,8 +18,7 @@
"sourceType": "module"
},
"plugins": [
"@typescript-eslint",
"header"
"@typescript-eslint"
],
"settings": {
"import/parsers": {
Expand All @@ -35,18 +32,6 @@
}
},
"rules": {
"header/header": [
2,
"block",
[
"!",
" * @license",
" * Copyright (C) 2023 Final Hill LLC",
" * SPDX-License-Identifier: AGPL-3.0-only",
" * @see <https://spdx.org/licenses/AGPL-3.0-only.html>",
" "
]
],
"@typescript-eslint/adjacent-overload-signatures": "error",
"@typescript-eslint/ban-ts-ignore": [
"off"
Expand Down
7 changes: 0 additions & 7 deletions _old/domain/entities/Actor.mts
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
/*!
* @license
* Copyright (C) 2023 Final Hill LLC
* SPDX-License-Identifier: AGPL-3.0-only
* @see <https://spdx.org/licenses/AGPL-3.0-only.html>
*/

import Component from './Component.mjs';

export default class Actor extends Component { }
7 changes: 0 additions & 7 deletions _old/domain/entities/Artifact.mts
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
/*!
* @license
* Copyright (C) 2023 Final Hill LLC
* SPDX-License-Identifier: AGPL-3.0-only
* @see <https://spdx.org/licenses/AGPL-3.0-only.html>
*/

// import { Contract, Contracted, invariant, implies } from '@final-hill/decorator-contracts';
import Project from './Project.mjs';
import Requirement from './Requirement.mjs';
Expand Down
7 changes: 0 additions & 7 deletions _old/domain/entities/Assumption.mts
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
/*!
* @license
* Copyright (C) 2023 Final Hill LLC
* SPDX-License-Identifier: AGPL-3.0-only
* @see <https://spdx.org/licenses/AGPL-3.0-only.html>
*/

import Constraint from './Constraint.mjs';

export default class Assumption extends Constraint { }
7 changes: 0 additions & 7 deletions _old/domain/entities/Behavior.mts
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
/*!
* @license
* Copyright (C) 2023 Final Hill LLC
* SPDX-License-Identifier: AGPL-3.0-only
* @see <https://spdx.org/licenses/AGPL-3.0-only.html>
*/

import Requirement from './Requirement.mjs';

export default class Behavior extends Requirement { }
7 changes: 0 additions & 7 deletions _old/domain/entities/BusinessRule.mts
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
/*!
* @license
* Copyright (C) 2023 Final Hill LLC
* SPDX-License-Identifier: AGPL-3.0-only
* @see <https://spdx.org/licenses/AGPL-3.0-only.html>
*/

import Constraint from './Constraint.mjs';

export default class BusinessRule extends Constraint { }
7 changes: 0 additions & 7 deletions _old/domain/entities/Component.mts
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
/*!
* @license
* Copyright (C) 2023 Final Hill LLC
* SPDX-License-Identifier: AGPL-3.0-only
* @see <https://spdx.org/licenses/AGPL-3.0-only.html>
*/

import Requirement from './Requirement.mjs';

export default class Component extends Requirement { }
7 changes: 0 additions & 7 deletions _old/domain/entities/ComputerProgram.mts
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
/*!
* @license
* Copyright (C) 2023 Final Hill LLC
* SPDX-License-Identifier: AGPL-3.0-only
* @see <https://spdx.org/licenses/AGPL-3.0-only.html>
*/

import Artifact from './Artifact.mjs';

export default class ComputerProgram extends Artifact { }
7 changes: 0 additions & 7 deletions _old/domain/entities/Constraint.mts
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
/*!
* @license
* Copyright (C) 2023 Final Hill LLC
* SPDX-License-Identifier: AGPL-3.0-only
* @see <https://spdx.org/licenses/AGPL-3.0-only.html>
*/

import Requirement from './Requirement.mjs';

export default class Constraint extends Requirement { }
8 changes: 0 additions & 8 deletions _old/domain/entities/EngineeringDecision.mts
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/*!
* @license
* Copyright (C) 2023 Final Hill LLC
* SPDX-License-Identifier: AGPL-3.0-only
* @see <https://spdx.org/licenses/AGPL-3.0-only.html>
*/


import Constraint from './Constraint.mjs';

export default class EngineeringDecision extends Constraint { }
8 changes: 0 additions & 8 deletions _old/domain/entities/Environment.mts
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/*!
* @license
* Copyright (C) 2023 Final Hill LLC
* SPDX-License-Identifier: AGPL-3.0-only
* @see <https://spdx.org/licenses/AGPL-3.0-only.html>
*/


import Constraint from './Constraint.mjs';

/**
Expand Down
8 changes: 0 additions & 8 deletions _old/domain/entities/Example.mts
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/*!
* @license
* Copyright (C) 2023 Final Hill LLC
* SPDX-License-Identifier: AGPL-3.0-only
* @see <https://spdx.org/licenses/AGPL-3.0-only.html>
*/


import Behavior from './Behavior.mjs';

export default class Example extends Behavior { }
8 changes: 0 additions & 8 deletions _old/domain/entities/FunctionalBehavior.mts
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/*!
* @license
* Copyright (C) 2023 Final Hill LLC
* SPDX-License-Identifier: AGPL-3.0-only
* @see <https://spdx.org/licenses/AGPL-3.0-only.html>
*/


import Behavior from './Behavior.mjs';

export default class FunctionalBehavior extends Behavior { }
8 changes: 0 additions & 8 deletions _old/domain/entities/Goal.mts
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/*!
* @license
* Copyright (C) 2023 Final Hill LLC
* SPDX-License-Identifier: AGPL-3.0-only
* @see <https://spdx.org/licenses/AGPL-3.0-only.html>
*/


import Requirement from './Requirement.mjs';

/**
Expand Down
8 changes: 0 additions & 8 deletions _old/domain/entities/Invariant.mts
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/*!
* @license
* Copyright (C) 2023 Final Hill LLC
* SPDX-License-Identifier: AGPL-3.0-only
* @see <https://spdx.org/licenses/AGPL-3.0-only.html>
*/


import Constraint from './Constraint.mjs';

export default class Invariant extends Constraint { }
8 changes: 0 additions & 8 deletions _old/domain/entities/Justification.mts
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/*!
* @license
* Copyright (C) 2023 Final Hill LLC
* SPDX-License-Identifier: AGPL-3.0-only
* @see <https://spdx.org/licenses/AGPL-3.0-only.html>
*/


import MetaRequirement from './MetaRequirement.mjs';

export default class Justification extends MetaRequirement { }
8 changes: 0 additions & 8 deletions _old/domain/entities/Lack.mts
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/*!
* @license
* Copyright (C) 2023 Final Hill LLC
* SPDX-License-Identifier: AGPL-3.0-only
* @see <https://spdx.org/licenses/AGPL-3.0-only.html>
*/


import Requirement from './Requirement.mjs';

export default class Lack extends Requirement { }
8 changes: 0 additions & 8 deletions _old/domain/entities/Limit.mts
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/*!
* @license
* Copyright (C) 2023 Final Hill LLC
* SPDX-License-Identifier: AGPL-3.0-only
* @see <https://spdx.org/licenses/AGPL-3.0-only.html>
*/


import Requirement from './Requirement.mjs';

export default class Limit extends Requirement { }
8 changes: 0 additions & 8 deletions _old/domain/entities/MetaRequirement.mts
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/*!
* @license
* Copyright (C) 2023 Final Hill LLC
* SPDX-License-Identifier: AGPL-3.0-only
* @see <https://spdx.org/licenses/AGPL-3.0-only.html>
*/


import Requirement from './Requirement.mjs';

export default class MetaRequirement extends Requirement { }
8 changes: 0 additions & 8 deletions _old/domain/entities/NonFunctionalBehavior.mts
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/*!
* @license
* Copyright (C) 2023 Final Hill LLC
* SPDX-License-Identifier: AGPL-3.0-only
* @see <https://spdx.org/licenses/AGPL-3.0-only.html>
*/


import Behavior from './Behavior.mjs';

export default class NonFunctionalBehavior extends Behavior { }
8 changes: 0 additions & 8 deletions _old/domain/entities/Obligation.mts
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/*!
* @license
* Copyright (C) 2023 Final Hill LLC
* SPDX-License-Identifier: AGPL-3.0-only
* @see <https://spdx.org/licenses/AGPL-3.0-only.html>
*/


import Constraint from './Constraint.mjs';

export default class Obligation extends Constraint { }
8 changes: 0 additions & 8 deletions _old/domain/entities/Obstacle.mts
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/*!
* @license
* Copyright (C) 2023 Final Hill LLC
* SPDX-License-Identifier: AGPL-3.0-only
* @see <https://spdx.org/licenses/AGPL-3.0-only.html>
*/


import Goal from './Goal.mjs';

export default class Obstacle extends Goal {
Expand Down
8 changes: 0 additions & 8 deletions _old/domain/entities/Organization.mts
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/*!
* @license
* Copyright (C) 2023 Final Hill LLC
* SPDX-License-Identifier: AGPL-3.0-only
* @see <https://spdx.org/licenses/AGPL-3.0-only.html>
*/


import Project from './Project.mjs';

/**
Expand Down
8 changes: 0 additions & 8 deletions _old/domain/entities/PhysicalRule.mts
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/*!
* @license
* Copyright (C) 2023 Final Hill LLC
* SPDX-License-Identifier: AGPL-3.0-only
* @see <https://spdx.org/licenses/AGPL-3.0-only.html>
*/


import Constraint from './Constraint.mjs';

export default class PhysicalRule extends Constraint { }
8 changes: 0 additions & 8 deletions _old/domain/entities/Predicate.mts
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/*!
* @license
* Copyright (C) 2023 Final Hill LLC
* SPDX-License-Identifier: AGPL-3.0-only
* @see <https://spdx.org/licenses/AGPL-3.0-only.html>
*/


/**
* A true or false expression dependent on a particular context
*/
Expand Down
8 changes: 0 additions & 8 deletions _old/domain/entities/Product.mts
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/*!
* @license
* Copyright (C) 2023 Final Hill LLC
* SPDX-License-Identifier: AGPL-3.0-only
* @see <https://spdx.org/licenses/AGPL-3.0-only.html>
*/


import Requirement from './Requirement.mjs';

export default class Product extends Requirement { }
8 changes: 0 additions & 8 deletions _old/domain/entities/Project.mts
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/*!
* @license
* Copyright (C) 2023 Final Hill LLC
* SPDX-License-Identifier: AGPL-3.0-only
* @see <https://spdx.org/licenses/AGPL-3.0-only.html>
*/


import Artifact from './Artifact.mjs';
import Requirement from './Requirement.mjs';

Expand Down
8 changes: 0 additions & 8 deletions _old/domain/entities/Requirement.mts
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/*!
* @license
* Copyright (C) 2023 Final Hill LLC
* SPDX-License-Identifier: AGPL-3.0-only
* @see <https://spdx.org/licenses/AGPL-3.0-only.html>
*/


// import { Contract, Contracted, implies, invariant } from '@final-hill/decorator-contracts';
import { type Predicate } from './Predicate.mjs';
import Project from './Project.mjs';
Expand Down
8 changes: 0 additions & 8 deletions _old/domain/entities/Responsibility.mts
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/*!
* @license
* Copyright (C) 2023 Final Hill LLC
* SPDX-License-Identifier: AGPL-3.0-only
* @see <https://spdx.org/licenses/AGPL-3.0-only.html>
*/


import Requirement from './Requirement.mjs';

export default class Responsibility extends Requirement { }
8 changes: 0 additions & 8 deletions _old/domain/entities/Role.mts
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/*!
* @license
* Copyright (C) 2023 Final Hill LLC
* SPDX-License-Identifier: AGPL-3.0-only
* @see <https://spdx.org/licenses/AGPL-3.0-only.html>
*/


import Responsibility from './Responsibility.mjs';

export default class Role extends Responsibility { }
Loading

0 comments on commit 4bfa7a4

Please sign in to comment.