Skip to content

Commit

Permalink
Refactored code from eip-client to eip-commons
Browse files Browse the repository at this point in the history
  • Loading branch information
VaishSiddharth committed May 17, 2024
1 parent 442819b commit 0aa1c8c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
package com.ozonehis.eip;
/*
* Copyright © 2021, Ozone HIS <info@ozone-his.com>
*
* 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/.
*/
package com.ozonehis.eip.utils;

import org.springframework.beans.BeansException;
import org.springframework.context.ApplicationContext;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
package com.ozonehis.eip;
/*
* Copyright © 2021, Ozone HIS <info@ozone-his.com>
*
* 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/.
*/
package com.ozonehis.eip.utils;

import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
Expand Down

0 comments on commit 0aa1c8c

Please sign in to comment.