Add 2010 to copyright years.
This commit is contained in:
parent
c2623ee747
commit
114f9c9679
1983 changed files with 2093 additions and 2089 deletions
|
@ -1,6 +1,6 @@
|
|||
;;; nxml-enc.el --- XML encoding auto-detection
|
||||
|
||||
;; Copyright (C) 2003, 2007, 2008, 2009 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: James Clark
|
||||
;; Keywords: XML
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; nxml-glyph.el --- glyph-handling for nxml-mode
|
||||
|
||||
;; Copyright (C) 2003, 2007, 2008, 2009 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: James Clark
|
||||
;; Keywords: XML
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; nxml-maint.el --- commands for maintainers of nxml-*.el
|
||||
|
||||
;; Copyright (C) 2003, 2007, 2008, 2009 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: James Clark
|
||||
;; Keywords: XML
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; nxml-mode.el --- a new XML mode
|
||||
|
||||
;; Copyright (C) 2003, 2004, 2007, 2008, 2009 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2003, 2004, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: James Clark
|
||||
;; Keywords: XML
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; nxml-ns.el --- XML namespace processing
|
||||
|
||||
;; Copyright (C) 2003, 2007, 2008, 2009 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: James Clark
|
||||
;; Keywords: XML
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; nxml-outln.el --- outline support for nXML mode
|
||||
|
||||
;; Copyright (C) 2004, 2007, 2008, 2009 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2004, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: James Clark
|
||||
;; Keywords: XML
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; nxml-parse.el --- XML parser, sharing infrastructure with nxml-mode
|
||||
|
||||
;; Copyright (C) 2003, 2007, 2008, 2009 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: James Clark
|
||||
;; Keywords: XML
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; nxml-rap.el --- low-level support for random access parsing for nXML mode
|
||||
|
||||
;; Copyright (C) 2003, 2004, 2007, 2008, 2009 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2003, 2004, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: James Clark
|
||||
;; Keywords: XML
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; nxml-uchnm.el --- support for Unicode standard cha names in nxml-mode
|
||||
|
||||
;; Copyright (C) 2003, 2007, 2008, 2009 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: James Clark
|
||||
;; Keywords: XML
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; nxml-util.el --- utility functions for nxml-*.el
|
||||
|
||||
;; Copyright (C) 2003, 2007, 2008, 2009 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: James Clark
|
||||
;; Keywords: XML
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; rng-cmpct.el --- parsing of RELAX NG Compact Syntax schemas
|
||||
|
||||
;; Copyright (C) 2003, 2007, 2008, 2009 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: James Clark
|
||||
;; Keywords: XML, RelaxNG
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; rng-dt.el --- datatype library interface for RELAX NG
|
||||
|
||||
;; Copyright (C) 2003, 2007, 2008, 2009 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: James Clark
|
||||
;; Keywords: XML, RelaxNG
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; rng-loc.el --- locate the schema to use for validation
|
||||
|
||||
;; Copyright (C) 2003, 2007, 2008, 2009 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: James Clark
|
||||
;; Keywords: XML, RelaxNG
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; rng-maint.el --- commands for RELAX NG maintainers
|
||||
|
||||
;; Copyright (C) 2003, 2007, 2008, 2009 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: James Clark
|
||||
;; Keywords: XML, RelaxNG
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; rng-match.el --- matching of RELAX NG patterns against XML events
|
||||
|
||||
;; Copyright (C) 2003, 2007, 2008, 2009 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: James Clark
|
||||
;; Keywords: XML, RelaxNG
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; rng-nxml.el --- make nxml-mode take advantage of rng-validate-mode
|
||||
|
||||
;; Copyright (C) 2003, 2007, 2008, 2009 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: James Clark
|
||||
;; Keywords: XML, RelaxNG
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; rng-parse.el --- parse an XML file and validate it against a schema
|
||||
|
||||
;; Copyright (C) 2003, 2007, 2008, 2009 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: James Clark
|
||||
;; Keywords: XML, RelaxNG
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; rng-pttrn.el --- RELAX NG patterns
|
||||
|
||||
;; Copyright (C) 2003, 2007, 2008, 2009 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: James Clark
|
||||
;; Keywords: XML, RelaxNG
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; rng-uri.el --- URI parsing and manipulation
|
||||
|
||||
;; Copyright (C) 2003, 2007, 2008, 2009 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: James Clark
|
||||
;; Keywords: XML
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; rng-util.el --- utility functions for RELAX NG library
|
||||
|
||||
;; Copyright (C) 2003, 2007, 2008, 2009 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: James Clark
|
||||
;; Keywords: XML, RelaxNG
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; rng-valid.el --- real-time validation of XML using RELAX NG
|
||||
|
||||
;; Copyright (C) 2003, 2007, 2008, 2009 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: James Clark
|
||||
;; Keywords: XML, RelaxNG
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; rng-xsd.el --- W3C XML Schema datatypes library for RELAX NG
|
||||
|
||||
;; Copyright (C) 2003, 2007, 2008, 2009 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: James Clark
|
||||
;; Keywords: XML, RelaxNG
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; xmltok.el --- XML tokenization
|
||||
|
||||
;; Copyright (C) 2003, 2007, 2008, 2009 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: James Clark
|
||||
;; Keywords: XML
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; xsd-regexp.el --- translate W3C XML Schema regexps to Emacs regexps
|
||||
|
||||
;; Copyright (C) 2003, 2007, 2008, 2009 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: James Clark
|
||||
;; Keywords: XML, regexp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue