Browse Source

Fix copyright year to 2019

ChrisTerBeke 5 years ago
parent
commit
0ba8bf13e1

+ 1 - 1
plugins/UM3NetworkPrinting/__init__.py

@@ -1,4 +1,4 @@
-# Copyright (c) 2017 Ultimaker B.V.
+# Copyright (c) 2019 Ultimaker B.V.
 # Cura is released under the terms of the LGPLv3 or higher.
 # from .src import DiscoverUM3Action
 from .src import UM3OutputDevicePlugin

+ 2 - 2
plugins/UM3NetworkPrinting/resources/qml/CameraButton.qml

@@ -1,4 +1,4 @@
-// Copyright (c) 2018 Ultimaker B.V.
+// Copyright (c) 2019 Ultimaker B.V.
 // Cura is released under the terms of the LGPLv3 or higher.
 
 import QtQuick 2.3
@@ -53,4 +53,4 @@ Rectangle
             }
         }
     }
-}
+}

+ 2 - 2
plugins/UM3NetworkPrinting/resources/qml/ExpandableCard.qml

@@ -1,4 +1,4 @@
-// Copyright (c) 2018 Ultimaker B.V.
+// Copyright (c) 2019 Ultimaker B.V.
 // Cura is released under the terms of the LGPLv3 or higher.
 
 import QtQuick 2.2
@@ -87,4 +87,4 @@ Item
             }
         }
     }
-}
+}

+ 1 - 1
plugins/UM3NetworkPrinting/resources/qml/GenericPopUp.qml

@@ -1,4 +1,4 @@
-// Copyright (c) 2018 Ultimaker B.V.
+// Copyright (c) 2019 Ultimaker B.V.
 // Cura is released under the terms of the LGPLv3 or higher.
 
 import QtQuick 2.2

+ 4 - 4
plugins/UM3NetworkPrinting/resources/qml/MonitorBuildplateConfiguration.qml

@@ -1,4 +1,4 @@
-// Copyright (c) 2018 Ultimaker B.V.
+// Copyright (c) 2019 Ultimaker B.V.
 // Cura is released under the terms of the LGPLv3 or higher.
 
 import QtQuick 2.2
@@ -35,7 +35,7 @@ Item
         {
             height: parent.height
             width: 32 * screenScaleFactor // Ensure the icon is centered under the extruder icon (same width)
-            
+
             Rectangle
             {
                 anchors.centerIn: parent
@@ -56,7 +56,7 @@ Item
                 visible: buildplate
             }
         }
-        
+
         Label
         {
             id: buildplateLabel
@@ -72,4 +72,4 @@ Item
             renderType: Text.NativeRendering
         }
     }
-}
+}

+ 4 - 4
plugins/UM3NetworkPrinting/resources/qml/MonitorCarousel.qml

@@ -1,4 +1,4 @@
-// Copyright (c) 2018 Ultimaker B.V.
+// Copyright (c) 2019 Ultimaker B.V.
 // Cura is released under the terms of the LGPLv3 or higher.
 
 import QtQuick 2.3
@@ -23,7 +23,7 @@ Item
 
     height: centerSection.height
     width: maximumWidth
-    
+
     // Enable keyboard navigation
     Keys.onLeftPressed: navigateTo(currentIndex - 1)
     Keys.onRightPressed: navigateTo(currentIndex + 1)
@@ -131,7 +131,7 @@ Item
                 }
             }
             spacing: 60 * screenScaleFactor // TODO: Theme!
-            
+
             Repeater
             {
                 model: printers
@@ -255,4 +255,4 @@ Item
             currentIndex = i
         }
     }
-}
+}

+ 1 - 1
plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml

@@ -1,4 +1,4 @@
-// Copyright (c) 2018 Ultimaker B.V.
+// Copyright (c) 2019 Ultimaker B.V.
 // Cura is released under the terms of the LGPLv3 or higher.
 
 import QtQuick 2.3

+ 1 - 1
plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml

@@ -1,4 +1,4 @@
-// Copyright (c) 2018 Ultimaker B.V.
+// Copyright (c) 2019 Ultimaker B.V.
 // Cura is released under the terms of the LGPLv3 or higher.
 
 import QtQuick 2.3

+ 2 - 2
plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenuButton.qml

@@ -1,4 +1,4 @@
-// Copyright (c) 2018 Ultimaker B.V.
+// Copyright (c) 2019 Ultimaker B.V.
 // Cura is released under the terms of the LGPLv3 or higher.
 
 import QtQuick 2.3
@@ -29,4 +29,4 @@ Button
     hoverEnabled: enabled
     text: "\u22EE" //Unicode Three stacked points.
     width: 36 * screenScaleFactor // TODO: Theme!
-}
+}

+ 4 - 4
plugins/UM3NetworkPrinting/resources/qml/MonitorExtruderConfiguration.qml

@@ -1,4 +1,4 @@
-// Copyright (c) 2018 Ultimaker B.V.
+// Copyright (c) 2019 Ultimaker B.V.
 // Cura is released under the terms of the LGPLv3 or higher.
 
 import QtQuick 2.2
@@ -56,7 +56,7 @@ Item
         Label
         {
             id: materialLabel
-            
+
             color: UM.Theme.getColor("monitor_text_primary")
             elide: Text.ElideRight
             font: UM.Theme.getFont("default") // 12pt, regular
@@ -86,7 +86,7 @@ Item
         Label
         {
             id: printCoreLabel
-            
+
             color: UM.Theme.getColor("monitor_text_primary")
             elide: Text.ElideRight
             font: UM.Theme.getFont("default_bold") // 12pt, bold
@@ -99,4 +99,4 @@ Item
             renderType: Text.NativeRendering
         }
     }
-}
+}

Some files were not shown because too many files changed in this diff