diff options
Diffstat (limited to 'runtime/map-values.c')
-rw-r--r-- | runtime/map-values.c | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/runtime/map-values.c b/runtime/map-values.c index 743323e4..d41d85b1 100644 --- a/runtime/map-values.c +++ b/runtime/map-values.c @@ -1,4 +1,14 @@ -#ifndef _MAP_VALUES_C_ /* -*- linux-c -*- */ +/* -*- linux-c -*- + * Map value functions + * 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 _MAP_VALUES_C_ #define _MAP_VALUES_C_ /** @file map-values.c |