License issues

This commit is contained in:
wmayer
2013-01-09 14:56:19 +01:00
parent 646aa90137
commit 598d21876f
4 changed files with 15 additions and 1 deletions

View File

@@ -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'
]

View File

@@ -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")

View File

@@ -1,3 +1,6 @@
/*
(c) 2006 Werner Mayer LGPL
*/
#include <qtextcodec.h>
#include <qfile.h>

View File

@@ -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