summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2017-09-29 12:49:19 -0400
committerKyle Meyer <kyle@kyleam.com>2017-10-01 19:53:04 -0400
commiteb8c08899575a25f2e90bf4a711d17bc36a5c240 (patch)
tree4e8c1d4da1f203db966cda177da93f316d931752
parentfcdcfe682f66d82c2eb7e04479248cf06ccfa922 (diff)
downloadorg-mode-eb8c08899575a25f2e90bf4a711d17bc36a5c240.tar.gz
Backport commit 26d58f0c5 from Emacs
; Standardize license notices 26d58f0c5865c9132e2fc559e061ef704a086d30 Glenn Morris Fri Sep 29 12:49:19 2017 -0400
-rw-r--r--lisp/ob-vala.el2
-rw-r--r--lisp/org-duration.el10
2 files changed, 8 insertions, 4 deletions
diff --git a/lisp/ob-vala.el b/lisp/ob-vala.el
index 3998e2d..580e272 100644
--- a/lisp/ob-vala.el
+++ b/lisp/ob-vala.el
@@ -8,6 +8,8 @@
;;; License:
+;; This file is part of GNU Emacs.
+
;; GNU Emacs is free software: you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation, either version 3 of the License, or
diff --git a/lisp/org-duration.el b/lisp/org-duration.el
index 3e5f0f5..096e973 100644
--- a/lisp/org-duration.el
+++ b/lisp/org-duration.el
@@ -1,22 +1,24 @@
;;; org-duration.el --- Library handling durations -*- lexical-binding: t; -*-
-;; Copyright (C) 2017 Free Software Foundation, Inc.
+;; Copyright (C) 2017 Free Software Foundation, Inc.
;; Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
;; Keywords: outlines, hypermedia, calendar, wp
-;; This program is free software; you can redistribute it and/or modify
+;; This file is part of GNU Emacs.
+
+;; GNU Emacs is free software: you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation, either version 3 of the License, or
;; (at your option) any later version.
-;; This program is distributed in the hope that it will be useful,
+;; GNU Emacs is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;; GNU General Public License for more details.
;; You should have received a copy of the GNU General Public License
-;; along with this program. If not, see <https://www.gnu.org/licenses/>.
+;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
;;; Commentary: