diff options
| author | Paul Eggert | 2013-01-02 08:30:50 -0800 |
|---|---|---|
| committer | Paul Eggert | 2013-01-02 08:30:50 -0800 |
| commit | 09b8afb6c8b235279dac6cdc7ffee68b782712ac (patch) | |
| tree | a52d0d1765feb9c158e83e4c431d822183cf5e9b | |
| parent | 0877d0dc24ee792b9b14592869ea1aa0934aee58 (diff) | |
| download | emacs-09b8afb6c8b235279dac6cdc7ffee68b782712ac.tar.gz emacs-09b8afb6c8b235279dac6cdc7ffee68b782712ac.zip | |
Update copyright dates to 2013.
| -rw-r--r-- | etc/themes/leuven-theme.el | 2 | ||||
| -rw-r--r-- | lisp/emacs-lisp/nadvice.el | 2 | ||||
| -rw-r--r-- | lisp/net/tramp-adb.el | 2 | ||||
| -rw-r--r-- | nt/inc/sys/wait.h | 2 | ||||
| -rw-r--r-- | src/inotify.c | 3 | ||||
| -rw-r--r-- | src/w32notify.c | 2 | ||||
| -rw-r--r-- | test/automated/advice-tests.el | 2 | ||||
| -rw-r--r-- | test/automated/inotify-test.el | 2 |
8 files changed, 8 insertions, 9 deletions
diff --git a/etc/themes/leuven-theme.el b/etc/themes/leuven-theme.el index af1b808c0ec..7945526b0e4 100644 --- a/etc/themes/leuven-theme.el +++ b/etc/themes/leuven-theme.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; leuven-theme.el --- Emacs custom theme | 1 | ;;; leuven-theme.el --- Emacs custom theme |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003-2013 Free Software Foundation, Inc. |
| 4 | ;; Time-stamp: <2012-12-05 Wed 10:47> | 4 | ;; Time-stamp: <2012-12-05 Wed 10:47> |
| 5 | 5 | ||
| 6 | ;; Author: Fabrice Niessen <(concat "fniessen" at-sign "pirilampo.org")> | 6 | ;; Author: Fabrice Niessen <(concat "fniessen" at-sign "pirilampo.org")> |
diff --git a/lisp/emacs-lisp/nadvice.el b/lisp/emacs-lisp/nadvice.el index d9c5316b1b8..b4d6fac92a2 100644 --- a/lisp/emacs-lisp/nadvice.el +++ b/lisp/emacs-lisp/nadvice.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; nadvice.el --- Light-weight advice primitives for Elisp functions -*- lexical-binding: t -*- | 1 | ;;; nadvice.el --- Light-weight advice primitives for Elisp functions -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2012-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> | 5 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> |
| 6 | ;; Keywords: extensions, lisp, tools | 6 | ;; Keywords: extensions, lisp, tools |
diff --git a/lisp/net/tramp-adb.el b/lisp/net/tramp-adb.el index b418d1982d9..b5f99ffc93c 100644 --- a/lisp/net/tramp-adb.el +++ b/lisp/net/tramp-adb.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; tramp-adb.el --- Functions for calling Android Debug Bridge from Tramp | 1 | ;;; tramp-adb.el --- Functions for calling Android Debug Bridge from Tramp |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2011-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2011-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Juergen Hoetzel <juergen@archlinux.org> | 5 | ;; Author: Juergen Hoetzel <juergen@archlinux.org> |
| 6 | ;; Keywords: comm, processes | 6 | ;; Keywords: comm, processes |
diff --git a/nt/inc/sys/wait.h b/nt/inc/sys/wait.h index 8d890c9e175..d192453ff57 100644 --- a/nt/inc/sys/wait.h +++ b/nt/inc/sys/wait.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* A limited emulation of sys/wait.h on Posix systems. | 1 | /* A limited emulation of sys/wait.h on Posix systems. |
| 2 | 2 | ||
| 3 | Copyright (C) 2012 Free Software Foundation, Inc. | 3 | Copyright (C) 2012-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/src/inotify.c b/src/inotify.c index 8a52c27985c..4efef9e55b7 100644 --- a/src/inotify.c +++ b/src/inotify.c | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | /* Inotify support for Emacs | 1 | /* Inotify support for Emacs |
| 2 | 2 | ||
| 3 | Copyright (C) 2012 | 3 | Copyright (C) 2012-2013 Free Software Foundation, Inc. |
| 4 | Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 7 | 6 | ||
diff --git a/src/w32notify.c b/src/w32notify.c index 0b7dc9a1110..d78e55f43ed 100644 --- a/src/w32notify.c +++ b/src/w32notify.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Filesystem notifications support for GNU Emacs on the Microsoft Windows API. | 1 | /* Filesystem notifications support for GNU Emacs on the Microsoft Windows API. |
| 2 | Copyright (C) 2012 Free Software Foundation, Inc. | 2 | Copyright (C) 2012-2013 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
diff --git a/test/automated/advice-tests.el b/test/automated/advice-tests.el index 94f69e77e43..bc9135c92d0 100644 --- a/test/automated/advice-tests.el +++ b/test/automated/advice-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; advice-tests.el --- Test suite for the new advice thingy. | 1 | ;;; advice-tests.el --- Test suite for the new advice thingy. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2012-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/test/automated/inotify-test.el b/test/automated/inotify-test.el index edda7ef0418..175f262b282 100644 --- a/test/automated/inotify-test.el +++ b/test/automated/inotify-test.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; inotify-tests.el --- Test suite for inotify. -*- lexical-binding: t -*- | 1 | ;;; inotify-tests.el --- Test suite for inotify. -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2012-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: RĂ¼diger Sonderfeld <ruediger@c-plusplus.de> | 5 | ;; Author: RĂ¼diger Sonderfeld <ruediger@c-plusplus.de> |
| 6 | ;; Keywords: internal | 6 | ;; Keywords: internal |