diff options
author | Jeremy Allison <jra@samba.org> | 2007-07-09 19:25:36 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:28:20 -0500 |
commit | d824b98f80ba186030cbb70b3a1e5daf80469ecd (patch) | |
tree | b77ccd9183ff614bb4666dd970747032f7853a02 /examples/perfcounter | |
parent | 475b6f35debed2b58c2a741477f96fb0fcd699bf (diff) | |
download | samba-d824b98f80ba186030cbb70b3a1e5daf80469ecd.tar.gz |
r23779: Change from v2 or later to v3 or later.
Jeremy.
(This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
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 7279e788310..458e2ceb8cf 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 00e47bdabaf..c967579b897 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 7786c9415eb..eed69de0332 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 b2b4c9690be..31bc7037397 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 1a9a3ca9593..2c0e30663dd 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 75a23dae515..cc26b208d45 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 85ef48fb602..9cf12ab7920 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, |