Skip to content

Commit

Permalink
Update copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
stakemori committed Jan 17, 2018
1 parent e4e7523 commit 054dbc9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion emacs_sage_shell.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright (C) 2016 - 2017 Sho Takemori <stakemorii@gmail.com>
# Copyright (C) 2016 - 2018 Sho Takemori <stakemorii@gmail.com>

# 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
Expand Down
2 changes: 1 addition & 1 deletion emacs_sage_shell_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"""

# Copyright (C) 2016 - 2017 Sho Takemori <stakemorii@gmail.com>
# Copyright (C) 2016 - 2018 Sho Takemori <stakemorii@gmail.com>

# 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
Expand Down
2 changes: 1 addition & 1 deletion sage-shell-blocks.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; sage-shell-blocks.el --- Support for structuring Sage code in sheets

;; Copyright (C) 2013-2017 Johan Rosenkilde
;; Copyright (C) 2013-2018 Johan Rosenkilde

;; Author: Johan Rosenkilde <jsrn@jsrn.dk>
;; URL: https://github.com/sagemath/sage-shell-mode
Expand Down
2 changes: 1 addition & 1 deletion sage-shell-mode.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; sage-shell-mode.el --- A front-end for Sage Math -*- lexical-binding: t -*-

;; Copyright (C) 2012 - 2017 Sho Takemori.
;; Copyright (C) 2012 - 2018 Sho Takemori.
;; Author: Sho Takemori <stakemorii@gmail.com>
;; URL: https://github.com/sagemath/sage-shell-mode
;; Package-Requires: ((cl-lib "0.6.1") (emacs "24.4") (let-alist "1.0.5") (deferred "0.5.1"))
Expand Down
2 changes: 1 addition & 1 deletion sage-shell-view.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;;; sage-shell-view.el --- Typeset Sage output on the fly -*- lexical-binding: t -*-

;; Copyright (C) 2008 ~ 2016 Matthias Meulien, Nick Alexander,
;; 2016 ~ 2017 Sho Takemori <stakemorii@gmail.com>
;; 2016 ~ 2018 Sho Takemori <stakemorii@gmail.com>

;; Author: Sho Takemori <stakemorii@gmail.com>
;; Keywords: sage, math, image
Expand Down

0 comments on commit 054dbc9

Please sign in to comment.