summaryrefslogtreecommitdiffstats
path: root/.vim/UltiSnips/php.snippets
blob: 903b1ed7c07ff790c1325ad02560947e67299add (plain)
1
2
3
4
5
6
7
8
9
10
11
snippet copy "Copyright notice" b
<?php
/*
 * Copyright `date +%Y` Florian "Bluewind" Pritz <bluewind@server-speed.net>
 *
 * Licensed under AGPLv3
 * (see COPYING for full license text)
 *
 */

endsnippet