From e0ca7c700389e70df457177ea75b0936dbe254e0 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Wed, 4 Jan 2017 01:20:26 +0200 Subject: [PATCH] Update the copyright years --- core/prelude-core.el | 2 +- core/prelude-custom.el | 2 +- core/prelude-editor.el | 2 +- core/prelude-global-keybindings.el | 2 +- core/prelude-mode.el | 2 +- core/prelude-osx.el | 2 +- core/prelude-packages.el | 2 +- core/prelude-ui.el | 2 +- init.el | 6 +++--- modules/prelude-c.el | 2 +- modules/prelude-clojure.el | 2 +- modules/prelude-coffee.el | 2 +- modules/prelude-common-lisp.el | 2 +- modules/prelude-company.el | 2 +- modules/prelude-css.el | 2 +- modules/prelude-elixir.el | 2 +- modules/prelude-emacs-lisp.el | 2 +- modules/prelude-erc.el | 2 +- modules/prelude-erlang.el | 2 +- modules/prelude-evil.el | 2 +- modules/prelude-haskell.el | 2 +- modules/prelude-helm-everywhere.el | 2 +- modules/prelude-helm.el | 2 +- modules/prelude-ido.el | 2 +- modules/prelude-js.el | 2 +- modules/prelude-key-chord.el | 2 +- modules/prelude-latex.el | 2 +- modules/prelude-lisp.el | 2 +- modules/prelude-mediawiki.el | 2 +- modules/prelude-ocaml.el | 2 +- modules/prelude-org.el | 2 +- modules/prelude-perl.el | 2 +- modules/prelude-programming.el | 2 +- modules/prelude-python.el | 2 +- modules/prelude-ruby.el | 2 +- modules/prelude-scala.el | 2 +- modules/prelude-scheme.el | 2 +- modules/prelude-scss.el | 2 +- modules/prelude-shell.el | 2 +- modules/prelude-web.el | 2 +- modules/prelude-xml.el | 2 +- modules/prelude-yaml.el | 2 +- 42 files changed, 44 insertions(+), 44 deletions(-) diff --git a/core/prelude-core.el b/core/prelude-core.el index 4fe5fe3..33584cb 100644 --- a/core/prelude-core.el +++ b/core/prelude-core.el @@ -1,6 +1,6 @@ ;;; prelude-core.el --- Emacs Prelude: Core Prelude functions. ;; -;; Copyright © 2011-2016 Bozhidar Batsov +;; Copyright © 2011-2017 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/core/prelude-custom.el b/core/prelude-custom.el index 74759cf..be6f74c 100644 --- a/core/prelude-custom.el +++ b/core/prelude-custom.el @@ -1,6 +1,6 @@ ;;; prelude-custom.el --- Emacs Prelude: Prelude's customizable variables. ;; -;; Copyright © 2011-2016 Bozhidar Batsov +;; Copyright © 2011-2017 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/core/prelude-editor.el b/core/prelude-editor.el index 1e924bf..d6f5917 100644 --- a/core/prelude-editor.el +++ b/core/prelude-editor.el @@ -1,6 +1,6 @@ ;;; prelude-editor.el --- Emacs Prelude: enhanced core editing experience. ;; -;; Copyright © 2011-2016 Bozhidar Batsov +;; Copyright © 2011-2017 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/core/prelude-global-keybindings.el b/core/prelude-global-keybindings.el index c50c5d4..6eb6467 100644 --- a/core/prelude-global-keybindings.el +++ b/core/prelude-global-keybindings.el @@ -1,6 +1,6 @@ ;;; prelude-global-keybindings.el --- Emacs Prelude: some useful keybindings. ;; -;; Copyright © 2011-2016 Bozhidar Batsov +;; Copyright © 2011-2017 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/core/prelude-mode.el b/core/prelude-mode.el index 6f5ca8a..8ea8101 100644 --- a/core/prelude-mode.el +++ b/core/prelude-mode.el @@ -1,6 +1,6 @@ ;;; prelude-mode.el --- Emacs Prelude: minor mode ;; -;; Copyright © 2011-2016 Bozhidar Batsov +;; Copyright © 2011-2017 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/core/prelude-osx.el b/core/prelude-osx.el index faacbd0..0c4d418 100644 --- a/core/prelude-osx.el +++ b/core/prelude-osx.el @@ -1,6 +1,6 @@ ;;; prelude-osx.el --- Emacs Prelude: OSX specific settings. ;; -;; Copyright © 2011-2016 Bozhidar Batsov +;; Copyright © 2011-2017 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/core/prelude-packages.el b/core/prelude-packages.el index 19859eb..2c766c1 100644 --- a/core/prelude-packages.el +++ b/core/prelude-packages.el @@ -1,6 +1,6 @@ ;;; prelude-packages.el --- Emacs Prelude: default package selection. ;; -;; Copyright © 2011-2016 Bozhidar Batsov +;; Copyright © 2011-2017 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/core/prelude-ui.el b/core/prelude-ui.el index 076790b..60051d1 100644 --- a/core/prelude-ui.el +++ b/core/prelude-ui.el @@ -1,6 +1,6 @@ ;;; prelude-ui.el --- Emacs Prelude: UI optimizations and tweaks. ;; -;; Copyright © 2011-2016 Bozhidar Batsov +;; Copyright © 2011-2017 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/init.el b/init.el index 8666e9b..f22c960 100644 --- a/init.el +++ b/init.el @@ -1,6 +1,6 @@ ;;; init.el --- Prelude's configuration entry point. ;; -;; Copyright (c) 2011-2016 Bozhidar Batsov +;; Copyright (c) 2011-2017 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: http://batsov.com/prelude @@ -33,8 +33,8 @@ ;;; Code: (defvar current-user - (getenv - (if (equal system-type 'windows-nt) "USERNAME" "USER"))) + (getenv + (if (equal system-type 'windows-nt) "USERNAME" "USER"))) (message "Prelude is powering up... Be patient, Master %s!" current-user) diff --git a/modules/prelude-c.el b/modules/prelude-c.el index a434e5b..f71bf36 100644 --- a/modules/prelude-c.el +++ b/modules/prelude-c.el @@ -1,6 +1,6 @@ ;;; prelude-c.el --- Emacs Prelude: cc-mode configuration. ;; -;; Copyright © 2011-2016 Bozhidar Batsov +;; Copyright © 2011-2017 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-clojure.el b/modules/prelude-clojure.el index c3462f0..f15481c 100644 --- a/modules/prelude-clojure.el +++ b/modules/prelude-clojure.el @@ -1,6 +1,6 @@ ;;; prelude-clojure.el --- Emacs Prelude: Clojure programming configuration. ;; -;; Copyright © 2011-2016 Bozhidar Batsov +;; Copyright © 2011-2017 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: http://batsov.com/prelude diff --git a/modules/prelude-coffee.el b/modules/prelude-coffee.el index 78e69dd..71353de 100644 --- a/modules/prelude-coffee.el +++ b/modules/prelude-coffee.el @@ -1,6 +1,6 @@ ;;; prelude-coffee.el --- Emacs Prelude: CoffeeScript programming support. ;; -;; Copyright © 2011-2016 Bozhidar Batsov +;; Copyright © 2011-2017 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-common-lisp.el b/modules/prelude-common-lisp.el index 0cac1c0..0269013 100644 --- a/modules/prelude-common-lisp.el +++ b/modules/prelude-common-lisp.el @@ -1,6 +1,6 @@ ;;; prelude-common-lisp.el --- Emacs Prelude: lisp-mode and SLIME config. ;; -;; Copyright © 2011-2016 Bozhidar Batsov +;; Copyright © 2011-2017 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-company.el b/modules/prelude-company.el index 8d83d03..8b10441 100644 --- a/modules/prelude-company.el +++ b/modules/prelude-company.el @@ -1,6 +1,6 @@ ;;; prelude-company.el --- company-mode setup ;; -;; Copyright © 2011-2016 Bozhidar Batsov +;; Copyright © 2011-2017 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-css.el b/modules/prelude-css.el index 2807d10..aa90063 100644 --- a/modules/prelude-css.el +++ b/modules/prelude-css.el @@ -1,6 +1,6 @@ ;;; prelude-css.el --- Emacs Prelude: css support ;; -;; Copyright © 2011-2016 Bozhidar Batsov +;; Copyright © 2011-2017 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: http://www.batsov.com/emacs-prelude diff --git a/modules/prelude-elixir.el b/modules/prelude-elixir.el index 8dbe0ae..6e09dec 100644 --- a/modules/prelude-elixir.el +++ b/modules/prelude-elixir.el @@ -1,6 +1,6 @@ ;;; prelude-elixir.el --- Emacs Prelude: Elixir programming support. ;; -;; Copyright © 2014-2016 Samuel Tonini +;; Copyright © 2014-2017 Samuel Tonini ;; ;; Author: Samuel Tonini ;; Version: 1.0.0 diff --git a/modules/prelude-emacs-lisp.el b/modules/prelude-emacs-lisp.el index 27d9813..f80a02f 100644 --- a/modules/prelude-emacs-lisp.el +++ b/modules/prelude-emacs-lisp.el @@ -1,6 +1,6 @@ ;;; prelude-emacs-lisp.el --- Emacs Prelude: Nice config for Elisp programming. ;; -;; Copyright © 2011-2016 Bozhidar Batsov +;; Copyright © 2011-2017 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-erc.el b/modules/prelude-erc.el index d858307..7a80771 100644 --- a/modules/prelude-erc.el +++ b/modules/prelude-erc.el @@ -1,6 +1,6 @@ ;;; prelude-erc.el --- Emacs Prelude: ERC mode configuration. ;; -;; Copyright © 2011-2016 Bozhidar Batsov +;; Copyright © 2011-2017 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-erlang.el b/modules/prelude-erlang.el index 02fe5d4..edc4a7d 100644 --- a/modules/prelude-erlang.el +++ b/modules/prelude-erlang.el @@ -1,6 +1,6 @@ ;;; prelude-erlang.el --- Emacs Prelude: Erlang programming support. ;; -;; Copyright © 2011-2016 Gleb Peregud +;; Copyright © 2011-2017 Gleb Peregud ;; ;; Author: Gleb Peregud ;; Version: 1.0.0 diff --git a/modules/prelude-evil.el b/modules/prelude-evil.el index f5298fe..0f8bd7c 100644 --- a/modules/prelude-evil.el +++ b/modules/prelude-evil.el @@ -1,6 +1,6 @@ ;;; prelude-evil.el --- Emacs Prelude: evil-mode configuration. ;; -;; Copyright © 2011-2016 Bozhidar Batsov +;; Copyright © 2011-2017 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: http://batsov.com/prelude diff --git a/modules/prelude-haskell.el b/modules/prelude-haskell.el index cd30dc1..d3f3b65 100644 --- a/modules/prelude-haskell.el +++ b/modules/prelude-haskell.el @@ -1,6 +1,6 @@ ;;; prelude-haskell.el --- Emacs Prelude: Nice config for Haskell programming. ;; -;; Copyright © 2011-2016 Bozhidar Batsov +;; Copyright © 2011-2017 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-helm-everywhere.el b/modules/prelude-helm-everywhere.el index d3cf742..49c739d 100644 --- a/modules/prelude-helm-everywhere.el +++ b/modules/prelude-helm-everywhere.el @@ -1,6 +1,6 @@ ;;; prelude-helm-everywhere.el --- Enable Helm everywhere ;; -;; Copyright © 2014-2016 Tu, Do Hoang +;; Copyright © 2014-2017 Tu, Do Hoang ;; ;; Author: Tu, Do Hoang (tuhdo1710@gmail.com) ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-helm.el b/modules/prelude-helm.el index 347346e..253484e 100644 --- a/modules/prelude-helm.el +++ b/modules/prelude-helm.el @@ -1,6 +1,6 @@ ;;; prelude-helm.el --- Helm setup ;; -;; Copyright © 2011-2016 Bozhidar Batsov +;; Copyright © 2011-2017 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-ido.el b/modules/prelude-ido.el index 157c160..649991a 100644 --- a/modules/prelude-ido.el +++ b/modules/prelude-ido.el @@ -1,6 +1,6 @@ ;;; prelude-ido.el --- Ido setup ;; -;; Copyright © 2011-2016 Bozhidar Batsov +;; Copyright © 2011-2017 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-js.el b/modules/prelude-js.el index 28c28dc..fd46dca 100644 --- a/modules/prelude-js.el +++ b/modules/prelude-js.el @@ -1,6 +1,6 @@ ;;; prelude-js.el --- Emacs Prelude: js-mode configuration. ;; -;; Copyright © 2011-2016 Bozhidar Batsov +;; Copyright © 2011-2017 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-key-chord.el b/modules/prelude-key-chord.el index 6083411..814f4cc 100644 --- a/modules/prelude-key-chord.el +++ b/modules/prelude-key-chord.el @@ -1,6 +1,6 @@ ;;; prelude-key-chord.el --- Key chord setup ;; -;; Copyright © 2011-2016 Bozhidar Batsov +;; Copyright © 2011-2017 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-latex.el b/modules/prelude-latex.el index c681fee..3ae0af3 100644 --- a/modules/prelude-latex.el +++ b/modules/prelude-latex.el @@ -1,6 +1,6 @@ ;;; prelude-latex.el --- Emacs Prelude: Sane setup for LaTeX writers. ;; -;; Copyright © 2011-2016 Bozhidar Batsov +;; Copyright © 2011-2017 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-lisp.el b/modules/prelude-lisp.el index d49450f..65ca528 100644 --- a/modules/prelude-lisp.el +++ b/modules/prelude-lisp.el @@ -1,6 +1,6 @@ ;;; prelude-lisp.el --- Emacs Prelude: Configuration common to all lisp modes. ;; -;; Copyright © 2011-2016 Bozhidar Batsov +;; Copyright © 2011-2017 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-mediawiki.el b/modules/prelude-mediawiki.el index a804da6..5796ad9 100644 --- a/modules/prelude-mediawiki.el +++ b/modules/prelude-mediawiki.el @@ -1,6 +1,6 @@ ;;; prelude-mediawiki.el --- Emacs Prelude: mediawiki editing config ;; -;; Copyright © 2011-2016 Bozhidar Batsov +;; Copyright © 2011-2017 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-ocaml.el b/modules/prelude-ocaml.el index 653b239..a354d48 100644 --- a/modules/prelude-ocaml.el +++ b/modules/prelude-ocaml.el @@ -1,6 +1,6 @@ ;;; prelude-ocaml.el --- Emacs Prelude: decent Perl coding settings. ;; -;; Copyright © 2014-2016 Geoff Shannon +;; Copyright © 2014-2017 Geoff Shannon ;; ;; Author: Geoff Shannon ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-org.el b/modules/prelude-org.el index 3bc42b2..d810cac 100644 --- a/modules/prelude-org.el +++ b/modules/prelude-org.el @@ -1,6 +1,6 @@ ;;; prelude-org.el --- Emacs Prelude: org-mode configuration. ;; -;; Copyright © 2011-2016 Bozhidar Batsov +;; Copyright © 2011-2017 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-perl.el b/modules/prelude-perl.el index e609cd3..b9a2f4d 100644 --- a/modules/prelude-perl.el +++ b/modules/prelude-perl.el @@ -1,6 +1,6 @@ ;;; prelude-perl.el --- Emacs Prelude: decent Perl coding settings. ;; -;; Copyright © 2011-2016 Bozhidar Batsov +;; Copyright © 2011-2017 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-programming.el b/modules/prelude-programming.el index dd16ac0..f487652 100644 --- a/modules/prelude-programming.el +++ b/modules/prelude-programming.el @@ -1,6 +1,6 @@ ;;; prelude-programming.el --- Emacs Prelude: prog-mode configuration ;; -;; Copyright © 2011-2016 Bozhidar Batsov +;; Copyright © 2011-2017 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-python.el b/modules/prelude-python.el index 2e12453..49a43ff 100644 --- a/modules/prelude-python.el +++ b/modules/prelude-python.el @@ -1,6 +1,6 @@ ;;; prelude-python.el --- Emacs Prelude: python.el configuration. ;; -;; Copyright © 2011-2016 Bozhidar Batsov +;; Copyright © 2011-2017 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-ruby.el b/modules/prelude-ruby.el index ec1355c..13ba6b4 100644 --- a/modules/prelude-ruby.el +++ b/modules/prelude-ruby.el @@ -1,6 +1,6 @@ ;;; prelude-ruby.el --- Emacs Prelude: A nice setup for Ruby (and Rails) devs. ;; -;; Copyright © 2011-2016 Bozhidar Batsov +;; Copyright © 2011-2017 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-scala.el b/modules/prelude-scala.el index 3150ac8..6270bea 100644 --- a/modules/prelude-scala.el +++ b/modules/prelude-scala.el @@ -1,6 +1,6 @@ ;;; prelude-scala.el --- Emacs Prelude: scala-mode configuration. ;; -;; Copyright © 2011-2016 Bozhidar Batsov +;; Copyright © 2011-2017 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-scheme.el b/modules/prelude-scheme.el index b235589..a429c3d 100644 --- a/modules/prelude-scheme.el +++ b/modules/prelude-scheme.el @@ -1,6 +1,6 @@ ;;; prelude-scheme.el --- Emacs Prelude: Some defaults for Scheme. ;; -;; Copyright © 2011-2016 Bozhidar Batsov +;; Copyright © 2011-2017 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-scss.el b/modules/prelude-scss.el index aa4b6f2..be92668 100644 --- a/modules/prelude-scss.el +++ b/modules/prelude-scss.el @@ -1,6 +1,6 @@ ;;; prelude-scss.el --- Emacs Prelude: scss support ;; -;; Copyright © 2011-2016 Bozhidar Batsov +;; Copyright © 2011-2017 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: http://www.batsov.com/emacs-prelude diff --git a/modules/prelude-shell.el b/modules/prelude-shell.el index 8ab6823..8d15547 100644 --- a/modules/prelude-shell.el +++ b/modules/prelude-shell.el @@ -1,6 +1,6 @@ ;;; prelude-shell.el --- Emacs Prelude: sh-mode configuration. ;; -;; Copyright © 2011-2016 Bozhidar Batsov +;; Copyright © 2011-2017 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-web.el b/modules/prelude-web.el index d2d5fc0..665f903 100644 --- a/modules/prelude-web.el +++ b/modules/prelude-web.el @@ -1,6 +1,6 @@ ;;; prelude-web.el --- Emacs Prelude: web template support ;; -;; Copyright © 2011-2016 Bozhidar Batsov +;; Copyright © 2011-2017 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: http://www.batsov.com/emacs-prelude diff --git a/modules/prelude-xml.el b/modules/prelude-xml.el index edf4c70..d6248d3 100644 --- a/modules/prelude-xml.el +++ b/modules/prelude-xml.el @@ -1,6 +1,6 @@ ;;; prelude-xml.el --- Emacs Prelude: XML editing configuration. ;; -;; Copyright © 2011-2016 Bozhidar Batsov +;; Copyright © 2011-2017 Bozhidar Batsov ;; ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/prelude diff --git a/modules/prelude-yaml.el b/modules/prelude-yaml.el index eca554b..3e11508 100644 --- a/modules/prelude-yaml.el +++ b/modules/prelude-yaml.el @@ -1,6 +1,6 @@ ;;; prelude-yaml.el --- Emacs Prelude: YAML programming support. ;; -;; Copyright © 2011-2016 Bozhidar Batsov +;; Copyright © 2011-2017 Bozhidar Batsov ;; ;; Author: ToBeReplaced ;; URL: http://batsov.com/prelude