From: Paul Eggert Date: Wed, 9 Feb 2011 17:45:17 +0000 (-0800) Subject: flock: fix license typo X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64c79c31f05fe182fa2de40f804b4bdc264fbb17;p=pspp flock: fix license typo * lib/flock.c: Fix typo in license. One of the "Lesser"s was omitted. --- diff --git a/ChangeLog b/ChangeLog index 105fc3d585..d1ba7a6466 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2011-02-09 Paul Eggert + + flock: fix license typo + + * lib/flock.c: Fix typo in license. One of the "Lesser"s was + omitted. + 2011-02-08 Bruno Haible Split large sed scripts, for HP-UX sed. diff --git a/lib/flock.c b/lib/flock.c index 7db5663559..bdec6d48ed 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 . */ #include