diff options
Diffstat (limited to 'runtime/probes.c')
-rw-r--r-- | runtime/probes.c | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/runtime/probes.c b/runtime/probes.c index 139d53aa..19539044 100644 --- a/runtime/probes.c +++ b/runtime/probes.c @@ -1,4 +1,14 @@ -#ifndef _PROBES_C_ /* -*- linux-c -*- */ +/* -*- linux-c -*- + * Functions for Registering and Unregistering Probes + * Copyright (C) 2005 Red Hat Inc. + * + * This file is part of systemtap, and is free software. You can + * redistribute it and/or modify it under the terms of the GNU General + * Public License (GPL); either version 2, or (at your option) any + * later version. + */ + +#ifndef _PROBES_C_ #define _PROBES_C /** @file probes.c |