Skip to content

Commit 058bde6

Browse files
committed
remove duplicate license snippets
1 parent 2ce8ef4 commit 058bde6

File tree

2 files changed

+0
-82
lines changed

2 files changed

+0
-82
lines changed

UltiSnips/ada.snippets

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ def ada_case(word):
1111
out = out + word[i]
1212
return out
1313
14-
def get_year():
15-
import time
16-
return time.strftime("%Y")
17-
1814
endglobal
1915

2016
snippet wi "with"
@@ -281,44 +277,4 @@ snippet newline "Ada.Text_IO.New_Line"
281277
Ada.Text_IO.New_Line(${1:1});$0
282278
endsnippet
283279

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 $1General Public License for more details.
294-
--
295-
-- You should have received a copy of the GNU $1General 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 $2General Public License for more details.
315-
--
316-
-- You should have received a copy of the GNU $2General 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-
324280
# vim:ft=snippets:

snippets/ada.snippets

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -215,41 +215,3 @@ snippet getl Ada.Text_IO.Get_Line
215215
snippet newline Ada.Text_IO.New_Line
216216
Ada.Text_IO.New_Line(${1:1});${0}
217217

218-
snippet gpl GPL license header
219-
-- This program is free software; you can redistribute it and/or modify
220-
-- it under the terms of the GNU ${1}General Public License as published by
221-
-- the Free Software Foundation; either version ${2:3} of the License, or
222-
-- (at your option) any later version.
223-
--
224-
-- This program is distributed in the hope that it will be useful,
225-
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
226-
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
227-
-- GNU $1General Public License for more details.
228-
--
229-
-- You should have received a copy of the GNU $1General Public License
230-
-- along with this program; if not, see <http://www.gnu.org/licenses/>.
231-
--
232-
-- Copyright (C) ${3:Author}, ${4:`strftime("%Y")`}
233-
234-
${0}
235-
236-
snippet gplf GPL file license header
237-
-- This file is part of ${1:Program-Name}.
238-
--
239-
-- $1 is free software: you can redistribute it and/or modify
240-
-- it under the terms of the GNU ${2}General Public License as published by
241-
-- the Free Software Foundation, either version ${3:3} of the License, or
242-
-- (at your option) any later version.
243-
--
244-
-- $1 is distributed in the hope that it will be useful,
245-
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
246-
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
247-
-- GNU $2General Public License for more details.
248-
--
249-
-- You should have received a copy of the GNU $2General Public License
250-
-- along with $1. If not, see <http://www.gnu.org/licenses/>.
251-
--
252-
-- Copyright (C) ${4:Author}, ${5:`strftime("%Y")`}
253-
254-
${0}
255-

0 commit comments

Comments
 (0)