aboutsummaryrefslogtreecommitdiff
path: root/memcheck/tests/vbit-test/unary.c
diff options
context:
space:
mode:
Diffstat (limited to 'memcheck/tests/vbit-test/unary.c')
-rw-r--r--memcheck/tests/vbit-test/unary.c24
1 files changed, 24 insertions, 0 deletions
diff --git a/memcheck/tests/vbit-test/unary.c b/memcheck/tests/vbit-test/unary.c
index 30ba87f86..29c7ed5a4 100644
--- a/memcheck/tests/vbit-test/unary.c
+++ b/memcheck/tests/vbit-test/unary.c
@@ -1,5 +1,29 @@
/* -*- mode: C; c-basic-offset: 3; -*- */
+/*
+ This file is part of MemCheck, a heavyweight Valgrind tool for
+ detecting memory errors.
+
+ Copyright (C) 2012-2015 Florian Krohm
+
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
+
+ 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., 59 Temple Place, Suite 330, Boston, MA
+ 02111-1307, USA.
+
+ The GNU General Public License is contained in the file COPYING.
+*/
+
#include <assert.h>
#include "vtest.h"