diff options
author | David Gibson <dgibson@sneetch.ozlabs.ibm.com> | 2006-01-09 11:07:44 +1100 |
---|---|---|
committer | David Gibson <dgibson@sneetch.ozlabs.ibm.com> | 2006-01-09 11:07:44 +1100 |
commit | 76fad62d33807fd3cc869782129be90af21e7999 (patch) | |
tree | 68dce64682cabeee47aa87a49847a09bf5e7ef57 /tests/testutils.c | |
parent | 4c5d3a3802821f87cd8dfe5fd701fda01bd67a5b (diff) | |
download | libhugetlbfs-76fad62d33807fd3cc869782129be90af21e7999.tar.gz |
Added copyright notices and LGPL invocation.1.0-pre1
Diffstat (limited to 'tests/testutils.c')
-rw-r--r-- | tests/testutils.c | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/testutils.c b/tests/testutils.c index e83595e..e0cdae3 100644 --- a/tests/testutils.c +++ b/tests/testutils.c @@ -1,3 +1,22 @@ +/* + * libhugetlbfs - Easy use of Linux hugepages + * Copyright (C) 2005-2006 David Gibson & Adam Litke, IBM Corporation. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public License + * as published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #define _LARGEFILE64_SOURCE #include <stdio.h> |