From e1e095da3540157bbfe05b7b0007ee9c3a98eaf3 Mon Sep 17 00:00:00 2001 From: Markus Lampert Date: Mon, 30 Sep 2019 22:20:54 -0700 Subject: [PATCH] Added copyright notice to source files. --- src/Mod/Path/App/PathSegmentWalker.cpp | 23 +++++++++++++++++++++++ src/Mod/Path/App/PathSegmentWalker.h | 23 +++++++++++++++++++++++ 2 files changed, 46 insertions(+) diff --git a/src/Mod/Path/App/PathSegmentWalker.cpp b/src/Mod/Path/App/PathSegmentWalker.cpp index 2676ee4838..e9ac092e5a 100644 --- a/src/Mod/Path/App/PathSegmentWalker.cpp +++ b/src/Mod/Path/App/PathSegmentWalker.cpp @@ -1,3 +1,26 @@ +/* + *************************************************************************** + * * + * Copyright (c) 2019 sliptonic * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU Lesser General Public License (LGPL) * + * as published by the Free Software Foundation; either version 2 of * + * the License, or (at your option) any later version. * + * for detail see the LICENCE text file. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU Library General Public License for more details. * + * * + * You should have received a copy of the GNU Library General Public * + * License along with this program; if not, write to the Free Software * + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * + * USA * + * * + *************************************************************************** + */ #include "PathSegmentWalker.h" #include diff --git a/src/Mod/Path/App/PathSegmentWalker.h b/src/Mod/Path/App/PathSegmentWalker.h index 0fef286490..50299f14fc 100644 --- a/src/Mod/Path/App/PathSegmentWalker.h +++ b/src/Mod/Path/App/PathSegmentWalker.h @@ -1,3 +1,26 @@ +/* + *************************************************************************** + * * + * Copyright (c) 2019 sliptonic * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU Lesser General Public License (LGPL) * + * as published by the Free Software Foundation; either version 2 of * + * the License, or (at your option) any later version. * + * for detail see the LICENCE text file. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU Library General Public License for more details. * + * * + * You should have received a copy of the GNU Library General Public * + * License along with this program; if not, write to the Free Software * + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * + * USA * + * * + *************************************************************************** + */ #include "PreCompiled.h" #include