From 8d2341fee4025b59bbf15dedcebe064122f674d4 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 4 May 2022 18:32:06 +0200 Subject: [PATCH] docs: update license and package headers --- LICENSE | 2 +- doom-snippets.el | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/LICENSE b/LICENSE index 5f4d5a09..5a370638 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 5242efe1..13d78027 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: