Skip to content

Commit 6cf3cb4

Browse files
committedApr 22, 2010
added a GPL header to all python files
git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@329 bbaffbd6-741e-11dd-a85d-61de82d9cad9
1 parent 2938ac0 commit 6cf3cb4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+1533
-4
lines changed
 

‎Tests/CylindricalCutterTest.py

+22
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
11
#!/usr/bin/python
2+
# -*- coding: utf-8 -*-
3+
"""
4+
$Id$
5+
6+
Copyright 2008 Lode Leroy
7+
8+
This file is part of PyCAM.
9+
10+
PyCAM is free software: you can redistribute it and/or modify
11+
it under the terms of the GNU General Public License as published by
12+
the Free Software Foundation, either version 3 of the License, or
13+
(at your option) any later version.
14+
15+
PyCAM is distributed in the hope that it will be useful,
16+
but WITHOUT ANY WARRANTY; without even the implied warranty of
17+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18+
GNU General Public License for more details.
19+
20+
You should have received a copy of the GNU General Public License
21+
along with PyCAM. If not, see <http://www.gnu.org/licenses/>.
22+
"""
23+
224
import sys
325
sys.path.insert(0,'.')
426

‎Tests/DropCutterTest.py

+22
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
11
#!/usr/bin/python
2+
# -*- coding: utf-8 -*-
3+
"""
4+
$Id$
5+
6+
Copyright 2009 Lode Leroy
7+
8+
This file is part of PyCAM.
9+
10+
PyCAM is free software: you can redistribute it and/or modify
11+
it under the terms of the GNU General Public License as published by
12+
the Free Software Foundation, either version 3 of the License, or
13+
(at your option) any later version.
14+
15+
PyCAM is distributed in the hope that it will be useful,
16+
but WITHOUT ANY WARRANTY; without even the implied warranty of
17+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18+
GNU General Public License for more details.
19+
20+
You should have received a copy of the GNU General Public License
21+
along with PyCAM. If not, see <http://www.gnu.org/licenses/>.
22+
"""
23+
224
import sys
325
sys.path.insert(0,'.')
426

0 commit comments

Comments
 (0)
Please sign in to comment.