From edc2d1ee7ef8e5b5716934673c3846a3c40e2ced Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 2 Apr 2008 08:05:58 +0000 Subject: [PATCH] LGPL notices. --- bitmatch.ml | 18 +++++++++++++++++- bitmatch.mli | 18 +++++++++++++++++- pa_bitmatch.ml | 18 +++++++++++++++++- 3 files changed, 51 insertions(+), 3 deletions(-) diff --git a/bitmatch.ml b/bitmatch.ml index 2cba403..d58a14a 100644 --- a/bitmatch.ml +++ b/bitmatch.ml @@ -1,5 +1,21 @@ (* Bitmatch library. - * $Id: bitmatch.ml,v 1.6 2008-04-01 19:10:45 rjones Exp $ + * Copyright (C) 2008 Red Hat Inc., Richard W.M. Jones + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * + * $Id: bitmatch.ml,v 1.7 2008-04-02 08:05:58 rjones Exp $ *) open Printf diff --git a/bitmatch.mli b/bitmatch.mli index 7ed9e63..f875659 100644 --- a/bitmatch.mli +++ b/bitmatch.mli @@ -1,5 +1,21 @@ (* Bitmatch library. - * $Id: bitmatch.mli,v 1.6 2008-04-01 19:10:45 rjones Exp $ + * Copyright (C) 2008 Red Hat Inc., Richard W.M. Jones + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * + * $Id: bitmatch.mli,v 1.7 2008-04-02 08:05:58 rjones Exp $ *) exception Construct_failure of string * string * int * int diff --git a/pa_bitmatch.ml b/pa_bitmatch.ml index 6673a21..77d9d1f 100644 --- a/pa_bitmatch.ml +++ b/pa_bitmatch.ml @@ -1,5 +1,21 @@ (* Bitmatch syntax extension. - * $Id: pa_bitmatch.ml,v 1.5 2008-04-01 19:10:45 rjones Exp $ + * Copyright (C) 2008 Red Hat Inc., Richard W.M. Jones + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * + * $Id: pa_bitmatch.ml,v 1.6 2008-04-02 08:05:58 rjones Exp $ *) open Printf -- 1.8.3.1