From acc078678ea1f9f3f7886392bce772aefd90b2d0 Mon Sep 17 00:00:00 2001 From: Vitaly Mayatskikh Date: Thu, 17 Sep 2009 21:37:46 +0200 Subject: [PATCH] Fix copy-paste errors in GPL headers --- cl-v4l2.asd | 4 ++-- package.lisp | 4 ++-- v4l2.lisp | 17 ++--------------- 3 files changed, 6 insertions(+), 19 deletions(-) diff --git a/cl-v4l2.asd b/cl-v4l2.asd index adf89a0..1b56d6d 100644 --- a/cl-v4l2.asd +++ b/cl-v4l2.asd @@ -2,12 +2,12 @@ ;; ;; This file is a part of CL-Video4Linux2 ;; -;; CL-Cluster is free software: you can redistribute it and/or modify +;; CL-Video4Linux2 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 3 of the License, or ;; (at your option) any later version. ;; -;; CL-Cluster is distributed in the hope that it will be useful, +;; CL-Video4Linux2 is distributed in the hope that it will be useful, ;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;; GNU General Public License for more details. diff --git a/package.lisp b/package.lisp index 6478142..79367c4 100644 --- a/package.lisp +++ b/package.lisp @@ -2,12 +2,12 @@ ;; ;; This file is a part of CL-Video4Linux2 ;; -;; CL-Cluster is free software: you can redistribute it and/or modify +;; CL-Video4Linux2 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 3 of the License, or ;; (at your option) any later version. ;; -;; CL-Cluster is distributed in the hope that it will be useful, +;; CL-Video4Linux2 is distributed in the hope that it will be useful, ;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;; GNU General Public License for more details. diff --git a/v4l2.lisp b/v4l2.lisp index 767d38d..5a7a383 100644 --- a/v4l2.lisp +++ b/v4l2.lisp @@ -2,25 +2,12 @@ ;;;; ;;;; This file is a part of CL-Video4Linux2 ;;;; -;;;; Performance counters are special hardware registers available on most modern -;;;; CPUs. These registers count the number of certain types of hw events: such -;;;; as instructions executed, cachemisses suffered, or branches mis-predicted - -;;;; without slowing down the kernel or applications. These registers can also -;;;; trigger interrupts when a threshold number of events have passed - and can -;;;; thus be used to profile the code that runs on that CPU. -;;;; -;;;; The Linux Performance Counter subsystem provides an abstraction of these -;;;; hardware capabilities. It provides per task and per CPU counters, counter -;;;; groups, and it provides event capabilities on top of those. It -;;;; provides "virtual" 64-bit counters, regardless of the width of the -;;;; underlying hardware counters. -;;;; -;;;; CL-Perfcounters is free software: you can redistribute it and/or modify +;;;; CL-Video4Linux2 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 3 of the License, or ;;;; (at your option) any later version. ;;;; -;;;; CL-Perfcounters is distributed in the hope that it will be useful, +;;;; CL-Video4Linux2 is distributed in the hope that it will be useful, ;;;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;;;; GNU General Public License for more details. -- 2.11.4.GIT