Updated copyright.
This commit is contained in:
parent
6344d7a68b
commit
5486074d1e
12 changed files with 13 additions and 13 deletions
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* Reasons.java
|
* Reasons.java
|
||||||
*
|
*
|
||||||
* Copyright (c) 2015-2021, Erik C. Thauvin (erik@thauvin.net)
|
* Copyright (c) 2015-2022, Erik C. Thauvin (erik@thauvin.net)
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* StatusCode.java
|
* StatusCode.java
|
||||||
*
|
*
|
||||||
* Copyright (c) 2015-2021, Erik C. Thauvin (erik@thauvin.net)
|
* Copyright (c) 2015-2022, Erik C. Thauvin (erik@thauvin.net)
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* Utils.java
|
* Utils.java
|
||||||
*
|
*
|
||||||
* Copyright (c) 2015-2021, Erik C. Thauvin (erik@thauvin.net)
|
* Copyright (c) 2015-2022, Erik C. Thauvin (erik@thauvin.net)
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* CauseTag.java
|
* CauseTag.java
|
||||||
*
|
*
|
||||||
* Copyright (c) 2015-2021, Erik C. Thauvin (erik@thauvin.net)
|
* Copyright (c) 2015-2022, Erik C. Thauvin (erik@thauvin.net)
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* CodeTag.java
|
* CodeTag.java
|
||||||
*
|
*
|
||||||
* Copyright (c) 2015-2021, Erik C. Thauvin (erik@thauvin.net)
|
* Copyright (c) 2015-2022, Erik C. Thauvin (erik@thauvin.net)
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* CauseTag.java
|
* CauseTag.java
|
||||||
*
|
*
|
||||||
* Copyright (c) 2015-2021, Erik C. Thauvin (erik@thauvin.net)
|
* Copyright (c) 2015-2022, Erik C. Thauvin (erik@thauvin.net)
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
@ -42,7 +42,7 @@ import java.io.IOException;
|
||||||
* The <code><hs:message></code> tag returns the message (if any) for the current error.
|
* The <code><hs:message></code> tag returns the message (if any) for the current error.
|
||||||
*
|
*
|
||||||
* @author <a href="mailto:erik@thauvin.net" target="_blank">Erik C. Thauvin</a>
|
* @author <a href="mailto:erik@thauvin.net" target="_blank">Erik C. Thauvin</a>
|
||||||
* @created 2021-03-16
|
* @created 2022-03-16
|
||||||
* @since 1.0.5
|
* @since 1.0.5
|
||||||
*/
|
*/
|
||||||
public class MessageTag extends XmlSupport {
|
public class MessageTag extends XmlSupport {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* ReasonTag.java
|
* ReasonTag.java
|
||||||
*
|
*
|
||||||
* Copyright (c) 2015-2021, Erik C. Thauvin (erik@thauvin.net)
|
* Copyright (c) 2015-2022, Erik C. Thauvin (erik@thauvin.net)
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* XmlSupport.java
|
* XmlSupport.java
|
||||||
*
|
*
|
||||||
* Copyright (c) 2015-2021, Erik C. Thauvin (erik@thauvin.net)
|
* Copyright (c) 2015-2022, Erik C. Thauvin (erik@thauvin.net)
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* ReasonsMainTest.java
|
* ReasonsMainTest.java
|
||||||
*
|
*
|
||||||
* Copyright (c) 2015-2021, Erik C. Thauvin (erik@thauvin.net)
|
* Copyright (c) 2015-2022, Erik C. Thauvin (erik@thauvin.net)
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* ReasonsTest.java
|
* ReasonsTest.java
|
||||||
*
|
*
|
||||||
* Copyright (c) 2015-2021, Erik C. Thauvin (erik@thauvin.net)
|
* Copyright (c) 2015-2022, Erik C. Thauvin (erik@thauvin.net)
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* StatusCodeTest.java
|
* StatusCodeTest.java
|
||||||
*
|
*
|
||||||
* Copyright (c) 2015-2021, Erik C. Thauvin (erik@thauvin.net)
|
* Copyright (c) 2015-2022, Erik C. Thauvin (erik@thauvin.net)
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* UtilsTest.java
|
* UtilsTest.java
|
||||||
*
|
*
|
||||||
* Copyright (c) 2015-2021, Erik C. Thauvin (erik@thauvin.net)
|
* Copyright (c) 2015-2022, Erik C. Thauvin (erik@thauvin.net)
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue