diff options
Diffstat (limited to 'src/plugins/macros')
28 files changed, 28 insertions, 28 deletions
diff --git a/src/plugins/macros/Macros.pluginspec.in b/src/plugins/macros/Macros.pluginspec.in index 5796bbbb7c..b88ff2b19b 100644 --- a/src/plugins/macros/Macros.pluginspec.in +++ b/src/plugins/macros/Macros.pluginspec.in @@ -1,6 +1,6 @@ <plugin name=\"Macros\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_COMPAT_VERSION\"> <vendor>Digia Plc</vendor> - <copyright>(C) 2013 Nicolas Arnaud-Cormos</copyright> + <copyright>(C) 2014 Nicolas Arnaud-Cormos</copyright> <license> Commercial Usage diff --git a/src/plugins/macros/actionmacrohandler.cpp b/src/plugins/macros/actionmacrohandler.cpp index da2bb4e1bd..538a2bf60a 100644 --- a/src/plugins/macros/actionmacrohandler.cpp +++ b/src/plugins/macros/actionmacrohandler.cpp @@ -1,6 +1,6 @@ /************************************************************************** ** -** Copyright (c) 2013 Nicolas Arnaud-Cormos +** Copyright (c) 2014 Nicolas Arnaud-Cormos ** Contact: http://www.qt-project.org/legal ** ** This file is part of Qt Creator. diff --git a/src/plugins/macros/actionmacrohandler.h b/src/plugins/macros/actionmacrohandler.h index 93e7a898ab..0678b40470 100644 --- a/src/plugins/macros/actionmacrohandler.h +++ b/src/plugins/macros/actionmacrohandler.h @@ -1,6 +1,6 @@ /************************************************************************** ** -** Copyright (c) 2013 Nicolas Arnaud-Cormos +** Copyright (c) 2014 Nicolas Arnaud-Cormos ** Contact: http://www.qt-project.org/legal ** ** This file is part of Qt Creator. diff --git a/src/plugins/macros/findmacrohandler.cpp b/src/plugins/macros/findmacrohandler.cpp index 829475cb17..4fe9508881 100644 --- a/src/plugins/macros/findmacrohandler.cpp +++ b/src/plugins/macros/findmacrohandler.cpp @@ -1,6 +1,6 @@ /************************************************************************** ** -** Copyright (c) 2013 Nicolas Arnaud-Cormos +** Copyright (c) 2014 Nicolas Arnaud-Cormos ** Contact: http://www.qt-project.org/legal ** ** This file is part of Qt Creator. diff --git a/src/plugins/macros/findmacrohandler.h b/src/plugins/macros/findmacrohandler.h index a1bfb8eebf..7f35f1adfd 100644 --- a/src/plugins/macros/findmacrohandler.h +++ b/src/plugins/macros/findmacrohandler.h @@ -1,6 +1,6 @@ /************************************************************************** ** -** Copyright (c) 2013 Nicolas Arnaud-Cormos +** Copyright (c) 2014 Nicolas Arnaud-Cormos ** Contact: http://www.qt-project.org/legal ** ** This file is part of Qt Creator. diff --git a/src/plugins/macros/imacrohandler.cpp b/src/plugins/macros/imacrohandler.cpp index c29be0b74e..c8c1cedc5f 100644 --- a/src/plugins/macros/imacrohandler.cpp +++ b/src/plugins/macros/imacrohandler.cpp @@ -1,6 +1,6 @@ /************************************************************************** ** -** Copyright (c) 2013 Nicolas Arnaud-Cormos +** Copyright (c) 2014 Nicolas Arnaud-Cormos ** Contact: http://www.qt-project.org/legal ** ** This file is part of Qt Creator. diff --git a/src/plugins/macros/imacrohandler.h b/src/plugins/macros/imacrohandler.h index defa7d041c..e7133f2c54 100644 --- a/src/plugins/macros/imacrohandler.h +++ b/src/plugins/macros/imacrohandler.h @@ -1,6 +1,6 @@ /************************************************************************** ** -** Copyright (c) 2013 Nicolas Arnaud-Cormos +** Copyright (c) 2014 Nicolas Arnaud-Cormos ** Contact: http://www.qt-project.org/legal ** ** This file is part of Qt Creator. diff --git a/src/plugins/macros/macro.cpp b/src/plugins/macros/macro.cpp index 4f7e174626..4b34adacdd 100644 --- a/src/plugins/macros/macro.cpp +++ b/src/plugins/macros/macro.cpp @@ -1,6 +1,6 @@ /************************************************************************** ** -** Copyright (c) 2013 Nicolas Arnaud-Cormos +** Copyright (c) 2014 Nicolas Arnaud-Cormos ** Contact: http://www.qt-project.org/legal ** ** This file is part of Qt Creator. diff --git a/src/plugins/macros/macro.h b/src/plugins/macros/macro.h index 6a06beb015..7621b9a2a8 100644 --- a/src/plugins/macros/macro.h +++ b/src/plugins/macros/macro.h @@ -1,6 +1,6 @@ /************************************************************************** ** -** Copyright (c) 2013 Nicolas Arnaud-Cormos +** Copyright (c) 2014 Nicolas Arnaud-Cormos ** Contact: http://www.qt-project.org/legal ** ** This file is part of Qt Creator. diff --git a/src/plugins/macros/macroevent.cpp b/src/plugins/macros/macroevent.cpp index 6c2e925a2d..e103268a89 100644 --- a/src/plugins/macros/macroevent.cpp +++ b/src/plugins/macros/macroevent.cpp @@ -1,6 +1,6 @@ /************************************************************************** ** -** Copyright (c) 2013 Nicolas Arnaud-Cormos +** Copyright (c) 2014 Nicolas Arnaud-Cormos ** Contact: http://www.qt-project.org/legal ** ** This file is part of Qt Creator. diff --git a/src/plugins/macros/macroevent.h b/src/plugins/macros/macroevent.h index 2e12f37704..5a1aa6ec29 100644 --- a/src/plugins/macros/macroevent.h +++ b/src/plugins/macros/macroevent.h @@ -1,6 +1,6 @@ /************************************************************************** ** -** Copyright (c) 2013 Nicolas Arnaud-Cormos +** Copyright (c) 2014 Nicolas Arnaud-Cormos ** Contact: http://www.qt-project.org/legal ** ** This file is part of Qt Creator. diff --git a/src/plugins/macros/macrolocatorfilter.cpp b/src/plugins/macros/macrolocatorfilter.cpp index 2bb81904c5..e1cd889445 100644 --- a/src/plugins/macros/macrolocatorfilter.cpp +++ b/src/plugins/macros/macrolocatorfilter.cpp @@ -1,6 +1,6 @@ /************************************************************************** ** -** Copyright (c) 2013 Nicolas Arnaud-Cormos +** Copyright (c) 2014 Nicolas Arnaud-Cormos ** Contact: http://www.qt-project.org/legal ** ** This file is part of Qt Creator. diff --git a/src/plugins/macros/macrolocatorfilter.h b/src/plugins/macros/macrolocatorfilter.h index e3efd66a39..40a685d746 100644 --- a/src/plugins/macros/macrolocatorfilter.h +++ b/src/plugins/macros/macrolocatorfilter.h @@ -1,6 +1,6 @@ /************************************************************************** ** -** Copyright (c) 2013 Nicolas Arnaud-Cormos +** Copyright (c) 2014 Nicolas Arnaud-Cormos ** Contact: http://www.qt-project.org/legal ** ** This file is part of Qt Creator. diff --git a/src/plugins/macros/macromanager.cpp b/src/plugins/macros/macromanager.cpp index 1cf253b1e8..65efbda964 100644 --- a/src/plugins/macros/macromanager.cpp +++ b/src/plugins/macros/macromanager.cpp @@ -1,6 +1,6 @@ /************************************************************************** ** -** Copyright (c) 2013 Nicolas Arnaud-Cormos +** Copyright (c) 2014 Nicolas Arnaud-Cormos ** Contact: http://www.qt-project.org/legal ** ** This file is part of Qt Creator. diff --git a/src/plugins/macros/macromanager.h b/src/plugins/macros/macromanager.h index 843c087fa7..5f10e75013 100644 --- a/src/plugins/macros/macromanager.h +++ b/src/plugins/macros/macromanager.h @@ -1,6 +1,6 @@ /************************************************************************** ** -** Copyright (c) 2013 Nicolas Arnaud-Cormos +** Copyright (c) 2014 Nicolas Arnaud-Cormos ** Contact: http://www.qt-project.org/legal ** ** This file is part of Qt Creator. diff --git a/src/plugins/macros/macrooptionspage.cpp b/src/plugins/macros/macrooptionspage.cpp index 97220d054c..c3c259de99 100644 --- a/src/plugins/macros/macrooptionspage.cpp +++ b/src/plugins/macros/macrooptionspage.cpp @@ -1,6 +1,6 @@ /************************************************************************** ** -** Copyright (c) 2013 Nicolas Arnaud-Cormos +** Copyright (c) 2014 Nicolas Arnaud-Cormos ** Contact: http://www.qt-project.org/legal ** ** This file is part of Qt Creator. diff --git a/src/plugins/macros/macrooptionspage.h b/src/plugins/macros/macrooptionspage.h index a1b3575744..767f6125c7 100644 --- a/src/plugins/macros/macrooptionspage.h +++ b/src/plugins/macros/macrooptionspage.h @@ -1,6 +1,6 @@ /************************************************************************** ** -** Copyright (c) 2013 Nicolas Arnaud-Cormos +** Copyright (c) 2014 Nicolas Arnaud-Cormos ** Contact: http://www.qt-project.org/legal ** ** This file is part of Qt Creator. diff --git a/src/plugins/macros/macrooptionswidget.cpp b/src/plugins/macros/macrooptionswidget.cpp index dfe386d306..78437c8ee3 100644 --- a/src/plugins/macros/macrooptionswidget.cpp +++ b/src/plugins/macros/macrooptionswidget.cpp @@ -1,6 +1,6 @@ /************************************************************************** ** -** Copyright (c) 2013 Nicolas Arnaud-Cormos +** Copyright (c) 2014 Nicolas Arnaud-Cormos ** Contact: http://www.qt-project.org/legal ** ** This file is part of Qt Creator. diff --git a/src/plugins/macros/macrooptionswidget.h b/src/plugins/macros/macrooptionswidget.h index 234cd165e5..ed75a15d16 100644 --- a/src/plugins/macros/macrooptionswidget.h +++ b/src/plugins/macros/macrooptionswidget.h @@ -1,6 +1,6 @@ /************************************************************************** ** -** Copyright (c) 2013 Nicolas Arnaud-Cormos +** Copyright (c) 2014 Nicolas Arnaud-Cormos ** Contact: http://www.qt-project.org/legal ** ** This file is part of Qt Creator. diff --git a/src/plugins/macros/macrosconstants.h b/src/plugins/macros/macrosconstants.h index 2807af62ca..caabd19388 100644 --- a/src/plugins/macros/macrosconstants.h +++ b/src/plugins/macros/macrosconstants.h @@ -1,6 +1,6 @@ /************************************************************************** ** -** Copyright (c) 2013 Nicolas Arnaud-Cormos +** Copyright (c) 2014 Nicolas Arnaud-Cormos ** Contact: http://www.qt-project.org/legal ** ** This file is part of Qt Creator. diff --git a/src/plugins/macros/macrosplugin.cpp b/src/plugins/macros/macrosplugin.cpp index e3d445aada..a672e592cd 100644 --- a/src/plugins/macros/macrosplugin.cpp +++ b/src/plugins/macros/macrosplugin.cpp @@ -1,6 +1,6 @@ /************************************************************************** ** -** Copyright (c) 2013 Nicolas Arnaud-Cormos +** Copyright (c) 2014 Nicolas Arnaud-Cormos ** Contact: http://www.qt-project.org/legal ** ** This file is part of Qt Creator. diff --git a/src/plugins/macros/macrosplugin.h b/src/plugins/macros/macrosplugin.h index 9eb196dcc0..61e0652434 100644 --- a/src/plugins/macros/macrosplugin.h +++ b/src/plugins/macros/macrosplugin.h @@ -1,6 +1,6 @@ /************************************************************************** ** -** Copyright (c) 2013 Nicolas Arnaud-Cormos +** Copyright (c) 2014 Nicolas Arnaud-Cormos ** Contact: http://www.qt-project.org/legal ** ** This file is part of Qt Creator. diff --git a/src/plugins/macros/macrotextfind.cpp b/src/plugins/macros/macrotextfind.cpp index ab14dc5076..b56a81cdd3 100644 --- a/src/plugins/macros/macrotextfind.cpp +++ b/src/plugins/macros/macrotextfind.cpp @@ -1,6 +1,6 @@ /************************************************************************** ** -** Copyright (c) 2013 Nicolas Arnaud-Cormos +** Copyright (c) 2014 Nicolas Arnaud-Cormos ** Contact: http://www.qt-project.org/legal ** ** This file is part of Qt Creator. diff --git a/src/plugins/macros/macrotextfind.h b/src/plugins/macros/macrotextfind.h index cedcfa355e..f2e6fecb66 100644 --- a/src/plugins/macros/macrotextfind.h +++ b/src/plugins/macros/macrotextfind.h @@ -1,6 +1,6 @@ /************************************************************************** ** -** Copyright (c) 2013 Nicolas Arnaud-Cormos +** Copyright (c) 2014 Nicolas Arnaud-Cormos ** Contact: http://www.qt-project.org/legal ** ** This file is part of Qt Creator. diff --git a/src/plugins/macros/savedialog.cpp b/src/plugins/macros/savedialog.cpp index 2f79efa09e..84c3dc46d1 100644 --- a/src/plugins/macros/savedialog.cpp +++ b/src/plugins/macros/savedialog.cpp @@ -1,6 +1,6 @@ /************************************************************************** ** -** Copyright (c) 2013 Nicolas Arnaud-Cormos +** Copyright (c) 2014 Nicolas Arnaud-Cormos ** Contact: http://www.qt-project.org/legal ** ** This file is part of Qt Creator. diff --git a/src/plugins/macros/savedialog.h b/src/plugins/macros/savedialog.h index bc89ed3928..a6e5a7fa57 100644 --- a/src/plugins/macros/savedialog.h +++ b/src/plugins/macros/savedialog.h @@ -1,6 +1,6 @@ /************************************************************************** ** -** Copyright (c) 2013 Nicolas Arnaud-Cormos +** Copyright (c) 2014 Nicolas Arnaud-Cormos ** Contact: http://www.qt-project.org/legal ** ** This file is part of Qt Creator. diff --git a/src/plugins/macros/texteditormacrohandler.cpp b/src/plugins/macros/texteditormacrohandler.cpp index 8d156eac9e..b395b35d7e 100644 --- a/src/plugins/macros/texteditormacrohandler.cpp +++ b/src/plugins/macros/texteditormacrohandler.cpp @@ -1,6 +1,6 @@ /************************************************************************** ** -** Copyright (c) 2013 Nicolas Arnaud-Cormos +** Copyright (c) 2014 Nicolas Arnaud-Cormos ** Contact: http://www.qt-project.org/legal ** ** This file is part of Qt Creator. diff --git a/src/plugins/macros/texteditormacrohandler.h b/src/plugins/macros/texteditormacrohandler.h index c04710a0da..f747a14dd2 100644 --- a/src/plugins/macros/texteditormacrohandler.h +++ b/src/plugins/macros/texteditormacrohandler.h @@ -1,6 +1,6 @@ /************************************************************************** ** -** Copyright (c) 2013 Nicolas Arnaud-Cormos +** Copyright (c) 2014 Nicolas Arnaud-Cormos ** Contact: http://www.qt-project.org/legal ** ** This file is part of Qt Creator. |