Skip to content

Commit

Permalink
Fixed copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
ethauvin committed Aug 3, 2024
1 parent d029bb9 commit 91640e6
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2001-2023 Geert Bevin (gbevin[remove] at uwyn dot com)
* Copyright 2024 Erik C. Thauvin (https://erik.thauvin.net/)
* Licensed under the Apache License, Version 2.0 (the "License")
*/
package rife.bld.operations;
Expand Down
1 change: 0 additions & 1 deletion src/main/java/rife/bld/operations/JlinkOperation.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
* Copyright 2024 Erik C. Thauvin (https://erik.thauvin.net/)
* Licensed under the Apache License, Version 2.0 (the "License")
*/

package rife.bld.operations;

import java.util.ArrayList;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/rife/bld/operations/JlinkOptions.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* Copyright 2024 Erik C. Thauvin (https://erik.thauvin.net/)
* Licensed under the Apache License, Version 2.0 (the "License")
*/
Expand Down
1 change: 0 additions & 1 deletion src/main/java/rife/bld/operations/JmodOperation.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
* Copyright 2024 Erik C. Thauvin (https://erik.thauvin.net/)
* Licensed under the Apache License, Version 2.0 (the "License")
*/

package rife.bld.operations;

import java.util.ArrayList;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/rife/bld/operations/JmodOptions.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* Copyright 2024 Erik C. Thauvin (https://erik.thauvin.net/)
* Licensed under the Apache License, Version 2.0 (the "License")
*/
Expand Down
1 change: 0 additions & 1 deletion src/main/java/rife/bld/operations/JpackageOperation.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
* Copyright 2024 Erik C. Thauvin (https://erik.thauvin.net/)
* Licensed under the Apache License, Version 2.0 (the "License")
*/

package rife.bld.operations;

import java.util.ArrayList;
Expand Down
3 changes: 1 addition & 2 deletions src/main/java/rife/bld/operations/JpackageOptions.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* Copyright 2024 Erik C. Thauvin (https://erik.thauvin.net/)
* Licensed under the Apache License, Version 2.0 (the "License")
*/
Expand All @@ -12,7 +12,6 @@
* @author <a href="https://erik.thauvin.net/">Erik C. Thauvin</a>
* @since 2.0.2
*/

public class JpackageOptions extends HashMap<String, String> {
/**
* URL of the application's home page.
Expand Down
1 change: 0 additions & 1 deletion src/test/java/rife/bld/operations/TestJlinkOperation.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
* Copyright 2024 Erik C. Thauvin (https://erik.thauvin.net/)
* Licensed under the Apache License, Version 2.0 (the "License")
*/

package rife.bld.operations;

import org.junit.jupiter.api.AfterEach;
Expand Down
1 change: 0 additions & 1 deletion src/test/java/rife/bld/operations/TestJmodOperation.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
* Copyright 2024 Erik C. Thauvin (https://erik.thauvin.net/)
* Licensed under the Apache License, Version 2.0 (the "License")
*/

package rife.bld.operations;

import org.junit.jupiter.api.AfterEach;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
* Copyright 2024 Erik C. Thauvin (https://erik.thauvin.net/)
* Licensed under the Apache License, Version 2.0 (the "License")
*/

package rife.bld.operations;

import org.junit.jupiter.api.AfterEach;
Expand Down

0 comments on commit 91640e6

Please sign in to comment.