update package names;
fix licensing;
fix test and lint when run from symlinked path

Change-Id: I87c53e873f88272ee5a25b67774fa361c961a2ef
diff --git a/internal/pkg/commands/completion.go b/internal/pkg/commands/completion.go
index 3299a65..c044b6a 100644
--- a/internal/pkg/commands/completion.go
+++ b/internal/pkg/commands/completion.go
@@ -17,8 +17,8 @@
 
 import (
 	"fmt"
-	"github.com/ciena/voltctl/internal/pkg/completion"
 	flags "github.com/jessevdk/go-flags"
+	"github.com/opencord/voltctl/internal/pkg/completion"
 )
 
 type BashOptions struct{}