Skip to content

Commit ce4d03b

Browse files
committedDec 27, 2012
added GPL license to file
1 parent 0034bf7 commit ce4d03b

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
 

‎src/plugins/grass/qgis_grass_test.py

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
3+
#-----------------------------------------------------------
4+
#
5+
# Copyright (C) 2012 Radim Blazek
6+
# EMAIL: radim.blazek (at) gmail.com
7+
#
8+
#-----------------------------------------------------------
9+
#
10+
# licensed under the terms of GNU GPL 2
11+
#
12+
# This program is free software; you can redistribute it and/or modify
13+
# it under the terms of the GNU General Public License as published by
14+
# the Free Software Foundation; either version 2 of the License, or
15+
# (at your option) any later version.
16+
#
17+
# This program is distributed in the hope that it will be useful,
18+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
19+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20+
# GNU General Public License for more details.
21+
#
22+
# You should have received a copy of the GNU General Public License along
23+
# with this program; if not, write to the Free Software Foundation, Inc.,
24+
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
25+
#
26+
#---------------------------------------------------------------------
327

428
"""
529
***************************************************************************

0 commit comments

Comments
 (0)