[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/company 3ec40b0a0e 2/2: Merge pull request #1392 from y
From: |
ELPA Syncer |
Subject: |
[elpa] externals/company 3ec40b0a0e 2/2: Merge pull request #1392 from yugaego/copyright |
Date: |
Mon, 3 Jul 2023 18:57:29 -0400 (EDT) |
branch: externals/company
commit 3ec40b0a0ea751b6c48f24abd58c8304deb53014
Merge: b2df4b680a 5a50bcf20b
Author: Dmitry Gutov <dmitry@gutov.dev>
Commit: GitHub <noreply@github.com>
Merge pull request #1392 from yugaego/copyright
Update copyright years
---
company-capf.el | 2 +-
company-keywords.el | 2 +-
company-tests.el | 2 +-
company-yasnippet.el | 2 +-
company.el | 2 +-
test/clang-tests.el | 2 +-
test/core-tests.el | 2 +-
test/frontends-tests.el | 2 +-
8 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/company-capf.el b/company-capf.el
index a2791888eb..5a2f3db148 100644
--- a/company-capf.el
+++ b/company-capf.el
@@ -1,6 +1,6 @@
;;; company-capf.el --- company-mode completion-at-point-functions backend -*-
lexical-binding: t -*-
-;; Copyright (C) 2013-2021 Free Software Foundation, Inc.
+;; Copyright (C) 2013-2022 Free Software Foundation, Inc.
;; Author: Stefan Monnier <monnier@iro.umontreal.ca>
diff --git a/company-keywords.el b/company-keywords.el
index 1e42a54ef5..57ec28d692 100644
--- a/company-keywords.el
+++ b/company-keywords.el
@@ -1,6 +1,6 @@
;;; company-keywords.el --- A company backend for programming language keywords
-;; Copyright (C) 2009-2011, 2013-2018, 2020-2021 Free Software Foundation,
Inc.
+;; Copyright (C) 2009-2011, 2013-2018, 2020-2022 Free Software Foundation,
Inc.
;; Author: Nikolaj Schumacher
diff --git a/company-tests.el b/company-tests.el
index 1943ba5a29..b49c201f7f 100644
--- a/company-tests.el
+++ b/company-tests.el
@@ -1,6 +1,6 @@
;;; company-tests.el --- company-mode test helpers -*- lexical-binding: t -*-
-;; Copyright (C) 2011, 2013-2016 Free Software Foundation, Inc.
+;; Copyright (C) 2011, 2013-2016, 2022 Free Software Foundation, Inc.
;; Author: Dmitry Gutov
diff --git a/company-yasnippet.el b/company-yasnippet.el
index 4769516e68..fb6767427e 100644
--- a/company-yasnippet.el
+++ b/company-yasnippet.el
@@ -1,6 +1,6 @@
;;; company-yasnippet.el --- company-mode completion backend for Yasnippet
-;; Copyright (C) 2014-2015, 2020-2021 Free Software Foundation, Inc.
+;; Copyright (C) 2014-2015, 2020-2022 Free Software Foundation, Inc.
;; Author: Dmitry Gutov
diff --git a/company.el b/company.el
index e8075a3145..212ff13a86 100644
--- a/company.el
+++ b/company.el
@@ -1,6 +1,6 @@
;;; company.el --- Modular text completion framework -*- lexical-binding: t
-*-
-;; Copyright (C) 2009-2022 Free Software Foundation, Inc.
+;; Copyright (C) 2009-2023 Free Software Foundation, Inc.
;; Author: Nikolaj Schumacher
;; Maintainer: Dmitry Gutov <dgutov@yandex.ru>
diff --git a/test/clang-tests.el b/test/clang-tests.el
index 71a92246b8..8b1a46631f 100644
--- a/test/clang-tests.el
+++ b/test/clang-tests.el
@@ -1,6 +1,6 @@
;;; clang-tests.el --- company-mode tests -*- lexical-binding: t -*-
-;; Copyright (C) 2015, 2017 Free Software Foundation, Inc.
+;; Copyright (C) 2015, 2017, 2023 Free Software Foundation, Inc.
;; Author: Dmitry Gutov
diff --git a/test/core-tests.el b/test/core-tests.el
index 4a6cf0b8af..ef2fd0c1d2 100644
--- a/test/core-tests.el
+++ b/test/core-tests.el
@@ -1,6 +1,6 @@
;;; core-tests.el --- company-mode tests -*- lexical-binding: t -*-
-;; Copyright (C) 2015-2018, 2020-2021 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2018, 2020-2022 Free Software Foundation, Inc.
;; Author: Dmitry Gutov
diff --git a/test/frontends-tests.el b/test/frontends-tests.el
index 718d4d361a..0055aed141 100644
--- a/test/frontends-tests.el
+++ b/test/frontends-tests.el
@@ -1,6 +1,6 @@
;;; frontends-tests.el --- company-mode tests -*- lexical-binding: t -*-
-;; Copyright (C) 2015-2017, 2020-2021 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2017, 2020-2023 Free Software Foundation, Inc.
;; Author: Dmitry Gutov
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/company 3ec40b0a0e 2/2: Merge pull request #1392 from yugaego/copyright,
ELPA Syncer <=