diff options
Diffstat (limited to 'examples/perfcounter')
-rw-r--r-- | examples/perfcounter/perf.h | 2 | ||||
-rw-r--r-- | examples/perfcounter/perf_writer.c | 2 | ||||
-rw-r--r-- | examples/perfcounter/perf_writer_cpu.c | 2 | ||||
-rw-r--r-- | examples/perfcounter/perf_writer_disk.c | 2 | ||||
-rw-r--r-- | examples/perfcounter/perf_writer_mem.c | 2 | ||||
-rw-r--r-- | examples/perfcounter/perf_writer_process.c | 2 | ||||
-rw-r--r-- | examples/perfcounter/perf_writer_util.c | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/examples/perfcounter/perf.h b/examples/perfcounter/perf.h index 7279e78831..458e2ceb8c 100644 --- a/examples/perfcounter/perf.h +++ b/examples/perfcounter/perf.h @@ -6,7 +6,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; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/examples/perfcounter/perf_writer.c b/examples/perfcounter/perf_writer.c index 00e47bdaba..c967579b89 100644 --- a/examples/perfcounter/perf_writer.c +++ b/examples/perfcounter/perf_writer.c @@ -6,7 +6,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; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/examples/perfcounter/perf_writer_cpu.c b/examples/perfcounter/perf_writer_cpu.c index 7786c9415e..eed69de033 100644 --- a/examples/perfcounter/perf_writer_cpu.c +++ b/examples/perfcounter/perf_writer_cpu.c @@ -6,7 +6,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; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/examples/perfcounter/perf_writer_disk.c b/examples/perfcounter/perf_writer_disk.c index b2b4c9690b..31bc703739 100644 --- a/examples/perfcounter/perf_writer_disk.c +++ b/examples/perfcounter/perf_writer_disk.c @@ -6,7 +6,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; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/examples/perfcounter/perf_writer_mem.c b/examples/perfcounter/perf_writer_mem.c index 1a9a3ca959..2c0e30663d 100644 --- a/examples/perfcounter/perf_writer_mem.c +++ b/examples/perfcounter/perf_writer_mem.c @@ -6,7 +6,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; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/examples/perfcounter/perf_writer_process.c b/examples/perfcounter/perf_writer_process.c index 75a23dae51..cc26b208d4 100644 --- a/examples/perfcounter/perf_writer_process.c +++ b/examples/perfcounter/perf_writer_process.c @@ -6,7 +6,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; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, diff --git a/examples/perfcounter/perf_writer_util.c b/examples/perfcounter/perf_writer_util.c index 85ef48fb60..9cf12ab792 100644 --- a/examples/perfcounter/perf_writer_util.c +++ b/examples/perfcounter/perf_writer_util.c @@ -6,7 +6,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; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, |