diff --git a/.vim-template:cpp b/.vim-template:cpp deleted file mode 100644 --- a/.vim-template:cpp +++ /dev/null @@ -1,31 +0,0 @@ -/* - * Copyright (C) %YEAR% %USER% <%MAIL%> - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 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 6 of version 3 of the license. - * - * 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. - * If not, see . - */ - -#include "%FILE%.h" - -namespace KActivities { -namespace Stats { - -%HERE% - -} // namespace Stats -} // namespace KActivities - diff --git a/.vim-template:h b/.vim-template:h deleted file mode 100644 --- a/.vim-template:h +++ /dev/null @@ -1,34 +0,0 @@ -/* - * Copyright (C) %YEAR% %USER% <%MAIL%> - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 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 6 of version 3 of the license. - * - * 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. - * If not, see . - */ - -#ifndef KACTIVITIES_STATS_%GUARD% -#define KACTIVITIES_STATS_%GUARD% - -namespace KActivities { -namespace Stats { - -%HERE% - -} // namespace Stats -} // namespace KActivities - -#endif // KACTIVITIES_STATS_%GUARD% -