branch: externals/gnorb
commit 0b503b4a9a5fbd0f13d2f1de082c563c5ac8224e
Author: Eric Abrahamsen <[email protected]>
Commit: Stefan Monnier <[email protected]>
[gnorb] Update copyright years
---
gnorb-bbdb.el | 3 +--
gnorb-gnus.el | 3 +--
gnorb-helm.el | 2 +-
gnorb-org.el | 3 +--
gnorb-registry.el | 2 +-
gnorb-utils.el | 3 +--
gnorb.el | 2 +-
nngnorb.el | 2 +-
8 files changed, 8 insertions(+), 12 deletions(-)
diff --git a/gnorb-bbdb.el b/gnorb-bbdb.el
index 251ba85..8ef19cb 100644
--- a/gnorb-bbdb.el
+++ b/gnorb-bbdb.el
@@ -1,9 +1,8 @@
;;; gnorb-bbdb.el --- The BBDB-centric functions of gnorb -*-
lexical-binding: t -*-
-;; Copyright (C) 2018 Free Software Foundation, Inc.
+;; Copyright (C) 2018-2020 Free Software Foundation, Inc.
;; Author: Eric Abrahamsen <[email protected]>
-;; Keywords:
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
diff --git a/gnorb-gnus.el b/gnorb-gnus.el
index 56d2814..fff23a0 100644
--- a/gnorb-gnus.el
+++ b/gnorb-gnus.el
@@ -1,9 +1,8 @@
;;; gnorb-gnus.el --- The gnus-centric fuctions of gnorb -*- lexical-binding:
t -*-
-;; Copyright (C) 2018 Free Software Foundation, Inc.
+;; Copyright (C) 2018-2020 Free Software Foundation, Inc.
;; Author: Eric Abrahamsen <[email protected]>
-;; Keywords:
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
diff --git a/gnorb-helm.el b/gnorb-helm.el
index 8fa6309..f58f604 100644
--- a/gnorb-helm.el
+++ b/gnorb-helm.el
@@ -1,6 +1,6 @@
;;; gnorb-helm.el --- Interface between Helm and Gnorb -*- lexical-binding:
t; -*-
-;; Copyright (C) 2018 Free Software Foundation, Inc.
+;; Copyright (C) 2018-2020 Free Software Foundation, Inc.
;; Author: Eric Abrahamsen <[email protected]>
diff --git a/gnorb-org.el b/gnorb-org.el
index 802bf09..81cb176 100644
--- a/gnorb-org.el
+++ b/gnorb-org.el
@@ -1,9 +1,8 @@
;;; gnorb-org.el --- The Org-centric functions of gnorb -*- lexical-binding: t
-*-
-;; Copyright (C) 2018 Free Software Foundation, Inc.
+;; Copyright (C) 2018-2020 Free Software Foundation, Inc.
;; Author: Eric Abrahamsen <[email protected]>
-;; Keywords:
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
diff --git a/gnorb-registry.el b/gnorb-registry.el
index e69818c..22d303e 100644
--- a/gnorb-registry.el
+++ b/gnorb-registry.el
@@ -1,6 +1,6 @@
;;; gnorb-registry.el --- Registry implementation for Gnorb -*-
lexical-binding: t -*-
-;; Copyright (C) 2018 Free Software Foundation, Inc.
+;; Copyright (C) 2018-2020 Free Software Foundation, Inc.
;; Author: Eric Abrahamsen <[email protected].>
diff --git a/gnorb-utils.el b/gnorb-utils.el
index 48af465..ce5ebc3 100644
--- a/gnorb-utils.el
+++ b/gnorb-utils.el
@@ -1,9 +1,8 @@
;;; gnorb-utils.el --- Common utilities for all gnorb stuff -*-
lexical-binding: t -*-
-;; Copyright (C) 2018 Free Software Foundation, Inc.
+;; Copyright (C) 2018-2020 Free Software Foundation, Inc.
;; Author: Eric Abrahamsen <[email protected]>
-;; Keywords:
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
diff --git a/gnorb.el b/gnorb.el
index a189e09..f3ba525 100644
--- a/gnorb.el
+++ b/gnorb.el
@@ -1,6 +1,6 @@
;;; gnorb.el --- Glue code between Gnus, Org, and BBDB -*- lexical-binding: t
-*-
-;; Copyright (C) 2018 Free Software Foundation, Inc.
+;; Copyright (C) 2018-2020 Free Software Foundation, Inc.
;; Version: 1.6.4
;; Package-Requires: ((cl-lib "0.5"))
diff --git a/nngnorb.el b/nngnorb.el
index fd871e5..9375094 100644
--- a/nngnorb.el
+++ b/nngnorb.el
@@ -1,6 +1,6 @@
;;; nngnorb.el --- Gnorb backend for Gnus -*- lexical-binding: t -*-
-;; Copyright (C) 2018 Free Software Foundation, Inc.
+;; Copyright (C) 2018-2020 Free Software Foundation, Inc.
;; Author: Eric Abrahamsen <[email protected].>