all: add missing license headers

This adds open source license headers to files that were missing
them. These were discovered by the new linters we are prototyping.

Change-Id: Ie4f5f4a661a0e250422f45b09cadc63fe3386f6f
Reviewed-on: https://go-review.googlesource.com/c/build/+/487395
Reviewed-by: Carlos Amedee <amedee@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Run-TryBot: Carlos Amedee <amedee@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
This commit is contained in:
Carlos Amedee 2023-04-21 11:50:49 -04:00 коммит произвёл Carlos Amedee
Родитель a13897841e
Коммит 0dd4a72118
20 изменённых файлов: 82 добавлений и 0 удалений

Просмотреть файл

@ -1,3 +1,7 @@
// Copyright 2023 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package buildlet
import (

Просмотреть файл

@ -1,3 +1,7 @@
// Copyright 2023 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Releaseschedule generates the release schedule diagram used
// on the release schedule wiki.
//

Просмотреть файл

@ -1,3 +1,7 @@
# Copyright 2023 The Go Authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
root: true
extends: google
parserOptions:

Просмотреть файл

@ -1,3 +1,7 @@
# Copyright 2023 The Go Authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
arrowParens: avoid
singleQuote: true
bracketSpacing: false

Просмотреть файл

@ -1,3 +1,7 @@
# Copyright 2023 The Go Authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
extends:
- stylelint-config-standard
- stylelint-prettier/recommended

4
env/dragonfly-amd64/phase1.sh поставляемый
Просмотреть файл

@ -1,4 +1,8 @@
#!/bin/sh
# Copyright 2023 The Go Authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
# Phase 1 of the DragonflyBSD installation: boot from installer CD and install on empty disk.

4
env/dragonfly-amd64/phase2.sh поставляемый
Просмотреть файл

@ -1,4 +1,8 @@
#!/bin/sh
# Copyright 2023 The Go Authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
# Phase 2 of the DragonflyBSD installation: update pkg database.

4
env/dragonfly-amd64/phase3.sh поставляемый
Просмотреть файл

@ -1,4 +1,8 @@
#!/usr/local/bin/bash
# Copyright 2023 The Go Authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
# Phase 3 of the DragonflyBSD installation: apply buildlet customizations.

Просмотреть файл

@ -1,4 +1,8 @@
#!/bin/sh
# Copyright 2023 The Go Authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
#
# For initial hand testing a newly created/configured test/debug VM. Set the
# environment variables below before running this script:

Просмотреть файл

@ -1,3 +1,7 @@
// Copyright 2023 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package relui
import (

Просмотреть файл

@ -1,4 +1,10 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!--
Copyright 2023 The Go Authors. All rights reserved.
Use of this source code is governed by a BSD-style
license that can be found in the LICENSE file.
-->
<installer-gui-script minSpecVersion="1">
<title>Go</title>
<background mime-type="image/png" file="bg-light.png" alignment="left" />

Просмотреть файл

@ -1,3 +1,7 @@
// Copyright 2023 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package task
import (

Просмотреть файл

@ -1,3 +1,7 @@
// Copyright 2023 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package task
import (

Просмотреть файл

@ -1,3 +1,7 @@
// Copyright 2023 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package task
import (

Просмотреть файл

@ -1,3 +1,7 @@
// Copyright 2023 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package task
import (

Просмотреть файл

@ -1,3 +1,7 @@
// Copyright 2023 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package task
import (

Просмотреть файл

@ -1,3 +1,7 @@
// Copyright 2023 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package task
import (

Просмотреть файл

@ -1,3 +1,7 @@
// Copyright 2023 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package task
import (

Просмотреть файл

@ -1,3 +1,7 @@
// Copyright 2023 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package task
import (

Просмотреть файл

@ -1,3 +1,7 @@
// Copyright 2023 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package task
import (