It's 2019

This commit is contained in:
Michael Vines
2019-07-15 20:58:21 -07:00
committed by GitHub
parent fe87c05423
commit 3ea2933e2d

View File

@ -1,5 +1,5 @@
language = "C" language = "C"
header = '''// Copyright 2018 Solana Labs, Inc. header = '''// Copyright 2019 Solana Labs, Inc.
// //
// Licensed under the Apache License, Version 2.0 (the "License"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
@ -26,4 +26,4 @@ parse_deps = true
include = ["solana-sdk"] include = ["solana-sdk"]
[export] [export]
item_types = ["enums", "structs", "unions", "typedefs", "opaque", "functions"] item_types = ["enums", "structs", "unions", "typedefs", "opaque", "functions"]