Update license boilerplate text in source code files

Normally we don't do this, but enough changes have accumulated that
we're doing a tree-wide one-off update of the name & style.

BUG=chromium:1098010
TEST=`repo upload` works

Change-Id: I61154711815fc31e68cf75a109e58efac1a05025
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/upstart/+/3891033
Commit-Queue: Allen Webb <allenwebb@google.com>
Commit-Queue: Mike Frysinger <vapier@chromium.org>
Reviewed-by: Allen Webb <allenwebb@google.com>
Tested-by: Mike Frysinger <vapier@chromium.org>
diff --git a/configure.ac b/configure.ac
index 4344865..01150a1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
 
 AC_PREREQ(2.61)
 AC_INIT([upstart], [1.2], [upstart-devel@lists.ubuntu.com])
-NIH_COPYRIGHT([[Copyright © 2011 Scott James Remnant, Google Inc., Canonical Ltd.]])
+NIH_COPYRIGHT([[Copyright © 2011 Scott James Remnant, Google LLC, Canonical Ltd.]])
 AC_CONFIG_SRCDIR([init/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
diff --git a/init/compile_global_seccomp_policy.sh b/init/compile_global_seccomp_policy.sh
index 4ac675f..eda7af0 100755
--- a/init/compile_global_seccomp_policy.sh
+++ b/init/compile_global_seccomp_policy.sh
@@ -1,5 +1,5 @@
 #!/bin/bash
-# Copyright 2021 The Chromium OS Authors. All rights reserved.
+# Copyright 2021 The ChromiumOS Authors
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file.