From 54774f6d3b62209da63f05f368dc0fe455b512c5 Mon Sep 17 00:00:00 2001 From: Anatoly Baksheev Date: Fri, 2 Aug 2013 13:45:43 +0400 Subject: [PATCH] updated license header --- modules/viz/include/opencv2/viz.hpp | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/modules/viz/include/opencv2/viz.hpp b/modules/viz/include/opencv2/viz.hpp index 7e04f7b94a..c7976a9999 100644 --- a/modules/viz/include/opencv2/viz.hpp +++ b/modules/viz/include/opencv2/viz.hpp @@ -10,8 +10,7 @@ // License Agreement // For Open Source Computer Vision Library // -// Copyright (C) 2000-2008, Intel Corporation, all rights reserved. -// Copyright (C) 2009-2011, Willow Garage Inc., all rights reserved. +// Copyright (C) 2013, OpenCV Foundation, all rights reserved. // Third party copyrights are property of their respective owners. // // Redistribution and use in source and binary forms, with or without modification, @@ -39,11 +38,11 @@ // the use of this software, even if advised of the possibility of such damage. // // Authors: -// * Anatoly Baksheev, Itseez Inc. myname.mysurname <> mycompany.com // * Ozan Tonkal +// * Anatoly Baksheev, Itseez Inc. myname.mysurname <> mycompany.com // -// During implementation of OpenCV Viz module, similar module -// from PCL (www.pointclouds.org) was used as reference implementation. +// OpenCV Viz module is complete rewrite of +// PCL visualization module (www.pointclouds.org) // //M*/