Revision: 76216
          http://sourceforge.net/p/brlcad/code/76216
Author:   starseeker
Date:     2020-06-26 12:27:02 +0000 (Fri, 26 Jun 2020)
Log Message:
-----------
Add license headers to files without them

Modified Paths:
--------------
    brlcad/trunk/src/qged/qtads/DockComponentsFactory.cpp
    brlcad/trunk/src/qged/qtads/DockFocusController.cpp
    brlcad/trunk/src/qged/qtads/DockingStateReader.cpp
    brlcad/trunk/src/qged/qtads/FloatingDragPreview.cpp
    brlcad/trunk/src/qged/qtads/IconProvider.cpp

Modified: brlcad/trunk/src/qged/qtads/DockComponentsFactory.cpp
===================================================================
--- brlcad/trunk/src/qged/qtads/DockComponentsFactory.cpp       2020-06-26 
12:24:49 UTC (rev 76215)
+++ brlcad/trunk/src/qged/qtads/DockComponentsFactory.cpp       2020-06-26 
12:27:02 UTC (rev 76216)
@@ -1,3 +1,21 @@
+/*******************************************************************************
+** Qt Advanced Docking System
+** Copyright (C) 2017 Uwe Kindler
+**
+** This library is free software; you can redistribute it and/or
+** modify it under the terms of the GNU Lesser General Public
+** License as published by the Free Software Foundation; either
+** version 2.1 of the License, or (at your option) any later version.
+**
+** This library 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
+** Lesser General Public License for more details.
+**
+** You should have received a copy of the GNU Lesser General Public
+** License along with this library; If not, see <http://www.gnu.org/licenses/>.
+******************************************************************************/
+
 //============================================================================
 /// \file   DockComponentsFactory.cpp
 /// \author Uwe Kindler

Modified: brlcad/trunk/src/qged/qtads/DockFocusController.cpp
===================================================================
--- brlcad/trunk/src/qged/qtads/DockFocusController.cpp 2020-06-26 12:24:49 UTC 
(rev 76215)
+++ brlcad/trunk/src/qged/qtads/DockFocusController.cpp 2020-06-26 12:27:02 UTC 
(rev 76216)
@@ -1,3 +1,21 @@
+/*******************************************************************************
+** Qt Advanced Docking System
+** Copyright (C) 2017 Uwe Kindler
+**
+** This library is free software; you can redistribute it and/or
+** modify it under the terms of the GNU Lesser General Public
+** License as published by the Free Software Foundation; either
+** version 2.1 of the License, or (at your option) any later version.
+**
+** This library 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
+** Lesser General Public License for more details.
+**
+** You should have received a copy of the GNU Lesser General Public
+** License along with this library; If not, see <http://www.gnu.org/licenses/>.
+******************************************************************************/
+
 //============================================================================
 /// \file   DockFocusController.cpp
 /// \author Uwe Kindler

Modified: brlcad/trunk/src/qged/qtads/DockingStateReader.cpp
===================================================================
--- brlcad/trunk/src/qged/qtads/DockingStateReader.cpp  2020-06-26 12:24:49 UTC 
(rev 76215)
+++ brlcad/trunk/src/qged/qtads/DockingStateReader.cpp  2020-06-26 12:27:02 UTC 
(rev 76216)
@@ -1,3 +1,21 @@
+/*******************************************************************************
+** Qt Advanced Docking System
+** Copyright (C) 2017 Uwe Kindler
+**
+** This library is free software; you can redistribute it and/or
+** modify it under the terms of the GNU Lesser General Public
+** License as published by the Free Software Foundation; either
+** version 2.1 of the License, or (at your option) any later version.
+**
+** This library 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
+** Lesser General Public License for more details.
+**
+** You should have received a copy of the GNU Lesser General Public
+** License along with this library; If not, see <http://www.gnu.org/licenses/>.
+******************************************************************************/
+
 //============================================================================
 /// \file   DockingStateReader.cpp
 /// \author Uwe Kindler

Modified: brlcad/trunk/src/qged/qtads/FloatingDragPreview.cpp
===================================================================
--- brlcad/trunk/src/qged/qtads/FloatingDragPreview.cpp 2020-06-26 12:24:49 UTC 
(rev 76215)
+++ brlcad/trunk/src/qged/qtads/FloatingDragPreview.cpp 2020-06-26 12:27:02 UTC 
(rev 76216)
@@ -1,3 +1,21 @@
+/*******************************************************************************
+** Qt Advanced Docking System
+** Copyright (C) 2017 Uwe Kindler
+**
+** This library is free software; you can redistribute it and/or
+** modify it under the terms of the GNU Lesser General Public
+** License as published by the Free Software Foundation; either
+** version 2.1 of the License, or (at your option) any later version.
+**
+** This library 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
+** Lesser General Public License for more details.
+**
+** You should have received a copy of the GNU Lesser General Public
+** License along with this library; If not, see <http://www.gnu.org/licenses/>.
+******************************************************************************/
+
 //============================================================================
 /// \file   FloatingDragPreview.cpp
 /// \author Uwe Kindler

Modified: brlcad/trunk/src/qged/qtads/IconProvider.cpp
===================================================================
--- brlcad/trunk/src/qged/qtads/IconProvider.cpp        2020-06-26 12:24:49 UTC 
(rev 76215)
+++ brlcad/trunk/src/qged/qtads/IconProvider.cpp        2020-06-26 12:27:02 UTC 
(rev 76216)
@@ -1,3 +1,21 @@
+/*******************************************************************************
+** Qt Advanced Docking System
+** Copyright (C) 2017 Uwe Kindler
+**
+** This library is free software; you can redistribute it and/or
+** modify it under the terms of the GNU Lesser General Public
+** License as published by the Free Software Foundation; either
+** version 2.1 of the License, or (at your option) any later version.
+**
+** This library 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
+** Lesser General Public License for more details.
+**
+** You should have received a copy of the GNU Lesser General Public
+** License along with this library; If not, see <http://www.gnu.org/licenses/>.
+******************************************************************************/
+
 //============================================================================
 /// \file   IconProvider.cpp
 /// \author Uwe Kindler

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to