diff --git a/dim b/dim
index 1d6d9da0b61da24ddfdba12450bc31bb59148b63..1301a54f6875574d316586f239adf010b8bcc18b 100755
--- a/dim
+++ b/dim
@@ -1,6 +1,8 @@
 #!/bin/bash
-
-# Copyright © 2012-2016 Intel Corporation
+#
+# dim - drm inglorious maintainer script
+#
+# Copyright © 2012-2018 Intel Corporation
 #
 # Permission is hereby granted, free of charge, to any person obtaining a
 # copy of this software and associated documentation files (the "Software"),
@@ -25,8 +27,6 @@
 #    Daniel Vetter <daniel.vetter@ffwll.ch>
 #    Jani Nikula <jani.nikula@intel.com>
 
-# drm-intel-next maintainer script
-
 # fail on any goof-up
 set -e