Skip to content

Commit 24f66a0

Browse files
committed
Adapt package name to artifact name
1 parent 2c9f8c5 commit 24f66a0

File tree

122 files changed

+287
-287
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

122 files changed

+287
-287
lines changed

src/main/java/com/momchil_atanasov/data/front/common/FastFloat.java renamed to src/main/java/com/mokiat/data/front/common/FastFloat.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) momchil-atanasov.com
2+
* Copyright (C) mokiat.com
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package com.momchil_atanasov.data.front.common;
17+
package com.mokiat.data.front.common;
1818

1919
/**
2020
* Internal implementation of the {@link IFastFloat}

src/main/java/com/momchil_atanasov/data/front/common/FastInt.java renamed to src/main/java/com/mokiat/data/front/common/FastInt.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) momchil-atanasov.com
2+
* Copyright (C) mokiat.com
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package com.momchil_atanasov.data.front.common;
17+
package com.mokiat.data.front.common;
1818

1919
/**
2020
* Internal implementation of the {@link IFastInt}

src/main/java/com/momchil_atanasov/data/front/common/IFastFloat.java renamed to src/main/java/com/mokiat/data/front/common/IFastFloat.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) momchil-atanasov.com
2+
* Copyright (C) mokiat.com
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package com.momchil_atanasov.data.front.common;
17+
package com.mokiat.data.front.common;
1818

1919
/**
2020
* This interface is used to provide a float value.

src/main/java/com/momchil_atanasov/data/front/common/IFastInt.java renamed to src/main/java/com/mokiat/data/front/common/IFastInt.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) momchil-atanasov.com
2+
* Copyright (C) mokiat.com
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package com.momchil_atanasov.data.front.common;
17+
package com.mokiat.data.front.common;
1818

1919
/**
2020
* This interface is used to provide an integer value.

src/main/java/com/momchil_atanasov/data/front/common/MTLLimits.java renamed to src/main/java/com/mokiat/data/front/common/MTLLimits.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) momchil-atanasov.com
2+
* Copyright (C) mokiat.com
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -14,9 +14,9 @@
1414
* limitations under the License.
1515
*/
1616

17-
package com.momchil_atanasov.data.front.common;
17+
package com.mokiat.data.front.common;
1818

19-
import com.momchil_atanasov.data.front.error.WFSizeException;
19+
import com.mokiat.data.front.error.WFSizeException;
2020

2121
/**
2222
* The {@link MTLLimits} class can be used to

src/main/java/com/momchil_atanasov/data/front/common/OBJLimits.java renamed to src/main/java/com/mokiat/data/front/common/OBJLimits.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) momchil-atanasov.com
2+
* Copyright (C) mokiat.com
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -14,9 +14,9 @@
1414
* limitations under the License.
1515
*/
1616

17-
package com.momchil_atanasov.data.front.common;
17+
package com.mokiat.data.front.common;
1818

19-
import com.momchil_atanasov.data.front.error.WFSizeException;
19+
import com.mokiat.data.front.error.WFSizeException;
2020

2121
/**
2222
* The {@link OBJLimits} class can be used to

src/main/java/com/momchil_atanasov/data/front/error/WFCorruptException.java renamed to src/main/java/com/mokiat/data/front/error/WFCorruptException.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) momchil-atanasov.com
2+
* Copyright (C) mokiat.com
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package com.momchil_atanasov.data.front.error;
17+
package com.mokiat.data.front.error;
1818

1919
/**
2020
* This exception is used to indicate a corrupt or invalid

src/main/java/com/momchil_atanasov/data/front/error/WFException.java renamed to src/main/java/com/mokiat/data/front/error/WFException.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) momchil-atanasov.com
2+
* Copyright (C) mokiat.com
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package com.momchil_atanasov.data.front.error;
17+
package com.mokiat.data.front.error;
1818

1919
import java.io.IOException;
2020

src/main/java/com/momchil_atanasov/data/front/error/WFSizeException.java renamed to src/main/java/com/mokiat/data/front/error/WFSizeException.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) momchil-atanasov.com
2+
* Copyright (C) mokiat.com
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package com.momchil_atanasov.data.front.error;
17+
package com.mokiat.data.front.error;
1818

1919
/**
2020
* This exception is used to indicate that a WaveFront

src/main/java/com/momchil_atanasov/data/front/parser/IMTLParser.java renamed to src/main/java/com/mokiat/data/front/parser/IMTLParser.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) momchil-atanasov.com
2+
* Copyright (C) mokiat.com
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -14,14 +14,14 @@
1414
* limitations under the License.
1515
*/
1616

17-
package com.momchil_atanasov.data.front.parser;
17+
package com.mokiat.data.front.parser;
1818

1919
import java.io.BufferedReader;
2020
import java.io.IOException;
2121
import java.io.InputStream;
2222

23-
import com.momchil_atanasov.data.front.common.MTLLimits;
24-
import com.momchil_atanasov.data.front.error.WFException;
23+
import com.mokiat.data.front.common.MTLLimits;
24+
import com.mokiat.data.front.error.WFException;
2525

2626
/**
2727
* The {@link IMTLParser} interface provides methods

0 commit comments

Comments
 (0)