aboutsummaryrefslogtreecommitdiffstats
path: root/util/regcomp.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/regcomp.c')
-rw-r--r--util/regcomp.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/util/regcomp.c b/util/regcomp.c
index 766339945..6964df93e 100644
--- a/util/regcomp.c
+++ b/util/regcomp.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>