summaryrefslogtreecommitdiff
path: root/tests/test_atomic_include.template
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2022-05-19 23:08:13 +0300
committerIvan Maidanski <ivmai@mail.ru>2022-05-19 23:08:13 +0300
commit69e188067616d258cdafa5a8a4ac6f03945090a8 (patch)
tree9538c04d14aa359eb77cb4bbbdd6369a1b034133 /tests/test_atomic_include.template
parent17e40fe37cc06b7d313d98d1acb2f0fa859aa6a4 (diff)
downloadlibatomic_ops-69e188067616d258cdafa5a8a4ac6f03945090a8.tar.gz
Refine copyright terms in GPL source files
The GPL terms are copied from COPYING file. * src/atomic_ops_malloc.c: Refine GPL copyright text in the header comment by copying it as-is from COPYING file (as recommended in "Apply These Terms to Your New Programs" section). * src/atomic_ops_stack.c: Likewise. * tests/list_atomic.template: Likewise. * tests/run_parallel.h: Likewise. * tests/test_atomic.c: Likewise. * tests/test_atomic_include.template: Likewise. * tests/test_malloc.c: Likewise. * tests/test_stack.c: Likewise. * tests/test_atomic_include.h: Regenerate.
Diffstat (limited to 'tests/test_atomic_include.template')
-rw-r--r--tests/test_atomic_include.template15
1 files changed, 13 insertions, 2 deletions
diff --git a/tests/test_atomic_include.template b/tests/test_atomic_include.template
index e246b66..fc2c470 100644
--- a/tests/test_atomic_include.template
+++ b/tests/test_atomic_include.template
@@ -1,8 +1,19 @@
/*
* Copyright (c) 2003 by Hewlett-Packard Company. All rights reserved.
*
- * This file is covered by the GNU general public license, version 2.
- * see COPYING for details.
+ * 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.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
/* Some basic sanity tests. These do not test the barrier semantics. */