X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace2%2Fversion.h;h=1558385738d0c16603fb5b076cd0fee6cde76781;hb=9b4f9b425f2efce9a6ccc25f7ae062ebc1116a7d;hp=7fed407a92c6a27b0a57efc21897e3c03a2e06df;hpb=3fadfbc0c91f82c46bd36e6e0657ea93570c9db1;p=babeltrace.git diff --git a/include/babeltrace2/version.h b/include/babeltrace2/version.h index 7fed407a..15583857 100644 --- a/include/babeltrace2/version.h +++ b/include/babeltrace2/version.h @@ -1,8 +1,8 @@ -#ifndef BABELTRACE_VERSION_H -#define BABELTRACE_VERSION_H +#ifndef BABELTRACE2_VERSION_H +#define BABELTRACE2_VERSION_H /* - * Copyright 2017 Philippe Proulx + * 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,6 +23,10 @@ * SOFTWARE. */ +#ifndef __BT_IN_BABELTRACE_H +# error "Please include instead." +#endif + #ifdef __cplusplus extern "C" { #endif @@ -36,4 +40,4 @@ extern const char *bt_version_get_extra(void); } #endif -#endif /* BABELTRACE_VERSION_H */ +#endif /* BABELTRACE2_VERSION_H */