changeset 14317:0c0a50ad23ad

flock: fix license typo * lib/flock.c: Fix typo in license. One of the "Lesser"s was omitted.
author Paul Eggert <eggert@cs.ucla.edu>
date Wed, 09 Feb 2011 09:45:17 -0800
parents 6f2788453d27
children 18ad0b0246fc
files ChangeLog lib/flock.c
diffstat 2 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-02-09  Paul Eggert  <eggert@cs.ucla.edu>
+
+	flock: fix license typo
+
+	* lib/flock.c: Fix typo in license.  One of the "Lesser"s was
+	omitted.
+
 2011-02-08  Bruno Haible  <bruno@clisp.org>
 
 	Split large sed scripts, for HP-UX sed.
--- 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>