Skip to content

Commit

Permalink
Remove @author tags, we have git for that now
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Aug 25, 2023
1 parent 609a874 commit c817263
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion src/main/java/org/fusesource/jansi/Ansi.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
* Provides a fluent API for generating
* <a href="https://en.wikipedia.org/wiki/ANSI_escape_code#CSI_sequences">ANSI escape sequences</a>.
*
* @author <a href="http://hiramchirino.com">Hiram Chirino</a>
* @since 1.0
*/
public class Ansi implements Appendable {
Expand Down
1 change: 0 additions & 1 deletion src/main/java/org/fusesource/jansi/AnsiConsole.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
* <p>The native library used is named <code>jansi</code> and is loaded using <a href="http://fusesource.github.io/hawtjni/">HawtJNI</a> Runtime
* <a href="http://fusesource.github.io/hawtjni/documentation/api/index.html?org/fusesource/hawtjni/runtime/Library.html"><code>Library</code></a>
*
* @author <a href="http://hiramchirino.com">Hiram Chirino</a>
* @since 1.0
* @see #systemInstall()
* @see #out()
Expand Down
1 change: 0 additions & 1 deletion src/main/java/org/fusesource/jansi/internal/CLibrary.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
* <a href="http://fusesource.github.io/hawtjni/">HawtJNI</a> Runtime
* as <code>jansi</code> library.
*
* @author <a href="http://hiramchirino.com">Hiram Chirino</a>
* @see JansiLoader
*/
@SuppressWarnings("unused")
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/org/fusesource/jansi/internal/Kernel32.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
/**
* Interface to access Win32 base APIs.
*
* @author <a href="http://hiramchirino.com">Hiram Chirino</a>
* @author Guillaume Nodet
* @see JansiLoader
*/
@SuppressWarnings("unused")
Expand Down
1 change: 0 additions & 1 deletion src/main/java/org/fusesource/jansi/internal/OSInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
/**
* Provides OS name and architecture name.
*
* @author leo
*/
public class OSInfo {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
* <p>For more information about ANSI escape codes, see
* <a href="http://en.wikipedia.org/wiki/ANSI_escape_code">Wikipedia article</a>
*
* @author Guillaume Nodet
* @since 1.0
* @see AnsiProcessor
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@
* <a href="http://fusesource.github.io/hawtjni/documentation/api/index.html?org/fusesource/hawtjni/runtime/Library.html"><code>Library</code></a>
*
* @since 1.19
* @author <a href="http://hiramchirino.com">Hiram Chirino</a>
* @author Joris Kuipers
*/
public final class WindowsAnsiProcessor extends AnsiProcessor {

Expand Down
1 change: 0 additions & 1 deletion src/test/java/org/fusesource/jansi/AnsiConsoleExample.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

/**
*
* @author <a href="http://hiramchirino.com">Hiram Chirino</a>
*/
public class AnsiConsoleExample {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

/**
*
* @author <a href="http://hiramchirino.com">Hiram Chirino</a>
*/
public class AnsiConsoleExample2 {

Expand Down
1 change: 0 additions & 1 deletion src/test/java/org/fusesource/jansi/AnsiRendererTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
/**
* Tests for the {@link AnsiRenderer} class.
*
* @author <a href="mailto:jason@planet57.com">Jason Dillon</a>
*/
public class AnsiRendererTest {

Expand Down
1 change: 0 additions & 1 deletion src/test/java/org/fusesource/jansi/AnsiStringTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
import static org.junit.jupiter.api.Assertions.assertEquals;

/**
* @author <a href="mailto:jason@planet57.com">Jason Dillon</a>
*/
public class AnsiStringTest {

Expand Down
1 change: 0 additions & 1 deletion src/test/java/org/fusesource/jansi/AnsiTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
/**
* Tests for the {@link Ansi} class.
*
* @author <a href="mailto:jason@planet57.com">Jason Dillon</a>
*/
public class AnsiTest {
@Test
Expand Down

0 comments on commit c817263

Please sign in to comment.