branch: elpa/smartparens commit aaf8099a61570494c615461e479afb6f510dc802 Author: Matus Goljer <matus.gol...@gmail.com> Commit: Matus Goljer <matus.gol...@gmail.com>
chore: update copyright headers --- smartparens-c.el | 2 ++ smartparens-clojure.el | 4 +++- smartparens-config.el | 2 +- smartparens-elixir.el | 2 +- smartparens-ess.el | 2 +- smartparens-haskell.el | 2 +- smartparens-html.el | 2 +- smartparens-javascript.el | 2 +- smartparens-latex.el | 2 +- smartparens-lua.el | 2 +- smartparens-markdown.el | 2 +- smartparens-ml.el | 4 ++-- smartparens-org.el | 2 +- smartparens-python.el | 2 +- smartparens-racket.el | 2 +- smartparens-rst.el | 2 +- smartparens-ruby.el | 2 +- smartparens-rust.el | 2 +- smartparens-scala.el | 2 +- smartparens-text.el | 2 +- smartparens.el | 2 +- 21 files changed, 25 insertions(+), 21 deletions(-) diff --git a/smartparens-c.el b/smartparens-c.el index 52a4fe72b4..d23f3b22bb 100644 --- a/smartparens-c.el +++ b/smartparens-c.el @@ -1,5 +1,7 @@ ;;; smartparens-c.el --- Additional configuration for C/C++ mode. -*- lexical-binding: t; -*- ;; +;; Copyright (C) 2019-2020, 2022 Naoya Yamashita, Matus Goljer +;; ;; Author: Naoya Yamashita <con...@gmail.com> ;; Maintainer: Matus Goljer <matus.gol...@gmail.com> ;; Created: 23 June 2019 diff --git a/smartparens-clojure.el b/smartparens-clojure.el index e07e650dff..4408e8ae63 100644 --- a/smartparens-clojure.el +++ b/smartparens-clojure.el @@ -1,5 +1,7 @@ ;;; smartparens-clojure.el --- Additional configuration for Clojure mode. -*- lexical-binding: t; -*- -;; + +;; Copyright (C) 2016, 2018-2019 Vitalie Spinu, Matus Goljer + ;; Author: Vitalie Spinu <spinu...@gmail.com> ;; Maintainer: Matus Goljer <matus.gol...@gmail.com> ;; Created: 14 July 2016 diff --git a/smartparens-config.el b/smartparens-config.el index b6cfbb4749..86febd5cc2 100644 --- a/smartparens-config.el +++ b/smartparens-config.el @@ -1,6 +1,6 @@ ;;; smartparens-config.el --- Default configuration for smartparens package -*- lexical-binding: t; -*- -;; Copyright (C) 2013-2016 Matus Goljer +;; Copyright (C) 2013-2020, 2022-2023 Matus Goljer ;; Author: Matus Goljer <matus.gol...@gmail.com> ;; Maintainer: Matus Goljer <matus.gol...@gmail.com> diff --git a/smartparens-elixir.el b/smartparens-elixir.el index 820c8df1a6..170d741236 100644 --- a/smartparens-elixir.el +++ b/smartparens-elixir.el @@ -1,6 +1,6 @@ ;;; smartparens-elixir.el --- Configuration for Elixir. -*- lexical-binding: t; -*- -;; Copyright (C) 2017 Matúš Goljer +;; Copyright (C) 2017-2018, 2020 Matúš Goljer ;; Author: Matúš Goljer <matus.gol...@gmail.com> ;; Maintainer: Matúš Goljer <matus.gol...@gmail.com> diff --git a/smartparens-ess.el b/smartparens-ess.el index 25ba455843..9d5de2c4a1 100644 --- a/smartparens-ess.el +++ b/smartparens-ess.el @@ -1,6 +1,6 @@ ;;; smartparens-ess.el --- Smartparens Extension for Emacs Speaks Statistics -*- lexical-binding: t; -*- -;; Copyright (c) 2015-2016 Bernhard Pröll +;; Copyright (c) 2016-2018, 2020-2021 Bernhard Pröll, Matus Goljer ;; Author: Bernhard Pröll ;; Maintainer: Bernhard Pröll diff --git a/smartparens-haskell.el b/smartparens-haskell.el index 47a9ab58ce..0e229510a1 100644 --- a/smartparens-haskell.el +++ b/smartparens-haskell.el @@ -1,6 +1,6 @@ ;;; smartparens-haskell.el --- Additional configuration for Haskell based modes. -*- lexical-binding: t; -*- -;; Copyright (C) 2015 Michael Xavier +;; Copyright (C) 2015, 2017-2018 Michael Xavier, Matus Goljer ;; Author: Michael Xavier <mich...@michaelxavier.net> ;; Maintainer: Michael Xavier <mich...@michaelxavier.net> diff --git a/smartparens-html.el b/smartparens-html.el index 3ba640605d..6f7549f630 100644 --- a/smartparens-html.el +++ b/smartparens-html.el @@ -1,6 +1,6 @@ ;;; smartparens-html.el --- Additional configuration for HTML based modes. -*- lexical-binding: t; -*- -;; Copyright (C) 2013-2014 Matus Goljer +;; Copyright (C) 2013-2014, 2017-2018 Matus Goljer ;; Author: Matus Goljer <matus.gol...@gmail.com> ;; Maintainer: Matus Goljer <matus.gol...@gmail.com> diff --git a/smartparens-javascript.el b/smartparens-javascript.el index aa024d6836..95e6e5dc08 100644 --- a/smartparens-javascript.el +++ b/smartparens-javascript.el @@ -1,6 +1,6 @@ ;;; smartparens-javascript.el --- Additional configuration for JavaScript based modes. -*- lexical-binding: t; -*- -;; Copyright (c) 2017 Marinin Tim +;; Copyright (c) 2017-2019 Marinin Tim ;; Author: Tim Marinin <m...@marinin.xyz> ;; Maintainer: Tim Marinin <m...@marinin.xyz> ;; Created: 2017-03-03 diff --git a/smartparens-latex.el b/smartparens-latex.el index 61d9a00cf0..339f2d20ed 100644 --- a/smartparens-latex.el +++ b/smartparens-latex.el @@ -1,6 +1,6 @@ ;;; smartparens-latex.el --- Additional configuration for (La)TeX based modes. -*- lexical-binding: t; -*- -;; Copyright (C) 2013-2016 Matus Goljer +;; Copyright (C) 2013-2019 Matus Goljer ;; Author: Matus Goljer <matus.gol...@gmail.com> ;; Maintainer: Matus Goljer <matus.gol...@gmail.com> diff --git a/smartparens-lua.el b/smartparens-lua.el index 29621a6c36..0b7512a3ef 100644 --- a/smartparens-lua.el +++ b/smartparens-lua.el @@ -1,6 +1,6 @@ ;;; smartparens-lua.el --- Additional configuration for Lua based modes. -*- lexical-binding: t; -*- -;; Copyright (C) 2013-2014 Matus Goljer +;; Copyright (C) 2013-2014, 2016-2018 Matus Goljer ;; Author: Matus Goljer <matus.gol...@gmail.com> ;; Maintainer: Matus Goljer <matus.gol...@gmail.com> diff --git a/smartparens-markdown.el b/smartparens-markdown.el index b097fb5d5a..772dc33136 100644 --- a/smartparens-markdown.el +++ b/smartparens-markdown.el @@ -1,6 +1,6 @@ ;;; smartparens-markdown.el --- Additional configuration for Markdown based modes. -*- lexical-binding: t; -*- -;; Copyright (C) 2017 Matus Goljer +;; Copyright (C) 2017-2018 Matus Goljer ;; Author: Matus Goljer <matus.gol...@gmail.com> ;; Maintainer: Matus Goljer <matus.gol...@gmail.com> diff --git a/smartparens-ml.el b/smartparens-ml.el index ee066debf4..1559f914b3 100644 --- a/smartparens-ml.el +++ b/smartparens-ml.el @@ -1,7 +1,7 @@ ;;; smartparens-ml.el --- Additional configuration for ML languages -*- lexical-binding: t; -*- -;; Copyright (C) 2016-2017 Ta Quang Trung -;; Copyright (C) 2017 Matus Goljer +;; Copyright (C) 2016-2019 Ta Quang Trung +;; Copyright (C) 2017, 2022 Matus Goljer ;; Author: Ta Quang Trung <taquangtrun...@gmail.com> ;; Matus Goljer <matus.gol...@gmail.com> diff --git a/smartparens-org.el b/smartparens-org.el index 87dfeca3fd..8b864b1dcf 100644 --- a/smartparens-org.el +++ b/smartparens-org.el @@ -1,6 +1,6 @@ ;;; smartparens-org.el --- Configuration for Org mode. -*- lexical-binding: t; -*- -;; Copyright (C) 2017 Matúš Goljer +;; Copyright (C) 2017-2019 Matúš Goljer ;; Author: Matúš Goljer <matus.gol...@gmail.com> ;; Maintainer: Matúš Goljer <matus.gol...@gmail.com> diff --git a/smartparens-python.el b/smartparens-python.el index 87fb540110..dbe63338f6 100644 --- a/smartparens-python.el +++ b/smartparens-python.el @@ -1,6 +1,6 @@ ;;; smartparens-python.el --- Additional configuration for Python based modes. -*- lexical-binding: t; -*- -;; Copyright (C) 2015-2016 Matus Goljer +;; Copyright (C) 2015-2018, 2020, 2022-2023 Matus Goljer ;; Author: Matus Goljer <matus.gol...@gmail.com> ;; Maintainer: Matus Goljer <matus.gol...@gmail.com> diff --git a/smartparens-racket.el b/smartparens-racket.el index 08af6760da..903a7e382a 100644 --- a/smartparens-racket.el +++ b/smartparens-racket.el @@ -1,6 +1,6 @@ ;;; smartparens-racket.el --- Additional configuration for Racket based modes. -*- lexical-binding: t; -*- -;; Copyright (C) 2015 Vikraman Choudhury +;; Copyright (C) 2015, 2018 Vikraman Choudhury ;; Author: Vikraman Choudhury <g...@vikraman.org> ;; Maintainer: Vikraman Choudhury <g...@vikraman.org> diff --git a/smartparens-rst.el b/smartparens-rst.el index ceac6a638d..650607f032 100644 --- a/smartparens-rst.el +++ b/smartparens-rst.el @@ -1,6 +1,6 @@ ;;; smartparens-rst.el --- Additional configuration for rst based modes. -*- lexical-binding: t; -*- -;; Copyright (C) 2019 Matus Goljer +;; Copyright (C) 2019-2020 Matus Goljer ;; Author: Matus Goljer <matus.gol...@gmail.com> ;; Maintainer: Matus Goljer <matus.gol...@gmail.com> diff --git a/smartparens-ruby.el b/smartparens-ruby.el index 7439623658..237eea9022 100644 --- a/smartparens-ruby.el +++ b/smartparens-ruby.el @@ -1,6 +1,6 @@ ;;; smartparens-ruby.el --- Additional configuration for Ruby based modes. -*- lexical-binding: t; -*- -;; Copyright (C) 2013-2014 Jean-Louis Giordano +;; Copyright (C) 2013-2014, 2016-2018, 2020, 2023 Jean-Louis Giordano, Matus Goljer ;; Author: Jean-Louis Giordano <jean-lo...@jawaninja.com> ;; Maintainer: Matus Goljer <matus.gol...@gmail.com> diff --git a/smartparens-rust.el b/smartparens-rust.el index e3f46ceb4e..42996d8438 100644 --- a/smartparens-rust.el +++ b/smartparens-rust.el @@ -1,6 +1,6 @@ ;;; smartparens-rust.el --- Additional configuration for Rust based modes. -*- lexical-binding: t; -*- -;; Copyright (C) 2015 Wilfred Hughes +;; Copyright (C) 2015-2019 Wilfred Hughes ;; Created: 3 November 2015 ;; Keywords: abbrev convenience editing diff --git a/smartparens-scala.el b/smartparens-scala.el index 96f8c7ef09..14a114a178 100644 --- a/smartparens-scala.el +++ b/smartparens-scala.el @@ -1,6 +1,6 @@ ;;; smartparens-scala.el --- Additional configuration for Scala based modes. -*- lexical-binding: t; -*- -;; Copyright (C) 2015 Greg Nwosu +;; Copyright (C) 2015-2018, 2021 Greg Nwosu ;; Author: Greg Nwosu <greg.nw...@gmail.com> ;; Maintainer: Greg Nwosu <greg.nw...@gmail.com> diff --git a/smartparens-text.el b/smartparens-text.el index 91c07be19e..a5f79cc20a 100644 --- a/smartparens-text.el +++ b/smartparens-text.el @@ -1,6 +1,6 @@ ;;; smartparens-latex.el --- Additional configuration for text-mode. -*- lexical-binding: t; -*- -;; Copyright (C) 2017 Matus Goljer +;; Copyright (C) 2017-2018 Matus Goljer ;; Author: Matus Goljer <matus.gol...@gmail.com> ;; Maintainer: Matus Goljer <matus.gol...@gmail.com> diff --git a/smartparens.el b/smartparens.el index eae39bdf78..20b7d1c307 100644 --- a/smartparens.el +++ b/smartparens.el @@ -1,6 +1,6 @@ ;;; smartparens.el --- Automatic insertion, wrapping and paredit-like navigation with user defined pairs. -*- lexical-binding: t -*- -;; Copyright (C) 2012-2016 Matus Goljer +;; Copyright (C) 2012-2023 Matus Goljer ;; Author: Matus Goljer <matus.gol...@gmail.com> ;; Maintainer: Matus Goljer <matus.gol...@gmail.com>