License issues
This commit is contained in:
@@ -11,7 +11,9 @@ flt=['__init__.py', '_rc.py', 'CxImage',
|
||||
'coin_header_includes.h',
|
||||
'CxxDebug.hxx',
|
||||
'IndirectPythonInterface.hxx',
|
||||
('src%sTools')%(os.path.sep),
|
||||
('thumbs%sIExtractImage.h')%(os.path.sep),
|
||||
#('src%sTools')%(os.path.sep),
|
||||
('src%sTools%sembedded')%(os.path.sep,os.path.sep),
|
||||
('App%skdl_cp')%(os.path.sep),
|
||||
('3rdParty%satlas')%(os.path.sep),
|
||||
('Mod%sGDML')%(os.path.sep),
|
||||
@@ -36,6 +38,8 @@ lic=['LGPL',
|
||||
'Redistribution and use in source and binary forms',
|
||||
'it under the same terms as Python itself',
|
||||
'As a special exception, you may create a larger work that contains',
|
||||
'Permission is hereby granted, free of charge, to any person obtaining',
|
||||
'Permission is granted to anyone to use this software',
|
||||
'This file was automatically generated by SWIG'
|
||||
]
|
||||
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
# (c) 2004 Werner Mayer LGPL
|
||||
|
||||
import os,sys,string
|
||||
|
||||
#os.chdir("E:\\Develop\\FreeCADWin\\scripts")
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
/*
|
||||
(c) 2006 Werner Mayer LGPL
|
||||
*/
|
||||
|
||||
#include <qtextcodec.h>
|
||||
#include <qfile.h>
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
# (c) 2012 Werner Mayer LGPL
|
||||
|
||||
import sys
|
||||
from os import chdir
|
||||
from os import path
|
||||
|
||||
Reference in New Issue
Block a user