branch: master commit 144bab08604f3d11e97e83d760543734780f46f3 Author: Stefan Kangas <ste...@marxist.se> Commit: Stefan Kangas <ste...@marxist.se>
; company: Prefer https in license statement --- packages/company/company-abbrev.el | 2 +- packages/company/company-bbdb.el | 2 +- packages/company/company-capf.el | 2 +- packages/company/company-clang.el | 2 +- packages/company/company-cmake.el | 2 +- packages/company/company-css.el | 2 +- packages/company/company-dabbrev-code.el | 2 +- packages/company/company-dabbrev.el | 2 +- packages/company/company-eclim.el | 2 +- packages/company/company-elisp.el | 2 +- packages/company/company-etags.el | 2 +- packages/company/company-files.el | 2 +- packages/company/company-gtags.el | 2 +- packages/company/company-ispell.el | 2 +- packages/company/company-keywords.el | 2 +- packages/company/company-nxml.el | 2 +- packages/company/company-oddmuse.el | 2 +- packages/company/company-semantic.el | 2 +- packages/company/company-template.el | 2 +- packages/company/company-tempo.el | 2 +- packages/company/company-tests.el | 2 +- packages/company/company-tng.el | 2 +- packages/company/company-xcode.el | 2 +- packages/company/company-yasnippet.el | 2 +- packages/company/company.el | 2 +- packages/company/test/all.el | 2 +- packages/company/test/async-tests.el | 2 +- packages/company/test/bbdb-tests.el | 2 +- packages/company/test/clang-tests.el | 2 +- packages/company/test/cmake-tests.el | 2 +- packages/company/test/core-tests.el | 2 +- packages/company/test/elisp-tests.el | 2 +- packages/company/test/files-tests.el | 2 +- packages/company/test/frontends-tests.el | 2 +- packages/company/test/keywords-tests.el | 2 +- packages/company/test/template-tests.el | 2 +- packages/company/test/transformers-tests.el | 2 +- 37 files changed, 37 insertions(+), 37 deletions(-) diff --git a/packages/company/company-abbrev.el b/packages/company/company-abbrev.el index 24ec3b7..386feb6 100644 --- a/packages/company/company-abbrev.el +++ b/packages/company/company-abbrev.el @@ -17,7 +17,7 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: diff --git a/packages/company/company-bbdb.el b/packages/company/company-bbdb.el index a68c34e..7160231 100644 --- a/packages/company/company-bbdb.el +++ b/packages/company/company-bbdb.el @@ -17,7 +17,7 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. (require 'company) (require 'cl-lib) diff --git a/packages/company/company-capf.el b/packages/company/company-capf.el index cb30a80..7d34f9c 100644 --- a/packages/company/company-capf.el +++ b/packages/company/company-capf.el @@ -17,7 +17,7 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: diff --git a/packages/company/company-clang.el b/packages/company/company-clang.el index 1460e09..d7391b3 100644 --- a/packages/company/company-clang.el +++ b/packages/company/company-clang.el @@ -17,7 +17,7 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: diff --git a/packages/company/company-cmake.el b/packages/company/company-cmake.el index 1bfb20b..2e69b6d 100644 --- a/packages/company/company-cmake.el +++ b/packages/company/company-cmake.el @@ -16,7 +16,7 @@ ;; 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 <http://www.gnu.org/licenses/>. +;; along with this program. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: ;; diff --git a/packages/company/company-css.el b/packages/company/company-css.el index d3ece74..c98040b 100644 --- a/packages/company/company-css.el +++ b/packages/company/company-css.el @@ -17,7 +17,7 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: ;; diff --git a/packages/company/company-dabbrev-code.el b/packages/company/company-dabbrev-code.el index 37f287c..6d250ce 100644 --- a/packages/company/company-dabbrev-code.el +++ b/packages/company/company-dabbrev-code.el @@ -17,7 +17,7 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: diff --git a/packages/company/company-dabbrev.el b/packages/company/company-dabbrev.el index 5d2f318..88b7419 100644 --- a/packages/company/company-dabbrev.el +++ b/packages/company/company-dabbrev.el @@ -17,7 +17,7 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: diff --git a/packages/company/company-eclim.el b/packages/company/company-eclim.el index b37f756..4763e97 100644 --- a/packages/company/company-eclim.el +++ b/packages/company/company-eclim.el @@ -17,7 +17,7 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: ;; diff --git a/packages/company/company-elisp.el b/packages/company/company-elisp.el index f95d41a..c024d66 100644 --- a/packages/company/company-elisp.el +++ b/packages/company/company-elisp.el @@ -17,7 +17,7 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: diff --git a/packages/company/company-etags.el b/packages/company/company-etags.el index d0c27c9..55a1279 100644 --- a/packages/company/company-etags.el +++ b/packages/company/company-etags.el @@ -17,7 +17,7 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: diff --git a/packages/company/company-files.el b/packages/company/company-files.el index 8859266..3d74c4d 100644 --- a/packages/company/company-files.el +++ b/packages/company/company-files.el @@ -17,7 +17,7 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: diff --git a/packages/company/company-gtags.el b/packages/company/company-gtags.el index 598ba60..eb3c453 100644 --- a/packages/company/company-gtags.el +++ b/packages/company/company-gtags.el @@ -17,7 +17,7 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: diff --git a/packages/company/company-ispell.el b/packages/company/company-ispell.el index ed658f2..4d0bc22 100644 --- a/packages/company/company-ispell.el +++ b/packages/company/company-ispell.el @@ -17,7 +17,7 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: diff --git a/packages/company/company-keywords.el b/packages/company/company-keywords.el index 7cafb4c..80a0103 100644 --- a/packages/company/company-keywords.el +++ b/packages/company/company-keywords.el @@ -17,7 +17,7 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: diff --git a/packages/company/company-nxml.el b/packages/company/company-nxml.el index 36ff1ce..d05f57c 100644 --- a/packages/company/company-nxml.el +++ b/packages/company/company-nxml.el @@ -17,7 +17,7 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: diff --git a/packages/company/company-oddmuse.el b/packages/company/company-oddmuse.el index 1b68950..787ca91 100644 --- a/packages/company/company-oddmuse.el +++ b/packages/company/company-oddmuse.el @@ -17,7 +17,7 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: diff --git a/packages/company/company-semantic.el b/packages/company/company-semantic.el index 2f6fe2a..86cc8c6 100644 --- a/packages/company/company-semantic.el +++ b/packages/company/company-semantic.el @@ -17,7 +17,7 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: diff --git a/packages/company/company-template.el b/packages/company/company-template.el index be4c41f..4cd9292 100644 --- a/packages/company/company-template.el +++ b/packages/company/company-template.el @@ -17,7 +17,7 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. ;;; Code: diff --git a/packages/company/company-tempo.el b/packages/company/company-tempo.el index cba42c3..fc8f227 100644 --- a/packages/company/company-tempo.el +++ b/packages/company/company-tempo.el @@ -17,7 +17,7 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: diff --git a/packages/company/company-tests.el b/packages/company/company-tests.el index 5f7a852..7859e93 100644 --- a/packages/company/company-tests.el +++ b/packages/company/company-tests.el @@ -17,7 +17,7 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. (require 'company) diff --git a/packages/company/company-tng.el b/packages/company/company-tng.el index 404d436..bd325c7 100644 --- a/packages/company/company-tng.el +++ b/packages/company/company-tng.el @@ -17,7 +17,7 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: diff --git a/packages/company/company-xcode.el b/packages/company/company-xcode.el index 56da198..ea89bcb 100644 --- a/packages/company/company-xcode.el +++ b/packages/company/company-xcode.el @@ -17,7 +17,7 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: diff --git a/packages/company/company-yasnippet.el b/packages/company/company-yasnippet.el index 454ba83..197ae78 100644 --- a/packages/company/company-yasnippet.el +++ b/packages/company/company-yasnippet.el @@ -17,7 +17,7 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: diff --git a/packages/company/company.el b/packages/company/company.el index 89e4051..b96983b 100644 --- a/packages/company/company.el +++ b/packages/company/company.el @@ -22,7 +22,7 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: ;; diff --git a/packages/company/test/all.el b/packages/company/test/all.el index 3d7758f..29dc916 100644 --- a/packages/company/test/all.el +++ b/packages/company/test/all.el @@ -17,7 +17,7 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. (defvar company-test-path (file-name-directory (or load-file-name buffer-file-name))) diff --git a/packages/company/test/async-tests.el b/packages/company/test/async-tests.el index 033b716..be9c2b5 100644 --- a/packages/company/test/async-tests.el +++ b/packages/company/test/async-tests.el @@ -17,7 +17,7 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. (require 'company-tests) diff --git a/packages/company/test/bbdb-tests.el b/packages/company/test/bbdb-tests.el index b1f21b9..90af209 100644 --- a/packages/company/test/bbdb-tests.el +++ b/packages/company/test/bbdb-tests.el @@ -17,7 +17,7 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. (require 'company-tests) (require 'company-bbdb) diff --git a/packages/company/test/clang-tests.el b/packages/company/test/clang-tests.el index 86f7382..028f57e 100644 --- a/packages/company/test/clang-tests.el +++ b/packages/company/test/clang-tests.el @@ -17,7 +17,7 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. (require 'company-tests) (require 'company-clang) diff --git a/packages/company/test/cmake-tests.el b/packages/company/test/cmake-tests.el index 52467cc..83e5d64 100644 --- a/packages/company/test/cmake-tests.el +++ b/packages/company/test/cmake-tests.el @@ -17,7 +17,7 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. (require 'company-tests) (require 'company-cmake) diff --git a/packages/company/test/core-tests.el b/packages/company/test/core-tests.el index d7f0103..63feca2 100644 --- a/packages/company/test/core-tests.el +++ b/packages/company/test/core-tests.el @@ -17,7 +17,7 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. (require 'company-tests) diff --git a/packages/company/test/elisp-tests.el b/packages/company/test/elisp-tests.el index 7fd02de..5cc9181 100644 --- a/packages/company/test/elisp-tests.el +++ b/packages/company/test/elisp-tests.el @@ -17,7 +17,7 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. ;;; Code: diff --git a/packages/company/test/files-tests.el b/packages/company/test/files-tests.el index 2e89d8d..b5dd484 100644 --- a/packages/company/test/files-tests.el +++ b/packages/company/test/files-tests.el @@ -17,7 +17,7 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. (require 'company-tests) (require 'company-files) diff --git a/packages/company/test/frontends-tests.el b/packages/company/test/frontends-tests.el index f7f578e..e74b024 100644 --- a/packages/company/test/frontends-tests.el +++ b/packages/company/test/frontends-tests.el @@ -17,7 +17,7 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. (require 'company-tests) diff --git a/packages/company/test/keywords-tests.el b/packages/company/test/keywords-tests.el index 05843b2..1c69f0f 100644 --- a/packages/company/test/keywords-tests.el +++ b/packages/company/test/keywords-tests.el @@ -17,7 +17,7 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. (require 'company-keywords) diff --git a/packages/company/test/template-tests.el b/packages/company/test/template-tests.el index bcca8a8..975c3ff 100644 --- a/packages/company/test/template-tests.el +++ b/packages/company/test/template-tests.el @@ -17,7 +17,7 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. (require 'company-tests) (require 'company-template) diff --git a/packages/company/test/transformers-tests.el b/packages/company/test/transformers-tests.el index 4d027e5..9a3f9c6 100644 --- a/packages/company/test/transformers-tests.el +++ b/packages/company/test/transformers-tests.el @@ -17,7 +17,7 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. (require 'company-tests)