summaryrefslogtreecommitdiffstats
path: root/libexec/container/top
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xlibexec/container/top (renamed from lib/container/top)3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/container/top b/libexec/container/top
index d9baa1c..c846000 100755
--- a/lib/container/top
+++ b/libexec/container/top
@@ -15,11 +15,12 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
set -e
PROJECT="open-infrastructure"
+SOFTWARE="compute-tools"
PROGRAM="container"
COMMAND="$(basename ${0})"