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:
parent
1888944a69
commit
427fb47e0c
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue