From b4e1e09cca183a8cb9879511e9a5b5e53d8c90d5 Mon Sep 17 00:00:00 2001 From: hunt Date: Mon, 31 Oct 2005 19:23:21 +0000 Subject: 2005-10-31 Martin Hunt * ALL: Cleanup copyrights. --- runtime/map.c | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'runtime/map.c') diff --git a/runtime/map.c b/runtime/map.c index 6da366e5..0f11e9d3 100644 --- a/runtime/map.c +++ b/runtime/map.c @@ -1,4 +1,14 @@ -#ifndef _MAP_C_ /* -*- linux-c -*- */ +/* -*- linux-c -*- + * Map 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_C_ #define _MAP_C_ /** @file map.c -- cgit