From e320fa56a0fe6f4ed32153bffaed705fc3a4db21 Mon Sep 17 00:00:00 2001 From: Carsten Grohmann Date: Sun, 2 Jan 2022 13:35:09 +0100 Subject: [PATCH] Update copyright years --- .build.yml | 19 +++---------------- .gitignore | 4 ++++ LICENSE.txt | 2 +- Makefile | 2 +- OOMAnalyser.html | 6 +++--- OOMAnalyser.py | 5 +++-- README.md | 2 +- requirements.txt | 6 ++++++ rollup.config.js | 4 ++-- test.py | 19 +++---------------- 10 files changed, 27 insertions(+), 42 deletions(-) diff --git a/.build.yml b/.build.yml index ab0ea91..4fbf0e7 100644 --- a/.build.yml +++ b/.build.yml @@ -1,21 +1,8 @@ # Build file for OOMAnalyser # -# This software is covered by the MIT License. -# -# Copyright (c) 2020-2021 Carsten Grohmann -# -# 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. +# Copyright (c) 2020-2022 Carsten Grohmann +# License: MIT (see LICENSE.txt) +# THIS PROGRAM COMES WITH NO WARRANTY image: archlinux arch: x86_64 diff --git a/.gitignore b/.gitignore index ead14e0..f42189a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,8 @@ # 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 *.py[cod] diff --git a/LICENSE.txt b/LICENSE.txt index 272f2e6..30d4bfe 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2017-2021 Carsten Grohmann mail carstengrohmann.de +Copyright (c) 2017-2022 Carsten Grohmann mail carstengrohmann.de 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 diff --git a/Makefile b/Makefile index 32f3ef2..0a0cb08 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Makefile for OOMAnalyser # -# Copyright (c) 2017-2021 Carsten Grohmann +# Copyright (c) 2017-2022 Carsten Grohmann # License: MIT (see LICENSE.txt) # THIS PROGRAM COMES WITH NO WARRANTY diff --git a/OOMAnalyser.html b/OOMAnalyser.html index 05e2a26..09f55e9 100644 --- a/OOMAnalyser.html +++ b/OOMAnalyser.html @@ -2,7 +2,7 @@ @@ -1025,14 +1025,14 @@ window.onerror = function (msg, url, lineNo, columnNo, errorObj) {

- 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 diff --git a/OOMAnalyser.py b/OOMAnalyser.py index 9850017..f27617b 100644 --- a/OOMAnalyser.py +++ b/OOMAnalyser.py @@ -2,8 +2,9 @@ # # Linux OOMAnalyser # -# Copyright (c) 2017-2021 Carsten Grohmann -# License: MIT - THIS PROGRAM COMES WITH NO WARRANTY +# Copyright (c) 2017-2022 Carsten Grohmann +# License: MIT (see LICENSE.txt) +# THIS PROGRAM COMES WITH NO WARRANTY import re diff --git a/README.md b/README.md index 1653655..18a2ffb 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ for current open bugs. New bugs can be reported there also. This project is licensed under the MIT license. ``` -Copyright (c) 2017-2021 Carsten Grohmann, mail carstengrohmann.de +Copyright (c) 2017-2022 Carsten Grohmann, mail carstengrohmann.de 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 diff --git a/requirements.txt b/requirements.txt index e52cb19..0e8d283 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 selenium webdriver-manager diff --git a/rollup.config.js b/rollup.config.js index 3d730ef..b3b2384 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -1,6 +1,6 @@ // Rollup.js configuration for OOMAnalyser // -// Copyright (c) 2017-2021 Carsten Grohmann +// Copyright (c) 2021-2022 Carsten Grohmann // License: MIT (see LICENSE.txt) // THIS PROGRAM COMES WITH NO WARRANTY @@ -11,7 +11,7 @@ export default { name: 'OOMAnalyser', banner: '// JavaScript for OOMAnalyser\n' + '//\n' + - '// Copyright (c) 2017-2021 Carsten Grohmann\n' + + '// Copyright (c) 2017-2022 Carsten Grohmann\n' + '// License: MIT (see LICENSE.txt)\n' + '// THIS PROGRAM COMES WITH NO WARRANTY', format: 'umd' diff --git a/test.py b/test.py index 0b057e8..4c547d1 100755 --- a/test.py +++ b/test.py @@ -1,21 +1,8 @@ # Unit tests for OOMAnalyser # -# This software is covered by the MIT License. -# -# Copyright (c) 2021 Carsten Grohmann -# -# 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. +# Copyright (c) 2021-2022 Carsten Grohmann +# License: MIT (see LICENSE.txt) +# THIS PROGRAM COMES WITH NO WARRANTY import http.server import os