#1620 Fix copyright text and reorder includes

This commit is contained in:
Magne Sjaastad 2017-06-16 15:47:38 +02:00
parent 54bcbe570d
commit 42dc881cec
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
//##################################################################################################
//
// Custom Visualization Core library
// Copyright (C) 2011-2013 Ceetron AS
// Copyright (C) 2017 Ceetron Solutions AS
//
// This library may be used under the terms of either the GNU General Public License or
// the GNU Lesser General Public License as follows:
@ -46,6 +46,8 @@
#include "cafSelectionManager.h"
#include <QApplication>
#include <QDate>
#include <QGridLayout>
#include <QIntValidator>
#include <QLabel>
#include <QLineEdit>
@ -54,8 +56,6 @@
#include <QPalette>
#include <QStatusBar>
#include <QString>
#include <QDate>
#include <QGridLayout>
namespace caf

View File

@ -1,7 +1,7 @@
//##################################################################################################
//
// Custom Visualization Core library
// Copyright (C) 2011-2013 Ceetron AS
// Copyright (C) 2017 Ceetron Solutions AS
//
// This library may be used under the terms of either the GNU General Public License or
// the GNU Lesser General Public License as follows:
@ -39,11 +39,11 @@
#include "cafPdmUiFieldEditorHandle.h"
#include <QDateEdit>
#include <QLabel>
#include <QPointer>
#include <QString>
#include <QWidget>
#include <QDateEdit>
namespace caf
{