diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2018-01-01 00:21:42 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2018-01-01 00:57:59 -0800 |
commit | 5c7dd8a783fa2503f042f6671279e5fca38c35cb (patch) | |
tree | 5cdd7dbd45722f66524ec6956d90e99ae3ae4c34 /lisp/cedet/semantic/wisent | |
parent | 220a9ecba1b62e09703cb0a3c122797d4498ccc2 (diff) | |
download | emacs-5c7dd8a783fa2503f042f6671279e5fca38c35cb.tar.gz emacs-5c7dd8a783fa2503f042f6671279e5fca38c35cb.tar.bz2 emacs-5c7dd8a783fa2503f042f6671279e5fca38c35cb.zip |
Update copyright year to 2018
Run admin/update-copyright.
Diffstat (limited to 'lisp/cedet/semantic/wisent')
-rw-r--r-- | lisp/cedet/semantic/wisent/comp.el | 2 | ||||
-rw-r--r-- | lisp/cedet/semantic/wisent/grammar.el | 2 | ||||
-rw-r--r-- | lisp/cedet/semantic/wisent/java-tags.el | 2 | ||||
-rw-r--r-- | lisp/cedet/semantic/wisent/javascript.el | 2 | ||||
-rw-r--r-- | lisp/cedet/semantic/wisent/python.el | 2 | ||||
-rw-r--r-- | lisp/cedet/semantic/wisent/wisent.el | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/lisp/cedet/semantic/wisent/comp.el b/lisp/cedet/semantic/wisent/comp.el index 0ed9ba32597..1902006ee5b 100644 --- a/lisp/cedet/semantic/wisent/comp.el +++ b/lisp/cedet/semantic/wisent/comp.el @@ -1,6 +1,6 @@ ;;; semantic/wisent/comp.el --- GNU Bison for Emacs - Grammar compiler -;; Copyright (C) 1984, 1986, 1989, 1992, 1995, 2000-2007, 2009-2017 Free +;; Copyright (C) 1984, 1986, 1989, 1992, 1995, 2000-2007, 2009-2018 Free ;; Software Foundation, Inc. ;; Author: David Ponce <david@dponce.com> diff --git a/lisp/cedet/semantic/wisent/grammar.el b/lisp/cedet/semantic/wisent/grammar.el index 29106da5f9f..d55b38aac49 100644 --- a/lisp/cedet/semantic/wisent/grammar.el +++ b/lisp/cedet/semantic/wisent/grammar.el @@ -1,6 +1,6 @@ ;;; semantic/wisent/grammar.el --- Wisent's input grammar mode -;; Copyright (C) 2002-2017 Free Software Foundation, Inc. +;; Copyright (C) 2002-2018 Free Software Foundation, Inc. ;; ;; Author: David Ponce <david@dponce.com> ;; Maintainer: David Ponce <david@dponce.com> diff --git a/lisp/cedet/semantic/wisent/java-tags.el b/lisp/cedet/semantic/wisent/java-tags.el index 479fc7fbe87..7cd739a5d6b 100644 --- a/lisp/cedet/semantic/wisent/java-tags.el +++ b/lisp/cedet/semantic/wisent/java-tags.el @@ -1,6 +1,6 @@ ;;; semantic/wisent/java-tags.el --- Java LALR parser for Emacs -;; Copyright (C) 2001-2006, 2009-2017 Free Software Foundation, Inc. +;; Copyright (C) 2001-2006, 2009-2018 Free Software Foundation, Inc. ;; Author: David Ponce <david@dponce.com> ;; Maintainer: David Ponce <david@dponce.com> diff --git a/lisp/cedet/semantic/wisent/javascript.el b/lisp/cedet/semantic/wisent/javascript.el index b73cb01819a..518689a02ee 100644 --- a/lisp/cedet/semantic/wisent/javascript.el +++ b/lisp/cedet/semantic/wisent/javascript.el @@ -1,6 +1,6 @@ ;;; semantic/wisent/javascript.el --- javascript parser support -;; Copyright (C) 2005, 2009-2017 Free Software Foundation, Inc. +;; Copyright (C) 2005, 2009-2018 Free Software Foundation, Inc. ;; Author: Eric Ludlam <zappo@gnu.org> ;; Keywords: syntax diff --git a/lisp/cedet/semantic/wisent/python.el b/lisp/cedet/semantic/wisent/python.el index 591895d5aa4..db2d7c96083 100644 --- a/lisp/cedet/semantic/wisent/python.el +++ b/lisp/cedet/semantic/wisent/python.el @@ -1,6 +1,6 @@ ;;; wisent-python.el --- Semantic support for Python -;; Copyright (C) 2002, 2004, 2006-2017 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2004, 2006-2018 Free Software Foundation, Inc. ;; Author: Richard Kim <emacs18@gmail.com> ;; Maintainer: Richard Kim <emacs18@gmail.com> diff --git a/lisp/cedet/semantic/wisent/wisent.el b/lisp/cedet/semantic/wisent/wisent.el index d4d2b3d2ace..310799dad6a 100644 --- a/lisp/cedet/semantic/wisent/wisent.el +++ b/lisp/cedet/semantic/wisent/wisent.el @@ -1,6 +1,6 @@ ;;; semantic/wisent/wisent.el --- GNU Bison for Emacs - Runtime -;;; Copyright (C) 2002-2007, 2009-2017 Free Software Foundation, Inc. +;;; Copyright (C) 2002-2007, 2009-2018 Free Software Foundation, Inc. ;; Author: David Ponce <david@dponce.com> ;; Maintainer: David Ponce <david@dponce.com> |