diff options
author | bigbear <ns@bigbear.dk> | 2024-02-07 22:10:58 +0100 |
---|---|---|
committer | bigbear <ns@bigbear.dk> | 2024-02-08 19:52:52 +0100 |
commit | da0d0d9040b91ecef5985af982d7e77ae435a957 (patch) | |
tree | 5722fd103a5b1ecd6c0cee53b05cad03f49845e6 /modules/computer | |
parent | 9a05f56e1bf36abab41d12f92f2c75266c44bd4a (diff) |
LICENSE Changed to GPL2+ for project and source code According to approval from copyright holders - see: https://github.com/lpereira/hardinfo/issues/530 https://github.com/lpereira/hardinfo/issues/707
Diffstat (limited to 'modules/computer')
-rw-r--r-- | modules/computer/alsa.c | 2 | ||||
-rw-r--r-- | modules/computer/boots.c | 2 | ||||
-rw-r--r-- | modules/computer/display.c | 2 | ||||
-rw-r--r-- | modules/computer/environment.c | 2 | ||||
-rw-r--r-- | modules/computer/filesystem.c | 2 | ||||
-rw-r--r-- | modules/computer/groups.c | 2 | ||||
-rw-r--r-- | modules/computer/languages.c | 2 | ||||
-rw-r--r-- | modules/computer/loadavg.c | 2 | ||||
-rw-r--r-- | modules/computer/memory.c | 2 | ||||
-rw-r--r-- | modules/computer/memory_usage.c | 2 | ||||
-rw-r--r-- | modules/computer/modules.c | 2 | ||||
-rw-r--r-- | modules/computer/os.c | 2 | ||||
-rw-r--r-- | modules/computer/ubuntu_flavors.c | 2 | ||||
-rw-r--r-- | modules/computer/uptime.c | 2 | ||||
-rw-r--r-- | modules/computer/users.c | 2 |
15 files changed, 15 insertions, 15 deletions
diff --git a/modules/computer/alsa.c b/modules/computer/alsa.c index d3a6bbcd..f74d2752 100644 --- a/modules/computer/alsa.c +++ b/modules/computer/alsa.c @@ -4,7 +4,7 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, version 2. + * the Free Software Foundation, version 2 or later. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/modules/computer/boots.c b/modules/computer/boots.c index 3d6492d6..5621e4e9 100644 --- a/modules/computer/boots.c +++ b/modules/computer/boots.c @@ -4,7 +4,7 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, version 2. + * the Free Software Foundation, version 2 or later. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/modules/computer/display.c b/modules/computer/display.c index 56b68442..98cb7bf7 100644 --- a/modules/computer/display.c +++ b/modules/computer/display.c @@ -4,7 +4,7 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, version 2. + * the Free Software Foundation, version 2 or later. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/modules/computer/environment.c b/modules/computer/environment.c index 697bf38f..2f29c861 100644 --- a/modules/computer/environment.c +++ b/modules/computer/environment.c @@ -4,7 +4,7 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, version 2. + * the Free Software Foundation, version 2 or later. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/modules/computer/filesystem.c b/modules/computer/filesystem.c index db5bbe97..e9c84811 100644 --- a/modules/computer/filesystem.c +++ b/modules/computer/filesystem.c @@ -4,7 +4,7 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, version 2. + * the Free Software Foundation, version 2 or later. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/modules/computer/groups.c b/modules/computer/groups.c index 75b7f645..9371e211 100644 --- a/modules/computer/groups.c +++ b/modules/computer/groups.c @@ -4,7 +4,7 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, version 2. + * the Free Software Foundation, version 2 or later. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/modules/computer/languages.c b/modules/computer/languages.c index 97223dda..b2d4910f 100644 --- a/modules/computer/languages.c +++ b/modules/computer/languages.c @@ -4,7 +4,7 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, version 2. + * the Free Software Foundation, version 2 or later. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/modules/computer/loadavg.c b/modules/computer/loadavg.c index c3faaaed..802ae2aa 100644 --- a/modules/computer/loadavg.c +++ b/modules/computer/loadavg.c @@ -4,7 +4,7 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, version 2. + * the Free Software Foundation, version 2 or later. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/modules/computer/memory.c b/modules/computer/memory.c index add2bafe..994e4040 100644 --- a/modules/computer/memory.c +++ b/modules/computer/memory.c @@ -4,7 +4,7 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, version 2. + * the Free Software Foundation, version 2 or later. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/modules/computer/memory_usage.c b/modules/computer/memory_usage.c index 2693fbd9..12c62fe7 100644 --- a/modules/computer/memory_usage.c +++ b/modules/computer/memory_usage.c @@ -4,7 +4,7 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, version 2. + * the Free Software Foundation, version 2 or later. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/modules/computer/modules.c b/modules/computer/modules.c index 451b5c1b..14028362 100644 --- a/modules/computer/modules.c +++ b/modules/computer/modules.c @@ -4,7 +4,7 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, version 2. + * the Free Software Foundation, version 2 or later. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/modules/computer/os.c b/modules/computer/os.c index 1a367881..2e53fd7e 100644 --- a/modules/computer/os.c +++ b/modules/computer/os.c @@ -4,7 +4,7 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, version 2. + * the Free Software Foundation, version 2 or later. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/modules/computer/ubuntu_flavors.c b/modules/computer/ubuntu_flavors.c index b1ff0758..ac67d665 100644 --- a/modules/computer/ubuntu_flavors.c +++ b/modules/computer/ubuntu_flavors.c @@ -5,7 +5,7 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, version 2. + * the Free Software Foundation, version 2 or later. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/modules/computer/uptime.c b/modules/computer/uptime.c index 6fd1fe8f..8aef1530 100644 --- a/modules/computer/uptime.c +++ b/modules/computer/uptime.c @@ -4,7 +4,7 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, version 2. + * the Free Software Foundation, version 2 or later. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/modules/computer/users.c b/modules/computer/users.c index 35291ca5..75e24f26 100644 --- a/modules/computer/users.c +++ b/modules/computer/users.c @@ -4,7 +4,7 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, version 2. + * the Free Software Foundation, version 2 or later. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of |