summaryrefslogtreecommitdiff
path: root/scripts/image_signing/resign_kernel_partition.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/image_signing/resign_kernel_partition.sh')
-rwxr-xr-xscripts/image_signing/resign_kernel_partition.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/image_signing/resign_kernel_partition.sh b/scripts/image_signing/resign_kernel_partition.sh
index fd7cfd39..efbef8e2 100755
--- a/scripts/image_signing/resign_kernel_partition.sh
+++ b/scripts/image_signing/resign_kernel_partition.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
+# Copyright 2010 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -43,4 +43,3 @@ vbutil_kernel --repack "${DST_VBLOCK}" \
--oldblob "${SRC_KPART}"
echo "New kernel vblock was output to ${DST_VBLOCK}"
-