emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/company c25f1fbc38 2/2: Merge pull request #1295 from y


From: ELPA Syncer
Subject: [elpa] externals/company c25f1fbc38 2/2: Merge pull request #1295 from yugaego/copyright
Date: Mon, 10 Jan 2022 17:57:22 -0500 (EST)

branch: externals/company
commit c25f1fbc3850e36e6521b77fa1641d5583365d8b
Merge: f481c1e1fc 95a958cf19
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: GitHub <noreply@github.com>

    Merge pull request #1295 from yugaego/copyright
    
    Update copyright information
---
 company-abbrev.el       | 2 +-
 company-bbdb.el         | 2 +-
 company-capf.el         | 2 +-
 company-clang.el        | 2 +-
 company-cmake.el        | 2 +-
 company-css.el          | 2 +-
 company-dabbrev-code.el | 2 +-
 company-dabbrev.el      | 2 +-
 company-elisp.el        | 2 +-
 company-etags.el        | 2 +-
 company-files.el        | 2 +-
 company-gtags.el        | 2 +-
 company-ispell.el       | 2 +-
 company-keywords.el     | 2 +-
 company-nxml.el         | 2 +-
 company-oddmuse.el      | 2 +-
 company-semantic.el     | 2 +-
 company-template.el     | 2 +-
 company-tempo.el        | 2 +-
 company-yasnippet.el    | 2 +-
 company.el              | 2 +-
 doc/company.texi        | 2 +-
 doc/images/large/README | 6 ++++++
 doc/images/small/README | 6 ++++++
 test/all.el             | 2 +-
 test/async-tests.el     | 2 +-
 test/capf-tests.el      | 6 ++----
 test/clang-tests.el     | 2 +-
 test/cmake-tests.el     | 2 +-
 test/core-tests.el      | 2 +-
 test/files-tests.el     | 2 +-
 test/frontends-tests.el | 2 +-
 test/template-tests.el  | 2 +-
 33 files changed, 44 insertions(+), 34 deletions(-)

diff --git a/company-abbrev.el b/company-abbrev.el
index 42c80a9434..b8f81c47dd 100644
--- a/company-abbrev.el
+++ b/company-abbrev.el
@@ -1,6 +1,6 @@
 ;;; company-abbrev.el --- company-mode completion backend for abbrev
 
-;; Copyright (C) 2009-2011, 2015, 2021  Free Software Foundation, Inc.
+;; Copyright (C) 2009-2011, 2013-2015, 2021  Free Software Foundation, Inc.
 
 ;; Author: Nikolaj Schumacher
 
diff --git a/company-bbdb.el b/company-bbdb.el
index 7160231e9e..1016e2aa29 100644
--- a/company-bbdb.el
+++ b/company-bbdb.el
@@ -1,6 +1,6 @@
 ;;; company-bbdb.el --- company-mode completion backend for BBDB in 
message-mode
 
-;; Copyright (C) 2013-2014, 2016  Free Software Foundation, Inc.
+;; Copyright (C) 2013-2016, 2020  Free Software Foundation, Inc.
 
 ;; Author: Jan Tatarik <jan.tatarik@gmail.com>
 
diff --git a/company-capf.el b/company-capf.el
index 5a2a2643b6..52f677f703 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-2019, 2021  Free Software Foundation, Inc.
+;; Copyright (C) 2013-2021  Free Software Foundation, Inc.
 
 ;; Author: Stefan Monnier <monnier@iro.umontreal.ca>
 
diff --git a/company-clang.el b/company-clang.el
index 045a28e87f..5d8ca5a5f4 100644
--- a/company-clang.el
+++ b/company-clang.el
@@ -1,6 +1,6 @@
 ;;; company-clang.el --- company-mode completion backend for Clang  -*- 
lexical-binding: t -*-
 
-;; Copyright (C) 2009, 2011, 2013-2019  Free Software Foundation, Inc.
+;; Copyright (C) 2009-2011, 2013-2021  Free Software Foundation, Inc.
 
 ;; Author: Nikolaj Schumacher
 
diff --git a/company-cmake.el b/company-cmake.el
index 136c3e527e..a072be1f7c 100644
--- a/company-cmake.el
+++ b/company-cmake.el
@@ -1,6 +1,6 @@
 ;;; company-cmake.el --- company-mode completion backend for CMake
 
-;; Copyright (C) 2013-2014, 2017-2018  Free Software Foundation, Inc.
+;; Copyright (C) 2013-2015, 2017-2018, 2020  Free Software Foundation, Inc.
 
 ;; Author: Chen Bin <chenbin DOT sh AT gmail>
 ;; Version: 0.2
diff --git a/company-css.el b/company-css.el
index c98040b40e..f5ac7c7fd6 100644
--- a/company-css.el
+++ b/company-css.el
@@ -1,6 +1,6 @@
 ;;; company-css.el --- company-mode completion backend for css-mode  -*- 
lexical-binding: t -*-
 
-;; Copyright (C) 2009, 2011, 2014, 2018  Free Software Foundation, Inc.
+;; Copyright (C) 2009-2011, 2013-2015, 2018  Free Software Foundation, Inc.
 
 ;; Author: Nikolaj Schumacher
 
diff --git a/company-dabbrev-code.el b/company-dabbrev-code.el
index da62ab0572..e1d2bf0d05 100644
--- a/company-dabbrev-code.el
+++ b/company-dabbrev-code.el
@@ -1,6 +1,6 @@
 ;;; company-dabbrev-code.el --- dabbrev-like company-mode backend for code  
-*- lexical-binding: t -*-
 
-;; Copyright (C) 2009, 2011, 2014  Free Software Foundation, Inc.
+;; Copyright (C) 2009-2011, 2013-2016, 2021  Free Software Foundation, Inc.
 
 ;; Author: Nikolaj Schumacher
 
diff --git a/company-dabbrev.el b/company-dabbrev.el
index c87aacfc7e..3b8268c9cc 100644
--- a/company-dabbrev.el
+++ b/company-dabbrev.el
@@ -1,6 +1,6 @@
 ;;; company-dabbrev.el --- dabbrev-like company-mode completion backend  -*- 
lexical-binding: t -*-
 
-;; Copyright (C) 2009, 2011, 2014, 2015, 2016  Free Software Foundation, Inc.
+;; Copyright (C) 2009-2011, 2013-2018, 2021  Free Software Foundation, Inc.
 
 ;; Author: Nikolaj Schumacher
 
diff --git a/company-elisp.el b/company-elisp.el
index c024d66fbb..23fe6af4d6 100644
--- a/company-elisp.el
+++ b/company-elisp.el
@@ -1,6 +1,6 @@
 ;;; company-elisp.el --- company-mode completion backend for Emacs Lisp -*- 
lexical-binding: t -*-
 
-;; Copyright (C) 2009, 2011-2013, 2017  Free Software Foundation, Inc.
+;; Copyright (C) 2009-2015, 2017, 2020  Free Software Foundation, Inc.
 
 ;; Author: Nikolaj Schumacher
 
diff --git a/company-etags.el b/company-etags.el
index 55a1279d71..0bd093aa05 100644
--- a/company-etags.el
+++ b/company-etags.el
@@ -1,6 +1,6 @@
 ;;; company-etags.el --- company-mode completion backend for etags
 
-;; Copyright (C) 2009-2011, 2014  Free Software Foundation, Inc.
+;; Copyright (C) 2009-2011, 2013-2015, 2018-2019  Free Software Foundation, 
Inc.
 
 ;; Author: Nikolaj Schumacher
 
diff --git a/company-files.el b/company-files.el
index 69d67936f5..0eb6cfe498 100644
--- a/company-files.el
+++ b/company-files.el
@@ -1,6 +1,6 @@
 ;;; company-files.el --- company-mode completion backend for file names
 
-;; Copyright (C) 2009-2011, 2014-2021  Free Software Foundation, Inc.
+;; Copyright (C) 2009-2011, 2013-2021  Free Software Foundation, Inc.
 
 ;; Author: Nikolaj Schumacher
 
diff --git a/company-gtags.el b/company-gtags.el
index 91b3121baf..8c08c83ac5 100644
--- a/company-gtags.el
+++ b/company-gtags.el
@@ -1,6 +1,6 @@
 ;;; company-gtags.el --- company-mode completion backend for GNU Global
 
-;; Copyright (C) 2009-2011, 2014-2020  Free Software Foundation, Inc.
+;; Copyright (C) 2009-2011, 2013-2021  Free Software Foundation, Inc.
 
 ;; Author: Nikolaj Schumacher
 
diff --git a/company-ispell.el b/company-ispell.el
index 7a460a832a..3cb7c5d693 100644
--- a/company-ispell.el
+++ b/company-ispell.el
@@ -1,6 +1,6 @@
 ;;; company-ispell.el --- company-mode completion backend using Ispell
 
-;; Copyright (C) 2009-2011, 2013-2016  Free Software Foundation, Inc.
+;; Copyright (C) 2009-2011, 2013-2016, 2018, 2021  Free Software Foundation, 
Inc.
 
 ;; Author: Nikolaj Schumacher
 
diff --git a/company-keywords.el b/company-keywords.el
index cbe5094f67..3ff9cd90fb 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, 2016  Free Software Foundation, Inc.
+;; Copyright (C) 2009-2011, 2013-2018, 2020-2021  Free Software Foundation, 
Inc.
 
 ;; Author: Nikolaj Schumacher
 
diff --git a/company-nxml.el b/company-nxml.el
index d05f57c1c7..c72685c0ab 100644
--- a/company-nxml.el
+++ b/company-nxml.el
@@ -1,6 +1,6 @@
 ;;; company-nxml.el --- company-mode completion backend for nxml-mode
 
-;; Copyright (C) 2009-2011, 2013, 2018  Free Software Foundation, Inc.
+;; Copyright (C) 2009-2011, 2013-2015, 2017-2018  Free Software Foundation, 
Inc.
 
 ;; Author: Nikolaj Schumacher
 
diff --git a/company-oddmuse.el b/company-oddmuse.el
index 787ca91e38..5b9780bc16 100644
--- a/company-oddmuse.el
+++ b/company-oddmuse.el
@@ -1,6 +1,6 @@
 ;;; company-oddmuse.el --- company-mode completion backend for oddmuse-mode
 
-;; Copyright (C) 2009-2011, 2014  Free Software Foundation, Inc.
+;; Copyright (C) 2009-2011, 2013-2016  Free Software Foundation, Inc.
 
 ;; Author: Nikolaj Schumacher
 
diff --git a/company-semantic.el b/company-semantic.el
index 86cc8c6994..cd567646e2 100644
--- a/company-semantic.el
+++ b/company-semantic.el
@@ -1,6 +1,6 @@
 ;;; company-semantic.el --- company-mode completion backend using Semantic
 
-;; Copyright (C) 2009-2011, 2013-2016  Free Software Foundation, Inc.
+;; Copyright (C) 2009-2011, 2013-2018  Free Software Foundation, Inc.
 
 ;; Author: Nikolaj Schumacher
 
diff --git a/company-template.el b/company-template.el
index 4cd9292d18..57d5d48874 100644
--- a/company-template.el
+++ b/company-template.el
@@ -1,6 +1,6 @@
 ;;; company-template.el --- utility library for template expansion
 
-;; Copyright (C) 2009, 2010, 2014-2017 Free Software Foundation, Inc.
+;; Copyright (C) 2009-2010, 2013-2017, 2019  Free Software Foundation, Inc.
 
 ;; Author: Nikolaj Schumacher
 
diff --git a/company-tempo.el b/company-tempo.el
index fc8f227c12..ccf44e879e 100644
--- a/company-tempo.el
+++ b/company-tempo.el
@@ -1,6 +1,6 @@
 ;;; company-tempo.el --- company-mode completion backend for tempo
 
-;; Copyright (C) 2009-2011, 2015  Free Software Foundation, Inc.
+;; Copyright (C) 2009-2011, 2013-2016  Free Software Foundation, Inc.
 
 ;; Author: Nikolaj Schumacher
 
diff --git a/company-yasnippet.el b/company-yasnippet.el
index e5df065a43..2a84f1e3ef 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  Free Software Foundation, Inc.
+;; Copyright (C) 2014-2015, 2020-2021  Free Software Foundation, Inc.
 
 ;; Author: Dmitry Gutov
 
diff --git a/company.el b/company.el
index ebdda21385..5e7471d89a 100644
--- a/company.el
+++ b/company.el
@@ -1,6 +1,6 @@
 ;;; company.el --- Modular text completion framework  -*- lexical-binding: t 
-*-
 
-;; Copyright (C) 2009-2021  Free Software Foundation, Inc.
+;; Copyright (C) 2009-2022  Free Software Foundation, Inc.
 
 ;; Author: Nikolaj Schumacher
 ;; Maintainer: Dmitry Gutov <dgutov@yandex.ru>
diff --git a/doc/company.texi b/doc/company.texi
index a22d542367..bfa1ae6aab 100644
--- a/doc/company.texi
+++ b/doc/company.texi
@@ -13,7 +13,7 @@
 This user manual is for Company version @value{VERSION}
 @w{(@value{UPDATED})}.
 
-Copyright @copyright{} 2021 Free Software Foundation, Inc.
+Copyright @copyright{} 2021-2022  Free Software Foundation, Inc.
 
 @quotation
 Permission is granted to copy, distribute and/or modify this document
diff --git a/doc/images/large/README b/doc/images/large/README
new file mode 100644
index 0000000000..d14141e36b
--- /dev/null
+++ b/doc/images/large/README
@@ -0,0 +1,6 @@
+This directory contains images for the HTML version of the User Manual.
+
+COPYRIGHT AND LICENSE INFORMATION FOR IMAGE FILES
+
+Copyright (C) 2021 Free Software Foundation, Inc.
+License: GNU General Public License version 3 or later (see LICENSE)
diff --git a/doc/images/small/README b/doc/images/small/README
new file mode 100644
index 0000000000..82167ffe50
--- /dev/null
+++ b/doc/images/small/README
@@ -0,0 +1,6 @@
+This directory contains images for the Info version of the User Manual.
+
+COPYRIGHT AND LICENSE INFORMATION FOR IMAGE FILES
+
+Copyright (C) 2021 Free Software Foundation, Inc.
+License: GNU General Public License version 3 or later (see LICENSE)
diff --git a/test/all.el b/test/all.el
index 29dc91610c..00ff52e9bd 100644
--- a/test/all.el
+++ b/test/all.el
@@ -1,6 +1,6 @@
 ;;; all-tests.el --- company-mode tests  -*- lexical-binding: t -*-
 
-;; Copyright (C) 2015  Free Software Foundation, Inc.
+;; Copyright (C) 2015, 2018  Free Software Foundation, Inc.
 
 ;; Author: Dmitry Gutov
 
diff --git a/test/async-tests.el b/test/async-tests.el
index 7beb116f77..5e1c7bbe9c 100644
--- a/test/async-tests.el
+++ b/test/async-tests.el
@@ -1,6 +1,6 @@
 ;;; async-tests.el --- company-mode tests  -*- lexical-binding: t -*-
 
-;; Copyright (C) 2015, 2016, 2018, 2020-2021  Free Software Foundation, Inc.
+;; Copyright (C) 2015-2016, 2018, 2020-2021  Free Software Foundation, Inc.
 
 ;; Author: Dmitry Gutov
 
diff --git a/test/capf-tests.el b/test/capf-tests.el
index 3e0d2879c7..4136a3b243 100644
--- a/test/capf-tests.el
+++ b/test/capf-tests.el
@@ -1,9 +1,9 @@
 ;;; capf-tests.el --- company tests for the company-capf backend  -*- 
lexical-binding: t; -*-
 
-;; Copyright (C) 2018  Free Software Foundation, Inc.
+;; Copyright (C) 2018-2019, 2021  Free Software Foundation, Inc.
 
 ;; Author: João Távora <joaotavora@gmail.com>
-;; Keywords: 
+;; 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
@@ -20,8 +20,6 @@
 
 ;;; Commentary:
 
-;; 
-
 ;;; Code:
 
 (require 'company-tests)
diff --git a/test/clang-tests.el b/test/clang-tests.el
index 028f57e8ef..580bd90894 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  Free Software Foundation, Inc.
+;; Copyright (C) 2015, 2017  Free Software Foundation, Inc.
 
 ;; Author: Dmitry Gutov
 
diff --git a/test/cmake-tests.el b/test/cmake-tests.el
index 83e5d64591..9111e514c0 100644
--- a/test/cmake-tests.el
+++ b/test/cmake-tests.el
@@ -1,6 +1,6 @@
 ;;; cmake-tests.el --- company-mode tests  -*- lexical-binding: t -*-
 
-;; Copyright (C) 2017  Free Software Foundation, Inc.
+;; Copyright (C) 2017, 2018  Free Software Foundation, Inc.
 
 ;; Author: Zuogong Yue
 
diff --git a/test/core-tests.el b/test/core-tests.el
index e0af4c1c43..05c33eac5e 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, 2016, 2017  Free Software Foundation, Inc.
+;; Copyright (C) 2015-2018, 2020-2021  Free Software Foundation, Inc.
 
 ;; Author: Dmitry Gutov
 
diff --git a/test/files-tests.el b/test/files-tests.el
index 095f4b7af7..c76bb8bcec 100644
--- a/test/files-tests.el
+++ b/test/files-tests.el
@@ -1,6 +1,6 @@
 ;;; filtes-tests.el --- company-mode tests  -*- lexical-binding: t -*-
 
-;; Copyright (C) 2016  Free Software Foundation, Inc.
+;; Copyright (C) 2016, 2021  Free Software Foundation, Inc.
 
 ;; Author: Dmitry Gutov
 
diff --git a/test/frontends-tests.el b/test/frontends-tests.el
index febf10b72b..21f372416d 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, 2016  Free Software Foundation, Inc.
+;; Copyright (C) 2015-2017, 2020-2021  Free Software Foundation, Inc.
 
 ;; Author: Dmitry Gutov
 
diff --git a/test/template-tests.el b/test/template-tests.el
index 975c3ffe49..ab7b9fbdd4 100644
--- a/test/template-tests.el
+++ b/test/template-tests.el
@@ -1,6 +1,6 @@
 ;;; template-tests.el --- company-mode tests  -*- lexical-binding: t -*-
 
-;; Copyright (C) 2015  Free Software Foundation, Inc.
+;; Copyright (C) 2015-2017  Free Software Foundation, Inc.
 
 ;; Author: Dmitry Gutov
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]