Skip to content

Commit e0b8715

Browse files
committed
Minor code tweaks
1 parent 28cc70b commit e0b8715

File tree

2 files changed

+16
-18
lines changed

2 files changed

+16
-18
lines changed

src/main/java/com/github/appbomination/InsufficientKarmaException.java

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
11
package com.github.appbomination;
22

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+
*/
2018
public class InsufficientKarmaException extends RuntimeException {
2119
public InsufficientKarmaException(String message) {
2220
super(message);

src/main/java/com/github/appbomination/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
/**
77
* This file is licensed under the Apache 2.0 License (except where otherwise indicated).
88
*
9-
* Copyright (C) 2016 Faust Inc. All, and I mean ALL rights are reserved.
109
* @author yevster
1110
*
1211
*/
@@ -21,6 +20,7 @@ public static void main(String[] args){
2120
* https://git1-us-west.apache.org/repos/asf?p=commons-math.git;a=blob_plain;f=src/main/java/org/apache/commons/math3/util/FastMath.java;hb=16abfe5de688cc52fb0396e0609cb33044b15653
2221
*
2322
* Lines 142-363
23+
* Maven/POM ID: group: 'org.apache.commons', name: 'commons-math3', version: '3.6.1'
2424
*/
2525
private static final double SINE_TABLE_A[] =
2626
{

0 commit comments

Comments
 (0)