~ubuntu-branches/debian/stretch/gnome-builder/stretch

« back to all changes in this revision

Viewing changes to data/snippets/licenses.snippets

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2015-10-11 12:38:45 UTC
  • Revision ID: package-import@ubuntu.com-20151011123845-a0hvkz01se0p1p5a
Tags: upstream-3.16.3
ImportĀ upstreamĀ versionĀ 3.16.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
snippet gpl
 
2
- scope c, chdr, cpp, css, js, vala
 
3
        /* ${1:$filename}
 
4
         *
 
5
         * Copyright (C) $year ${2:$fullname} <${3:$email}>
 
6
         *
 
7
         * This program is free software: you can redistribute it and/or modify
 
8
         * it under the terms of the GNU General Public License as published by
 
9
         * the Free Software Foundation, either version 3 of the License, or
 
10
         * (at your option) any later version.
 
11
         *
 
12
         * This program is distributed in the hope that it will be useful,
 
13
         * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
14
         * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
15
         * GNU General Public License for more details.
 
16
         *
 
17
         * You should have received a copy of the GNU General Public License
 
18
         * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
19
         */
 
20
        $0
 
21
- scope python, python3
 
22
        # ${1:$filename}
 
23
        #
 
24
        # Copyright (C) $year ${2:$fullname} <${3:$email}>
 
25
        #
 
26
        # This program is free software: you can redistribute it and/or modify
 
27
        # it under the terms of the GNU General Public License as published by
 
28
        # the Free Software Foundation, either version 3 of the License, or
 
29
        # (at your option) any later version.
 
30
        #
 
31
        # This program is distributed in the hope that it will be useful,
 
32
        # but WITHOUT ANY WARRANTY; without even the implied warranty of
 
33
        # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
34
        # GNU General Public License for more details.
 
35
        #
 
36
        # You should have received a copy of the GNU General Public License
 
37
        # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
38
        $0
 
39
- scope c-sharp
 
40
        //
 
41
        // ${1:$filename}
 
42
        //
 
43
        // Copyright (C) $year ${2:$fullname} <${3:$email}>
 
44
        //
 
45
        // This program is free software: you can redistribute it and/or modify
 
46
        // it under the terms of the GNU General Public License as published by
 
47
        // the Free Software Foundation, either version 3 of the License, or
 
48
        // (at your option) any later version.
 
49
        //
 
50
        // This program is distributed in the hope that it will be useful,
 
51
        // but WITHOUT ANY WARRANTY; without even the implied warranty of
 
52
        // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
53
        // GNU General Public License for more details.
 
54
        //
 
55
        // You should have received a copy of the GNU General Public License
 
56
        // along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
57
        //
 
58
        $0
 
59
snippet lgpl
 
60
- scope c, chdr, cpp, css, js, vala
 
61
        /* ${1:$filename}
 
62
         *
 
63
         * Copyright (C) $year ${2:$fullname} <${3:$email}>
 
64
         *
 
65
         * This file is free software; you can redistribute it and/or modify it
 
66
         * under the terms of the GNU Lesser General Public License as
 
67
         * published by the Free Software Foundation; either version 3 of the
 
68
         * License, or (at your option) any later version.
 
69
         *
 
70
         * This file is distributed in the hope that it will be useful, but
 
71
         * WITHOUT ANY WARRANTY; without even the implied warranty of
 
72
         * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
73
         * Lesser General Public License for more details.
 
74
         *
 
75
         * You should have received a copy of the GNU General Public License
 
76
         * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
77
         */
 
78
        $0
 
79
- scope python, python3
 
80
        # ${1:$filename}
 
81
        #
 
82
        # Copyright (C) $year ${2:$fullname} <${3:$email}>
 
83
        #
 
84
        # This file is free software; you can redistribute it and/or modify it
 
85
        # under the terms of the GNU Lesser General Public License as
 
86
        # published by the Free Software Foundation; either version 3 of the
 
87
        # License, or (at your option) any later version.
 
88
        #
 
89
        # This file is distributed in the hope that it will be useful, but
 
90
        # WITHOUT ANY WARRANTY; without even the implied warranty of
 
91
        # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
92
        # Lesser General Public License for more details.
 
93
        #
 
94
        # You should have received a copy of the GNU General Public License
 
95
        # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
96
        $0
 
97
- scope c-sharp
 
98
        //
 
99
        // ${1:$filename}
 
100
        //
 
101
        // Copyright (C) $year ${2:$fullname} <${3:$email}>
 
102
        //
 
103
        // This file is free software; you can redistribute it and/or modify it
 
104
        // under the terms of the GNU Lesser General Public License as
 
105
        // published by the Free Software Foundation; either version 3 of the
 
106
        // License, or (at your option) any later version.
 
107
        //
 
108
        // This file is distributed in the hope that it will be useful, but
 
109
        // WITHOUT ANY WARRANTY; without even the implied warranty of
 
110
        // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
111
        // Lesser General Public License for more details.
 
112
        //
 
113
        // You should have received a copy of the GNU General Public License
 
114
        // along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
115
        //
 
116
        $0