From 106057af9a33e44755d46228e70c043c4542f121 Mon Sep 17 00:00:00 2001 From: lipengfei Date: Fri, 18 Oct 2024 09:57:14 +0800 Subject: [PATCH 1/2] updates on developer info --- LICENSE | 2 +- testing/abfe_testing/submitBFE.sh | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index d558b54..48511f8 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 alanlpf +Copyright (c) 2024 freeenergylab Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/testing/abfe_testing/submitBFE.sh b/testing/abfe_testing/submitBFE.sh index 949110b..c4cf95f 100755 --- a/testing/abfe_testing/submitBFE.sh +++ b/testing/abfe_testing/submitBFE.sh @@ -13,6 +13,23 @@ if [ -f "/etc/profile" ] ; then source /etc/profile fi + +show_developer_info() { + developer="$1" + organization="$2" + email="$3" + printf "Developer:%s\n" "$developer" + printf "Affiliation:%s\n" "$organization" + printf "E-mail:%s\n" "$email" +} + +show_developer_info "Pengfei Li" \ + "Single Particle, LLC Suzhou, Jiangsu, China" \ + "alan.pengfeili@gmail.com" +show_developer_info "Ye Mei" \ + "East China Normal University, Shanghai, China" \ + "ymei@phy.ecnu.edu.cn" + #============================================================================== # Setup User-defined Variables #============================================================================== From c537076be95e2ce079d63dcf00f9c2c3deacbeca Mon Sep 17 00:00:00 2001 From: lipengfei Date: Fri, 18 Oct 2024 09:59:24 +0800 Subject: [PATCH 2/2] updates on developer info --- testing/ahfe_testing/submitBFE.sh | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/testing/ahfe_testing/submitBFE.sh b/testing/ahfe_testing/submitBFE.sh index 949110b..c4cf95f 100755 --- a/testing/ahfe_testing/submitBFE.sh +++ b/testing/ahfe_testing/submitBFE.sh @@ -13,6 +13,23 @@ if [ -f "/etc/profile" ] ; then source /etc/profile fi + +show_developer_info() { + developer="$1" + organization="$2" + email="$3" + printf "Developer:%s\n" "$developer" + printf "Affiliation:%s\n" "$organization" + printf "E-mail:%s\n" "$email" +} + +show_developer_info "Pengfei Li" \ + "Single Particle, LLC Suzhou, Jiangsu, China" \ + "alan.pengfeili@gmail.com" +show_developer_info "Ye Mei" \ + "East China Normal University, Shanghai, China" \ + "ymei@phy.ecnu.edu.cn" + #============================================================================== # Setup User-defined Variables #==============================================================================