Prechádzať zdrojové kódy

formatting of license text in py files

FlorianPalm 8 rokov pred
rodič
commit
5cb2dd2905

+ 4 - 4
tools/pyUANamespace/generate_open62541CCode.py

@@ -1,10 +1,10 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+
 # 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 -*-
-
 ###
 ### Author:  Chris Iatrou (ichrispa@core-vector.net)
 ### Version: rev 14
@@ -13,7 +13,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 LGPL terms and restrictions).
+### file for more information on the MPL v2 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

+ 4 - 4
tools/pyUANamespace/open62541_MacroHelper.py

@@ -1,10 +1,10 @@
+#!/usr/bin/env/python
+# -*- coding: utf-8 -*-
+
 # 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 -*-
-
 ###
 ### Author:  Chris Iatrou (ichrispa@core-vector.net)
 ### Version: rev 13
@@ -13,7 +13,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 LGPL terms and restrictions).
+### file for more information on the MPL v2 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

+ 4 - 4
tools/pyUANamespace/open62541_XMLPreprocessor.py

@@ -1,10 +1,10 @@
+#!/usr/bin/env/python
+# -*- coding: utf-8 -*-
+
 # 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 -*-
-
 ###
 ### Author:  Chris Iatrou (ichrispa@core-vector.net)
 ###
@@ -12,7 +12,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 LGPL terms and restrictions).
+### file for more information on the MPL v2 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

+ 4 - 3
tools/pyUANamespace/ua_builtin_types.py

@@ -1,9 +1,10 @@
+#!/usr/bin/env/python
+# -*- coding: utf-8 -*-
+
 # 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 -*-
 
 ###
 ### Author:  Chris Iatrou (ichrispa@core-vector.net)
@@ -13,7 +14,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 LGPL terms and restrictions).
+### file for more information on the MPL v2 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

+ 4 - 4
tools/pyUANamespace/ua_constants.py

@@ -1,10 +1,10 @@
+#!/usr/bin/env/python
+# -*- coding: utf-8 -*-
+
 # 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 -*-
-
 ###
 ### Author:  Chris Iatrou (ichrispa@core-vector.net)
 ### Version: rev 13
@@ -13,7 +13,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 LGPL terms and restrictions).
+### file for more information on the MPL v2 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

+ 4 - 4
tools/pyUANamespace/ua_namespace.py

@@ -1,10 +1,10 @@
+#!/usr/bin/env/python
+# -*- coding: utf-8 -*-
+
 # 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 -*-
-
 ###
 ### Author:  Chris Iatrou (ichrispa@core-vector.net)
 ### Version: rev 13
@@ -13,7 +13,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 LGPL terms and restrictions).
+### file for more information on the MPL v2 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

+ 4 - 4
tools/pyUANamespace/ua_node_types.py

@@ -1,10 +1,10 @@
+#!/usr/bin/env/python
+# -*- coding: utf-8 -*-
+
 # 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 -*-
-
 ###
 ### Author:  Chris Iatrou (ichrispa@core-vector.net)
 ### Version: rev 13
@@ -13,7 +13,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 LGPL terms and restrictions).
+### file for more information on the MPL v2 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