diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 18c9147181..602b4ae581 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,4 +1,4 @@ -# Contributor Covenant Code of Conduct +# Contributor Covenant Code of Conduct - New ## Our Pledge diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e8046b81b2..dcb8daa95a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1 +1,2 @@ - All contributions, bug reports, bug fixes, documentation improvements, enhancements, and ideas are welcome. +Hi! +All contributions, bug reports, bug fixes, documentation improvements, enhancements, and ideas are welcome. diff --git a/LICENSE b/LICENSE-TBQ similarity index 100% rename from LICENSE rename to LICENSE-TBQ diff --git a/README.md b/README.md index b103466139..cf5f1861a1 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ Output simple interest = p*t*r ``` -_© 2022 XYZ, Inc._ +_© 2024 TBB diff --git a/simple-interest.sh b/simple-interest.sh index 27a60fcb55..4e84434eb8 100755 --- a/simple-interest.sh +++ b/simple-interest.sh @@ -1,7 +1,7 @@ #!/bin/bash # This script calculates simple interest given principal, annual rate of interest and time period in years. # Do not use this in production. Sample purpose only. - +# No change # Author: Upkar Lidder (IBM) # Addtional Authors: #