diff --git a/app/layoutsDelegates/activitycmbboxdelegate.cpp b/app/layoutsDelegates/activitycmbboxdelegate.cpp index 81ba40ac7..7d9248c07 100644 --- a/app/layoutsDelegates/activitycmbboxdelegate.cpp +++ b/app/layoutsDelegates/activitycmbboxdelegate.cpp @@ -1,3 +1,22 @@ +/* +* Copyright 2017-2018 Michail Vourlakos +* +* This file is part of Latte-Dock +* +* Latte-Dock 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 (at your option) any later version. +* +* Latte-Dock 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 General Public License for more details. +* +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +*/ + #include "activitycmbboxdelegate.h" #include "../settingsdialog.h" diff --git a/app/layoutsDelegates/activitycmbboxdelegate.h b/app/layoutsDelegates/activitycmbboxdelegate.h index 2e657b3e4..5c02c0c54 100644 --- a/app/layoutsDelegates/activitycmbboxdelegate.h +++ b/app/layoutsDelegates/activitycmbboxdelegate.h @@ -1,3 +1,22 @@ +/* +* Copyright 2017-2018 Michail Vourlakos +* +* This file is part of Latte-Dock +* +* Latte-Dock 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 (at your option) any later version. +* +* Latte-Dock 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 General Public License for more details. +* +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +*/ + #ifndef ACTIVITYCMBBOXDELEGATE_H #define ACTIVITYCMBBOXDELEGATE_H diff --git a/app/layoutsDelegates/checkboxdelegate.cpp b/app/layoutsDelegates/checkboxdelegate.cpp index a9c716034..ea67b8c89 100644 --- a/app/layoutsDelegates/checkboxdelegate.cpp +++ b/app/layoutsDelegates/checkboxdelegate.cpp @@ -1,3 +1,22 @@ +/* +* Copyright 2017-2018 Michail Vourlakos +* +* This file is part of Latte-Dock +* +* Latte-Dock 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 (at your option) any later version. +* +* Latte-Dock 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 General Public License for more details. +* +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +*/ + #include "checkboxdelegate.h" #include diff --git a/app/layoutsDelegates/checkboxdelegate.h b/app/layoutsDelegates/checkboxdelegate.h index 8129c11aa..39634c0ea 100644 --- a/app/layoutsDelegates/checkboxdelegate.h +++ b/app/layoutsDelegates/checkboxdelegate.h @@ -1,3 +1,22 @@ +/* +* Copyright 2017-2018 Michail Vourlakos +* +* This file is part of Latte-Dock +* +* Latte-Dock 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 (at your option) any later version. +* +* Latte-Dock 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 General Public License for more details. +* +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +*/ + #include class CheckBoxDelegate : public QStyledItemDelegate { diff --git a/app/layoutsDelegates/colorcmbboxdelegate.cpp b/app/layoutsDelegates/colorcmbboxdelegate.cpp index cb880b4cf..12556c47b 100644 --- a/app/layoutsDelegates/colorcmbboxdelegate.cpp +++ b/app/layoutsDelegates/colorcmbboxdelegate.cpp @@ -1,3 +1,22 @@ +/* +* Copyright 2017-2018 Michail Vourlakos +* +* This file is part of Latte-Dock +* +* Latte-Dock 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 (at your option) any later version. +* +* Latte-Dock 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 General Public License for more details. +* +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +*/ + #include "colorcmbboxdelegate.h" #include "colorcmbboxitemdelegate.h" diff --git a/app/layoutsDelegates/colorcmbboxdelegate.h b/app/layoutsDelegates/colorcmbboxdelegate.h index e84e49c50..f73e39767 100644 --- a/app/layoutsDelegates/colorcmbboxdelegate.h +++ b/app/layoutsDelegates/colorcmbboxdelegate.h @@ -1,3 +1,22 @@ +/* +* Copyright 2017-2018 Michail Vourlakos +* +* This file is part of Latte-Dock +* +* Latte-Dock 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 (at your option) any later version. +* +* Latte-Dock 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 General Public License for more details. +* +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +*/ + #ifndef COLORCMBBOXDELEGATE_H #define COLORCMBBOXDELEGATE_H diff --git a/app/layoutsDelegates/colorcmbboxitemdelegate.cpp b/app/layoutsDelegates/colorcmbboxitemdelegate.cpp index 05b880bb8..392e30d77 100644 --- a/app/layoutsDelegates/colorcmbboxitemdelegate.cpp +++ b/app/layoutsDelegates/colorcmbboxitemdelegate.cpp @@ -1,3 +1,22 @@ +/* +* Copyright 2017-2018 Michail Vourlakos +* +* This file is part of Latte-Dock +* +* Latte-Dock 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 (at your option) any later version. +* +* Latte-Dock 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 General Public License for more details. +* +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +*/ + #include "colorcmbboxitemdelegate.h" #include diff --git a/app/layoutsDelegates/colorcmbboxitemdelegate.h b/app/layoutsDelegates/colorcmbboxitemdelegate.h index 53aaee589..d10cc9604 100644 --- a/app/layoutsDelegates/colorcmbboxitemdelegate.h +++ b/app/layoutsDelegates/colorcmbboxitemdelegate.h @@ -1,3 +1,22 @@ +/* +* Copyright 2017-2018 Michail Vourlakos +* +* This file is part of Latte-Dock +* +* Latte-Dock 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 (at your option) any later version. +* +* Latte-Dock 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 General Public License for more details. +* +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +*/ + #ifndef COLORCMBBOXITEMDELEGATE_H #define COLORCMBBOXITEMDELEGATE_H diff --git a/app/layoutsDelegates/layoutnamedelegate.cpp b/app/layoutsDelegates/layoutnamedelegate.cpp index 4cd50ea9e..987b3ddbd 100644 --- a/app/layoutsDelegates/layoutnamedelegate.cpp +++ b/app/layoutsDelegates/layoutnamedelegate.cpp @@ -1,3 +1,22 @@ +/* +* Copyright 2017-2018 Michail Vourlakos +* +* This file is part of Latte-Dock +* +* Latte-Dock 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 (at your option) any later version. +* +* Latte-Dock 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 General Public License for more details. +* +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +*/ + #include "layoutnamedelegate.h" #include diff --git a/app/layoutsDelegates/layoutnamedelegate.h b/app/layoutsDelegates/layoutnamedelegate.h index 4dd53dc35..19394fe88 100644 --- a/app/layoutsDelegates/layoutnamedelegate.h +++ b/app/layoutsDelegates/layoutnamedelegate.h @@ -1,3 +1,22 @@ +/* +* Copyright 2017-2018 Michail Vourlakos +* +* This file is part of Latte-Dock +* +* Latte-Dock 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 (at your option) any later version. +* +* Latte-Dock 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 General Public License for more details. +* +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +*/ + #include class LayoutNameDelegate : public QStyledItemDelegate {