Update copyright years

This commit is contained in:
Carsten Grohmann 2023-01-08 13:46:36 +01:00
parent 7907c6265f
commit 48cc058df1
10 changed files with 26 additions and 26 deletions

View File

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

2
.gitignore vendored
View File

@ -1,6 +1,6 @@
# Files to be ignored by Git # Files to be ignored by Git
# #
# Copyright (c) 2017-2022 Carsten Grohmann # Copyright (c) 2017-2023 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

@ -1,4 +1,4 @@
Copyright (c) 2017-2022 Carsten Grohmann mail <add at here> carstengrohmann.de Copyright (c) 2017-2023 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-2022 Carsten Grohmann # Copyright (c) 2017-2023 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-2022 Carsten Grohmann Copyright (c) 2017-2023 Carsten Grohmann
License: MIT (see LICENSE.txt) License: MIT (see LICENSE.txt)
THIS PROGRAM COMES WITH NO WARRANTY THIS PROGRAM COMES WITH NO WARRANTY
--> -->
@ -939,7 +939,7 @@ window.onerror = function (msg, url, lineNo, columnNo, errorObj) {
<div class="js-text--default-hide js-text--display-none" id="changelog"> <div class="js-text--default-hide js-text--display-none" id="changelog">
<h3>Version 0.6.0 - 2022-XX-XX:</h3> <h3>Version 0.6.0 - 2023-XX-XX:</h3>
<h4>General</h4> <h4>General</h4>
<ol> <ol>
@ -1051,14 +1051,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-2022 Carsten Grohmann | Copyright (C) 2017-2023 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-2022 Carsten Grohmann mail &lt;add at here&gt; carstengrohmann.de Copyright (c) 2017-2023 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,7 +2,7 @@
# #
# Linux OOMAnalyser # Linux OOMAnalyser
# #
# Copyright (c) 2017-2022 Carsten Grohmann # Copyright (c) 2017-2023 Carsten Grohmann
# License: MIT (see LICENSE.txt) # License: MIT (see LICENSE.txt)
# THIS PROGRAM COMES WITH NO WARRANTY # THIS PROGRAM COMES WITH NO WARRANTY
import math import math

View File

@ -134,7 +134,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-2022 Carsten Grohmann, mail <add at here> carstengrohmann.de > Copyright (c) 2017-2023 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 @@
# Requirements to setup virtual environment for OOMAnalyser # Requirements to setup virtual environment for OOMAnalyser
# #
# Copyright (c) 2017-2022 Carsten Grohmann # Copyright (c) 2017-2023 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

@ -1,6 +1,6 @@
// Rollup.js configuration for OOMAnalyser // Rollup.js configuration for OOMAnalyser
// //
// Copyright (c) 2021-2022 Carsten Grohmann // Copyright (c) 2021-2023 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-2022 Carsten Grohmann\n' + '// Copyright (c) 2017-2023 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'

View File

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