From 954f1e6a64d90c040a9fff18ee276740e7c4804e 2012-06-26 11:50:21 From: Michal Klocek Date: 2012-06-26 11:50:21 Subject: [PATCH] Adds missing license headers --- diff --git a/src/chartlayout.cpp b/src/chartlayout.cpp index b71f6d4..cfe1884 100644 --- a/src/chartlayout.cpp +++ b/src/chartlayout.cpp @@ -1,7 +1,27 @@ +/**************************************************************************** +** +** Copyright (C) 2012 Digia Plc +** All rights reserved. +** For any questions to Digia, please use contact form at http://qt.digia.com +** +** This file is part of the Qt Commercial Charts Add-on. +** +** $QT_BEGIN_LICENSE$ +** Licensees holding valid Qt Commercial licenses may use this file in +** accordance with the Qt Commercial License Agreement provided with the +** Software or, alternatively, in accordance with the terms contained in +** a written agreement between you and Digia. +** +** If you have questions regarding the use of this file, please use +** contact form at http://qt.digia.com +** $QT_END_LICENSE$ +** +****************************************************************************/ + #include "chartlayout_p.h" #include "chartpresenter_p.h" #include "chartaxis_p.h" -#include + QTCOMMERCIALCHART_BEGIN_NAMESPACE ChartLayout::ChartLayout(ChartPresenter* presenter): diff --git a/src/chartlayout_p.h b/src/chartlayout_p.h index 1ae011f..f9aa3ad 100644 --- a/src/chartlayout_p.h +++ b/src/chartlayout_p.h @@ -1,3 +1,23 @@ +/**************************************************************************** +** +** Copyright (C) 2012 Digia Plc +** All rights reserved. +** For any questions to Digia, please use contact form at http://qt.digia.com +** +** This file is part of the Qt Commercial Charts Add-on. +** +** $QT_BEGIN_LICENSE$ +** Licensees holding valid Qt Commercial licenses may use this file in +** accordance with the Qt Commercial License Agreement provided with the +** Software or, alternatively, in accordance with the terms contained in +** a written agreement between you and Digia. +** +** If you have questions regarding the use of this file, please use +** contact form at http://qt.digia.com +** $QT_END_LICENSE$ +** +****************************************************************************/ + #ifndef CHARTLAYOUT_H_ #define CHARTLAYOUT_H_ #include diff --git a/src/legend/legendlayout.cpp b/src/legend/legendlayout.cpp index 4fee146..e4aaf9c 100644 --- a/src/legend/legendlayout.cpp +++ b/src/legend/legendlayout.cpp @@ -1,8 +1,28 @@ +/**************************************************************************** +** +** Copyright (C) 2012 Digia Plc +** All rights reserved. +** For any questions to Digia, please use contact form at http://qt.digia.com +** +** This file is part of the Qt Commercial Charts Add-on. +** +** $QT_BEGIN_LICENSE$ +** Licensees holding valid Qt Commercial licenses may use this file in +** accordance with the Qt Commercial License Agreement provided with the +** Software or, alternatively, in accordance with the terms contained in +** a written agreement between you and Digia. +** +** If you have questions regarding the use of this file, please use +** contact form at http://qt.digia.com +** $QT_END_LICENSE$ +** +****************************************************************************/ + #include "legendlayout_p.h" #include "chartpresenter_p.h" #include "legendmarker_p.h" #include "qlegend_p.h" -#include + QTCOMMERCIALCHART_BEGIN_NAMESPACE LegendLayout::LegendLayout(QLegend* legend): diff --git a/src/legend/legendlayout_p.h b/src/legend/legendlayout_p.h index 3ab8605..270aaf2 100644 --- a/src/legend/legendlayout_p.h +++ b/src/legend/legendlayout_p.h @@ -1,3 +1,23 @@ +/**************************************************************************** +** +** Copyright (C) 2012 Digia Plc +** All rights reserved. +** For any questions to Digia, please use contact form at http://qt.digia.com +** +** This file is part of the Qt Commercial Charts Add-on. +** +** $QT_BEGIN_LICENSE$ +** Licensees holding valid Qt Commercial licenses may use this file in +** accordance with the Qt Commercial License Agreement provided with the +** Software or, alternatively, in accordance with the terms contained in +** a written agreement between you and Digia. +** +** If you have questions regarding the use of this file, please use +** contact form at http://qt.digia.com +** $QT_END_LICENSE$ +** +****************************************************************************/ + #ifndef LEGENDLAYOUT_H_ #define LEGENDLAYOUT_H_ #include