Skip to content

Commit e780afa

Browse files
author
DennyZhang
committed
change copyright
1 parent 9fc72d7 commit e780afa

File tree

75 files changed

+17781
-143
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+17781
-143
lines changed

appearance-setting.el

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
;; File: appearance-setting.el
33
;;
44
;; Author: Denny Zhang(https://www.dennyzhang.com/contact)
5-
;; Copyright 2015, https://DennyZhang.com
5+
;; Copyright 2020, https://DennyZhang.com
66
;; Created:2008-10-01
7-
;; Updated: Time-stamp: <2018-09-24 22:19:16>
7+
;; Updated: Time-stamp: <2020-02-03 15:37:48>
88
;;
99
;; --8<-------------------------- separator ------------------------>8--
1010
;;color-theme
@@ -159,5 +159,3 @@ The original plist is not modified. See also `destructive-plist-to-alist'."
159159
(interactive)
160160
(frame-width-increase -5)
161161
)
162-
;; --8<-------------------------- separator ------------------------>8--
163-
;; File: appearance-setting.el ends here

bbdb-setting.el

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
;; File: bbdb-setting.el
33
;;
44
;; Author: Denny Zhang(https://www.dennyzhang.com/contact)
5-
;; Copyright 2015, https://DennyZhang.com
5+
;; Copyright 2020, https://DennyZhang.com
66
;; Created:2008-10-01
7-
;; Updated: Time-stamp: <2018-07-01 22:10:59>
7+
;; Updated: Time-stamp: <2020-02-03 15:37:48>
88
;;
99
;; --8<-------------------------- separator ------------------------>8--
1010
(add-to-list 'load-path (concat CONF-EMACS-VENDOR "/bbdb/lisp"))
@@ -245,5 +245,3 @@ which will be replaced by the actual name"
245245
(message (format "generate bbdb to vcards: %s" filename))
246246
)
247247
)
248-
;; --8<-------------------------- separator ------------------------>8--
249-
;; File: bbdb-setting.el ends here

buffer-setting.el

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
;; File: buffer-setting.el
33
;;
44
;; Author: Denny Zhang(https://www.dennyzhang.com/contact)
5-
;; Copyright 2015, https://DennyZhang.com
5+
;; Copyright 2020, https://DennyZhang.com
66
;; Created:2008-10-01
7-
;; Updated: Time-stamp: <2018-02-22 09:00:49>
7+
;; Updated: Time-stamp: <2020-02-03 15:37:48>
88
;;
99
;; --8<-------------------------- separator ------------------------>8--
1010
(defun next-user-buffer ()
@@ -69,5 +69,3 @@ Thus widen each buffer, before emacs exit"
6969
(widen)
7070
))
7171
(add-hook 'kill-emacs-hook 'widen-all-buffers)
72-
;; --8<-------------------------- separator ------------------------>8--
73-
;; File: buffer-setting.el ends here

calendar-setting.el

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
;; File: calendar-setting.el -- calendar and event reminders
33
;;
44
;; Author: Denny Zhang(https://www.dennyzhang.com/contact)
5-
;; Copyright 2015, https://DennyZhang.com
5+
;; Copyright 2020, https://DennyZhang.com
66
;; Created:2008-10-01
7-
;; Updated: Time-stamp: <2017-11-13 11:17:03>
7+
;; Updated: Time-stamp: <2020-02-03 15:37:48>
88
;;
99
;; --8<-------------------------- separator ------------------------>8--
1010
(setq warning-suppress-types nil)
@@ -62,5 +62,3 @@
6262
(setq holiday-bahai-holidays nil)
6363
;; --8<-------------------------- separator ------------------------>8--
6464
;; Friends' birthdays are a little sensitive, which will be loaded by a gpg encrypted file
65-
;; --8<-------------------------- separator ------------------------>8--
66-
;; File: calendar-setting.el ends here

capture-setting.el

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
;; information to knowledgebase of emacs org-mode
44
;;
55
;; Author: Denny Zhang(https://www.dennyzhang.com/contact)
6-
;; Copyright 2015, https://DennyZhang.com
6+
;; Copyright 2020, https://DennyZhang.com
77
;; Created:2008-10-01
8-
;; Updated: Time-stamp: <2018-10-01 17:03:13>
8+
;; Updated: Time-stamp: <2020-02-03 15:37:48>
99
;;
1010
;; --8<-------------------------- separator ------------------------>8--
1111
(require 'org-capture)
@@ -74,5 +74,3 @@
7474
"** webcontent " (make-string 20 32)
7575
":noexport:\n#+begin_example\n" content "\n#+end_example"))
7676
)
77-
;; --8<-------------------------- separator ------------------------>8--
78-
;; File: capture-setting.el ends here

comint-setting.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
;;
44
;; Author: Denny(https://www.dennyzhang.com/contact)
55
;;
6-
;; Copyright 2015, https://DennyZhang.com
6+
;; Copyright 2020, https://DennyZhang.com
77
;; Created:2008-10-01
8-
;; Updated: Time-stamp: <2018-03-29 09:57:58>
8+
;; Updated: Time-stamp: <2020-02-03 15:37:48>
99
;;
1010
;; --8<-------------------------- separator ------------------------>8--
11-
;; File: comint-setting.el ends here
11+

diff-setting.el

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
;;
44
;; Author: Denny(https://www.dennyzhang.com/contact)
55
;;
6-
;; Copyright 2015, https://DennyZhang.com
6+
;; Copyright 2020, https://DennyZhang.com
77
;; Created:2012-04-22
8-
;; Updated: Time-stamp: <2018-07-01 22:04:18>
8+
;; Updated: Time-stamp: <2020-02-03 15:37:48>
99
;; --8<-------------------------- separator ------------------------>8--
1010
;; compare vertically in ediff
1111
(require 'ediff)
@@ -136,5 +136,3 @@
136136
(beginning-of-line)
137137
(forward-line)
138138
(delete-region beg (point))))
139-
;; --8<-------------------------- separator ------------------------>8--
140-
;; File: diff-setting.el ends here

dired-setting.el

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
;; File: dired-setting.el
33
;;
44
;; Author: Denny Zhang(https://www.dennyzhang.com/contact)
5-
;; Copyright 2015, https://DennyZhang.com
5+
;; Copyright 2020, https://DennyZhang.com
66
;; Created:2008-10-01
7-
;; Updated: Time-stamp: <2018-07-01 22:04:18>
7+
;; Updated: Time-stamp: <2020-02-03 15:37:48>
88
;;
99
;; --8<-------------------------- separator ------------------------>8--
1010
;;Dired reuse directory buffer
@@ -134,5 +134,3 @@
134134
"*Face used for read privilege indicator (w) in dired buffers."
135135
:group 'Dired-Plus :group 'font-lock-highlighting-faces)
136136
(defvar diredp-read-priv 'diredp-my-read-priv)
137-
;; --8<-------------------------- separator ------------------------>8--
138-
;; File: dired-setting.el ends here

emacs-aggregation/emacs-aggregation-setup.el

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;; -*- mode: EMACS-LISP; coding:utf-8; -*-
22
;;; ================================================================
3-
;; Copyright © 2010-2011 Time-stamp: <2018-07-01 22:10:58>
3+
;; Copyright © 2010-2011 Time-stamp: <2020-02-03 12:24:10>
44
;;; ================================================================
55

66
;;; File: emacs-aggregation-setup.el --- Setup for emacs-aggregation.el
@@ -98,4 +98,3 @@ Boston天气:%s
9898
))
9999
;; update daily at 01:00am
100100
;; (run-at-time "01:00am" 86400 'org-export-for-mobile)
101-
;; File: emacs-aggregation-setup.el ends

emacs-aggregation/emacs-aggregation.el

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;; -*- mode: EMACS-LISP; coding:utf-8; -*-
22
;;; ================================================================
3-
;; Copyright © 2010-2011 Time-stamp: <2015-10-19 13:50:39>
3+
;; Copyright © 2010-2011 Time-stamp: <2020-02-03 12:24:13>
44
;;; ================================================================
55

66
;;; File: emacs-aggregation.el --- A plug-in system for information aggregation of daily life
@@ -322,4 +322,3 @@ Typical data includes:
322322
)
323323
))
324324
(provide 'emacs-aggregation)
325-
;; File: emacs-aggregation.el ends

0 commit comments

Comments
 (0)