Add missing license information on money.spec.ts

This commit is contained in:
Eric 2020-07-15 11:26:41 -05:00 committed by Eric Schultz
parent 7d8698a502
commit 40fdd7a8b9

View file

@ -1,3 +1,4 @@
// License: LGPL-3.0-or-later
import { Money } from './money';
describe("Money", () => {