bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] flock: fix license typo


From: Paul Eggert
Subject: [PATCH] flock: fix license typo
Date: Wed, 09 Feb 2011 09:48:14 -0800
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7

(This is independent of the gnulib-tool change.)

* lib/flock.c: Fix typo in license.  One of the "Lesser"s was
omitted.
---
 ChangeLog   |    7 +++++++
 lib/flock.c |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 105fc3d..d1ba7a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-02-09  Paul Eggert  <address@hidden>
+
+       flock: fix license typo
+
+       * lib/flock.c: Fix typo in license.  One of the "Lesser"s was
+       omitted.
+
 2011-02-08  Bruno Haible  <address@hidden>
 
        Split large sed scripts, for HP-UX sed.
diff --git a/lib/flock.c b/lib/flock.c
index 7db5663..bdec6d4 100644
--- a/lib/flock.c
+++ b/lib/flock.c
@@ -18,7 +18,7 @@
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    Lesser General Public License for more details.
 
-   You should have received a copy of the GNU General Public License
+   You should have received a copy of the GNU Lesser General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include <config.h>
-- 
1.7.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]