diff options
Diffstat (limited to 'runtime/map-str.c')
-rw-r--r-- | runtime/map-str.c | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/runtime/map-str.c b/runtime/map-str.c index 96eb5b5c..2a6e84b6 100644 --- a/runtime/map-str.c +++ b/runtime/map-str.c @@ -1,4 +1,12 @@ -/* -*- linux-c -*- */ +/* -*- linux-c -*- + * Map String 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. + */ /** @file map-str.c * @brief Map functions to set and get strings |