0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 21:37:50 +00:00

Fix copyright years

This commit is contained in:
Nicolas Goaziou 2016-01-02 13:36:44 +01:00
parent ad83f31318
commit 3694450320
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
;;; org-element.el --- Parser for Org Syntax -*- lexical-binding: t; -*-
;; Copyright (C) 2012-2015 Free Software Foundation, Inc.
;; Copyright (C) 2012-2016 Free Software Foundation, Inc.
;; Author: Nicolas Goaziou <n.goaziou at gmail dot com>
;; Keywords: outlines, hypermedia, calendar, wp

View file

@ -1,6 +1,6 @@
;;; test-ox.el --- Tests for ox.el -*- lexical-binding: t; -*-
;; Copyright (C) 2012-2015 Nicolas Goaziou
;; Copyright (C) 2012-2016 Nicolas Goaziou
;; Author: Nicolas Goaziou <n.goaziou at gmail dot com>