From be447b27bee14f3b3ccfdae89d22768601b5fc4d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Wed, 3 Aug 2016 09:55:10 +0200 Subject: [PATCH] fixed copyright/author's email address to my private address --- src/org/mxchange/jcoreee/utils/FacesUtils.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/org/mxchange/jcoreee/utils/FacesUtils.java b/src/org/mxchange/jcoreee/utils/FacesUtils.java index a7e20d3..19714af 100644 --- a/src/org/mxchange/jcoreee/utils/FacesUtils.java +++ b/src/org/mxchange/jcoreee/utils/FacesUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Cho-Time GmbH + * Copyright (C) 2016 Roland Haeder * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -22,7 +22,7 @@ import javax.faces.context.FacesContext; /** * An utilities class for JSF *

- * @author Roland Haeder + * @author Roland Haeder */ public class FacesUtils { -- 2.39.5