From 0165c4fb379980979a321362f9aa8b1b6660afb7 Mon Sep 17 00:00:00 2001 From: HerbertYiga Date: Thu, 4 Mar 2021 04:38:46 +0300 Subject: [PATCH] RA-552:Adding the View Logged in Users functionality to core --- .../java/org/openmrs/web/filter/util/CurrentUsers.java | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/web/src/main/java/org/openmrs/web/filter/util/CurrentUsers.java b/web/src/main/java/org/openmrs/web/filter/util/CurrentUsers.java index 498d8c9cd6d6..e443905ff4a2 100644 --- a/web/src/main/java/org/openmrs/web/filter/util/CurrentUsers.java +++ b/web/src/main/java/org/openmrs/web/filter/util/CurrentUsers.java @@ -1,3 +1,13 @@ +/** + * This Source Code Form is subject to the terms of the Mozilla Public License, + * v. 2.0. If a copy of the MPL was not distributed with this file, You can + * obtain one at http://mozilla.org/MPL/2.0/. OpenMRS is also distributed under + * the terms of the Healthcare Disclaimer located at http://openmrs.org/license. + * + * Copyright (C) OpenMRS Inc. OpenMRS is a registered trademark and the OpenMRS + * graphic logo is a trademark of OpenMRS Inc. + */ + package org.openmrs.web.filter.util; import java.util.ArrayList;