Skip to content

Commit

Permalink
Update copyright years
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasPetton committed Sep 15, 2016
1 parent c6bfac2 commit ad1b068
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -145,7 +145,7 @@ Run the tests with:

Copyright (C) 2012-2014 Magnar Sveen

Copyright (C) 2015 Magnar Sveen and Nicolas Petton
Copyright (C) 2015-2016 Magnar Sveen and Nicolas Petton

Author: Magnar Sveen <magnars@gmail.com>, Nicolas Petton <nicolas@petton.fr>

Expand Down
2 changes: 1 addition & 1 deletion js2-refactor.el
@@ -1,7 +1,7 @@
;;; js2-refactor.el --- The beginnings of a JavaScript refactoring library in emacs.

;; Copyright (C) 2012-2014 Magnar Sveen
;; Copyright (C) 2015 Magnar Sveen and Nicolas Petton
;; Copyright (C) 2015-2016 Magnar Sveen and Nicolas Petton

;; Author: Magnar Sveen <magnars@gmail.com>,
;; Nicolas Petton <nicolas@petton.fr>
Expand Down
2 changes: 1 addition & 1 deletion js2r-conditionals.el
@@ -1,7 +1,7 @@
;;; js2r-conditionals.el --- Conditional refactoring functions for js2-refactor

;; Copyright (C) 2012-2014 Magnar Sveen
;; Copyright (C) 2015 Magnar Sveen and Nicolas Petton
;; Copyright (C) 2015-2016 Magnar Sveen and Nicolas Petton

;; Author: Magnar Sveen <magnars@gmail.com>,
;; Nicolas Petton <nicolas@petton.fr>
Expand Down
2 changes: 1 addition & 1 deletion js2r-conveniences.el
@@ -1,7 +1,7 @@
;;; js2r-conveniences.el --- Convenience functions for js2-refactor

;; Copyright (C) 2012-2014 Magnar Sveen
;; Copyright (C) 2015 Magnar Sveen and Nicolas Petton
;; Copyright (C) 2015-2016 Magnar Sveen and Nicolas Petton

;; Author: Magnar Sveen <magnars@gmail.com>,
;; Nicolas Petton <nicolas@petton.fr>
Expand Down
2 changes: 1 addition & 1 deletion js2r-formatting.el
@@ -1,7 +1,7 @@
;;; js2r-formatting.el --- Private helper functions for formatting

;; Copyright (C) 2012-2014 Magnar Sveen
;; Copyright (C) 2015 Magnar Sveen and Nicolas Petton
;; Copyright (C) 2015-2016 Magnar Sveen and Nicolas Petton

;; Author: Magnar Sveen <magnars@gmail.com>,
;; Nicolas Petton <nicolas@petton.fr>
Expand Down
2 changes: 1 addition & 1 deletion js2r-functions.el
@@ -1,7 +1,7 @@
;;; js2r-functions.el --- Function manipulation functions for js2-refactor

;; Copyright (C) 2012-2014 Magnar Sveen
;; Copyright (C) 2015 Magnar Sveen and Nicolas Petton
;; Copyright (C) 2015-2016 Magnar Sveen and Nicolas Petton

;; Author: Magnar Sveen <magnars@gmail.com>,
;; Nicolas Petton <nicolas@petton.fr>
Expand Down
2 changes: 1 addition & 1 deletion js2r-helpers.el
@@ -1,7 +1,7 @@
;;; js2r-helpers.el --- Private helper functions for js2-refactor

;; Copyright (C) 2012-2014 Magnar Sveen
;; Copyright (C) 2015 Magnar Sveen and Nicolas Petton
;; Copyright (C) 2015-2016 Magnar Sveen and Nicolas Petton

;; Author: Magnar Sveen <magnars@gmail.com>,
;; Nicolas Petton <nicolas@petton.fr>
Expand Down
2 changes: 1 addition & 1 deletion js2r-iife.el
@@ -1,7 +1,7 @@
;;; js2r-iife.el --- IIFE wrapping functions for js2-refactor

;; Copyright (C) 2012-2014 Magnar Sveen
;; Copyright (C) 2015 Magnar Sveen and Nicolas Petton
;; Copyright (C) 2015-2016 Magnar Sveen and Nicolas Petton

;; Author: Magnar Sveen <magnars@gmail.com>,
;; Nicolas Petton <nicolas@petton.fr>
Expand Down
2 changes: 1 addition & 1 deletion js2r-paredit.el
@@ -1,7 +1,7 @@
;;; js2r-paredit.el --- Paredit-like extensions for js2-refactor

;; Copyright (C) 2012-2014 Magnar Sveen
;; Copyright (C) 2015 Magnar Sveen and Nicolas Petton
;; Copyright (C) 2015-2016 Magnar Sveen and Nicolas Petton

;; Author: Magnar Sveen <magnars@gmail.com>,
;; Nicolas Petton <nicolas@petton.fr>
Expand Down
2 changes: 1 addition & 1 deletion js2r-vars.el
@@ -1,7 +1,7 @@
;;; js2r-vars.el --- Variable declaration manipulation functions for js2-refactor

;; Copyright (C) 2012-2014 Magnar Sveen
;; Copyright (C) 2015 Magnar Sveen and Nicolas Petton
;; Copyright (C) 2015-2016 Magnar Sveen and Nicolas Petton

;; Author: Magnar Sveen <magnars@gmail.com>,
;; Nicolas Petton <nicolas@petton.fr>
Expand Down

0 comments on commit ad1b068

Please sign in to comment.