|
1 | 1 | package com.github.appbomination; |
2 | 2 |
|
3 | | -/** |
4 | | - * This file is licensed under the following license. |
5 | | - * |
6 | | - * FAUST, INC. PROPRIETARY LICENSE: |
7 | | - * |
8 | | - * FAUST, INC. grants you a non-exclusive right to use, modify, and distribute |
9 | | - * the file provided that (a) you distribute all copies and/or modifications of |
10 | | - * this file, whether in source or binary form, under the same license, and (b) |
11 | | - * you turn over your firstborn child to Faust, Inc. when he/she reaches |
12 | | - * adulthood or acquires a black market value of not less than $100 USD, |
13 | | - * whichever comes first. |
14 | | - * |
15 | | - * Copyright (C) 2016 Faust Inc. All, and I mean ALL rights are reserved. |
16 | | - * |
17 | | - * @author yevster |
18 | | - * |
19 | | - */ |
| 3 | +/* |
| 4 | + This file is licensed under the following license. |
| 5 | + |
| 6 | +FAUST, INC. PROPRIETARY LICENSE: |
| 7 | +
|
| 8 | +FAUST, INC. grants you a non-exclusive right to use, modify, and distribute |
| 9 | +the file provided that (a) you distribute all copies and/or modifications of |
| 10 | +this file, whether in source or binary form, under the same license, and (b) |
| 11 | +you turn over your first-born child to Faust, Inc. when he/she reaches |
| 12 | +adulthood or acquires a black market value of not less than $100 US, |
| 13 | +whichever comes first. |
| 14 | +
|
| 15 | +Copyright (C) 2016 Faust Inc. All, and I mean ALL, rights are reserved. |
| 16 | +
|
| 17 | +*/ |
20 | 18 | public class InsufficientKarmaException extends RuntimeException { |
21 | 19 | public InsufficientKarmaException(String message) { |
22 | 20 | super(message); |
|
0 commit comments