aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nnttrss.el27
1 files changed, 27 insertions, 0 deletions
diff --git a/nnttrss.el b/nnttrss.el
index 9ad09b6..445457e 100644
--- a/nnttrss.el
+++ b/nnttrss.el
@@ -1,5 +1,32 @@
;;; nnttrss.el --- interfacing with Tiny Tiny RSS
+;; Copyright (C) 2013 Pedro Silva
+
+;; Author: Pedro Silva <psilva+git@pedrosilva.pt>
+;; Created: 01 April 2013
+;; Version: 0.0.1
+;; Keywords: news, local
+;; Package-Requires ((emacs "23.1"))
+
+;; This file is not part of GNU Emacs.
+
+;; nnttrss 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.
+
+;; nnttrss 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 nnttrss. If not, see <http://www.gnu.org/licenses/>.
+
+;;; Commentary:
+
+;;; Code:
+
(require 'gnus)
(require 'nnoo)
(require 'nnheader)