From 08dc2819bf02e48eb1a890065258143312e53f33 Mon Sep 17 00:00:00 2001 From: Bram Schoenmakers Date: Mon, 15 May 2023 07:24:15 +0200 Subject: [PATCH] Adapt commentary --- persist-state.el | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/persist-state.el b/persist-state.el index d7fc857..178bcf5 100644 --- a/persist-state.el +++ b/persist-state.el @@ -1,19 +1,31 @@ -;;; persist-state.el --- Persist variables regularly -*- lexical-binding: t; -*- +;;; persist-state.el --- Persist Emacs state regularly -*- lexical-binding: t; -*- ;; Copyright (C) 2023 Bram Schoenmakers ;; Author: Bram Schoenmakers ;; Maintainer: Bram Schoenmakers ;; Created: 05 May 2023 - ;; Package-Version: 0.1 ;; Keywords: convenience ;; URL: https://apps.bram85.nl/git/bram/emacs-persist-state ;; This file is not part of GNU Emacs. +;; MIT License + +;; Copyright (c) 2023 Bram Schoenmakers + +;; Permission is hereby granted, free of charge, to any person obtaining a copy +;; of this software and associated documentation files (the "Software"), to deal +;; in the Software without restriction, including without limitation the rights +;; to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +;; copies of the Software, and to permit persons to whom the Software is +;; furnished to do so, subject to the following conditions: + ;;; Commentary: +;; See README.org. + ;;; Code: (defgroup persist-state nil