Changeset - 574cef4c9cf6
[Not reviewed]
0 1 0
Joar Wandborg - 10 years ago 2013-12-20 14:32:37
joar@wandborg.se
[js-client] Added license notice to client.js
1 file changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
accounting/static/js/client.js
Show inline comments
 
'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) {
0 comments (0 inline, 0 general)