Update copyright years
This commit is contained in:
parent
d4a90ec1bb
commit
98c99fa57f
@ -2,7 +2,7 @@
|
||||
#
|
||||
# This software is covered by the MIT License.
|
||||
#
|
||||
# Copyright (c) 2020 Carsten Grohmann <mail@carsten-grohmann.de>
|
||||
# Copyright (c) 2020-2021 Carsten Grohmann <mail@carsten-grohmann.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 the Software without restriction, including without limitation the
|
||||
|
@ -1,4 +1,4 @@
|
||||
Copyright (c) 2017-2020 Carsten Grohmann mail <add at here> carsten-grohmann.de
|
||||
Copyright (c) 2017-2021 Carsten Grohmann mail <add at here> carsten-grohmann.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
|
||||
|
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
||||
# Makefile for OOMAnalyser
|
||||
#
|
||||
# Copyright (c) 2017-2020 Carsten Grohmann
|
||||
# Copyright (c) 2017-2021 Carsten Grohmann
|
||||
# License: MIT (see LICENSE.txt)
|
||||
# THIS PROGRAM COMES WITH NO WARRANTY
|
||||
|
||||
|
@ -896,14 +896,14 @@ function read_and_display_file(file) {
|
||||
|
||||
<div class="footer">
|
||||
OOMAnalyser <span id="version"></span> |
|
||||
Copyright (C) 2017-2020 Carsten Grohmann |
|
||||
Copyright (C) 2017-2021 Carsten Grohmann |
|
||||
<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>
|
||||
</div>
|
||||
|
||||
<div class="license__text js-text--display-none" id="license">
|
||||
<p>
|
||||
Copyright (c) 2017-2020 Carsten Grohmann mail <add at here> carsten-grohmann.de
|
||||
Copyright (c) 2017-2021 Carsten Grohmann mail <add at here> carsten-grohmann.de
|
||||
</p>
|
||||
<p>
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
|
@ -2,7 +2,7 @@
|
||||
#
|
||||
# Linux OOM Analyser
|
||||
#
|
||||
# Copyright (c) 2017-2020 Carsten Grohmann
|
||||
# Copyright (c) 2017-2021 Carsten Grohmann
|
||||
# License: MIT - THIS PROGRAM COMES WITH NO WARRANTY
|
||||
|
||||
import re
|
||||
|
@ -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-2020 Carsten Grohmann, mail <add at here> carsten-grohmann.de
|
||||
Copyright (c) 2017-2021 Carsten Grohmann, mail <add at here> carsten-grohmann.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
|
||||
|
Loading…
Reference in New Issue
Block a user