[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [ktexteditor] /: Add/ update licensing info for Emulated Command Bar stuff.
From:       Simon St James <kdedevel () etotheipiplusone ! com>
Date:       2016-06-17 8:51:59
Message-ID: E1bDpVP-0005Lh-NO () scm ! kde ! org
[Download RAW message or body]

Git commit ac0e86530578ef7665ecc8135a77df2d6b221feb by Simon St James.
Committed on 17/06/2016 at 08:50.
Pushed by sstjames into branch 'master'.

Add/ update licensing info for Emulated Command Bar stuff.

M  +20   -0    autotests/src/vimode/emulatedcommandbarsetupandteardown.cpp
M  +20   -0    autotests/src/vimode/emulatedcommandbarsetupandteardown.h
M  +20   -0    src/vimode/emulatedcommandbar/activemode.cpp
M  +20   -0    src/vimode/emulatedcommandbar/activemode.h
M  +20   -0    src/vimode/emulatedcommandbar/commandmode.cpp
M  +20   -0    src/vimode/emulatedcommandbar/commandmode.h
M  +20   -0    src/vimode/emulatedcommandbar/completer.cpp
M  +20   -0    src/vimode/emulatedcommandbar/completer.h
M  +1    -1    src/vimode/emulatedcommandbar/emulatedcommandbar.cpp
M  +1    -1    src/vimode/emulatedcommandbar/emulatedcommandbar.h
M  +20   -0    src/vimode/emulatedcommandbar/interactivesedreplacemode.cpp
M  +20   -0    src/vimode/emulatedcommandbar/interactivesedreplacemode.h
M  +20   -0    src/vimode/emulatedcommandbar/matchhighlighter.cpp
M  +20   -0    src/vimode/emulatedcommandbar/matchhighlighter.h
M  +20   -0    src/vimode/emulatedcommandbar/searchmode.cpp
M  +20   -0    src/vimode/emulatedcommandbar/searchmode.h

http://commits.kde.org/ktexteditor/ac0e86530578ef7665ecc8135a77df2d6b221feb

diff --git a/autotests/src/vimode/emulatedcommandbarsetupandteardown.cpp \
b/autotests/src/vimode/emulatedcommandbarsetupandteardown.cpp index 86a69e6..dd10070 \
                100644
--- a/autotests/src/vimode/emulatedcommandbarsetupandteardown.cpp
+++ b/autotests/src/vimode/emulatedcommandbarsetupandteardown.cpp
@@ -1,3 +1,23 @@
+/*  This file is part of the KDE libraries and the Kate part.
+ *
+ *  Copyright (C) 2013-2016 Simon St James <kdedevel@etotheipiplusone.com>
+ *
+ *  This library is free software; you can redistribute it and/or
+ *  modify it under the terms of the GNU Library General Public
+ *  License as published by the Free Software Foundation; either
+ *  version 2 of the License, or (at your option) any later version.
+ *
+ *  This library is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ *  Library General Public License for more details.
+ *
+ *  You should have received a copy of the GNU Library General Public License
+ *  along with this library; see the file COPYING.LIB.  If not, write to
+ *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ *  Boston, MA 02110-1301, USA.
+ */
+
 #include "emulatedcommandbarsetupandteardown.h"
 
 #include <kateconfig.h>
diff --git a/autotests/src/vimode/emulatedcommandbarsetupandteardown.h \
b/autotests/src/vimode/emulatedcommandbarsetupandteardown.h index 218acc7..30197ed \
                100644
--- a/autotests/src/vimode/emulatedcommandbarsetupandteardown.h
+++ b/autotests/src/vimode/emulatedcommandbarsetupandteardown.h
@@ -1,3 +1,23 @@
+/*  This file is part of the KDE libraries and the Kate part.
+ *
+ *  Copyright (C) 2013-2016 Simon St James <kdedevel@etotheipiplusone.com>
+ *
+ *  This library is free software; you can redistribute it and/or
+ *  modify it under the terms of the GNU Library General Public
+ *  License as published by the Free Software Foundation; either
+ *  version 2 of the License, or (at your option) any later version.
+ *
+ *  This library is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ *  Library General Public License for more details.
+ *
+ *  You should have received a copy of the GNU Library General Public License
+ *  along with this library; see the file COPYING.LIB.  If not, write to
+ *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ *  Boston, MA 02110-1301, USA.
+ */
+
 #include <QObject>
 
 namespace KTextEditor
diff --git a/src/vimode/emulatedcommandbar/activemode.cpp \
b/src/vimode/emulatedcommandbar/activemode.cpp index ff6625e..4f3906f 100644
--- a/src/vimode/emulatedcommandbar/activemode.cpp
+++ b/src/vimode/emulatedcommandbar/activemode.cpp
@@ -1,3 +1,23 @@
+/*  This file is part of the KDE libraries and the Kate part.
+ *
+ *  Copyright (C) 2013-2016 Simon St James <kdedevel@etotheipiplusone.com>
+ *
+ *  This library is free software; you can redistribute it and/or
+ *  modify it under the terms of the GNU Library General Public
+ *  License as published by the Free Software Foundation; either
+ *  version 2 of the License, or (at your option) any later version.
+ *
+ *  This library is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ *  Library General Public License for more details.
+ *
+ *  You should have received a copy of the GNU Library General Public License
+ *  along with this library; see the file COPYING.LIB.  If not, write to
+ *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ *  Boston, MA 02110-1301, USA.
+ */
+
 #include "activemode.h"
 #include "completer.h"
 #include "emulatedcommandbar.h"
diff --git a/src/vimode/emulatedcommandbar/activemode.h \
b/src/vimode/emulatedcommandbar/activemode.h index 4fa5cfa..a4c57e2 100644
--- a/src/vimode/emulatedcommandbar/activemode.h
+++ b/src/vimode/emulatedcommandbar/activemode.h
@@ -1,3 +1,23 @@
+/*  This file is part of the KDE libraries and the Kate part.
+ *
+ *  Copyright (C) 2013-2016 Simon St James <kdedevel@etotheipiplusone.com>
+ *
+ *  This library is free software; you can redistribute it and/or
+ *  modify it under the terms of the GNU Library General Public
+ *  License as published by the Free Software Foundation; either
+ *  version 2 of the License, or (at your option) any later version.
+ *
+ *  This library is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ *  Library General Public License for more details.
+ *
+ *  You should have received a copy of the GNU Library General Public License
+ *  along with this library; see the file COPYING.LIB.  If not, write to
+ *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ *  Boston, MA 02110-1301, USA.
+ */
+
 #ifndef KATEVI_EMULATED_COMMAND_BAR_ACTIVEMODE_H
 #define KATEVI_EMULATED_COMMAND_BAR_ACTIVEMODE_H
 
diff --git a/src/vimode/emulatedcommandbar/commandmode.cpp \
b/src/vimode/emulatedcommandbar/commandmode.cpp index 0c5f053..5828ffe 100644
--- a/src/vimode/emulatedcommandbar/commandmode.cpp
+++ b/src/vimode/emulatedcommandbar/commandmode.cpp
@@ -1,3 +1,23 @@
+/*  This file is part of the KDE libraries and the Kate part.
+ *
+ *  Copyright (C) 2013-2016 Simon St James <kdedevel@etotheipiplusone.com>
+ *
+ *  This library is free software; you can redistribute it and/or
+ *  modify it under the terms of the GNU Library General Public
+ *  License as published by the Free Software Foundation; either
+ *  version 2 of the License, or (at your option) any later version.
+ *
+ *  This library is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ *  Library General Public License for more details.
+ *
+ *  You should have received a copy of the GNU Library General Public License
+ *  along with this library; see the file COPYING.LIB.  If not, write to
+ *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ *  Boston, MA 02110-1301, USA.
+ */
+
 #include "commandmode.h"
 
 #include "emulatedcommandbar.h"
diff --git a/src/vimode/emulatedcommandbar/commandmode.h \
b/src/vimode/emulatedcommandbar/commandmode.h index e85aeb5..737a7d6 100644
--- a/src/vimode/emulatedcommandbar/commandmode.h
+++ b/src/vimode/emulatedcommandbar/commandmode.h
@@ -1,3 +1,23 @@
+/*  This file is part of the KDE libraries and the Kate part.
+ *
+ *  Copyright (C) 2013-2016 Simon St James <kdedevel@etotheipiplusone.com>
+ *
+ *  This library is free software; you can redistribute it and/or
+ *  modify it under the terms of the GNU Library General Public
+ *  License as published by the Free Software Foundation; either
+ *  version 2 of the License, or (at your option) any later version.
+ *
+ *  This library is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ *  Library General Public License for more details.
+ *
+ *  You should have received a copy of the GNU Library General Public License
+ *  along with this library; see the file COPYING.LIB.  If not, write to
+ *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ *  Boston, MA 02110-1301, USA.
+ */
+
 #ifndef KATEVI_EMULATED_COMMAND_BAR_COMMANDMODE_H
 #define KATEVI_EMULATED_COMMAND_BAR_COMMANDMODE_H
 
diff --git a/src/vimode/emulatedcommandbar/completer.cpp \
b/src/vimode/emulatedcommandbar/completer.cpp index b95c6c9..3173685 100644
--- a/src/vimode/emulatedcommandbar/completer.cpp
+++ b/src/vimode/emulatedcommandbar/completer.cpp
@@ -1,3 +1,23 @@
+/*  This file is part of the KDE libraries and the Kate part.
+ *
+ *  Copyright (C) 2013-2016 Simon St James <kdedevel@etotheipiplusone.com>
+ *
+ *  This library is free software; you can redistribute it and/or
+ *  modify it under the terms of the GNU Library General Public
+ *  License as published by the Free Software Foundation; either
+ *  version 2 of the License, or (at your option) any later version.
+ *
+ *  This library is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ *  Library General Public License for more details.
+ *
+ *  You should have received a copy of the GNU Library General Public License
+ *  along with this library; see the file COPYING.LIB.  If not, write to
+ *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ *  Boston, MA 02110-1301, USA.
+ */
+
 #include "completer.h"
 #include "emulatedcommandbar.h"
 
diff --git a/src/vimode/emulatedcommandbar/completer.h \
b/src/vimode/emulatedcommandbar/completer.h index 0fb5d3d..55853c1 100644
--- a/src/vimode/emulatedcommandbar/completer.h
+++ b/src/vimode/emulatedcommandbar/completer.h
@@ -1,3 +1,23 @@
+/*  This file is part of the KDE libraries and the Kate part.
+ *
+ *  Copyright (C) 2013-2016 Simon St James <kdedevel@etotheipiplusone.com>
+ *
+ *  This library is free software; you can redistribute it and/or
+ *  modify it under the terms of the GNU Library General Public
+ *  License as published by the Free Software Foundation; either
+ *  version 2 of the License, or (at your option) any later version.
+ *
+ *  This library is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ *  Library General Public License for more details.
+ *
+ *  You should have received a copy of the GNU Library General Public License
+ *  along with this library; see the file COPYING.LIB.  If not, write to
+ *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ *  Boston, MA 02110-1301, USA.
+ */
+
 #ifndef KATEVI_EMULATED_COMMAND_BAR_COMPLETER_H
 #define KATEVI_EMULATED_COMMAND_BAR_COMPLETER_H
 
diff --git a/src/vimode/emulatedcommandbar/emulatedcommandbar.cpp \
b/src/vimode/emulatedcommandbar/emulatedcommandbar.cpp index b18120b..818ec95 100644
--- a/src/vimode/emulatedcommandbar/emulatedcommandbar.cpp
+++ b/src/vimode/emulatedcommandbar/emulatedcommandbar.cpp
@@ -1,6 +1,6 @@
 /*  This file is part of the KDE libraries and the Kate part.
  *
- *  Copyright (C) 2013 Simon St James <kdedevel@etotheipiplusone.com>
+ *  Copyright (C) 2013-2016 Simon St James <kdedevel@etotheipiplusone.com>
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Library General Public
diff --git a/src/vimode/emulatedcommandbar/emulatedcommandbar.h \
b/src/vimode/emulatedcommandbar/emulatedcommandbar.h index d353684..2751cae 100644
--- a/src/vimode/emulatedcommandbar/emulatedcommandbar.h
+++ b/src/vimode/emulatedcommandbar/emulatedcommandbar.h
@@ -1,6 +1,6 @@
 /*  This file is part of the KDE libraries and the Kate part.
  *
- *  Copyright (C) 2013 Simon St James <kdedevel@etotheipiplusone.com>
+ *  Copyright (C) 2013-2016 Simon St James <kdedevel@etotheipiplusone.com>
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Library General Public
diff --git a/src/vimode/emulatedcommandbar/interactivesedreplacemode.cpp \
b/src/vimode/emulatedcommandbar/interactivesedreplacemode.cpp index 0c84985..2276eb9 \
                100644
--- a/src/vimode/emulatedcommandbar/interactivesedreplacemode.cpp
+++ b/src/vimode/emulatedcommandbar/interactivesedreplacemode.cpp
@@ -1,3 +1,23 @@
+/*  This file is part of the KDE libraries and the Kate part.
+ *
+ *  Copyright (C) 2013-2016 Simon St James <kdedevel@etotheipiplusone.com>
+ *
+ *  This library is free software; you can redistribute it and/or
+ *  modify it under the terms of the GNU Library General Public
+ *  License as published by the Free Software Foundation; either
+ *  version 2 of the License, or (at your option) any later version.
+ *
+ *  This library is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ *  Library General Public License for more details.
+ *
+ *  You should have received a copy of the GNU Library General Public License
+ *  along with this library; see the file COPYING.LIB.  If not, write to
+ *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ *  Boston, MA 02110-1301, USA.
+ */
+
 #include "interactivesedreplacemode.h"
 
 #include <QLabel>
diff --git a/src/vimode/emulatedcommandbar/interactivesedreplacemode.h \
b/src/vimode/emulatedcommandbar/interactivesedreplacemode.h index aa4ccf9..f6c1741 \
                100644
--- a/src/vimode/emulatedcommandbar/interactivesedreplacemode.h
+++ b/src/vimode/emulatedcommandbar/interactivesedreplacemode.h
@@ -1,3 +1,23 @@
+/*  This file is part of the KDE libraries and the Kate part.
+ *
+ *  Copyright (C) 2013-2016 Simon St James <kdedevel@etotheipiplusone.com>
+ *
+ *  This library is free software; you can redistribute it and/or
+ *  modify it under the terms of the GNU Library General Public
+ *  License as published by the Free Software Foundation; either
+ *  version 2 of the License, or (at your option) any later version.
+ *
+ *  This library is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ *  Library General Public License for more details.
+ *
+ *  You should have received a copy of the GNU Library General Public License
+ *  along with this library; see the file COPYING.LIB.  If not, write to
+ *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ *  Boston, MA 02110-1301, USA.
+ */
+
 #ifndef KATEVI_EMULATED_COMMAND_BAR_INTERACTIVESEDREPLACEMODE_H
 #define KATEVI_EMULATED_COMMAND_BAR_INTERACTIVESEDREPLACEMODE_H
 
diff --git a/src/vimode/emulatedcommandbar/matchhighlighter.cpp \
b/src/vimode/emulatedcommandbar/matchhighlighter.cpp index ad25779..c6a473a 100644
--- a/src/vimode/emulatedcommandbar/matchhighlighter.cpp
+++ b/src/vimode/emulatedcommandbar/matchhighlighter.cpp
@@ -1,3 +1,23 @@
+/*  This file is part of the KDE libraries and the Kate part.
+ *
+ *  Copyright (C) 2013-2016 Simon St James <kdedevel@etotheipiplusone.com>
+ *
+ *  This library is free software; you can redistribute it and/or
+ *  modify it under the terms of the GNU Library General Public
+ *  License as published by the Free Software Foundation; either
+ *  version 2 of the License, or (at your option) any later version.
+ *
+ *  This library is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ *  Library General Public License for more details.
+ *
+ *  You should have received a copy of the GNU Library General Public License
+ *  along with this library; see the file COPYING.LIB.  If not, write to
+ *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ *  Boston, MA 02110-1301, USA.
+ */
+
 #include "matchhighlighter.h"
 
 #include "kateview.h"
diff --git a/src/vimode/emulatedcommandbar/matchhighlighter.h \
b/src/vimode/emulatedcommandbar/matchhighlighter.h index 0a6c170..d5810b0 100644
--- a/src/vimode/emulatedcommandbar/matchhighlighter.h
+++ b/src/vimode/emulatedcommandbar/matchhighlighter.h
@@ -1,3 +1,23 @@
+/*  This file is part of the KDE libraries and the Kate part.
+ *
+ *  Copyright (C) 2013-2016 Simon St James <kdedevel@etotheipiplusone.com>
+ *
+ *  This library is free software; you can redistribute it and/or
+ *  modify it under the terms of the GNU Library General Public
+ *  License as published by the Free Software Foundation; either
+ *  version 2 of the License, or (at your option) any later version.
+ *
+ *  This library is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ *  Library General Public License for more details.
+ *
+ *  You should have received a copy of the GNU Library General Public License
+ *  along with this library; see the file COPYING.LIB.  If not, write to
+ *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ *  Boston, MA 02110-1301, USA.
+ */
+
 #ifndef KATEVI_EMULATED_COMMAND_BAR_MATCHHIGHLIGHTER_H
 #define KATEVI_EMULATED_COMMAND_BAR_MATCHHIGHLIGHTER_H
 
diff --git a/src/vimode/emulatedcommandbar/searchmode.cpp \
b/src/vimode/emulatedcommandbar/searchmode.cpp index c091b43..9461ab3 100644
--- a/src/vimode/emulatedcommandbar/searchmode.cpp
+++ b/src/vimode/emulatedcommandbar/searchmode.cpp
@@ -1,3 +1,23 @@
+/*  This file is part of the KDE libraries and the Kate part.
+ *
+ *  Copyright (C) 2013-2016 Simon St James <kdedevel@etotheipiplusone.com>
+ *
+ *  This library is free software; you can redistribute it and/or
+ *  modify it under the terms of the GNU Library General Public
+ *  License as published by the Free Software Foundation; either
+ *  version 2 of the License, or (at your option) any later version.
+ *
+ *  This library is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ *  Library General Public License for more details.
+ *
+ *  You should have received a copy of the GNU Library General Public License
+ *  along with this library; see the file COPYING.LIB.  If not, write to
+ *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ *  Boston, MA 02110-1301, USA.
+ */
+
 #include "searchmode.h"
 
 #include <vimode/inputmodemanager.h>
diff --git a/src/vimode/emulatedcommandbar/searchmode.h \
b/src/vimode/emulatedcommandbar/searchmode.h index 1700ddc..6b7a476 100644
--- a/src/vimode/emulatedcommandbar/searchmode.h
+++ b/src/vimode/emulatedcommandbar/searchmode.h
@@ -1,3 +1,23 @@
+/*  This file is part of the KDE libraries and the Kate part.
+ *
+ *  Copyright (C) 2013-2016 Simon St James <kdedevel@etotheipiplusone.com>
+ *
+ *  This library is free software; you can redistribute it and/or
+ *  modify it under the terms of the GNU Library General Public
+ *  License as published by the Free Software Foundation; either
+ *  version 2 of the License, or (at your option) any later version.
+ *
+ *  This library is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ *  Library General Public License for more details.
+ *
+ *  You should have received a copy of the GNU Library General Public License
+ *  along with this library; see the file COPYING.LIB.  If not, write to
+ *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ *  Boston, MA 02110-1301, USA.
+ */
+
 #ifndef KATEVI_EMULATED_COMMAND_BAR_SEARCHMODE_H
 #define KATEVI_EMULATED_COMMAND_BAR_SEARCHMODE_H
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic