diff options
Diffstat (limited to 'src/plugins/macros')
29 files changed, 29 insertions, 29 deletions
diff --git a/src/plugins/macros/Macros.pluginspec.in b/src/plugins/macros/Macros.pluginspec.in index 709a2ab18bf..80e5415b16d 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_VERSION\"> <vendor>Digia Plc</vendor> - <copyright>(C) 2012 Nicolas Arnaud-Cormos</copyright> + <copyright>(C) 2013 Nicolas Arnaud-Cormos</copyright> <license> Commercial Usage diff --git a/src/plugins/macros/actionmacrohandler.cpp b/src/plugins/macros/actionmacrohandler.cpp index 8a38301dc7d..da2bb4e1bd0 100644 --- a/src/plugins/macros/actionmacrohandler.cpp +++ b/src/plugins/macros/actionmacrohandler.cpp @@ -1,6 +1,6 @@ /************************************************************************** ** -** Copyright (c) 2012 Nicolas Arnaud-Cormos +** Copyright (c) 2013 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 02db0fda63e..d89863ee206 100644 --- a/src/plugins/macros/actionmacrohandler.h +++ b/src/plugins/macros/actionmacrohandler.h @@ -1,6 +1,6 @@ /************************************************************************** ** -** Copyright (c) 2012 Nicolas Arnaud-Cormos +** Copyright (c) 2013 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 608dff943cd..403fc966e12 100644 --- a/src/plugins/macros/findmacrohandler.cpp +++ b/src/plugins/macros/findmacrohandler.cpp @@ -1,6 +1,6 @@ /************************************************************************** ** -** Copyright (c) 2012 Nicolas Arnaud-Cormos +** Copyright (c) 2013 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 ce2ceda678b..a7dcdd6522d 100644 --- a/src/plugins/macros/findmacrohandler.h +++ b/src/plugins/macros/findmacrohandler.h @@ -1,6 +1,6 @@ /************************************************************************** ** -** Copyright (c) 2012 Nicolas Arnaud-Cormos +** Copyright (c) 2013 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 46f8572d0b6..51b7c026423 100644 --- a/src/plugins/macros/imacrohandler.cpp +++ b/src/plugins/macros/imacrohandler.cpp @@ -1,6 +1,6 @@ /************************************************************************** ** -** Copyright (c) 2012 Nicolas Arnaud-Cormos +** Copyright (c) 2013 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 fda81c2d6ef..3b2e665b969 100644 --- a/src/plugins/macros/imacrohandler.h +++ b/src/plugins/macros/imacrohandler.h @@ -1,6 +1,6 @@ /************************************************************************** ** -** Copyright (c) 2012 Nicolas Arnaud-Cormos +** Copyright (c) 2013 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 a552d1e218d..91a8008afcd 100644 --- a/src/plugins/macros/macro.cpp +++ b/src/plugins/macros/macro.cpp @@ -1,6 +1,6 @@ /************************************************************************** ** -** Copyright (c) 2012 Nicolas Arnaud-Cormos +** Copyright (c) 2013 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 96e95691a32..e1947f1b095 100644 --- a/src/plugins/macros/macro.h +++ b/src/plugins/macros/macro.h @@ -1,6 +1,6 @@ /************************************************************************** ** -** Copyright (c) 2012 Nicolas Arnaud-Cormos +** Copyright (c) 2013 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 acdc1ccd05d..59f9a7ac532 100644 --- a/src/plugins/macros/macroevent.cpp +++ b/src/plugins/macros/macroevent.cpp @@ -1,6 +1,6 @@ /************************************************************************** ** -** Copyright (c) 2012 Nicolas Arnaud-Cormos +** Copyright (c) 2013 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 263edb4e096..9345f89dbe9 100644 --- a/src/plugins/macros/macroevent.h +++ b/src/plugins/macros/macroevent.h @@ -1,6 +1,6 @@ /************************************************************************** ** -** Copyright (c) 2012 Nicolas Arnaud-Cormos +** Copyright (c) 2013 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 2a24f08716b..2d4d72386fb 100644 --- a/src/plugins/macros/macrolocatorfilter.cpp +++ b/src/plugins/macros/macrolocatorfilter.cpp @@ -1,6 +1,6 @@ /************************************************************************** ** -** Copyright (c) 2012 Nicolas Arnaud-Cormos +** Copyright (c) 2013 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 aeb1094b694..e3efd66a390 100644 --- a/src/plugins/macros/macrolocatorfilter.h +++ b/src/plugins/macros/macrolocatorfilter.h @@ -1,6 +1,6 @@ /************************************************************************** ** -** Copyright (c) 2012 Nicolas Arnaud-Cormos +** Copyright (c) 2013 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 5dc19cb88a4..63a623038b4 100644 --- a/src/plugins/macros/macromanager.cpp +++ b/src/plugins/macros/macromanager.cpp @@ -1,6 +1,6 @@ /************************************************************************** ** -** Copyright (c) 2012 Nicolas Arnaud-Cormos +** Copyright (c) 2013 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 95e6f4c6e3e..045d140bc53 100644 --- a/src/plugins/macros/macromanager.h +++ b/src/plugins/macros/macromanager.h @@ -1,6 +1,6 @@ /************************************************************************** ** -** Copyright (c) 2012 Nicolas Arnaud-Cormos +** Copyright (c) 2013 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 04f3ea85077..97220d054c4 100644 --- a/src/plugins/macros/macrooptionspage.cpp +++ b/src/plugins/macros/macrooptionspage.cpp @@ -1,6 +1,6 @@ /************************************************************************** ** -** Copyright (c) 2012 Nicolas Arnaud-Cormos +** Copyright (c) 2013 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 17b8783bb1c..6e9f8ea1bfe 100644 --- a/src/plugins/macros/macrooptionspage.h +++ b/src/plugins/macros/macrooptionspage.h @@ -1,6 +1,6 @@ /************************************************************************** ** -** Copyright (c) 2012 Nicolas Arnaud-Cormos +** Copyright (c) 2013 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 31847a19749..7c8106e6f5e 100644 --- a/src/plugins/macros/macrooptionswidget.cpp +++ b/src/plugins/macros/macrooptionswidget.cpp @@ -1,6 +1,6 @@ /************************************************************************** ** -** Copyright (c) 2012 Nicolas Arnaud-Cormos +** Copyright (c) 2013 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 deba7ccb6de..234cd165e58 100644 --- a/src/plugins/macros/macrooptionswidget.h +++ b/src/plugins/macros/macrooptionswidget.h @@ -1,6 +1,6 @@ /************************************************************************** ** -** Copyright (c) 2012 Nicolas Arnaud-Cormos +** Copyright (c) 2013 Nicolas Arnaud-Cormos ** Contact: http://www.qt-project.org/legal ** ** This file is part of Qt Creator. diff --git a/src/plugins/macros/macros_global.h b/src/plugins/macros/macros_global.h index 39af56383c1..397a070fca5 100644 --- a/src/plugins/macros/macros_global.h +++ b/src/plugins/macros/macros_global.h @@ -1,6 +1,6 @@ /************************************************************************** ** -** Copyright (c) 2012 Nicolas Arnaud-Cormos +** Copyright (c) 2013 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 08da00a294c..2807af62ca9 100644 --- a/src/plugins/macros/macrosconstants.h +++ b/src/plugins/macros/macrosconstants.h @@ -1,6 +1,6 @@ /************************************************************************** ** -** Copyright (c) 2012 Nicolas Arnaud-Cormos +** Copyright (c) 2013 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 c04bb2a998f..b31aa2f5594 100644 --- a/src/plugins/macros/macrosplugin.cpp +++ b/src/plugins/macros/macrosplugin.cpp @@ -1,6 +1,6 @@ /************************************************************************** ** -** Copyright (c) 2012 Nicolas Arnaud-Cormos +** Copyright (c) 2013 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 a9d6b94ac08..4617dfdb902 100644 --- a/src/plugins/macros/macrosplugin.h +++ b/src/plugins/macros/macrosplugin.h @@ -1,6 +1,6 @@ /************************************************************************** ** -** Copyright (c) 2012 Nicolas Arnaud-Cormos +** Copyright (c) 2013 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 6eb66f3fd1e..ab14dc5076b 100644 --- a/src/plugins/macros/macrotextfind.cpp +++ b/src/plugins/macros/macrotextfind.cpp @@ -1,6 +1,6 @@ /************************************************************************** ** -** Copyright (c) 2012 Nicolas Arnaud-Cormos +** Copyright (c) 2013 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 4a1ff2c5f93..cedcfa355e3 100644 --- a/src/plugins/macros/macrotextfind.h +++ b/src/plugins/macros/macrotextfind.h @@ -1,6 +1,6 @@ /************************************************************************** ** -** Copyright (c) 2012 Nicolas Arnaud-Cormos +** Copyright (c) 2013 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 ff13901c9c7..2f79efa09e6 100644 --- a/src/plugins/macros/savedialog.cpp +++ b/src/plugins/macros/savedialog.cpp @@ -1,6 +1,6 @@ /************************************************************************** ** -** Copyright (c) 2012 Nicolas Arnaud-Cormos +** Copyright (c) 2013 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 bdc9a8532b6..bc89ed39284 100644 --- a/src/plugins/macros/savedialog.h +++ b/src/plugins/macros/savedialog.h @@ -1,6 +1,6 @@ /************************************************************************** ** -** Copyright (c) 2012 Nicolas Arnaud-Cormos +** Copyright (c) 2013 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 0ce5828458b..7e6e4f0eecd 100644 --- a/src/plugins/macros/texteditormacrohandler.cpp +++ b/src/plugins/macros/texteditormacrohandler.cpp @@ -1,6 +1,6 @@ /************************************************************************** ** -** Copyright (c) 2012 Nicolas Arnaud-Cormos +** Copyright (c) 2013 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 64dd40d5533..02d50688c3d 100644 --- a/src/plugins/macros/texteditormacrohandler.h +++ b/src/plugins/macros/texteditormacrohandler.h @@ -1,6 +1,6 @@ /************************************************************************** ** -** Copyright (c) 2012 Nicolas Arnaud-Cormos +** Copyright (c) 2013 Nicolas Arnaud-Cormos ** Contact: http://www.qt-project.org/legal ** ** This file is part of Qt Creator. |