diff --git a/DSFFloatLabelledTextControls.xcodeproj/xcuserdata/dford.xcuserdatad/xcschemes/xcschememanagement.plist b/DSFFloatLabelledTextControls.xcodeproj/xcuserdata/dford.xcuserdatad/xcschemes/xcschememanagement.plist
index 83bfe80..e11fb6a 100644
--- a/DSFFloatLabelledTextControls.xcodeproj/xcuserdata/dford.xcuserdatad/xcschemes/xcschememanagement.plist
+++ b/DSFFloatLabelledTextControls.xcodeproj/xcuserdata/dford.xcuserdatad/xcschemes/xcschememanagement.plist
@@ -14,6 +14,11 @@
orderHint
0
+ DSFFloatLabelledTextField.xcscheme_^#shared#^_
+
+ orderHint
+ 1
+
SuppressBuildableAutocreation
diff --git a/Demos/DSFFloatLabelledTextControls/AppDelegate.swift b/Demos/DSFFloatLabelledTextControls/AppDelegate.swift
index fdc9143..690695d 100644
--- a/Demos/DSFFloatLabelledTextControls/AppDelegate.swift
+++ b/Demos/DSFFloatLabelledTextControls/AppDelegate.swift
@@ -3,7 +3,7 @@
// DSFFloatLabelledTextControls
//
// Created by Darren Ford on 4/2/19.
-// Copyright © 2019 Darren Ford. All rights reserved.
+// Copyright © 2020 Darren Ford. All rights reserved.
//
// MIT License
//
diff --git a/Demos/DSFFloatLabelledTextControls/Info.plist b/Demos/DSFFloatLabelledTextControls/Info.plist
index ad26725..a8db3bc 100644
--- a/Demos/DSFFloatLabelledTextControls/Info.plist
+++ b/Demos/DSFFloatLabelledTextControls/Info.plist
@@ -23,7 +23,7 @@
LSMinimumSystemVersion
$(MACOSX_DEPLOYMENT_TARGET)
NSHumanReadableCopyright
- Copyright © 2019 Darren Ford. All rights reserved.
+ Copyright © 2020 Darren Ford. All rights reserved.
NSMainNibFile
MainMenu
NSPrincipalClass
diff --git a/LICENSE b/LICENSE
index 55319f6..7a26ff7 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2019 Darren Ford
+Copyright (c) 2020 Darren Ford
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/README.md b/README.md
index 300bc3b..11d890c 100644
--- a/README.md
+++ b/README.md
@@ -61,7 +61,7 @@ func changeFonts()
```
MIT License
-Copyright (c) 2019 Darren Ford
+Copyright (c) 2020 Darren Ford
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/Sources/DSFFloatLabelledTextField/DSFFloatLabelledTextControl.h b/Sources/DSFFloatLabelledTextField/DSFFloatLabelledTextControl.h
index 0cc2d7c..953be89 100644
--- a/Sources/DSFFloatLabelledTextField/DSFFloatLabelledTextControl.h
+++ b/Sources/DSFFloatLabelledTextField/DSFFloatLabelledTextControl.h
@@ -3,7 +3,7 @@
// DSFFloatLabelledTextControl
//
// Created by Darren Ford on 4/2/19.
-// Copyright © 2019 Darren Ford. All rights reserved.
+// Copyright © 2020 Darren Ford. All rights reserved.
//
// MIT License
//
diff --git a/Sources/DSFFloatLabelledTextField/Info.plist b/Sources/DSFFloatLabelledTextField/Info.plist
index ae2764c..04a1869 100644
--- a/Sources/DSFFloatLabelledTextField/Info.plist
+++ b/Sources/DSFFloatLabelledTextField/Info.plist
@@ -19,6 +19,6 @@
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
NSHumanReadableCopyright
- Copyright © 2019 Darren Ford. All rights reserved.
+ Copyright © 2020 Darren Ford. All rights reserved.