Quellcode durchsuchen

Fix copyright years

Nicolas Goaziou vor 9 Jahren
Ursprung
Commit
3694450320
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 1 1
      lisp/org-element.el
  2. 1 1
      testing/lisp/test-ox.el

+ 1 - 1
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 <n.goaziou at gmail dot com>
 ;; Keywords: outlines, hypermedia, calendar, wp

+ 1 - 1
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 <n.goaziou at gmail dot com>