diff --git a/lisp/org-element.el b/lisp/org-element.el index 389f2e3f4..f4075780c 100644 --- a/lisp/org-element.el +++ b/lisp/org-element.el @@ -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 ;; Keywords: outlines, hypermedia, calendar, wp diff --git a/testing/lisp/test-ox.el b/testing/lisp/test-ox.el index 6a09a19f9..a15e111d5 100644 --- a/testing/lisp/test-ox.el +++ b/testing/lisp/test-ox.el @@ -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