flock: fix license typo
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 9 Feb 2011 17:45:17 +0000 (09:45 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 9 Feb 2011 17:47:05 +0000 (09:47 -0800)
* lib/flock.c: Fix typo in license.  One of the "Lesser"s was
omitted.

ChangeLog
lib/flock.c

index 105fc3d5852c6c55363a0c5dbfb016e09cfbbc15..d1ba7a6466cac5ba2411a4b711a29aba28986353 100644 (file)
--- 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.
index 7db5663559f4320b86df9d3848f56cfcf010edd2..bdec6d48ed62632fa19630d6853d7ce702db7671 100644 (file)
@@ -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>