[compute] 09/46: Copyrights fixes
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Mon Dec 21 18:28:38 UTC 2015
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch master
in repository compute.
commit c6c7f4a67929f7a5cc39927328202a184643deec
Author: Jakub Pola <jakub.pola at gmail.com>
Date: Mon Sep 28 21:16:31 2015 +0200
Copyrights fixes
---
include/boost/compute/algorithm/scatter_if.hpp | 2 +-
test/test_scatter_if.cpp | 5 ++---
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/include/boost/compute/algorithm/scatter_if.hpp b/include/boost/compute/algorithm/scatter_if.hpp
index 766cec4..159edd8 100644
--- a/include/boost/compute/algorithm/scatter_if.hpp
+++ b/include/boost/compute/algorithm/scatter_if.hpp
@@ -1,5 +1,5 @@
//---------------------------------------------------------------------------//
-// Copyright (c) 2013 Kyle Lutz <kyle.r.lutz at gmail.com>
+// Copyright (c) 2015 Jakub Pola <jakub.pola at gmail.com>
//
// Distributed under the Boost Software License, Version 1.0
// See accompanying file LICENSE_1_0.txt or copy at
diff --git a/test/test_scatter_if.cpp b/test/test_scatter_if.cpp
index d564449..ccafbc3 100644
--- a/test/test_scatter_if.cpp
+++ b/test/test_scatter_if.cpp
@@ -1,5 +1,5 @@
//---------------------------------------------------------------------------//
-// Copyright (c) 2013 Kyle Lutz <kyle.r.lutz at gmail.com>
+// Copyright (c) 2015 Jakub Pola <jakub.pola at gmail.com>
//
// Distributed under the Boost Software License, Version 1.0
// See accompanying file LICENSE_1_0.txt or copy at
@@ -8,11 +8,10 @@
// See http://boostorg.github.com/compute for more information.
//---------------------------------------------------------------------------//
-#define BOOST_TEST_MODULE TestScatter
+#define BOOST_TEST_MODULE TestScatterIf
#include <boost/test/unit_test.hpp>
#include <boost/compute/system.hpp>
-#include <boost/compute/algorithm/scatter.hpp>
#include <boost/compute/algorithm/scatter_if.hpp>
#include <boost/compute/container/vector.hpp>
#include <boost/compute/iterator/constant_buffer_iterator.hpp>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/compute.git
More information about the debian-science-commits
mailing list