mirror of
https://github.com/ethauvin/bld.git
synced 2025-04-25 08:17:11 -07:00
Fixed copyright
This commit is contained in:
parent
d029bb9b87
commit
91640e68ce
10 changed files with 4 additions and 11 deletions
|
@ -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")
|
* Licensed under the Apache License, Version 2.0 (the "License")
|
||||||
*/
|
*/
|
||||||
package rife.bld.operations;
|
package rife.bld.operations;
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
* Copyright 2024 Erik C. Thauvin (https://erik.thauvin.net/)
|
* Copyright 2024 Erik C. Thauvin (https://erik.thauvin.net/)
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License")
|
* Licensed under the Apache License, Version 2.0 (the "License")
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package rife.bld.operations;
|
package rife.bld.operations;
|
||||||
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/**
|
/*
|
||||||
* Copyright 2024 Erik C. Thauvin (https://erik.thauvin.net/)
|
* Copyright 2024 Erik C. Thauvin (https://erik.thauvin.net/)
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License")
|
* Licensed under the Apache License, Version 2.0 (the "License")
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
* Copyright 2024 Erik C. Thauvin (https://erik.thauvin.net/)
|
* Copyright 2024 Erik C. Thauvin (https://erik.thauvin.net/)
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License")
|
* Licensed under the Apache License, Version 2.0 (the "License")
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package rife.bld.operations;
|
package rife.bld.operations;
|
||||||
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/**
|
/*
|
||||||
* Copyright 2024 Erik C. Thauvin (https://erik.thauvin.net/)
|
* Copyright 2024 Erik C. Thauvin (https://erik.thauvin.net/)
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License")
|
* Licensed under the Apache License, Version 2.0 (the "License")
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
* Copyright 2024 Erik C. Thauvin (https://erik.thauvin.net/)
|
* Copyright 2024 Erik C. Thauvin (https://erik.thauvin.net/)
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License")
|
* Licensed under the Apache License, Version 2.0 (the "License")
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package rife.bld.operations;
|
package rife.bld.operations;
|
||||||
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/**
|
/*
|
||||||
* Copyright 2024 Erik C. Thauvin (https://erik.thauvin.net/)
|
* Copyright 2024 Erik C. Thauvin (https://erik.thauvin.net/)
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License")
|
* Licensed under the Apache License, Version 2.0 (the "License")
|
||||||
*/
|
*/
|
||||||
|
@ -12,7 +12,6 @@ import java.util.HashMap;
|
||||||
* @author <a href="https://erik.thauvin.net/">Erik C. Thauvin</a>
|
* @author <a href="https://erik.thauvin.net/">Erik C. Thauvin</a>
|
||||||
* @since 2.0.2
|
* @since 2.0.2
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public class JpackageOptions extends HashMap<String, String> {
|
public class JpackageOptions extends HashMap<String, String> {
|
||||||
/**
|
/**
|
||||||
* URL of the application's home page.
|
* URL of the application's home page.
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
* Copyright 2024 Erik C. Thauvin (https://erik.thauvin.net/)
|
* Copyright 2024 Erik C. Thauvin (https://erik.thauvin.net/)
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License")
|
* Licensed under the Apache License, Version 2.0 (the "License")
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package rife.bld.operations;
|
package rife.bld.operations;
|
||||||
|
|
||||||
import org.junit.jupiter.api.AfterEach;
|
import org.junit.jupiter.api.AfterEach;
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
* Copyright 2024 Erik C. Thauvin (https://erik.thauvin.net/)
|
* Copyright 2024 Erik C. Thauvin (https://erik.thauvin.net/)
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License")
|
* Licensed under the Apache License, Version 2.0 (the "License")
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package rife.bld.operations;
|
package rife.bld.operations;
|
||||||
|
|
||||||
import org.junit.jupiter.api.AfterEach;
|
import org.junit.jupiter.api.AfterEach;
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
* Copyright 2024 Erik C. Thauvin (https://erik.thauvin.net/)
|
* Copyright 2024 Erik C. Thauvin (https://erik.thauvin.net/)
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License")
|
* Licensed under the Apache License, Version 2.0 (the "License")
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package rife.bld.operations;
|
package rife.bld.operations;
|
||||||
|
|
||||||
import org.junit.jupiter.api.AfterEach;
|
import org.junit.jupiter.api.AfterEach;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue