[gnome-builder] snippets: add AGPL-3.0-or-later license



commit d179271064ce72f3aa1893a9b774c76109476896
Author: JCWasmx86 <JCWasmx86 t-online de>
Date:   Thu Dec 16 16:56:31 2021 +0100

    snippets: add AGPL-3.0-or-later license

 src/plugins/snippets/snippets/licenses.snippets | 65 +++++++++++++++++++++++++
 1 file changed, 65 insertions(+)
---
diff --git a/src/plugins/snippets/snippets/licenses.snippets b/src/plugins/snippets/snippets/licenses.snippets
index 3e0a0ea7a..eb2e717eb 100644
--- a/src/plugins/snippets/snippets/licenses.snippets
+++ b/src/plugins/snippets/snippets/licenses.snippets
@@ -1,3 +1,68 @@
+snippet agpl
+- scope c, chdr, cpp, css, js, vala, java
+       /* ${1:$filename}
+        *
+        * Copyright $year ${2:$fullname} <${3:$email}>
+        *
+        * 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, either version 3 of the
+        * License, or (at your option) any later version.
+        *
+        * 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 <https://www.gnu.org/licenses/>.
+        *
+        * SPDX-License-Identifier: AGPL-3.0-or-later
+        */
+
+       $0
+- scope python, python3
+       # ${1:$filename}
+       #
+       # Copyright $year ${2:$fullname} <${3:$email}>
+       #
+       # 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, either version 3 of the
+       # License, or (at your option) any later version.
+       #
+       # 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 <https://www.gnu.org/licenses/>.
+       #
+       # SPDX-License-Identifier: AGPL-3.0-or-later
+
+       $0
+- scope c-sharp, rust
+       // ${1:$filename}
+       //
+       // Copyright $year ${2:$fullname} <${3:$email}>
+       //
+       // 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, either version 3 of the
+       // License, or (at your option) any later version.
+       //
+       // 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 <https://www.gnu.org/licenses/>.
+       //
+       // SPDX-License-Identifier: AGPL-3.0-or-later
+
+       $0
 snippet apache
 - scope c, chdr, cpp, css, js, vala, java
        /* ${1:$filename}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]