Skip to content

Commit 30bbd26

Browse files
author
Uwe Kindler
committed
Added license information to DockAreTabBar and to DockAreTitleBar
1 parent 8637c89 commit 30bbd26

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

src/DockAreaTabBar.h

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
#ifndef DockAreaTabBarH
22
#define DockAreaTabBarH
3+
/*******************************************************************************
4+
** Qt Advanced Docking System
5+
** Copyright (C) 2017 Uwe Kindler
6+
**
7+
** This library is free software; you can redistribute it and/or
8+
** modify it under the terms of the GNU Lesser General Public
9+
** License as published by the Free Software Foundation; either
10+
** version 2.1 of the License, or (at your option) any later version.
11+
**
12+
** This library is distributed in the hope that it will be useful,
13+
** but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15+
** Lesser General Public License for more details.
16+
**
17+
** You should have received a copy of the GNU Lesser General Public
18+
** License along with this library; If not, see <http://www.gnu.org/licenses/>.
19+
******************************************************************************/
20+
21+
322
//============================================================================
423
/// \file DockAreaTabBar.h
524
/// \author Uwe Kindler

src/DockAreaTitleBar.h

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,32 @@
11
#ifndef DockAreaTitleBarH
22
#define DockAreaTitleBarH
3+
/*******************************************************************************
4+
** Qt Advanced Docking System
5+
** Copyright (C) 2017 Uwe Kindler
6+
**
7+
** This library is free software; you can redistribute it and/or
8+
** modify it under the terms of the GNU Lesser General Public
9+
** License as published by the Free Software Foundation; either
10+
** version 2.1 of the License, or (at your option) any later version.
11+
**
12+
** This library is distributed in the hope that it will be useful,
13+
** but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15+
** Lesser General Public License for more details.
16+
**
17+
** You should have received a copy of the GNU Lesser General Public
18+
** License along with this library; If not, see <http://www.gnu.org/licenses/>.
19+
******************************************************************************/
20+
21+
322
//============================================================================
423
/// \file DockAreaTitleBar.h
524
/// \author Uwe Kindler
625
/// \date 12.10.2018
726
/// \brief Declaration of CDockAreaTitleBar class
827
//============================================================================
928

29+
1030
//============================================================================
1131
// INCLUDES
1232
//============================================================================

0 commit comments

Comments
 (0)