[js-client] Added license notice to client.js
This commit is contained in:
parent
377c1567ab
commit
574cef4c9c
1 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
||||||
'use strict';
|
'use strict';
|
||||||
|
// Part of the accounting-api project:
|
||||||
|
// https://gitorious.org/conservancy/accounting-api
|
||||||
|
// License: AGPLv3-or-later
|
||||||
|
|
||||||
angular.module('accountingClient', ['ngRoute', 'accountingApi'])
|
angular.module('accountingClient', ['ngRoute', 'accountingApi'])
|
||||||
.config(function($routeProvider) {
|
.config(function($routeProvider) {
|
||||||
|
|
Loading…
Reference in a new issue