diff options
| author | Paul Eggert | 2015-01-01 14:26:41 -0800 |
|---|---|---|
| committer | Paul Eggert | 2015-01-01 14:26:41 -0800 |
| commit | 7e09ef09a479731d01b1ca46e94ddadd73ac98e3 (patch) | |
| tree | 402540bff550161e65a04d78785c3b2c543f5853 /lisp/nxml | |
| parent | 647c7c9a726c4f6d29cc8f932e434555f1d0aed8 (diff) | |
| download | emacs-7e09ef09a479731d01b1ca46e94ddadd73ac98e3.tar.gz emacs-7e09ef09a479731d01b1ca46e94ddadd73ac98e3.zip | |
Update copyright year to 2015
Run admin/update-copyright.
Diffstat (limited to 'lisp/nxml')
| -rw-r--r-- | lisp/nxml/nxml-enc.el | 2 | ||||
| -rw-r--r-- | lisp/nxml/nxml-glyph.el | 2 | ||||
| -rw-r--r-- | lisp/nxml/nxml-maint.el | 2 | ||||
| -rw-r--r-- | lisp/nxml/nxml-mode.el | 2 | ||||
| -rw-r--r-- | lisp/nxml/nxml-ns.el | 2 | ||||
| -rw-r--r-- | lisp/nxml/nxml-outln.el | 2 | ||||
| -rw-r--r-- | lisp/nxml/nxml-parse.el | 2 | ||||
| -rw-r--r-- | lisp/nxml/nxml-rap.el | 2 | ||||
| -rw-r--r-- | lisp/nxml/nxml-uchnm.el | 2 | ||||
| -rw-r--r-- | lisp/nxml/nxml-util.el | 2 | ||||
| -rw-r--r-- | lisp/nxml/rng-cmpct.el | 2 | ||||
| -rw-r--r-- | lisp/nxml/rng-dt.el | 2 | ||||
| -rw-r--r-- | lisp/nxml/rng-loc.el | 2 | ||||
| -rw-r--r-- | lisp/nxml/rng-maint.el | 2 | ||||
| -rw-r--r-- | lisp/nxml/rng-match.el | 2 | ||||
| -rw-r--r-- | lisp/nxml/rng-nxml.el | 2 | ||||
| -rw-r--r-- | lisp/nxml/rng-parse.el | 2 | ||||
| -rw-r--r-- | lisp/nxml/rng-pttrn.el | 2 | ||||
| -rw-r--r-- | lisp/nxml/rng-uri.el | 2 | ||||
| -rw-r--r-- | lisp/nxml/rng-util.el | 2 | ||||
| -rw-r--r-- | lisp/nxml/rng-valid.el | 2 | ||||
| -rw-r--r-- | lisp/nxml/rng-xsd.el | 2 | ||||
| -rw-r--r-- | lisp/nxml/xmltok.el | 2 | ||||
| -rw-r--r-- | lisp/nxml/xsd-regexp.el | 2 |
24 files changed, 24 insertions, 24 deletions
diff --git a/lisp/nxml/nxml-enc.el b/lisp/nxml/nxml-enc.el index 1f94e36d75c..32917688df8 100644 --- a/lisp/nxml/nxml-enc.el +++ b/lisp/nxml/nxml-enc.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; nxml-enc.el --- XML encoding auto-detection | 1 | ;;; nxml-enc.el --- XML encoding auto-detection |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003, 2007-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003, 2007-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: James Clark | 5 | ;; Author: James Clark |
| 6 | ;; Keywords: wp, hypermedia, languages, XML | 6 | ;; Keywords: wp, hypermedia, languages, XML |
diff --git a/lisp/nxml/nxml-glyph.el b/lisp/nxml/nxml-glyph.el index f05beeaae70..449d92bc32d 100644 --- a/lisp/nxml/nxml-glyph.el +++ b/lisp/nxml/nxml-glyph.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; nxml-glyph.el --- glyph-handling for nxml-mode | 1 | ;;; nxml-glyph.el --- glyph-handling for nxml-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003, 2007-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003, 2007-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: James Clark | 5 | ;; Author: James Clark |
| 6 | ;; Keywords: wp, hypermedia, languages, XML | 6 | ;; Keywords: wp, hypermedia, languages, XML |
diff --git a/lisp/nxml/nxml-maint.el b/lisp/nxml/nxml-maint.el index 7fd3372cc5f..73abfd9ac96 100644 --- a/lisp/nxml/nxml-maint.el +++ b/lisp/nxml/nxml-maint.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; nxml-maint.el --- commands for maintainers of nxml-*.el | 1 | ;;; nxml-maint.el --- commands for maintainers of nxml-*.el |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003, 2007-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003, 2007-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: James Clark | 5 | ;; Author: James Clark |
| 6 | ;; Keywords: wp, hypermedia, languages, XML | 6 | ;; Keywords: wp, hypermedia, languages, XML |
diff --git a/lisp/nxml/nxml-mode.el b/lisp/nxml/nxml-mode.el index b198f4acf4b..6c5c85b2fcc 100644 --- a/lisp/nxml/nxml-mode.el +++ b/lisp/nxml/nxml-mode.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; nxml-mode.el --- a new XML mode -*- lexical-binding:t -*- | 1 | ;;; nxml-mode.el --- a new XML mode -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003-2004, 2007-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003-2004, 2007-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: James Clark | 5 | ;; Author: James Clark |
| 6 | ;; Keywords: wp, hypermedia, languages, XML | 6 | ;; Keywords: wp, hypermedia, languages, XML |
diff --git a/lisp/nxml/nxml-ns.el b/lisp/nxml/nxml-ns.el index 1087dd1b435..e55ecc36b01 100644 --- a/lisp/nxml/nxml-ns.el +++ b/lisp/nxml/nxml-ns.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; nxml-ns.el --- XML namespace processing -*- lexical-binding:t -*- | 1 | ;;; nxml-ns.el --- XML namespace processing -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003, 2007-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003, 2007-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: James Clark | 5 | ;; Author: James Clark |
| 6 | ;; Keywords: wp, hypermedia, languages, XML | 6 | ;; Keywords: wp, hypermedia, languages, XML |
diff --git a/lisp/nxml/nxml-outln.el b/lisp/nxml/nxml-outln.el index e4b8fc79862..a8dc5b158b2 100644 --- a/lisp/nxml/nxml-outln.el +++ b/lisp/nxml/nxml-outln.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; nxml-outln.el --- outline support for nXML mode | 1 | ;;; nxml-outln.el --- outline support for nXML mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2004, 2007-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2004, 2007-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: James Clark | 5 | ;; Author: James Clark |
| 6 | ;; Keywords: wp, hypermedia, languages, XML | 6 | ;; Keywords: wp, hypermedia, languages, XML |
diff --git a/lisp/nxml/nxml-parse.el b/lisp/nxml/nxml-parse.el index ecf9056358b..c0a8497970c 100644 --- a/lisp/nxml/nxml-parse.el +++ b/lisp/nxml/nxml-parse.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; nxml-parse.el --- XML parser, sharing infrastructure with nxml-mode | 1 | ;;; nxml-parse.el --- XML parser, sharing infrastructure with nxml-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003, 2007-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003, 2007-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: James Clark | 5 | ;; Author: James Clark |
| 6 | ;; Keywords: wp, hypermedia, languages, XML | 6 | ;; Keywords: wp, hypermedia, languages, XML |
diff --git a/lisp/nxml/nxml-rap.el b/lisp/nxml/nxml-rap.el index 7d360cb725c..e6857a9fafe 100644 --- a/lisp/nxml/nxml-rap.el +++ b/lisp/nxml/nxml-rap.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; nxml-rap.el --- low-level support for random access parsing for nXML mode | 1 | ;;; nxml-rap.el --- low-level support for random access parsing for nXML mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003-2004, 2007-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003-2004, 2007-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: James Clark | 5 | ;; Author: James Clark |
| 6 | ;; Keywords: wp, hypermedia, languages, XML | 6 | ;; Keywords: wp, hypermedia, languages, XML |
diff --git a/lisp/nxml/nxml-uchnm.el b/lisp/nxml/nxml-uchnm.el index 5447b71a0c3..1d92ab38791 100644 --- a/lisp/nxml/nxml-uchnm.el +++ b/lisp/nxml/nxml-uchnm.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; nxml-uchnm.el --- support for Unicode standard cha names in nxml-mode | 1 | ;;; nxml-uchnm.el --- support for Unicode standard cha names in nxml-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003, 2007-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003, 2007-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: James Clark | 5 | ;; Author: James Clark |
| 6 | ;; Keywords: wp, hypermedia, languages, XML | 6 | ;; Keywords: wp, hypermedia, languages, XML |
diff --git a/lisp/nxml/nxml-util.el b/lisp/nxml/nxml-util.el index 3d91a1af47c..27b43824312 100644 --- a/lisp/nxml/nxml-util.el +++ b/lisp/nxml/nxml-util.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; nxml-util.el --- utility functions for nxml-*.el -*- lexical-binding:t -*- | 1 | ;;; nxml-util.el --- utility functions for nxml-*.el -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003, 2007-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003, 2007-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: James Clark | 5 | ;; Author: James Clark |
| 6 | ;; Keywords: wp, hypermedia, languages, XML | 6 | ;; Keywords: wp, hypermedia, languages, XML |
diff --git a/lisp/nxml/rng-cmpct.el b/lisp/nxml/rng-cmpct.el index 0dfdb4279be..59340316980 100644 --- a/lisp/nxml/rng-cmpct.el +++ b/lisp/nxml/rng-cmpct.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; rng-cmpct.el --- parsing of RELAX NG Compact Syntax schemas | 1 | ;;; rng-cmpct.el --- parsing of RELAX NG Compact Syntax schemas |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003, 2007-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003, 2007-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: James Clark | 5 | ;; Author: James Clark |
| 6 | ;; Keywords: wp, hypermedia, languages, XML, RelaxNG | 6 | ;; Keywords: wp, hypermedia, languages, XML, RelaxNG |
diff --git a/lisp/nxml/rng-dt.el b/lisp/nxml/rng-dt.el index d91acda629f..855bf93e8a9 100644 --- a/lisp/nxml/rng-dt.el +++ b/lisp/nxml/rng-dt.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; rng-dt.el --- datatype library interface for RELAX NG | 1 | ;;; rng-dt.el --- datatype library interface for RELAX NG |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003, 2007-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003, 2007-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: James Clark | 5 | ;; Author: James Clark |
| 6 | ;; Keywords: wp, hypermedia, languages, XML, RelaxNG | 6 | ;; Keywords: wp, hypermedia, languages, XML, RelaxNG |
diff --git a/lisp/nxml/rng-loc.el b/lisp/nxml/rng-loc.el index 2c59dd2546d..601e54aeef5 100644 --- a/lisp/nxml/rng-loc.el +++ b/lisp/nxml/rng-loc.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; rng-loc.el --- locate the schema to use for validation | 1 | ;;; rng-loc.el --- locate the schema to use for validation |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003, 2007-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003, 2007-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: James Clark | 5 | ;; Author: James Clark |
| 6 | ;; Keywords: wp, hypermedia, languages, XML, RelaxNG | 6 | ;; Keywords: wp, hypermedia, languages, XML, RelaxNG |
diff --git a/lisp/nxml/rng-maint.el b/lisp/nxml/rng-maint.el index d143cd428ed..be42e1029c1 100644 --- a/lisp/nxml/rng-maint.el +++ b/lisp/nxml/rng-maint.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; rng-maint.el --- commands for RELAX NG maintainers | 1 | ;;; rng-maint.el --- commands for RELAX NG maintainers |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003, 2007-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003, 2007-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: James Clark | 5 | ;; Author: James Clark |
| 6 | ;; Keywords: wp, hypermedia, languages, XML, RelaxNG | 6 | ;; Keywords: wp, hypermedia, languages, XML, RelaxNG |
diff --git a/lisp/nxml/rng-match.el b/lisp/nxml/rng-match.el index f674878e6e6..8ebb573dcc3 100644 --- a/lisp/nxml/rng-match.el +++ b/lisp/nxml/rng-match.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; rng-match.el --- matching of RELAX NG patterns against XML events -*- lexical-binding:t -*- | 1 | ;;; rng-match.el --- matching of RELAX NG patterns against XML events -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003, 2007-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003, 2007-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: James Clark | 5 | ;; Author: James Clark |
| 6 | ;; Keywords: wp, hypermedia, languages, XML, RelaxNG | 6 | ;; Keywords: wp, hypermedia, languages, XML, RelaxNG |
diff --git a/lisp/nxml/rng-nxml.el b/lisp/nxml/rng-nxml.el index 000707b55e0..30ae462d851 100644 --- a/lisp/nxml/rng-nxml.el +++ b/lisp/nxml/rng-nxml.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; rng-nxml.el --- make nxml-mode take advantage of rng-validate-mode | 1 | ;;; rng-nxml.el --- make nxml-mode take advantage of rng-validate-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003, 2007-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003, 2007-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: James Clark | 5 | ;; Author: James Clark |
| 6 | ;; Keywords: wp, hypermedia, languages, XML, RelaxNG | 6 | ;; Keywords: wp, hypermedia, languages, XML, RelaxNG |
diff --git a/lisp/nxml/rng-parse.el b/lisp/nxml/rng-parse.el index 688817232e6..30878b4aac4 100644 --- a/lisp/nxml/rng-parse.el +++ b/lisp/nxml/rng-parse.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; rng-parse.el --- parse an XML file and validate it against a schema | 1 | ;;; rng-parse.el --- parse an XML file and validate it against a schema |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003, 2007-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003, 2007-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: James Clark | 5 | ;; Author: James Clark |
| 6 | ;; Keywords: wp, hypermedia, languages, XML, RelaxNG | 6 | ;; Keywords: wp, hypermedia, languages, XML, RelaxNG |
diff --git a/lisp/nxml/rng-pttrn.el b/lisp/nxml/rng-pttrn.el index b845f53d0e8..3324dc40617 100644 --- a/lisp/nxml/rng-pttrn.el +++ b/lisp/nxml/rng-pttrn.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; rng-pttrn.el --- RELAX NG patterns | 1 | ;;; rng-pttrn.el --- RELAX NG patterns |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003, 2007-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003, 2007-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: James Clark | 5 | ;; Author: James Clark |
| 6 | ;; Keywords: wp, hypermedia, languages, XML, RelaxNG | 6 | ;; Keywords: wp, hypermedia, languages, XML, RelaxNG |
diff --git a/lisp/nxml/rng-uri.el b/lisp/nxml/rng-uri.el index 43218ec7c88..e95ad08d1bd 100644 --- a/lisp/nxml/rng-uri.el +++ b/lisp/nxml/rng-uri.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; rng-uri.el --- URI parsing and manipulation | 1 | ;;; rng-uri.el --- URI parsing and manipulation |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003, 2007-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003, 2007-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: James Clark | 5 | ;; Author: James Clark |
| 6 | ;; Keywords: wp, hypermedia, languages, XML | 6 | ;; Keywords: wp, hypermedia, languages, XML |
diff --git a/lisp/nxml/rng-util.el b/lisp/nxml/rng-util.el index 3b6af42bb3d..cde41248bee 100644 --- a/lisp/nxml/rng-util.el +++ b/lisp/nxml/rng-util.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; rng-util.el --- utility functions for RELAX NG library | 1 | ;;; rng-util.el --- utility functions for RELAX NG library |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003, 2007-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003, 2007-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: James Clark | 5 | ;; Author: James Clark |
| 6 | ;; Keywords: wp, hypermedia, languages, XML, RelaxNG | 6 | ;; Keywords: wp, hypermedia, languages, XML, RelaxNG |
diff --git a/lisp/nxml/rng-valid.el b/lisp/nxml/rng-valid.el index baf63e9fd33..2bf8f1dfa63 100644 --- a/lisp/nxml/rng-valid.el +++ b/lisp/nxml/rng-valid.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; rng-valid.el --- real-time validation of XML using RELAX NG | 1 | ;;; rng-valid.el --- real-time validation of XML using RELAX NG |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003, 2007-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003, 2007-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: James Clark | 5 | ;; Author: James Clark |
| 6 | ;; Keywords: wp, hypermedia, languages, XML, RelaxNG | 6 | ;; Keywords: wp, hypermedia, languages, XML, RelaxNG |
diff --git a/lisp/nxml/rng-xsd.el b/lisp/nxml/rng-xsd.el index 1c36c222903..9b585c0b7b8 100644 --- a/lisp/nxml/rng-xsd.el +++ b/lisp/nxml/rng-xsd.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; rng-xsd.el --- W3C XML Schema datatypes library for RELAX NG | 1 | ;;; rng-xsd.el --- W3C XML Schema datatypes library for RELAX NG |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003, 2007-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003, 2007-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: James Clark | 5 | ;; Author: James Clark |
| 6 | ;; Keywords: wp, hypermedia, languages, XML, RelaxNG | 6 | ;; Keywords: wp, hypermedia, languages, XML, RelaxNG |
diff --git a/lisp/nxml/xmltok.el b/lisp/nxml/xmltok.el index f80a5fd2fa1..fe6a6050be9 100644 --- a/lisp/nxml/xmltok.el +++ b/lisp/nxml/xmltok.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; xmltok.el --- XML tokenization -*- lexical-binding:t -*- | 1 | ;;; xmltok.el --- XML tokenization -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003, 2007-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003, 2007-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: James Clark | 5 | ;; Author: James Clark |
| 6 | ;; Keywords: wp, hypermedia, languages, XML | 6 | ;; Keywords: wp, hypermedia, languages, XML |
diff --git a/lisp/nxml/xsd-regexp.el b/lisp/nxml/xsd-regexp.el index dc2194eb1ef..7b1e6165583 100644 --- a/lisp/nxml/xsd-regexp.el +++ b/lisp/nxml/xsd-regexp.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; xsd-regexp.el --- translate W3C XML Schema regexps to Emacs regexps | 1 | ;;; xsd-regexp.el --- translate W3C XML Schema regexps to Emacs regexps |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003, 2007-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003, 2007-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: James Clark | 5 | ;; Author: James Clark |
| 6 | ;; Keywords: wp, hypermedia, languages, XML, regexp | 6 | ;; Keywords: wp, hypermedia, languages, XML, regexp |