Move copyright notices to snippets.

This commit is contained in:
tastytea 2020-01-03 07:36:44 +01:00
parent 6ea6a99c87
commit aa2faf159c
4 changed files with 40 additions and 32 deletions

View File

@ -1,19 +1,3 @@
/* This file is part of `(projectile-project-name)`.
* Copyright © `(format-time-string "%Y")` `user-full-name` <`user-mail-address`>
*
* 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, version 3.
*
* This program 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 <http://www.gnu.org/licenses/>.
*/
#include "`(file-name-nondirectory (file-name-sans-extension (buffer-file-name)))`.hpp"
namespace ${1:`(projectile-project-name)`}

View File

@ -1,19 +1,3 @@
/* This file is part of `(projectile-project-name)`.
* Copyright © `(format-time-string "%Y")` `user-full-name` <`user-mail-address`>
*
* 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, version 3.
*
* This program 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 <http://www.gnu.org/licenses/>.
*/
#ifndef ${1:`(upcase (replace-regexp-in-string "-" "_" (projectile-project-name)))`_`(upcase (file-name-nondirectory (file-name-sans-extension (buffer-file-name))))`_`(upcase (file-name-extension (buffer-file-name)))`}
#define $1

20
snippets/c++-mode/AGPL Normal file
View File

@ -0,0 +1,20 @@
# -*- mode: snippet -*-
# name: AGPL
# key: AGPL
# --
/* This file is part of `(projectile-project-name)`.
* Copyright © `(format-time-string "%Y")` `user-full-name` <`user-mail-address`>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, version 3.
*
* This program 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$0

20
snippets/c++-mode/GPL Normal file
View File

@ -0,0 +1,20 @@
# -*- mode: snippet -*-
# name: GPL
# key: GPL
# --
/* This file is part of `(projectile-project-name)`.
* Copyright © `(format-time-string "%Y")` `user-full-name` <`user-mail-address`>
*
* 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, version 3.
*
* This program 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 <http://www.gnu.org/licenses/>.
*/
$0