Browse Source

DOC,LICENCE,COPYRIGHT: Updated copyright comment in files-doc

master
chris 4 months ago
parent
commit
95d0649169
  1. 3
      src/alignment.js
  2. 3
      src/arrangement.js
  3. 3
      src/baseComponents.js
  4. 3
      src/builder.js
  5. 3
      src/color.js
  6. 3
      src/commonEvents.js
  7. 4
      src/component.js
  8. 3
      src/context.js
  9. 3
      src/modifier.js
  10. 3
      src/sizeSide/border.js
  11. 3
      src/sizeSide/dimensions.js
  12. 5
      src/sizeSide/shapes.js
  13. 3
      src/sizeSide/siding.js

3
src/alignment.js

@ -1,8 +1,7 @@
/**
* This file is part of the jps-like-websites lib
* URL: https://git.labos.goip.de/chris/jpc-like-websites
* COPYRIGHT and LICENCE are owned by its creator Christian Martin
* Copy, altering or distribution without the allowance of the owner are prohibited
* @copyright by its creator Christian Martin
*/
/**

3
src/arrangement.js

@ -1,8 +1,7 @@
/**
* This file is part of the jps-like-websites lib
* URL: https://git.labos.goip.de/chris/jpc-like-websites
* COPYRIGHT and LICENCE are owned by its creator Christian Martin
* Copy, altering or distribution without the allowance of the owner are prohibited
* @copyright by its creator Christian Martin
*/
/**

3
src/baseComponents.js

@ -1,8 +1,7 @@
/**
* This file is part of the jps-like-websites lib
* URL: https://git.labos.goip.de/chris/jpc-like-websites
* COPYRIGHT and LICENCE are owned by its creator Christian Martin
* Copy, altering or distribution without the allowance of the owner are prohibited
* @copyright by its creator Christian Martin
*/
/**

3
src/builder.js

@ -1,8 +1,7 @@
/**
* This file is part of the jps-like-websites lib
* URL: https://git.labos.goip.de/chris/jpc-like-websites
* COPYRIGHT and LICENCE are owned by its creator Christian Martin
* Copy, altering or distribution without the allowance of the owner are prohibited
* @copyright by its creator Christian Martin
*/
/**

3
src/color.js

@ -1,8 +1,7 @@
/**
* This file is part of the jps-like-websites lib
* URL: https://git.labos.goip.de/chris/jpc-like-websites
* COPYRIGHT and LICENCE are owned by its creator Christian Martin
* Copy, altering or distribution without the allowance of the owner are prohibited
* @copyright by its creator Christian Martin
*/
/**

3
src/commonEvents.js

@ -1,8 +1,7 @@
/**
* This file is part of the jps-like-websites lib
* URL: https://git.labos.goip.de/chris/jpc-like-websites
* COPYRIGHT and LICENCE are owned by its creator Christian Martin
* Copy, altering or distribution without the allowance of the owner are prohibited
* @copyright by its creator Christian Martin
*/
/**

4
src/component.js

@ -1,11 +1,9 @@
/**
* This file is part of the jps-like-websites lib
* URL: https://git.labos.goip.de/chris/jpc-like-websites
* COPYRIGHT and LICENCE are owned by its creator Christian Martin
* Copy, altering or distribution without the allowance of the owner are prohibited
* @copyright by its creator Christian Martin
*/
/**
* A chainable HTMLElement builder.
*/

3
src/context.js

@ -1,8 +1,7 @@
/**
* This file is part of the jps-like-websites lib
* URL: https://git.labos.goip.de/chris/jpc-like-websites
* COPYRIGHT and LICENCE are owned by its creator Christian Martin
* Copy, altering or distribution without the allowance of the owner are prohibited
* @copyright by its creator Christian Martin
*/
/**

3
src/modifier.js

@ -1,8 +1,7 @@
/**
* This file is part of the jps-like-websites lib
* URL: https://git.labos.goip.de/chris/jpc-like-websites
* COPYRIGHT and LICENCE are owned by its creator Christian Martin
* Copy, altering or distribution without the allowance of the owner are prohibited
* @copyright by its creator Christian Martin
*/
/**

3
src/sizeSide/border.js

@ -1,8 +1,7 @@
/**
* This file is part of the jps-like-websites lib
* URL: https://git.labos.goip.de/chris/jpc-like-websites
* COPYRIGHT and LICENCE are owned by its creator Christian Martin
* Copy, altering or distribution without the allowance of the owner are prohibited
* @copyright by its creator Christian Martin
*/
/**

3
src/sizeSide/dimensions.js

@ -1,8 +1,7 @@
/**
* This file is part of the jps-like-websites lib
* URL: https://git.labos.goip.de/chris/jpc-like-websites
* COPYRIGHT and LICENCE are owned by its creator Christian Martin
* Copy, altering or distribution without the allowance of the owner are prohibited
* @copyright by its creator Christian Martin
*/
/**

5
src/sizeSide/shapes.js

@ -1,3 +1,8 @@
/**
* 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
*/
/**
* This file is part of the jps-like-websites lib
* URL: https://git.labos.goip.de/chris/jpc-like-websites

3
src/sizeSide/siding.js

@ -1,8 +1,7 @@
/**
* This file is part of the jps-like-websites lib
* URL: https://git.labos.goip.de/chris/jpc-like-websites
* COPYRIGHT and LICENCE are owned by its creator Christian Martin
* Copy, altering or distribution without the allowance of the owner are prohibited
* @copyright by its creator Christian Martin
*/
/**

Loading…
Cancel
Save