diff --git a/LICENSE.txt b/LICENSE.txt index 6e1b7dbc..09a5d783 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2018 BearingPoint Technology GmbH +Copyright (c) 2019 BearingPoint Technology GmbH Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/vendor/github.com/elastic/beats/dev-tools/packaging/package_test.go b/vendor/github.com/elastic/beats/dev-tools/packaging/package_test.go index 6cfe6d19..8f24c0a3 100644 --- a/vendor/github.com/elastic/beats/dev-tools/packaging/package_test.go +++ b/vendor/github.com/elastic/beats/dev-tools/packaging/package_test.go @@ -402,7 +402,7 @@ func checkDockerLabels(t *testing.T, p *packageFile, info *dockerInfo, file stri return } t.Run(fmt.Sprintf("%s labels", p.Name), func(t *testing.T) { - expectedLicense := "Elastic License" + expectedLicense := "ASL 2.0" ossPrefix := strings.Join([]string{ info.Config.Labels["org.label-schema.name"], "oss",