From 598d21876fd1620fc8a6bd11e0a221aef2d09f24 Mon Sep 17 00:00:00 2001 From: wmayer Date: Wed, 9 Jan 2013 14:56:19 +0100 Subject: [PATCH] License issues --- src/Tools/LicenseChecker.py | 6 +++++- src/Tools/PythonToCPP.py | 3 +++ src/Tools/encode/lencode.cpp | 3 +++ src/Tools/updateppa.py | 4 ++++ 4 files changed, 15 insertions(+), 1 deletion(-) diff --git a/src/Tools/LicenseChecker.py b/src/Tools/LicenseChecker.py index 4cd073a9ed..40f1b343e5 100644 --- a/src/Tools/LicenseChecker.py +++ b/src/Tools/LicenseChecker.py @@ -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' ] diff --git a/src/Tools/PythonToCPP.py b/src/Tools/PythonToCPP.py index 613fcd0521..2f381f4eb6 100644 --- a/src/Tools/PythonToCPP.py +++ b/src/Tools/PythonToCPP.py @@ -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") diff --git a/src/Tools/encode/lencode.cpp b/src/Tools/encode/lencode.cpp index 69337be0ae..170b6735b5 100644 --- a/src/Tools/encode/lencode.cpp +++ b/src/Tools/encode/lencode.cpp @@ -1,3 +1,6 @@ +/* + (c) 2006 Werner Mayer LGPL +*/ #include #include diff --git a/src/Tools/updateppa.py b/src/Tools/updateppa.py index 069c7e6e8f..896a1ede75 100644 --- a/src/Tools/updateppa.py +++ b/src/Tools/updateppa.py @@ -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