summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmit Shah <amit.shah@redhat.com>2009-03-02 17:26:16 +0530
committerAmit Shah <amit.shah@redhat.com>2009-03-02 17:26:16 +0530
commitd8ed0f5554bb7212fc8feb4676a99ad24c29fabe (patch)
tree4668c8c077db9e6098dd67144bc97ffc2d61cf9c
parent6e6db26af8948650ea2410c1f7afb2364747bceb (diff)
downloadalloc-perf-d8ed0f5554bb7212fc8feb4676a99ad24c29fabe.tar.gz
alloc-perf-d8ed0f5554bb7212fc8feb4676a99ad24c29fabe.tar.xz
alloc-perf-d8ed0f5554bb7212fc8feb4676a99ad24c29fabe.zip
Add license and copyright info
Signed-off-by: Amit Shah <amit.shah@redhat.com>
-rw-r--r--test-file-zero-alloc-speed.c21
1 files changed, 21 insertions, 0 deletions
diff --git a/test-file-zero-alloc-speed.c b/test-file-zero-alloc-speed.c
index c380de1..ddea5e7 100644
--- a/test-file-zero-alloc-speed.c
+++ b/test-file-zero-alloc-speed.c
@@ -1,3 +1,24 @@
+/*
+ * Test performance of allocating a zeroed file via various methods on
+ * various file systems
+ *
+ * Copyright (C) 2009 Red Hat Inc.
+ * Author(s): Amit Shah
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * version 2 as published by the Free Software Foundation
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
#include <stdio.h>
#include <fcntl.h>
#include <string.h>