Browse Source

CHORE,REFA: removed copyright disclaimer from 'every' file

Either the copyright disclaimer will be added through build/generate
or a default licence file in the repo should be enough.
Overachieving licence security is a waste of creative energy.
dev-feat-component_preview
chris 2 months ago
parent
commit
eca487c2fe
  1. 7
      generate_single_file.js
  2. 6
      src/alignment.js
  3. 6
      src/arrangement.js
  4. 6
      src/baseComponents.js
  5. 6
      src/builder.js
  6. 6
      src/color.js
  7. 6
      src/commonEvents.js
  8. 6
      src/component.js
  9. 6
      src/componentAncestry/addStyleAndFunctions.js
  10. 6
      src/componentAncestry/modifiableComponent.js
  11. 6
      src/componentAncestry/wrapperComponent.js
  12. 6
      src/context.js
  13. 6
      src/context/extStore.js
  14. 6
      src/context/framework-controls.js
  15. 6
      src/context/generalHelpers.js
  16. 6
      src/context/scriptAndStyleContext.js
  17. 6
      src/context/webTrinity.js
  18. 6
      src/modifications/contextMenu.js
  19. 6
      src/modifications/dragAndDrop.js
  20. 6
      src/modifier.js
  21. 6
      src/sizeSide/border.js
  22. 6
      src/sizeSide/dimensions.js
  23. 6
      src/sizeSide/shapes.js
  24. 5
      src/sizeSide/siding.js

7
generate_single_file.js

@ -37,6 +37,13 @@ class OAO {
} }
} }
const copyright_disclaimer = `/*
* This file is part of the jps-like-websites lib
* URL: https://git.labos.goip.de/chris/jpc-like-websites
* @copyright by its creator Christian Martin
*/
`;
let fileOrder = Object.assign(new OAO(), require('./fileOrder.json')); let fileOrder = Object.assign(new OAO(), require('./fileOrder.json'));
fileOrder.objects = fileOrder.keys fileOrder.objects = fileOrder.keys

6
src/alignment.js

@ -1,8 +1,4 @@
/**
* This file is part of the jps-like-websites lib
* URL: https://git.labos.goip.de/chris/jpc-like-websites
* @copyright by its creator Christian Martin
*/
/** /**
* Enum providing common alignment rules * Enum providing common alignment rules

6
src/arrangement.js

@ -1,8 +1,4 @@
/**
* This file is part of the jps-like-websites lib
* URL: https://git.labos.goip.de/chris/jpc-like-websites
* @copyright by its creator Christian Martin
*/
/** /**
* Enum providing common alignment rules * Enum providing common alignment rules

6
src/baseComponents.js

@ -1,8 +1,4 @@
/**
* This file is part of the jps-like-websites lib
* URL: https://git.labos.goip.de/chris/jpc-like-websites
* @copyright by its creator Christian Martin
*/
/** /**
* Represents a Component (of an HTMLElement) that is capable of receiving input. * Represents a Component (of an HTMLElement) that is capable of receiving input.

6
src/builder.js

@ -1,8 +1,4 @@
/**
* This file is part of the jps-like-websites lib
* URL: https://git.labos.goip.de/chris/jpc-like-websites
* @copyright by its creator Christian Martin
*/
/** /**
* Method Collection with predefined HTMLElements * Method Collection with predefined HTMLElements

6
src/color.js

@ -1,8 +1,4 @@
/**
* This file is part of the jps-like-websites lib
* URL: https://git.labos.goip.de/chris/jpc-like-websites
* @copyright by its creator Christian Martin
*/
/** /**
* A simple Color class for rgb set color values. * A simple Color class for rgb set color values.

6
src/commonEvents.js

@ -1,8 +1,4 @@
/**
* This file is part of the jps-like-websites lib
* URL: https://git.labos.goip.de/chris/jpc-like-websites
* @copyright by its creator Christian Martin
*/
/** /**
* Enum to access common events * Enum to access common events

6
src/component.js

@ -1,8 +1,4 @@
/**
* This file is part of the jps-like-websites lib
* URL: https://git.labos.goip.de/chris/jpc-like-websites
* @copyright by its creator Christian Martin
*/
/** /**

6
src/componentAncestry/addStyleAndFunctions.js

@ -1,8 +1,4 @@
/**
* This file is part of the jps-like-websites lib
* URL: https://git.labos.goip.de/chris/jpc-like-websites
* @copyright by its creator Christian Martin
*/
/** /**
* @inheritdoc * @inheritdoc

6
src/componentAncestry/modifiableComponent.js

@ -1,8 +1,4 @@
/**
* This file is part of the jps-like-websites lib
* URL: https://git.labos.goip.de/chris/jpc-like-websites
* @copyright by its creator Christian Martin
*/
/** /**

6
src/componentAncestry/wrapperComponent.js

@ -1,8 +1,4 @@
/**
* This file is part of the jps-like-websites lib
* URL: https://git.labos.goip.de/chris/jpc-like-websites
* @copyright by its creator Christian Martin
*/
/** /**
* Represents the most basic and simple form of a Component. * Represents the most basic and simple form of a Component.

6
src/context.js

@ -1,8 +1,4 @@
/**
* This file is part of the jps-like-websites lib
* URL: https://git.labos.goip.de/chris/jpc-like-websites
* @copyright by its creator Christian Martin
*/
/** /**

6
src/context/extStore.js

@ -1,8 +1,4 @@
/**
* This file is part of the jps-like-websites lib
* URL: https://git.labos.goip.de/chris/jpc-like-websites
* @copyright by its creator Christian Martin
*/
/** /**
* ESAggregation := Extensions Storage Aggregation (method) * ESAggregation := Extensions Storage Aggregation (method)

6
src/context/framework-controls.js

@ -1,8 +1,4 @@
/**
* This file is part of the jps-like-websites lib
* URL: https://git.labos.goip.de/chris/jpc-like-websites
* @copyright by its creator Christian Martin
*/
/** /**
* *

6
src/context/generalHelpers.js

@ -1,8 +1,4 @@
/**
* This file is part of the jps-like-websites lib
* URL: https://git.labos.goip.de/chris/jpc-like-websites
* @copyright by its creator Christian Martin
*/
/** /**
* *

6
src/context/scriptAndStyleContext.js

@ -1,8 +1,4 @@
/**
* This file is part of the jps-like-websites lib
* URL: https://git.labos.goip.de/chris/jpc-like-websites
* @copyright by its creator Christian Martin
*/
/** /**
* @abstract * @abstract

6
src/context/webTrinity.js

@ -1,8 +1,4 @@
/**
* This file is part of the jps-like-websites lib
* URL: https://git.labos.goip.de/chris/jpc-like-websites
* @copyright by its creator Christian Martin
*/
/** /**
* Wenity := Web Trinity * Wenity := Web Trinity

6
src/modifications/contextMenu.js

@ -1,8 +1,4 @@
/**
* This file is part of the jps-like-websites lib
* URL: https://git.labos.goip.de/chris/jpc-like-websites
* @copyright by its creator Christian Martin
*/
/** /**
* Default implementation of a contextmenu-behaviour * Default implementation of a contextmenu-behaviour

6
src/modifications/dragAndDrop.js

@ -1,8 +1,4 @@
/**
* This file is part of the jps-like-websites lib
* URL: https://git.labos.goip.de/chris/jpc-like-websites
* @copyright by its creator Christian Martin
*/
const EventDrag = Object.freeze({ const EventDrag = Object.freeze({
OVER: "over", OVER: "over",

6
src/modifier.js

@ -1,8 +1,4 @@
/**
* This file is part of the jps-like-websites lib
* URL: https://git.labos.goip.de/chris/jpc-like-websites
* @copyright by its creator Christian Martin
*/
/** /**
* A chained class that sets most of the stylings of an element * A chained class that sets most of the stylings of an element

6
src/sizeSide/border.js

@ -1,8 +1,4 @@
/**
* This file is part of the jps-like-websites lib
* URL: https://git.labos.goip.de/chris/jpc-like-websites
* @copyright by its creator Christian Martin
*/
/** /**
* *

6
src/sizeSide/dimensions.js

@ -1,8 +1,4 @@
/**
* This file is part of the jps-like-websites lib
* URL: https://git.labos.goip.de/chris/jpc-like-websites
* @copyright by its creator Christian Martin
*/
/** /**
* Simple Dimensions container for the height and width in pixels. * Simple Dimensions container for the height and width in pixels.

6
src/sizeSide/shapes.js

@ -1,8 +1,4 @@
/**
* This file is part of the jps-like-websites lib
* URL: https://git.labos.goip.de/chris/jpc-like-websites
* @copyright by its creator Christian Martin
*/
/** /**
* @extends DirectionUnitDependentAttribute * @extends DirectionUnitDependentAttribute

5
src/sizeSide/siding.js

@ -1,8 +1,3 @@
/**
* This file is part of the jps-like-websites lib
* URL: https://git.labos.goip.de/chris/jpc-like-websites
* @copyright by its creator Christian Martin
*/
/** /**
* Enum providing predefined set of Size-Units * Enum providing predefined set of Size-Units

Loading…
Cancel
Save