mirror of
https://github.com/inspec/inspec
synced 2024-12-12 22:32:46 +00:00
a6582bea9b
* Remove any "All Rights Reserved" references InSpec is licensed and released under the Apache 2.0 license. This change removes all reference to legacy code files that still had any Copyright or License lines referring to "All Rights Reserved". Signed-off-by: Adam Leff <adam@leff.co> * fix functional tests Signed-off-by: Christoph Hartmann <chris@lollyrock.com>
11 lines
276 B
YAML
11 lines
276 B
YAML
name: profile-with-bad-metadata
|
|
title: InSpec Profile
|
|
maintainer: The Authors
|
|
copyright: The Authors
|
|
copyright_email: you@example.com
|
|
license: Apache-2.0
|
|
summary: An InSpec Compliance Profile
|
|
and this is
|
|
bad metadata because
|
|
we didn't start a multi-line string
|
|
version: 0.1.0
|