diff options
author | hunt <hunt> | 2005-10-31 19:23:21 +0000 |
---|---|---|
committer | hunt <hunt> | 2005-10-31 19:23:21 +0000 |
commit | b4e1e09cca183a8cb9879511e9a5b5e53d8c90d5 (patch) | |
tree | 59a016d15c457e897a414cfa47e3efbee04a35c7 /runtime/map.h | |
parent | 1c9db4fdf66fe88a731319b99942872fa567d742 (diff) | |
download | systemtap-steved-b4e1e09cca183a8cb9879511e9a5b5e53d8c90d5.tar.gz systemtap-steved-b4e1e09cca183a8cb9879511e9a5b5e53d8c90d5.tar.xz systemtap-steved-b4e1e09cca183a8cb9879511e9a5b5e53d8c90d5.zip |
2005-10-31 Martin Hunt <hunt@redhat.com>
* ALL: Cleanup copyrights.
Diffstat (limited to 'runtime/map.h')
-rw-r--r-- | runtime/map.h | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/runtime/map.h b/runtime/map.h index 9c0b1fc3..7dcb0e41 100644 --- a/runtime/map.h +++ b/runtime/map.h @@ -1,4 +1,14 @@ -#ifndef _MAP_H_ /* -*- linux-c -*- */ +/* -*- linux-c -*- + * Map Header File + * 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_H_ #define _MAP_H_ /** @file map.h |