diff --git a/Scripts/Bash/Functions/About/about.sh b/Scripts/Bash/Functions/About/about.sh index 158298c..a5aa5b4 100755 --- a/Scripts/Bash/Functions/About/about.sh +++ b/Scripts/Bash/Functions/About/about.sh @@ -23,9 +23,9 @@ # $Id$ # ---------------------------------------------------------------------- -function license { +function about { # Define command-line interface. - license_getActions + about_getActions } diff --git a/Scripts/Bash/Functions/About/about_doLicense.sh b/Scripts/Bash/Functions/About/about_doLicense.sh index e6889a7..b3f4da9 100755 --- a/Scripts/Bash/Functions/About/about_doLicense.sh +++ b/Scripts/Bash/Functions/About/about_doLicense.sh @@ -27,8 +27,8 @@ function about_doLicense { - local GPL_LARGE="/home/centos/artwork/trunk/Scripts/Bash/Functions/License/GPL" - local GPL_SHORT="/home/centos/artwork/trunk/Scripts/Bash/Functions/License/GPL-short" + local GPL_LARGE="/home/centos/artwork/trunk/Scripts/Bash/Functions/About/GPL" + local GPL_SHORT="/home/centos/artwork/trunk/Scripts/Bash/Functions/About/GPL-short" # Build license message. local CLILICENSE="$CLINAME ($CLIVERSION) -- $CLIDESCRIP diff --git a/Scripts/Bash/Functions/About/about_getActions.sh b/Scripts/Bash/Functions/About/about_getActions.sh index e672683..faf27ef 100755 --- a/Scripts/Bash/Functions/About/about_getActions.sh +++ b/Scripts/Bash/Functions/About/about_getActions.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# license_getActions.sh -- This function initializes license +# about_getActions.sh -- This function initializes license # functionalities, using the action value of centos-art.sh script as # reference. # @@ -22,10 +22,10 @@ # USA. # # ---------------------------------------------------------------------- -# $Id: license_getActions.sh 538 2010-11-26 11:12:33Z al $ +# $Id: about_getActions.sh 538 2010-11-26 11:12:33Z al $ # ---------------------------------------------------------------------- -function license_getActions { +function about_getActions { # Evaluate action name and define which actions does centos-art.sh # script supports.