add copyright header to test file

review feedback

Hopefully this is an okay header format for checkers to pick up, it's
the same as in qutebrowser/html/version.html except with the doctype
declaration above.
This commit is contained in:
toofar 2024-11-16 16:03:54 +13:00
parent 1888944a69
commit 427fb47e0c
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
<!DOCTYPE html>
<!-- largely copied from https://googlechrome.github.io/samples/async-clipboard/ -->
<!-- largely copied from https://googlechrome.github.io/samples/async-clipboard/
SPDX-License-Identifier: Apache-2.0
SPDX-FileCopyrightText: 2014 Google Inc
-->
<html>
<head>
<style type="text/css">