From 3b318408c23fab306a01c9a54b109e807b560459 Mon Sep 17 00:00:00 2001 From: Johnson Denen Date: Mon, 10 Apr 2017 13:13:32 -0400 Subject: Make headers more conventional --- lisp/mastodon.el | 28 +++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) (limited to 'lisp/mastodon.el') diff --git a/lisp/mastodon.el b/lisp/mastodon.el index f44b5c7..07f9f6c 100644 --- a/lisp/mastodon.el +++ b/lisp/mastodon.el @@ -1,10 +1,32 @@ ;;; mastodon.el -- Mastodon client for Emacs +;; Copyright (C) 2017 Johnson Denen +;; Author: Johnson Denen +;; Version: 0.1.0 +;; Homepage: https://github.com/jdenen/mastodon.el + +;; This file is not part of GNU Emacs. + +;; This file is part of mastodon.el. + +;; mastodon.el is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. + +;; mastodon.el is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. + +;; You should have received a copy of the GNU General Public License +;; along with mastodon.el. If not, see . + ;;; Commentary: -;; mastodon.el is an Emacs client for Mastodon, the federated microblogging -;; social network. It is very much a work-in-progress, but it is a labor of -;; love. +;; mastodon.el is an Emacs client for Mastodon , +;; the federated microblogging social network. It is very much a work-in-progress, but +;; it is a labor of love. ;;; Code: -- cgit v1.2.3