Simon Emms 0a1ae3da1d [licensor]: deprecate the licensor
This makes all licences unlimited users. This component will be removed
in future.
2023-01-10 08:51:49 +01:00

14 lines
305 B
Go

// Copyright (c) 2020 Gitpod GmbH. All rights reserved.
// Licensed under the GNU Affero General Public License (AGPL).
// See License.AGPL.txt in the project root for license information.
// @deprecated
package main
import "github.com/gitpod-io/gitpod/licensor/ee/cmd"
func main() {
cmd.Execute()
}