From 3ea2933e2d632d075756b927a31a3e9902b5c657 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Mon, 15 Jul 2019 20:58:21 -0700 Subject: [PATCH] It's 2019 --- sdk-c/cbindgen.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk-c/cbindgen.toml b/sdk-c/cbindgen.toml index b0c6a44615..7402d47739 100644 --- a/sdk-c/cbindgen.toml +++ b/sdk-c/cbindgen.toml @@ -1,5 +1,5 @@ language = "C" -header = '''// Copyright 2018 Solana Labs, Inc. +header = '''// Copyright 2019 Solana Labs, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -26,4 +26,4 @@ parse_deps = true include = ["solana-sdk"] [export] -item_types = ["enums", "structs", "unions", "typedefs", "opaque", "functions"] \ No newline at end of file +item_types = ["enums", "structs", "unions", "typedefs", "opaque", "functions"]