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 #==============================================================================