[js-client] Added license notice to client.js

This commit is contained in:
Joar Wandborg 2013-12-20 15:32:37 +01:00
parent 377c1567ab
commit 574cef4c9c

View file

@ -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) {