comparison lisp/url/url-parse.el @ 79720:9c0b3f269b92

Add 2008 to copyright years.
author Glenn Morris <rgm@gnu.org>
date Mon, 07 Jan 2008 02:23:04 +0000
parents 218cb37c24ee
children 107ccd98fa12
comparison
equal deleted inserted replaced
79719:dc100f64b2b7 79720:9c0b3f269b92
1 ;;; url-parse.el --- Uniform Resource Locator parser 1 ;;; url-parse.el --- Uniform Resource Locator parser
2 2
3 ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, 3 ;; Copyright (C) 1996, 1997, 1998, 1999, 2004,
4 ;; 2005, 2006, 2007 Free Software Foundation, Inc. 4 ;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
5 5
6 ;; Keywords: comm, data, processes 6 ;; Keywords: comm, data, processes
7 7
8 ;; This file is part of GNU Emacs. 8 ;; This file is part of GNU Emacs.
9 ;; 9 ;;