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