X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace2%2Fctf-writer%2Fevent.h;h=3e0965b19701c37b8257ec3a2b39471a74470a95;hb=c604ced7fd4c94fcb5dcea8c554a1c787714626c;hp=1afc44534f242f8f8855cce4a987c313016e51f5;hpb=3fadfbc0c91f82c46bd36e6e0657ea93570c9db1;p=babeltrace.git diff --git a/include/babeltrace2/ctf-writer/event.h b/include/babeltrace2/ctf-writer/event.h index 1afc4453..3e0965b1 100644 --- a/include/babeltrace2/ctf-writer/event.h +++ b/include/babeltrace2/ctf-writer/event.h @@ -1,10 +1,8 @@ -#ifndef BABELTRACE_CTF_WRITER_EVENT_H -#define BABELTRACE_CTF_WRITER_EVENT_H +#ifndef BABELTRACE2_CTF_WRITER_EVENT_H +#define BABELTRACE2_CTF_WRITER_EVENT_H /* - * Copyright 2013, 2014 Jérémie Galarneau - * - * 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 */ #include @@ -213,4 +208,4 @@ void bt_ctf_event_class_put(struct bt_ctf_event_class *event_class) } #endif -#endif /* BABELTRACE_CTF_WRITER_EVENT_H */ +#endif /* BABELTRACE2_CTF_WRITER_EVENT_H */