X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace2%2Fctf-writer%2Ftrace.h;h=95e885443fe224561250332584c57af97da3608d;hb=c604ced7fd4c94fcb5dcea8c554a1c787714626c;hp=d9d10f616bc00f37197e5138312631abe35e5eb3;hpb=6162e6b7a6d907974d954419c2375f654f39eb72;p=babeltrace.git diff --git a/include/babeltrace2/ctf-writer/trace.h b/include/babeltrace2/ctf-writer/trace.h index d9d10f61..95e88544 100644 --- a/include/babeltrace2/ctf-writer/trace.h +++ b/include/babeltrace2/ctf-writer/trace.h @@ -1,10 +1,8 @@ -#ifndef BABELTRACE_CTF_WRITER_TRACE_H -#define BABELTRACE_CTF_WRITER_TRACE_H +#ifndef BABELTRACE2_CTF_WRITER_TRACE_H +#define BABELTRACE2_CTF_WRITER_TRACE_H /* - * Copyright 2014 EfficiOS Inc. - * - * Author: Jérémie Galarneau + * Copyright (c) 2010-2019 EfficiOS Inc. and Linux Foundation * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -23,9 +21,6 @@ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. - * - * The Common Trace Format (CTF) Specification is available at - * http://www.efficios.com/ctf */ #ifdef __cplusplus @@ -85,4 +80,4 @@ extern const char *bt_ctf_trace_get_name(struct bt_ctf_trace *trace); } #endif -#endif /* BABELTRACE_CTF_WRITER_TRACE_H */ +#endif /* BABELTRACE2_CTF_WRITER_TRACE_H */