Skip to content

Commit

Permalink
Add copyright and license notice
Browse files Browse the repository at this point in the history
  • Loading branch information
simmplecoder committed Aug 20, 2019
1 parent 1cfd6de commit 69ad0b0
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions example/harris.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
//
// Copyright 2019 Olzhas Zhumabek <anonymous.from.applecity@gmail.com>
//
// Use, modification and distribution are subject to the Boost Software License,
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
#include <boost/gil/image.hpp>
#include <boost/gil/image_view.hpp>
#include <boost/gil/extension/io/png.hpp>
Expand Down
7 changes: 7 additions & 0 deletions include/boost/gil/image_processing/harris.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
//
// Copyright 2019 Olzhas Zhumabek <anonymous.from.applecity@gmail.com>
//
// Use, modification and distribution are subject to the Boost Software License,
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
#ifndef BOOST_GIL_IMAGE_PROCESSING_HARRIS_HPP
#define BOOST_GIL_IMAGE_PROCESSING_HARRIS_HPP

Expand Down
7 changes: 7 additions & 0 deletions test/core/image_processing/harris.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
//
// Copyright 2019 Olzhas Zhumabek <anonymous.from.applecity@gmail.com>
//
// Use, modification and distribution are subject to the Boost Software License,
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
#include <boost/core/lightweight_test.hpp>
#include <boost/gil/image.hpp>
#include <boost/gil/image_view.hpp>
Expand Down

0 comments on commit 69ad0b0

Please sign in to comment.