Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
KAddressBook
Commits
1d5a601b
Commit
1d5a601b
authored
Jan 05, 2017
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
GIT_SILENT: fix copyright
parent
830e310b
Changes
34
Hide whitespace changes
Inline
Side-by-side
Showing
34 changed files
with
34 additions
and
34 deletions
+34
-34
kontactplugin/kaddressbook_plugin.cpp
kontactplugin/kaddressbook_plugin.cpp
+1
-1
kontactplugin/kaddressbook_plugin.h
kontactplugin/kaddressbook_plugin.h
+1
-1
src/aboutdata.cpp
src/aboutdata.cpp
+1
-1
src/aboutdata.h
src/aboutdata.h
+1
-1
src/akonadi/akonadicontactgrouprepository.cpp
src/akonadi/akonadicontactgrouprepository.cpp
+1
-1
src/akonadi/akonadicontactgrouprepository.h
src/akonadi/akonadicontactgrouprepository.h
+1
-1
src/akonadi/akonadicontactrepository.cpp
src/akonadi/akonadicontactrepository.cpp
+1
-1
src/akonadi/akonadicontactrepository.h
src/akonadi/akonadicontactrepository.h
+1
-1
src/domain/autotests/contactgrouptest.cpp
src/domain/autotests/contactgrouptest.cpp
+1
-1
src/domain/autotests/contactgrouptest.h
src/domain/autotests/contactgrouptest.h
+1
-1
src/domain/autotests/contacttest.cpp
src/domain/autotests/contacttest.cpp
+1
-1
src/domain/autotests/contacttest.h
src/domain/autotests/contacttest.h
+1
-1
src/domain/contact.cpp
src/domain/contact.cpp
+1
-1
src/domain/contact.h
src/domain/contact.h
+1
-1
src/domain/contactgroup.cpp
src/domain/contactgroup.cpp
+1
-1
src/domain/contactgroup.h
src/domain/contactgroup.h
+1
-1
src/domain/contactgrouprepository.cpp
src/domain/contactgrouprepository.cpp
+1
-1
src/domain/contactgrouprepository.h
src/domain/contactgrouprepository.h
+1
-1
src/domain/contactrepository.cpp
src/domain/contactrepository.cpp
+1
-1
src/domain/contactrepository.h
src/domain/contactrepository.h
+1
-1
src/kaddressbookpart.cpp
src/kaddressbookpart.cpp
+1
-1
src/kaddressbookpart.h
src/kaddressbookpart.h
+1
-1
src/listview/tests/addressbooklistviewmodel.cpp
src/listview/tests/addressbooklistviewmodel.cpp
+1
-1
src/listview/tests/addressbooklistviewmodel.h
src/listview/tests/addressbooklistviewmodel.h
+1
-1
src/listview/tests/addressbookmainwidget.cpp
src/listview/tests/addressbookmainwidget.cpp
+1
-1
src/listview/tests/addressbookmainwidget.h
src/listview/tests/addressbookmainwidget.h
+1
-1
src/listview/tests/addressbookquickwidget.cpp
src/listview/tests/addressbookquickwidget.cpp
+1
-1
src/listview/tests/addressbookquickwidget.h
src/listview/tests/addressbookquickwidget.h
+1
-1
src/listview/tests/main.cpp
src/listview/tests/main.cpp
+1
-1
src/listview/tests/mainwindow.cpp
src/listview/tests/mainwindow.cpp
+1
-1
src/listview/tests/mainwindow.h
src/listview/tests/mainwindow.h
+1
-1
src/printing/printingwizard.cpp
src/printing/printingwizard.cpp
+1
-1
src/printing/printingwizard.h
src/printing/printingwizard.h
+1
-1
src/printing/stylepage.h
src/printing/stylepage.h
+1
-1
No files found.
kontactplugin/kaddressbook_plugin.cpp
View file @
1d5a601b
/*
This file is part of KAddressBook Kontact Plugin.
Copyright (c) 2009-201
6
Laurent Montel <montel@kde.org>
Copyright (c) 2009-201
7
Laurent Montel <montel@kde.org>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
kontactplugin/kaddressbook_plugin.h
View file @
1d5a601b
/*
This file is part of KAddressBook Kontact Plugin.
Copyright (c) 2009-201
6
Laurent Montel <montel@kde.org>
Copyright (c) 2009-201
7
Laurent Montel <montel@kde.org>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
src/aboutdata.cpp
View file @
1d5a601b
/*
This file is part of KAddressBook.
Copyright (c) 2009-201
6
Laurent Montel <montel@kde.org>
Copyright (c) 2009-201
7
Laurent Montel <montel@kde.org>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
src/aboutdata.h
View file @
1d5a601b
/*
This file is part of KAddressBook.
Copyright (c) 2009-201
6
Laurent Montel <montel@kde.org>
Copyright (c) 2009-201
7
Laurent Montel <montel@kde.org>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
src/akonadi/akonadicontactgrouprepository.cpp
View file @
1d5a601b
/*
This file is part of KAddressBook.
Copyright (
c
) 2016 Laurent Montel <montel@kde.org>
Copyright (
C
) 2016
-2017
Laurent Montel <montel@kde.org>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
src/akonadi/akonadicontactgrouprepository.h
View file @
1d5a601b
/*
This file is part of KAddressBook.
Copyright (
c
) 2016 Laurent Montel <montel@kde.org>
Copyright (
C
) 2016
-2017
Laurent Montel <montel@kde.org>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
src/akonadi/akonadicontactrepository.cpp
View file @
1d5a601b
/*
This file is part of KAddressBook.
Copyright (
c
) 2016 Laurent Montel <montel@kde.org>
Copyright (
C
) 2016
-2017
Laurent Montel <montel@kde.org>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
src/akonadi/akonadicontactrepository.h
View file @
1d5a601b
/*
This file is part of KAddressBook.
Copyright (
c
) 2016 Laurent Montel <montel@kde.org>
Copyright (
C
) 2016
-2017
Laurent Montel <montel@kde.org>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
src/domain/autotests/contactgrouptest.cpp
View file @
1d5a601b
/*
This file is part of KAddressBook.
Copyright (
c
) 2016 Laurent Montel <montel@kde.org>
Copyright (
C
) 2016
-2017
Laurent Montel <montel@kde.org>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
src/domain/autotests/contactgrouptest.h
View file @
1d5a601b
/*
This file is part of KAddressBook.
Copyright (
c
) 2016 Laurent Montel <montel@kde.org>
Copyright (
C
) 2016
-2017
Laurent Montel <montel@kde.org>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
src/domain/autotests/contacttest.cpp
View file @
1d5a601b
/*
This file is part of KAddressBook.
Copyright (
c
) 2016 Laurent Montel <montel@kde.org>
Copyright (
C
) 2016
-2017
Laurent Montel <montel@kde.org>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
src/domain/autotests/contacttest.h
View file @
1d5a601b
/*
This file is part of KAddressBook.
Copyright (
c
) 2016 Laurent Montel <montel@kde.org>
Copyright (
C
) 2016
-2017
Laurent Montel <montel@kde.org>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
src/domain/contact.cpp
View file @
1d5a601b
/*
This file is part of KAddressBook.
Copyright (
c
) 2016 Laurent Montel <montel@kde.org>
Copyright (
C
) 2016
-2017
Laurent Montel <montel@kde.org>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
src/domain/contact.h
View file @
1d5a601b
/*
This file is part of KAddressBook.
Copyright (
c
) 2016 Laurent Montel <montel@kde.org>
Copyright (
C
) 2016
-2017
Laurent Montel <montel@kde.org>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
src/domain/contactgroup.cpp
View file @
1d5a601b
/*
This file is part of KAddressBook.
Copyright (
c
) 2016 Laurent Montel <montel@kde.org>
Copyright (
C
) 2016
-2017
Laurent Montel <montel@kde.org>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
src/domain/contactgroup.h
View file @
1d5a601b
/*
This file is part of KAddressBook.
Copyright (
c
) 2016 Laurent Montel <montel@kde.org>
Copyright (
C
) 2016
-2017
Laurent Montel <montel@kde.org>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
src/domain/contactgrouprepository.cpp
View file @
1d5a601b
/*
This file is part of KAddressBook.
Copyright (
c
) 2016 Laurent Montel <montel@kde.org>
Copyright (
C
) 2016
-2017
Laurent Montel <montel@kde.org>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
src/domain/contactgrouprepository.h
View file @
1d5a601b
/*
This file is part of KAddressBook.
Copyright (
c
) 2016 Laurent Montel <montel@kde.org>
Copyright (
C
) 2016
-2017
Laurent Montel <montel@kde.org>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
src/domain/contactrepository.cpp
View file @
1d5a601b
/*
This file is part of KAddressBook.
Copyright (
c
) 2016 Laurent Montel <montel@kde.org>
Copyright (
C
) 2016
-2017
Laurent Montel <montel@kde.org>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
src/domain/contactrepository.h
View file @
1d5a601b
/*
This file is part of KAddressBook.
Copyright (
c
) 2016 Laurent Montel <montel@kde.org>
Copyright (
C
) 2016
-2017
Laurent Montel <montel@kde.org>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
src/kaddressbookpart.cpp
View file @
1d5a601b
/*
This file is part of KAddressBook.
Copyright (c) 2009-201
6
Laurent Montel <montel@kde.org>
Copyright (c) 2009-201
7
Laurent Montel <montel@kde.org>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
src/kaddressbookpart.h
View file @
1d5a601b
/*
This file is part of KAddressBook.
Copyright (c) 2009-201
6
Laurent Montel <montel@kde.org>
Copyright (c) 2009-201
7
Laurent Montel <montel@kde.org>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
src/listview/tests/addressbooklistviewmodel.cpp
View file @
1d5a601b
/*
Copyright (C) 2016 Laurent Montel <montel@kde.org>
Copyright (C) 2016
-2017
Laurent Montel <montel@kde.org>
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
...
...
src/listview/tests/addressbooklistviewmodel.h
View file @
1d5a601b
/*
Copyright (C) 2016 Laurent Montel <montel@kde.org>
Copyright (C) 2016
-2017
Laurent Montel <montel@kde.org>
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
...
...
src/listview/tests/addressbookmainwidget.cpp
View file @
1d5a601b
/*
Copyright (C) 2016 Laurent Montel <montel@kde.org>
Copyright (C) 2016
-2017
Laurent Montel <montel@kde.org>
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
...
...
src/listview/tests/addressbookmainwidget.h
View file @
1d5a601b
/*
Copyright (C) 2016 Laurent Montel <montel@kde.org>
Copyright (C) 2016
-2017
Laurent Montel <montel@kde.org>
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
...
...
src/listview/tests/addressbookquickwidget.cpp
View file @
1d5a601b
/*
Copyright (C) 2016 Laurent Montel <montel@kde.org>
Copyright (C) 2016
-2017
Laurent Montel <montel@kde.org>
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
...
...
src/listview/tests/addressbookquickwidget.h
View file @
1d5a601b
/*
Copyright (C) 2016 Laurent Montel <montel@kde.org>
Copyright (C) 2016
-2017
Laurent Montel <montel@kde.org>
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
...
...
src/listview/tests/main.cpp
View file @
1d5a601b
/*
Copyright (C) 2016 Laurent Montel <montel@kde.org>
Copyright (C) 2016
-2017
Laurent Montel <montel@kde.org>
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
...
...
src/listview/tests/mainwindow.cpp
View file @
1d5a601b
/*
Copyright (C) 2016 Laurent Montel <montel@kde.org>
Copyright (C) 2016
-2017
Laurent Montel <montel@kde.org>
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
...
...
src/listview/tests/mainwindow.h
View file @
1d5a601b
/*
Copyright (C) 2016 Laurent Montel <montel@kde.org>
Copyright (C) 2016
-2017
Laurent Montel <montel@kde.org>
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
...
...
src/printing/printingwizard.cpp
View file @
1d5a601b
...
...
@@ -3,7 +3,7 @@
Copyright (c) 1996-2002 Mirko Boehm <mirko@kde.org>
Tobias Koenig <tokoe@kde.org>
Copyright (c) 2009-201
6
Laurent Montel <montel@kde.org>
Copyright (c) 2009-201
7
Laurent Montel <montel@kde.org>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
...
...
src/printing/printingwizard.h
View file @
1d5a601b
...
...
@@ -3,7 +3,7 @@
Copyright (c) 1996-2002 Mirko Boehm <mirko@kde.org>
Tobias Koenig <tokoe@kde.org>
Copyright (c) 2009-201
6
Laurent Montel <montel@kde.org>
Copyright (c) 2009-201
7
Laurent Montel <montel@kde.org>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
src/printing/stylepage.h
View file @
1d5a601b
...
...
@@ -3,7 +3,7 @@
Copyright (c) 2002 Anders Lund <anders.lund@lund.tdcadsl.dk>
Tobias Koenig <tokoe@kde.org>
Copyright (c) 2009-201
6
Laurent Montel <montel@kde.org>
Copyright (c) 2009-201
7
Laurent Montel <montel@kde.org>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment