Update copyright years

This commit is contained in:
Carsten Grohmann 2022-01-02 13:35:09 +01:00
parent 8b7e8b5049
commit e320fa56a0
10 changed files with 27 additions and 42 deletions

View File

@ -1,21 +1,8 @@
# Build file for OOMAnalyser # Build file for OOMAnalyser
# #
# This software is covered by the MIT License. # Copyright (c) 2020-2022 Carsten Grohmann
# # License: MIT (see LICENSE.txt)
# Copyright (c) 2020-2021 Carsten Grohmann <mail@carstengrohmann.de> # THIS PROGRAM COMES WITH NO WARRANTY
#
# Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
# documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
# persons to whom the Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in all copies or substantial portions of the
# Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
# WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
# OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
image: archlinux image: archlinux
arch: x86_64 arch: x86_64

4
.gitignore vendored
View File

@ -1,4 +1,8 @@
# Files to be ignored by Git # Files to be ignored by Git
#
# Copyright (c) 2017-2022 Carsten Grohmann
# License: MIT (see LICENSE.txt)
# THIS PROGRAM COMES WITH NO WARRANTY
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files
*.py[cod] *.py[cod]

View File

@ -1,4 +1,4 @@
Copyright (c) 2017-2021 Carsten Grohmann mail <add at here> carstengrohmann.de Copyright (c) 2017-2022 Carsten Grohmann mail <add at here> carstengrohmann.de
Permission is hereby granted, free of charge, to any person obtaining a copy of Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in this software and associated documentation files (the "Software"), to deal in

View File

@ -1,6 +1,6 @@
# Makefile for OOMAnalyser # Makefile for OOMAnalyser
# #
# Copyright (c) 2017-2021 Carsten Grohmann # Copyright (c) 2017-2022 Carsten Grohmann
# License: MIT (see LICENSE.txt) # License: MIT (see LICENSE.txt)
# THIS PROGRAM COMES WITH NO WARRANTY # THIS PROGRAM COMES WITH NO WARRANTY

View File

@ -2,7 +2,7 @@
<!-- <!--
HTML for OOMAnalyser HTML for OOMAnalyser
Copyright (c) 2017-2021 Carsten Grohmann Copyright (c) 2017-2022 Carsten Grohmann
License: MIT (see LICENSE.txt) License: MIT (see LICENSE.txt)
THIS PROGRAM COMES WITH NO WARRANTY THIS PROGRAM COMES WITH NO WARRANTY
--> -->
@ -1025,14 +1025,14 @@ window.onerror = function (msg, url, lineNo, columnNo, errorObj) {
<div class="footer"> <div class="footer">
OOMAnalyser <span id="version"></span> | OOMAnalyser <span id="version"></span> |
Copyright (C) 2017-2021 Carsten Grohmann | Copyright (C) 2017-2022 Carsten Grohmann |
<a href="javascript:void(0);" onclick="OOMAnalyser.toggle('license')" title="Show / hide license text">License: MIT</a> | <a href="javascript:void(0);" onclick="OOMAnalyser.toggle('license')" title="Show / hide license text">License: MIT</a> |
<a href="https://sr.ht/~carstengrohmann/OOMAnalyser/" title="Source code on Sourcehut">Source Code on Sourcehut</a> <a href="https://sr.ht/~carstengrohmann/OOMAnalyser/" title="Source code on Sourcehut">Source Code on Sourcehut</a>
</div> </div>
<div class="license__text js-text--display-none" id="license"> <div class="license__text js-text--display-none" id="license">
<p> <p>
Copyright (c) 2017-2021 Carsten Grohmann mail &lt;add at here&gt; carstengrohmann.de Copyright (c) 2017-2022 Carsten Grohmann mail &lt;add at here&gt; carstengrohmann.de
</p> </p>
<p> <p>
Permission is hereby granted, free of charge, to any person obtaining a copy of Permission is hereby granted, free of charge, to any person obtaining a copy of

View File

@ -2,8 +2,9 @@
# #
# Linux OOMAnalyser # Linux OOMAnalyser
# #
# Copyright (c) 2017-2021 Carsten Grohmann # Copyright (c) 2017-2022 Carsten Grohmann
# License: MIT - THIS PROGRAM COMES WITH NO WARRANTY # License: MIT (see LICENSE.txt)
# THIS PROGRAM COMES WITH NO WARRANTY
import re import re

View File

@ -106,7 +106,7 @@ for current open bugs. New bugs can be reported there also.
This project is licensed under the MIT license. This project is licensed under the MIT license.
``` ```
Copyright (c) 2017-2021 Carsten Grohmann, mail <add at here> carstengrohmann.de Copyright (c) 2017-2022 Carsten Grohmann, mail <add at here> carstengrohmann.de
Permission is hereby granted, free of charge, to any person obtaining a copy of Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in this software and associated documentation files (the "Software"), to deal in

View File

@ -1,3 +1,9 @@
# Requirements to setup virtual environment for OOMAnalyser
#
# Copyright (c) 2017-2022 Carsten Grohmann
# License: MIT (see LICENSE.txt)
# THIS PROGRAM COMES WITH NO WARRANTY
Transcrypt == 3.7.16 Transcrypt == 3.7.16
selenium selenium
webdriver-manager webdriver-manager

View File

@ -1,6 +1,6 @@
// Rollup.js configuration for OOMAnalyser // Rollup.js configuration for OOMAnalyser
// //
// Copyright (c) 2017-2021 Carsten Grohmann // Copyright (c) 2021-2022 Carsten Grohmann
// License: MIT (see LICENSE.txt) // License: MIT (see LICENSE.txt)
// THIS PROGRAM COMES WITH NO WARRANTY // THIS PROGRAM COMES WITH NO WARRANTY
@ -11,7 +11,7 @@ export default {
name: 'OOMAnalyser', name: 'OOMAnalyser',
banner: '// JavaScript for OOMAnalyser\n' + banner: '// JavaScript for OOMAnalyser\n' +
'//\n' + '//\n' +
'// Copyright (c) 2017-2021 Carsten Grohmann\n' + '// Copyright (c) 2017-2022 Carsten Grohmann\n' +
'// License: MIT (see LICENSE.txt)\n' + '// License: MIT (see LICENSE.txt)\n' +
'// THIS PROGRAM COMES WITH NO WARRANTY', '// THIS PROGRAM COMES WITH NO WARRANTY',
format: 'umd' format: 'umd'

19
test.py
View File

@ -1,21 +1,8 @@
# Unit tests for OOMAnalyser # Unit tests for OOMAnalyser
# #
# This software is covered by the MIT License. # Copyright (c) 2021-2022 Carsten Grohmann
# # License: MIT (see LICENSE.txt)
# Copyright (c) 2021 Carsten Grohmann <mail@carstengrohmann.de> # THIS PROGRAM COMES WITH NO WARRANTY
#
# Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
# documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
# persons to whom the Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in all copies or substantial portions of the
# Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
# WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
# OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
import http.server import http.server
import os import os