diff --git a/LICENSE b/LICENSE index 5f4d5a0..5a37063 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016-2021 Henrik Lissner. +Copyright (c) 2016-2022 Henrik Lissner. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/doom-snippets.el b/doom-snippets.el index 5242efe..13d7802 100644 --- a/doom-snippets.el +++ b/doom-snippets.el @@ -1,21 +1,20 @@ ;;; doom-snippets.el --- A collection of yasnippet snippets ;; -;; Copyright (C) 2017-21 Henrik Lissner +;; Copyright (C) 2017-2022 Henrik Lissner ;; ;; Author: Henrik Lissner ;; Created: December 5, 2014 -;; Modified: July 14, 2019 +;; Modified: May 04, 2022 ;; Version: 1.1.0 ;; Keywords: convenience, snippets -;; Homepage: https://github.com/hlissner/doom-snippets +;; Homepage: https://github.com/doomemacs/snippets ;; Package-Requires: ((emacs "24.4") (cl-lib "0.5") (yasnippet "0.12.0")) ;; ;; This file is not part of GNU Emacs. ;; ;;; Commentary: ;; -;; Official snippet collection for Doom Emacs. See -;; https://github.com/hlissner/doom-emacs. +;; Official snippet collection for Doom Emacs. See https://github.com/doomemacs. ;; ;;; Code: