diff --git a/LICENSE b/LICENSE index bcc17e1..50fa418 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright © 2018 ehlxr +Copyright © 2020 xrv 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/cmd/root.go b/cmd/root.go index 99fe75d..a987409 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -1,4 +1,4 @@ -// Copyright © 2018 ehlxr +// Copyright © 2020 xrv // // 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/cmd/show.go b/cmd/show.go index da87025..d05e752 100644 --- a/cmd/show.go +++ b/cmd/show.go @@ -1,4 +1,4 @@ -// Copyright © 2018 ehlxr +// Copyright © 2020 xrv // // 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/cmd/sign.go b/cmd/sign.go index ff69727..76d0de0 100644 --- a/cmd/sign.go +++ b/cmd/sign.go @@ -1,4 +1,4 @@ -// Copyright © 2018 ehlxr +// Copyright © 2020 xrv // // 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/cmd/verify.go b/cmd/verify.go index e7682fd..83d58ff 100644 --- a/cmd/verify.go +++ b/cmd/verify.go @@ -1,4 +1,4 @@ -// Copyright © 2018 ehlxr +// Copyright © 2020 xrv // // 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/go.mod b/go.mod index e442529..583cd09 100644 --- a/go.mod +++ b/go.mod @@ -4,16 +4,9 @@ go 1.13 require ( github.com/atotto/clipboard v0.1.2 - github.com/chzyer/logex v1.1.10 // indirect - github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect - github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 // indirect github.com/dgrijalva/jwt-go v3.2.0+incompatible github.com/fsnotify/fsnotify v1.4.9 // indirect - github.com/hashicorp/hcl v1.0.0 // indirect - github.com/inconshreveable/mousetrap v1.0.0 // indirect - github.com/juju/ansiterm v0.0.0-20180109212912-720a0952cc2a // indirect github.com/lunixbochs/vtclean v1.0.0 // indirect - github.com/magiconair/properties v1.8.1 // indirect github.com/manifoldco/promptui v0.7.0 github.com/mattn/go-colorable v0.1.6 // indirect github.com/mitchellh/go-homedir v1.1.0 diff --git a/main.go b/main.go index 3de5a99..2e0a7af 100644 --- a/main.go +++ b/main.go @@ -1,4 +1,4 @@ -// Copyright © 2018 ehlxr +// Copyright © 2020 xrv // // 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/token/showtoken.go b/token/showtoken.go index 4fe64a1..9856354 100644 --- a/token/showtoken.go +++ b/token/showtoken.go @@ -1,4 +1,4 @@ -// Copyright © 2018 ehlxr +// Copyright © 2020 xrv // // 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/token/signtoken.go b/token/signtoken.go index ce8325b..df8cee7 100644 --- a/token/signtoken.go +++ b/token/signtoken.go @@ -1,4 +1,4 @@ -// Copyright © 2018 ehlxr +// Copyright © 2020 xrv // // 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/token/token.go b/token/token.go index 817533e..3f9ac06 100644 --- a/token/token.go +++ b/token/token.go @@ -1,4 +1,4 @@ -// Copyright © 2018 ehlxr +// Copyright © 2020 xrv // // 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/token/verifytoken.go b/token/verifytoken.go index 932e43b..90221b3 100644 --- a/token/verifytoken.go +++ b/token/verifytoken.go @@ -1,4 +1,4 @@ -// Copyright © 2018 ehlxr +// Copyright © 2020 xrv // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal