diff options
author | Johnson Denen <johnson.denen@gmail.com> | 2017-04-10 13:13:32 -0400 |
---|---|---|
committer | Johnson Denen <johnson.denen@gmail.com> | 2017-04-10 13:13:32 -0400 |
commit | 3b318408c23fab306a01c9a54b109e807b560459 (patch) | |
tree | 8f613f1938f8f47b205915e36e3db1f3e2925e36 /lisp | |
parent | 76476584ab82707fd2431c7a46266faba9b729c2 (diff) |
Make headers more conventional
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mastodon-auth.el | 25 | ||||
-rw-r--r-- | lisp/mastodon-http.el | 25 | ||||
-rw-r--r-- | lisp/mastodon-toot.el | 25 | ||||
-rw-r--r-- | lisp/mastodon.el | 28 |
4 files changed, 88 insertions, 15 deletions
diff --git a/lisp/mastodon-auth.el b/lisp/mastodon-auth.el index 3aedf91..686e2ae 100644 --- a/lisp/mastodon-auth.el +++ b/lisp/mastodon-auth.el @@ -1,10 +1,27 @@ ;;; mastodon-auth.el --- Auth functions for mastodon.el -;;; Commentary: +;; Copyright (C) 2017 Johnson Denen +;; Author: Johnson Denen <johnson.denen@gmail.com> +;; 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 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 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 <http://www.gnu.org/licenses/>. + +;;; Commentary: ;; mastodon-auth.el supports authorizing and authenticating with Mastodon. diff --git a/lisp/mastodon-http.el b/lisp/mastodon-http.el index 9dbad6f..aafef8a 100644 --- a/lisp/mastodon-http.el +++ b/lisp/mastodon-http.el @@ -1,10 +1,27 @@ ;;; mastodon-http.el --- HTTP request/response functions for mastodon.el -;;; Commentary: +;; Copyright (C) 2017 Johnson Denen +;; Author: Johnson Denen <johnson.denen@gmail.com> +;; 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 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 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 <http://www.gnu.org/licenses/>. + +;;; Commentary: ;; mastodon-http.el provides HTTP request/response functions. diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el index 60ab2db..71df449 100644 --- a/lisp/mastodon-toot.el +++ b/lisp/mastodon-toot.el @@ -1,10 +1,27 @@ ;;; mastodon-toot.el --- Minor mode for sending Mastodon toots -;;; Commentary: +;; Copyright (C) 2017 Johnson Denen +;; Author: Johnson Denen <johnson.denen@gmail.com> +;; 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 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 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 <http://www.gnu.org/licenses/>. + +;;; Commentary: ;; mastodon-toot.el supports POSTing status data to Mastodon. 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 <johnson.denen@gmail.com> +;; 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 <http://www.gnu.org/licenses/>. + ;;; 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 <https://github.com/tootsuite/mastodon>, +;; the federated microblogging social network. It is very much a work-in-progress, but +;; it is a labor of love. ;;; Code: |