blob: d907c1b5922e89c403a243395b86a56cf6be76ea [file] [log] [blame]
// Copyright 2022 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package notice
type Data struct {
LibraryName string `json:"libraryName"`
LicenseText []byte `json:"licenseText"`
LineNumber int `json:"lineNumber"`
}