From a2e359a11c0277676e700a5496103e3af1f97af5 Mon Sep 17 00:00:00 2001 From: Martin Marinov Date: Wed, 16 Mar 2016 13:55:08 +0000 Subject: [PATCH] Removed license notes in Autodesk-developed files according to the legal guidelines. Added (C) notes to files that are originally developed by Autodesk.. This formally transfers the (C) for these files to VCI-RWTH and allows VCI to choose the license under which to distribute them. --- Config/GmmTypes.hh | 8 -------- Config/StdTypes.hh | 8 -------- NSolver/CBCSolver.cc | 2 ++ NSolver/CBCSolver.hh | 2 ++ NSolver/DOCloudCache.cc | 2 ++ NSolver/DOCloudCache.hh | 2 ++ NSolver/DOCloudConfig.hh | 2 ++ NSolver/DOCloudJob.cc | 2 ++ NSolver/DOCloudJob.hh | 2 ++ NSolver/DOCloudSolver.cc | 2 ++ NSolver/DOCloudSolver.hh | 2 ++ NSolver/cURLpp.cc | 2 ++ NSolver/cURLpp.hh | 2 ++ Solver/IterativeSolver.cc | 10 ---------- Utils/CoMISoError.cc | 8 -------- Utils/CoMISoError.hh | 8 -------- Utils/CoMISoErrorInc.hh | 8 -------- 17 files changed, 22 insertions(+), 50 deletions(-) diff --git a/Config/GmmTypes.hh b/Config/GmmTypes.hh index 8b8c47d..b0c60a9 100644 --- a/Config/GmmTypes.hh +++ b/Config/GmmTypes.hh @@ -1,12 +1,4 @@ // (C) Copyright 2014 by Autodesk, Inc. -// -// The information contained herein is confidential, proprietary -// to Autodesk, Inc., and considered a trade secret as defined -// in section 499C of the penal code of the State of California. -// Use of this information by anyone other than authorized -// employees of Autodesk, Inc. is granted only under a written -// non-disclosure agreement, expressly prescribing the scope -// and manner of such use. #ifndef GMMTYPES_HH_INCLUDED #define GMMTYPES_HH_INCLUDED diff --git a/Config/StdTypes.hh b/Config/StdTypes.hh index 53ceb5b..a9bb844 100644 --- a/Config/StdTypes.hh +++ b/Config/StdTypes.hh @@ -1,12 +1,4 @@ // (C) Copyright 2014 by Autodesk, Inc. -// -// The information contained herein is confidential, proprietary -// to Autodesk, Inc., and considered a trade secret as defined -// in section 499C of the penal code of the State of California. -// Use of this information by anyone other than authorized -// employees of Autodesk, Inc. is granted only under a written -// non-disclosure agreement, expressly prescribing the scope -// and manner of such use. #ifndef STDTYPES_HH_INCLUDED #define STDTYPES_HH_INCLUDED diff --git a/NSolver/CBCSolver.cc b/NSolver/CBCSolver.cc index 077846e..d4ee316 100644 --- a/NSolver/CBCSolver.cc +++ b/NSolver/CBCSolver.cc @@ -1,3 +1,5 @@ +// (C) Copyright 2015 by Autodesk, Inc. + //============================================================================= // // CLASS CBCSolver - IMPLEMENTATION diff --git a/NSolver/CBCSolver.hh b/NSolver/CBCSolver.hh index 9183837..3811a56 100644 --- a/NSolver/CBCSolver.hh +++ b/NSolver/CBCSolver.hh @@ -1,3 +1,5 @@ +// (C) Copyright 2015 by Autodesk, Inc. + //============================================================================= // // CLASS CBCSolver diff --git a/NSolver/DOCloudCache.cc b/NSolver/DOCloudCache.cc index 7e514fe..58c1cab 100644 --- a/NSolver/DOCloudCache.cc +++ b/NSolver/DOCloudCache.cc @@ -1,3 +1,5 @@ +// (C) Copyright 2015 by Autodesk, Inc. + //== INCLUDES ================================================================= //== COMPILE-TIME PACKAGE REQUIREMENTS ======================================== diff --git a/NSolver/DOCloudCache.hh b/NSolver/DOCloudCache.hh index c888e73..9d8a5bb 100644 --- a/NSolver/DOCloudCache.hh +++ b/NSolver/DOCloudCache.hh @@ -1,3 +1,5 @@ +// (C) Copyright 2015 by Autodesk, Inc. + #ifndef COMISO_DOCloudCache_HH #define COMISO_DOCloudCache_HH diff --git a/NSolver/DOCloudConfig.hh b/NSolver/DOCloudConfig.hh index a4884c6..90a8f6a 100644 --- a/NSolver/DOCloudConfig.hh +++ b/NSolver/DOCloudConfig.hh @@ -1,3 +1,5 @@ +// (C) Copyright 2015 by Autodesk, Inc. + //============================================================================= // // CLASS DOCloudSolver diff --git a/NSolver/DOCloudJob.cc b/NSolver/DOCloudJob.cc index f2774cb..262157b 100644 --- a/NSolver/DOCloudJob.cc +++ b/NSolver/DOCloudJob.cc @@ -1,3 +1,5 @@ +// (C) Copyright 2015 by Autodesk, Inc. + //============================================================================= // // namespace COMISO::DOcloud IMPLEMENTATION diff --git a/NSolver/DOCloudJob.hh b/NSolver/DOCloudJob.hh index ba75d8c..12bbf6f 100644 --- a/NSolver/DOCloudJob.hh +++ b/NSolver/DOCloudJob.hh @@ -1,3 +1,5 @@ +// (C) Copyright 2015 by Autodesk, Inc. + //============================================================================= // // namespace COMISO::DOcloud diff --git a/NSolver/DOCloudSolver.cc b/NSolver/DOCloudSolver.cc index ea7c1c3..e8125e9 100644 --- a/NSolver/DOCloudSolver.cc +++ b/NSolver/DOCloudSolver.cc @@ -1,3 +1,5 @@ +// (C) Copyright 2015 by Autodesk, Inc. + //============================================================================= // // CLASS DOCloudSolver - IMPLEMENTATION diff --git a/NSolver/DOCloudSolver.hh b/NSolver/DOCloudSolver.hh index 1b5b03a..b9fd58d 100644 --- a/NSolver/DOCloudSolver.hh +++ b/NSolver/DOCloudSolver.hh @@ -1,3 +1,5 @@ +// (C) Copyright 2015 by Autodesk, Inc. + //============================================================================= // // CLASS DOCloudSolver diff --git a/NSolver/cURLpp.cc b/NSolver/cURLpp.cc index e319e78..3d36d9e 100644 --- a/NSolver/cURLpp.cc +++ b/NSolver/cURLpp.cc @@ -1,3 +1,5 @@ +// (C) Copyright 2015 by Autodesk, Inc. + //============================================================================= // // namespace COMISO::cURLpp IMPLEMENTATION diff --git a/NSolver/cURLpp.hh b/NSolver/cURLpp.hh index 34bd1f8..369d2c2 100644 --- a/NSolver/cURLpp.hh +++ b/NSolver/cURLpp.hh @@ -1,3 +1,5 @@ +// (C) Copyright 2015 by Autodesk, Inc. + //============================================================================= // // namespace COMISO::cURLpp diff --git a/Solver/IterativeSolver.cc b/Solver/IterativeSolver.cc index a182954..26c3ddd 100644 --- a/Solver/IterativeSolver.cc +++ b/Solver/IterativeSolver.cc @@ -1,13 +1,3 @@ -// (C) Copyright 2014 by Autodesk, Inc. -// -// The information contained herein is confidential, proprietary -// to Autodesk, Inc., and considered a trade secret as defined -// in section 499C of the penal code of the State of California. -// Use of this information by anyone other than authorized -// employees of Autodesk, Inc. is granted only under a written -// non-disclosure agreement, expressly prescribing the scope -// and manner of such use. - #include template class COMISO::IterativeSolverT; diff --git a/Utils/CoMISoError.cc b/Utils/CoMISoError.cc index 19ea34c..ef3f7bb 100644 --- a/Utils/CoMISoError.cc +++ b/Utils/CoMISoError.cc @@ -1,12 +1,4 @@ // (C) Copyright 2015 by Autodesk, Inc. -// -// The information contained herein is confidential, proprietary -// to Autodesk, Inc., and considered a trade secret as defined -// in section 499C of the penal code of the State of California. -// Use of this information by anyone other than authorized -// employees of Autodesk, Inc. is granted only under a written -// non-disclosure agreement, expressly prescribing the scope -// and manner of such use. #include "CoMISoError.hh" diff --git a/Utils/CoMISoError.hh b/Utils/CoMISoError.hh index 1ea1cb2..d77b1b9 100644 --- a/Utils/CoMISoError.hh +++ b/Utils/CoMISoError.hh @@ -1,12 +1,4 @@ // (C) Copyright 2015 by Autodesk, Inc. -// -// The information contained herein is confidential, proprietary -// to Autodesk, Inc., and considered a trade secret as defined -// in section 499C of the penal code of the State of California. -// Use of this information by anyone other than authorized -// employees of Autodesk, Inc. is granted only under a written -// non-disclosure agreement, expressly prescribing the scope -// and manner of such use. #ifndef COMISO_ERROR_HH_INCLUDED #define COMISO_ERROR_HH_INCLUDED diff --git a/Utils/CoMISoErrorInc.hh b/Utils/CoMISoErrorInc.hh index 8964f58..22bf7e0 100644 --- a/Utils/CoMISoErrorInc.hh +++ b/Utils/CoMISoErrorInc.hh @@ -1,12 +1,4 @@ // (C) Copyright 2014 by Autodesk, Inc. -// -// The information contained herein is confidential, proprietary -// to Autodesk, Inc., and considered a trade secret as defined -// in section 499C of the penal code of the State of California. -// Use of this information by anyone other than authorized -// employees of Autodesk, Inc. is granted only under a written -// non-disclosure agreement, expressly prescribing the scope -// and manner of such use. //!\ReForm_SDK #include -- GitLab