From 999fdff2ebe666f26b9b36b86c993c7f25575c28 Mon Sep 17 00:00:00 2001 From: Samuel Debione Date: Fri, 23 May 2014 10:12:39 +0200 Subject: [PATCH] [assign] Add copyright notice --- include/boost/geometry/algorithms/assign.hpp | 1 + test/algorithms/assign.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/include/boost/geometry/algorithms/assign.hpp b/include/boost/geometry/algorithms/assign.hpp index bcec721e7..50f30e816 100644 --- a/include/boost/geometry/algorithms/assign.hpp +++ b/include/boost/geometry/algorithms/assign.hpp @@ -3,6 +3,7 @@ // Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. // Copyright (c) 2008-2012 Bruno Lalande, Paris, France. // Copyright (c) 2009-2012 Mateusz Loskot, London, UK. +// Copyright (c) 2014 Samuel Debionne, Grenoble, France. // Parts of Boost.Geometry are redesigned from Geodan's Geographic Library // (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. diff --git a/test/algorithms/assign.cpp b/test/algorithms/assign.cpp index 8a48d78de..fbdf3785f 100644 --- a/test/algorithms/assign.cpp +++ b/test/algorithms/assign.cpp @@ -4,6 +4,7 @@ // Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. // Copyright (c) 2008-2012 Bruno Lalande, Paris, France. // Copyright (c) 2009-2012 Mateusz Loskot, London, UK. +// Copyright (c) 2014 Samuel Debionne, Grenoble, France. // Parts of Boost.Geometry are redesigned from Geodan's Geographic Library // (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands.