瀏覽代碼

Revert "added license note in python files"

This reverts commit 39cb289927ec36724de9373e099aa21b544b89ba.
FlorianPalm 7 年之前
父節點
當前提交
4f3bd82065

+ 0 - 4
doc/conf.py

@@ -1,7 +1,3 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public 
- * License, v. 2.0. If a copy of the MPL was not distributed with this 
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
 # -*- coding: utf-8 -*-
 #
 # open62541 documentation build configuration file, created by

+ 0 - 4
tools/amalgamate.py

@@ -1,7 +1,3 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public 
- * License, v. 2.0. If a copy of the MPL was not distributed with this 
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
 from __future__ import print_function
 import re
 import argparse

+ 0 - 4
tools/c2rst.py

@@ -1,7 +1,3 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public 
- * License, v. 2.0. If a copy of the MPL was not distributed with this 
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
 import sys
 import os
 import binascii

+ 0 - 4
tools/certs/create_self-signed.py

@@ -1,7 +1,3 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public 
- * License, v. 2.0. If a copy of the MPL was not distributed with this 
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
 import sys
 import os
 import shutil

+ 0 - 4
tools/generate_datatypes.py

@@ -1,7 +1,3 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public 
- * License, v. 2.0. If a copy of the MPL was not distributed with this 
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
 from __future__ import print_function
 import sys
 import time

+ 0 - 4
tools/generate_nodeids.py

@@ -1,7 +1,3 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public 
- * License, v. 2.0. If a copy of the MPL was not distributed with this 
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
 from __future__ import print_function
 import inspect
 import sys

+ 0 - 4
tools/generate_statuscode_descriptions.py

@@ -1,7 +1,3 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public 
- * License, v. 2.0. If a copy of the MPL was not distributed with this 
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
 from __future__ import print_function
 import sys
 import platform

+ 0 - 4
tools/hex2bin.py

@@ -1,7 +1,3 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public 
- * License, v. 2.0. If a copy of the MPL was not distributed with this 
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
 import sys
 import os
 import binascii

+ 1 - 5
tools/pyUANamespace/generate_open62541CCode.py

@@ -1,7 +1,3 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public 
- * License, v. 2.0. If a copy of the MPL was not distributed with this 
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
 #!/usr/bin/python
 # -*- coding: utf-8 -*-
 
@@ -13,7 +9,7 @@
 ### contributed to the open62541 project by the author. All licensing
 ### terms for this source is inherited by the terms and conditions
 ### specified for by the open62541 project (see the projects readme
-### file for more information on the MPLv2 terms and restrictions).
+### file for more information on the LGPL terms and restrictions).
 ###
 ### This program is not meant to be used in a production environment. The
 ### author is not liable for any complications arising due to the use of

+ 1 - 5
tools/pyUANamespace/open62541_MacroHelper.py

@@ -1,7 +1,3 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public 
- * License, v. 2.0. If a copy of the MPL was not distributed with this 
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
 #!/usr/bin/env/python
 # -*- coding: utf-8 -*-
 
@@ -13,7 +9,7 @@
 ### contributed to the open62541 project by the author. All licensing
 ### terms for this source is inherited by the terms and conditions
 ### specified for by the open62541 project (see the projects readme
-### file for more information on the MPLv2 terms and restrictions).
+### file for more information on the LGPL terms and restrictions).
 ###
 ### This program is not meant to be used in a production environment. The
 ### author is not liable for any complications arising due to the use of

+ 1 - 5
tools/pyUANamespace/open62541_XMLPreprocessor.py

@@ -1,7 +1,3 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public 
- * License, v. 2.0. If a copy of the MPL was not distributed with this 
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
 #!/usr/bin/env/python
 # -*- coding: utf-8 -*-
 
@@ -12,7 +8,7 @@
 ### contributed to the open62541 project by the author. All licensing
 ### terms for this source is inherited by the terms and conditions
 ### specified for by the open62541 project (see the projects readme
-### file for more information on the MPLv2 terms and restrictions).
+### file for more information on the LGPL terms and restrictions).
 ###
 ### This program is not meant to be used in a production environment. The
 ### author is not liable for any complications arising due to the use of

+ 1 - 5
tools/pyUANamespace/ua_builtin_types.py

@@ -1,7 +1,3 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public 
- * License, v. 2.0. If a copy of the MPL was not distributed with this 
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
 #!/usr/bin/env/python
 # -*- coding: utf-8 -*-
 
@@ -13,7 +9,7 @@
 ### contributed to the open62541 project by the author. All licensing
 ### terms for this source is inherited by the terms and conditions
 ### specified for by the open62541 project (see the projects readme
-### file for more information on the MPLv2 terms and restrictions).
+### file for more information on the LGPL terms and restrictions).
 ###
 ### This program is not meant to be used in a production environment. The
 ### author is not liable for any complications arising due to the use of

+ 1 - 5
tools/pyUANamespace/ua_constants.py

@@ -1,7 +1,3 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public 
- * License, v. 2.0. If a copy of the MPL was not distributed with this 
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
 #!/usr/bin/env/python
 # -*- coding: utf-8 -*-
 
@@ -13,7 +9,7 @@
 ### contributed to the open62541 project by the author. All licensing 
 ### terms for this source is inherited by the terms and conditions
 ### specified for by the open62541 project (see the projects readme
-### file for more information on the MPLv2 terms and restrictions).
+### file for more information on the LGPL terms and restrictions).
 ###
 ### This program is not meant to be used in a production environment. The
 ### author is not liable for any complications arising due to the use of

+ 1 - 5
tools/pyUANamespace/ua_namespace.py

@@ -1,7 +1,3 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public 
- * License, v. 2.0. If a copy of the MPL was not distributed with this 
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
 #!/usr/bin/env/python
 # -*- coding: utf-8 -*-
 
@@ -13,7 +9,7 @@
 ### contributed to the open62541 project by the author. All licensing
 ### terms for this source is inherited by the terms and conditions
 ### specified for by the open62541 project (see the projects readme
-### file for more information on the MPLv2 terms and restrictions).
+### file for more information on the LGPL terms and restrictions).
 ###
 ### This program is not meant to be used in a production environment. The
 ### author is not liable for any complications arising due to the use of

+ 1 - 5
tools/pyUANamespace/ua_node_types.py

@@ -1,7 +1,3 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public 
- * License, v. 2.0. If a copy of the MPL was not distributed with this 
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
 #!/usr/bin/env/python
 # -*- coding: utf-8 -*-
 
@@ -13,7 +9,7 @@
 ### contributed to the open62541 project by the author. All licensing
 ### terms for this source is inherited by the terms and conditions
 ### specified for by the open62541 project (see the projects readme
-### file for more information on the MPLv2 terms and restrictions).
+### file for more information on the LGPL terms and restrictions).
 ###
 ### This program is not meant to be used in a production environment. The
 ### author is not liable for any complications arising due to the use of