diff options
Diffstat (limited to 'util/regex_internal.c')
-rw-r--r-- | util/regex_internal.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/util/regex_internal.c b/util/regex_internal.c index 0f8b897b1..6f3a96e7d 100644 --- a/util/regex_internal.c +++ b/util/regex_internal.c @@ -13,10 +13,9 @@ 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 the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02110-1301 USA. */ + You should have received a copy of the GNU Lesser General Public License + along with the GNU C Library; if not, see <http://www.gnu.org/licenses/>. +*/ #include <assert.h> #include <ctype.h> |