From 4876775f312c4d7f622be4100156d2ea21d95071 Mon Sep 17 00:00:00 2001 From: Kelvin Zhang Date: Thu, 29 Oct 2015 14:16:58 +0000 Subject: [PATCH] Add copyright notice to download-cached.coffee --- .../scripts/app/services/download-cached.coffee | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/resources/assets/scripts/app/services/download-cached.coffee b/resources/assets/scripts/app/services/download-cached.coffee index 729988b5..397c69e4 100644 --- a/resources/assets/scripts/app/services/download-cached.coffee +++ b/resources/assets/scripts/app/services/download-cached.coffee @@ -1,3 +1,19 @@ +# Pony.fm - A community for pony fan music. +# Copyright (C) 2015 Peter Deltchev +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program 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 Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + angular.module('ponyfm').factory('download-cached', [ '$rootScope', '$http', '$log' ($rootScope, $http, $log) ->