From a39e674fa1afefe453879edfa39f37480aeaca14 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 17 Jun 2014 23:55:39 +0200 Subject: [PATCH] Update header license with file location on all base modules and resource. --- app/coffee/modules/base/http.coffee | 4 ++++ app/coffee/modules/base/repository.coffee | 4 ++++ app/coffee/modules/base/storage.coffee | 4 ++++ app/coffee/modules/base/urls.coffee | 4 ++++ app/coffee/modules/resources.coffee | 4 ++++ 5 files changed, 20 insertions(+) diff --git a/app/coffee/modules/base/http.coffee b/app/coffee/modules/base/http.coffee index 868f7116..d8277976 100644 --- a/app/coffee/modules/base/http.coffee +++ b/app/coffee/modules/base/http.coffee @@ -1,3 +1,4 @@ +### # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino Garcia # Copyright (C) 2014 David Barragán Merino @@ -14,6 +15,9 @@ # # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . +# +# File: modules/base/http.coffee +### taiga = @.taiga diff --git a/app/coffee/modules/base/repository.coffee b/app/coffee/modules/base/repository.coffee index d062a78c..7893f87f 100644 --- a/app/coffee/modules/base/repository.coffee +++ b/app/coffee/modules/base/repository.coffee @@ -1,3 +1,4 @@ +### # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino Garcia # Copyright (C) 2014 David Barragán Merino @@ -14,6 +15,9 @@ # # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . +# +# File: modules/base/repository.coffee +### taiga = @.taiga diff --git a/app/coffee/modules/base/storage.coffee b/app/coffee/modules/base/storage.coffee index 3a9a3785..1bf30291 100644 --- a/app/coffee/modules/base/storage.coffee +++ b/app/coffee/modules/base/storage.coffee @@ -1,3 +1,4 @@ +### # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino Garcia # Copyright (C) 2014 David Barragán Merino @@ -14,6 +15,9 @@ # # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . +# +# File: modules/base/storage.coffee +### taiga = @.taiga diff --git a/app/coffee/modules/base/urls.coffee b/app/coffee/modules/base/urls.coffee index 01922fb9..6d580f56 100644 --- a/app/coffee/modules/base/urls.coffee +++ b/app/coffee/modules/base/urls.coffee @@ -1,3 +1,4 @@ +### # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino Garcia # Copyright (C) 2014 David Barragán Merino @@ -14,6 +15,9 @@ # # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . +# +# File: modules/base/http.coffee +### format = (fmt, obj) -> obj = _.clone(obj) diff --git a/app/coffee/modules/resources.coffee b/app/coffee/modules/resources.coffee index 715bb828..2398f5a8 100644 --- a/app/coffee/modules/resources.coffee +++ b/app/coffee/modules/resources.coffee @@ -1,3 +1,4 @@ +### # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino Garcia # Copyright (C) 2014 David Barragán Merino @@ -14,6 +15,9 @@ # # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . +# +# File: modules/resources.coffee +### taiga = @.taiga