From b9d4ce273f5e8ddee267ac741c42d0fcbe90f5f4 Mon Sep 17 00:00:00 2001 From: Chris Sexton Date: Thu, 6 Mar 2014 10:50:20 -0500 Subject: [PATCH] Added license to feed --- AUTHORS | 2 +- plugins/feed.go | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index bcff7ee..94139bc 100755 --- a/AUTHORS +++ b/AUTHORS @@ -1 +1 @@ -Chris Sexton +Chris Sexton diff --git a/plugins/feed.go b/plugins/feed.go index e00d0da..9897506 100644 --- a/plugins/feed.go +++ b/plugins/feed.go @@ -1,3 +1,5 @@ +// © 2014 the AlePale Authors under the WTFPL license. See AUTHORS for the list of authors. + package plugins import (