Skip to content

Commit 8d2341f

Browse files
committed
docs: update license and package headers
1 parent e8702bf commit 8d2341f

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

Diff for: LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016-2021 Henrik Lissner.
3+
Copyright (c) 2016-2022 Henrik Lissner.
44

55
Permission is hereby granted, free of charge, to any person obtaining
66
a copy of this software and associated documentation files (the

Diff for: doom-snippets.el

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
;;; doom-snippets.el --- A collection of yasnippet snippets
22
;;
3-
;; Copyright (C) 2017-21 Henrik Lissner
3+
;; Copyright (C) 2017-2022 Henrik Lissner
44
;;
55
;; Author: Henrik Lissner <[email protected]>
66
;; Created: December 5, 2014
7-
;; Modified: July 14, 2019
7+
;; Modified: May 04, 2022
88
;; Version: 1.1.0
99
;; Keywords: convenience, snippets
10-
;; Homepage: https://github.com/hlissner/doom-snippets
10+
;; Homepage: https://github.com/doomemacs/snippets
1111
;; Package-Requires: ((emacs "24.4") (cl-lib "0.5") (yasnippet "0.12.0"))
1212
;;
1313
;; This file is not part of GNU Emacs.
1414
;;
1515
;;; Commentary:
1616
;;
17-
;; Official snippet collection for Doom Emacs. See
18-
;; https://github.com/hlissner/doom-emacs.
17+
;; Official snippet collection for Doom Emacs. See https://github.com/doomemacs.
1918
;;
2019
;;; Code:
2120

0 commit comments

Comments
 (0)