diff --git a/src/libdanbooru/danbooru.h b/src/libdanbooru/danbooru.h index b2fca45..987a675 100644 --- a/src/libdanbooru/danbooru.h +++ b/src/libdanbooru/danbooru.h @@ -1,25 +1,23 @@ /* - * This file is part of libdanbooru. - * Copyright 2013 Luca Beltrame + * Copyright 2015 Luca Beltrame * - * 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 (at your option) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. + * This file is part of Danbooru Client. * - * This program is distributed in the hope that it will be useful, + * Danbooru Client 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 3 of the License, or + * (at your option) any later version. + * + * Danbooru Client 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 . - * + * along with Danbooru Client. If not, see . */ + #ifndef DANBOORU_H #define DANBOORU_H diff --git a/src/libdanbooru/danboorupool.cpp b/src/libdanbooru/danboorupool.cpp index 176dc8b..53b1f91 100644 --- a/src/libdanbooru/danboorupool.cpp +++ b/src/libdanbooru/danboorupool.cpp @@ -1,25 +1,23 @@ /* - * This file is part of libdanbooru. - * Copyright 2013 Luca Beltrame + * Copyright 2015 Luca Beltrame * - * 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 (at your option) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. + * This file is part of Danbooru Client. * - * This program is distributed in the hope that it will be useful, + * Danbooru Client 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 3 of the License, or + * (at your option) any later version. + * + * Danbooru Client 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 . - * + * along with Danbooru Client. If not, see . */ + #include "danboorupool.h" namespace Danbooru diff --git a/src/libdanbooru/danboorupool.h b/src/libdanbooru/danboorupool.h index b501cd5..6527a9a 100644 --- a/src/libdanbooru/danboorupool.h +++ b/src/libdanbooru/danboorupool.h @@ -1,25 +1,23 @@ /* - * This file is part of libdanbooru. - * Copyright 2013 Luca Beltrame + * Copyright 2015 Luca Beltrame * - * 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 (at your option) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. + * This file is part of Danbooru Client. * - * This program is distributed in the hope that it will be useful, + * Danbooru Client 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 3 of the License, or + * (at your option) any later version. + * + * Danbooru Client 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 . - * + * along with Danbooru Client. If not, see . */ + #ifndef DANBOORUPOOL_H #define DANBOORUPOOL_H diff --git a/src/libdanbooru/danboorupost.cpp b/src/libdanbooru/danboorupost.cpp index 0ff40e5..ad1e570 100644 --- a/src/libdanbooru/danboorupost.cpp +++ b/src/libdanbooru/danboorupost.cpp @@ -1,25 +1,23 @@ /* - * This file is part of libdanbooru. - * Copyright 2013 Luca Beltrame + * Copyright 2015 Luca Beltrame * - * 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 (at your option) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. + * This file is part of Danbooru Client. * - * This program is distributed in the hope that it will be useful, + * Danbooru Client 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 3 of the License, or + * (at your option) any later version. + * + * Danbooru Client 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 . - * + * along with Danbooru Client. If not, see . */ + // Qt #include diff --git a/src/libdanbooru/danboorupost.h b/src/libdanbooru/danboorupost.h index f6e63a4..4464130 100644 --- a/src/libdanbooru/danboorupost.h +++ b/src/libdanbooru/danboorupost.h @@ -1,25 +1,23 @@ /* - * This file is part of libdanbooru. - * Copyright 2013 Luca Beltrame + * Copyright 2015 Luca Beltrame * - * 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 (at your option) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. + * This file is part of Danbooru Client. * - * This program is distributed in the hope that it will be useful, + * Danbooru Client 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 3 of the License, or + * (at your option) any later version. + * + * Danbooru Client 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 . - * + * along with Danbooru Client. If not, see . */ + #ifndef DANBOORUPOST_H #define DANBOORUPOST_H diff --git a/src/libdanbooru/danbooruservice.cpp b/src/libdanbooru/danbooruservice.cpp index ca91f94..b9c4cfc 100644 --- a/src/libdanbooru/danbooruservice.cpp +++ b/src/libdanbooru/danbooruservice.cpp @@ -1,25 +1,23 @@ /* - * - * Copyright 2013 Luca Beltrame + * Copyright 2015 Luca Beltrame * - * 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 (at your option) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. + * This file is part of Danbooru Client. * - * This program is distributed in the hope that it will be useful, + * Danbooru Client 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 3 of the License, or + * (at your option) any later version. + * + * Danbooru Client 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 . - * + * along with Danbooru Client. If not, see . */ + // STL #include diff --git a/src/libdanbooru/danbooruservice.h b/src/libdanbooru/danbooruservice.h index 87e6537..c577eb7 100644 --- a/src/libdanbooru/danbooruservice.h +++ b/src/libdanbooru/danbooruservice.h @@ -1,26 +1,23 @@ /* - * This file is part of libdanbooru. - * Copyright 2013 Luca Beltrame + * Copyright 2015 Luca Beltrame * - * 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 (at your option) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. + * This file is part of Danbooru Client. * - * This program is distributed in the hope that it will be useful, + * Danbooru Client 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 3 of the License, or + * (at your option) any later version. + * + * Danbooru Client 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 . - * - * + * along with Danbooru Client. If not, see . */ + #ifndef DANBOORUSERVICE_H #define DANBOORUSERVICE_H diff --git a/src/libdanbooru/danboorutag.cpp b/src/libdanbooru/danboorutag.cpp index 2b05ec7..c09bcf7 100644 --- a/src/libdanbooru/danboorutag.cpp +++ b/src/libdanbooru/danboorutag.cpp @@ -1,25 +1,23 @@ /* - * - * Copyright 2013 Luca Beltrame + * Copyright 2015 Luca Beltrame * - * 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 (at your option) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. + * This file is part of Danbooru Client. * - * This program is distributed in the hope that it will be useful, + * Danbooru Client 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 3 of the License, or + * (at your option) any later version. + * + * Danbooru Client 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 . - * + * along with Danbooru Client. If not, see . */ + #include "danboorutag.h" namespace Danbooru diff --git a/src/libdanbooru/danboorutag.h b/src/libdanbooru/danboorutag.h index fde14d6..486d2be 100644 --- a/src/libdanbooru/danboorutag.h +++ b/src/libdanbooru/danboorutag.h @@ -1,25 +1,23 @@ /* - * - * Copyright 2013 Luca Beltrame + * Copyright 2015 Luca Beltrame * - * 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 (at your option) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. + * This file is part of Danbooru Client. * - * This program is distributed in the hope that it will be useful, + * Danbooru Client 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 3 of the License, or + * (at your option) any later version. + * + * Danbooru Client 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 . - * + * along with Danbooru Client. If not, see . */ + #ifndef DANBOORUTAG_H #define DANBOORUTAG_H diff --git a/src/libdanbooru/utils.cpp b/src/libdanbooru/utils.cpp index 844ef13..7bbc0e5 100644 --- a/src/libdanbooru/utils.cpp +++ b/src/libdanbooru/utils.cpp @@ -1,25 +1,23 @@ /* - * - * Copyright 2013 Luca Beltrame + * Copyright 2015 Luca Beltrame * - * 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 (at your option) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. + * This file is part of Danbooru Client. * - * This program is distributed in the hope that it will be useful, + * Danbooru Client 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 3 of the License, or + * (at your option) any later version. + * + * Danbooru Client 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 . - * + * along with Danbooru Client. If not, see . */ + // Own #include "utils.h" diff --git a/src/libdanbooru/utils.h b/src/libdanbooru/utils.h index 035f386..8bf7b39 100644 --- a/src/libdanbooru/utils.h +++ b/src/libdanbooru/utils.h @@ -1,25 +1,23 @@ /* - * This file is part of libdanbooru. - * Copyright 2013 Luca Beltrame + * Copyright 2015 Luca Beltrame * - * 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 (at your option) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. + * This file is part of Danbooru Client. * - * This program is distributed in the hope that it will be useful, + * Danbooru Client 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 3 of the License, or + * (at your option) any later version. + * + * Danbooru Client 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 . - * + * along with Danbooru Client. If not, see . */ + #ifndef UTILS_H #define UTILS_H diff --git a/src/model/danboorupostmodel.cpp b/src/model/danboorupostmodel.cpp index b300253..c7073c1 100644 --- a/src/model/danboorupostmodel.cpp +++ b/src/model/danboorupostmodel.cpp @@ -1,25 +1,23 @@ /* - * - * Copyright 2013 Luca Beltrame + * Copyright 2015 Luca Beltrame * - * 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 (at your option) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. + * This file is part of Danbooru Client. * - * This program is distributed in the hope that it will be useful, + * Danbooru Client 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 3 of the License, or + * (at your option) any later version. + * + * Danbooru Client 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 . - * + * along with Danbooru Client. If not, see . */ + // Own #include "danboorupostmodel.h" diff --git a/src/model/danboorupostmodel.h b/src/model/danboorupostmodel.h index 2a71e99..51b77b8 100644 --- a/src/model/danboorupostmodel.h +++ b/src/model/danboorupostmodel.h @@ -17,6 +17,7 @@ * along with Danbooru Client. If not, see . */ + #ifndef DANBOORUPOSTMODEL_H #define DANBOORUPOSTMODEL_H diff --git a/src/model/danboorutagmodel.cpp b/src/model/danboorutagmodel.cpp index 7a6d517..6ec66c1 100644 --- a/src/model/danboorutagmodel.cpp +++ b/src/model/danboorutagmodel.cpp @@ -17,6 +17,7 @@ * along with Danbooru Client. If not, see . */ + #include "danboorutagmodel.h" #include "libdanbooru/danboorutag.h" #include