From 574cef4c9cf6b195a329f7a9303281db400cb0ec 2013-12-20 14:32:37 From: Joar Wandborg Date: 2013-12-20 14:32:37 Subject: [PATCH] [js-client] Added license notice to client.js --- diff --git a/accounting/static/js/client.js b/accounting/static/js/client.js index 40d40fa9080a43c35ba10b50bfbcec5e67727d86..e6a5bb23fe2bd7fe251f5fdf42e9bda0ec6b757e 100644 --- a/accounting/static/js/client.js +++ b/accounting/static/js/client.js @@ -1,4 +1,7 @@ 'use strict'; +// Part of the accounting-api project: +// https://gitorious.org/conservancy/accounting-api +// License: AGPLv3-or-later angular.module('accountingClient', ['ngRoute', 'accountingApi']) .config(function($routeProvider) {