@@ -11,10 +11,6 @@ def ada_case(word):
11
11
out = out + word[i]
12
12
return out
13
13
14
- def get_year ():
15
- import time
16
- return time.strftime(" %Y" )
17
-
18
14
endglobal
19
15
20
16
snippet wi " with"
@@ -281,44 +277,4 @@ snippet newline "Ada.Text_IO.New_Line"
281
277
Ada.Text_IO.New_Line(${1: 1 } );$0
282
278
endsnippet
283
279
284
- snippet gpl " GPL license header"
285
- -- This program is free software; you can redistribute it and/or modify
286
- -- it under the terms of the GNU ${1} General Public License as published by
287
- -- the Free Software Foundation; either version ${2: 3 } of the License, or
288
- -- (at your option) any later version.
289
- --
290
- -- This program is distributed in the hope that it will be useful,
291
- -- but WITHOUT ANY WARRANTY; without even the implied warranty of
292
- -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
293
- -- GNU $1 General Public License for more details.
294
- --
295
- -- You should have received a copy of the GNU $1 General Public License
296
- -- along with this program; if not, see <http://www.gnu.org/licenses/>.
297
- --
298
- -- Copyright (C) ${3: Author } , ${4: `!p snip.rv = get_year()` }
299
-
300
- $0
301
- endsnippet
302
-
303
- snippet gplf " GPL file license header"
304
- -- This file is part of ${1: Program-Name } .
305
- --
306
- -- $1 is free software: you can redistribute it and/or modify
307
- -- it under the terms of the GNU ${2} General Public License as published by
308
- -- the Free Software Foundation, either version ${3: 3 } of the License, or
309
- -- (at your option) any later version.
310
- --
311
- -- $1 is distributed in the hope that it will be useful,
312
- -- but WITHOUT ANY WARRANTY; without even the implied warranty of
313
- -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
314
- -- GNU $2 General Public License for more details.
315
- --
316
- -- You should have received a copy of the GNU $2 General Public License
317
- -- along with $1 . If not, see <http://www.gnu.org/licenses/>.
318
- --
319
- -- Copyright (C) ${4: Author } , ${5: `!p snip.rv = get_year()` }
320
-
321
- $0
322
- endsnippet
323
-
324
280
# vim:ft=snippets:
0 commit comments