Skip to content

Commit a5c869f

Browse files
Update copyright text to 2023 (#716)
* Updating copyright headers to 2023
1 parent 997ad51 commit a5c869f

File tree

628 files changed

+630
-630
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

628 files changed

+630
-630
lines changed

v3/benchmarks_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* ZLint Copyright 2021 Regents of the University of Michigan
2+
* ZLint Copyright 2023 Regents of the University of Michigan
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
55
* use this file except in compliance with the License. You may obtain a copy

v3/cmd/genTestCerts/genTestCerts.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package main
22

33
/*
4-
* ZLint Copyright 2021 Regents of the University of Michigan
4+
* ZLint Copyright 2023 Regents of the University of Michigan
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
77
* use this file except in compliance with the License. You may obtain a copy

v3/cmd/zlint-gtld-update/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* ZLint Copyright 2021 Regents of the University of Michigan
2+
* ZLint Copyright 2023 Regents of the University of Michigan
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
55
* use this file except in compliance with the License. You may obtain a copy
@@ -75,7 +75,7 @@ var (
7575
// This file was generated by zlint-gtld-update.
7676
7777
/*
78-
* ZLint Copyright 2021 Regents of the University of Michigan
78+
* ZLint Copyright 2023 Regents of the University of Michigan
7979
*
8080
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
8181
* use this file except in compliance with the License. You may obtain a copy

v3/cmd/zlint/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* ZLint Copyright 2021 Regents of the University of Michigan
2+
* ZLint Copyright 2023 Regents of the University of Michigan
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
55
* use this file except in compliance with the License. You may obtain a copy

v3/integration/lints/filters/files.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package filters
22

33
/*
4-
* ZLint Copyright 2021 Regents of the University of Michigan
4+
* ZLint Copyright 2023 Regents of the University of Michigan
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
77
* use this file except in compliance with the License. You may obtain a copy

v3/integration/lints/lint/lint.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package lint
22

33
/*
4-
* ZLint Copyright 2021 Regents of the University of Michigan
4+
* ZLint Copyright 2023 Regents of the University of Michigan
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
77
* use this file except in compliance with the License. You may obtain a copy

v3/integration/lints/lints/init_first.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package lints
22

33
/*
4-
* ZLint Copyright 2021 Regents of the University of Michigan
4+
* ZLint Copyright 2023 Regents of the University of Michigan
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
77
* use this file except in compliance with the License. You may obtain a copy

v3/integration/lints/lints/init_first_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package lints
22

33
/*
4-
* ZLint Copyright 2021 Regents of the University of Michigan
4+
* ZLint Copyright 2023 Regents of the University of Michigan
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
77
* use this file except in compliance with the License. You may obtain a copy

v3/integration/lints/lints/not_committing_genTestCerts.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package lints
22

33
/*
4-
* ZLint Copyright 2021 Regents of the University of Michigan
4+
* ZLint Copyright 2023 Regents of the University of Michigan
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
77
* use this file except in compliance with the License. You may obtain a copy
@@ -24,7 +24,7 @@ import (
2424
"github.com/zmap/zlint/v3/integration/lints/lint"
2525
)
2626

27-
const want = `aa8663b8cf8dffa06495878e2a5467786071e61ef260a7dec78738aff8ab7bb6`
27+
const want = `6247a4fbe902f83e571ee5ff2e7d8443ac198db70318bbc9f6ee62f893e88a55`
2828

2929
type NotCommittingGenTestCerts struct{}
3030

v3/integration/lints/lints/testdata/lint_initializeFirst.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package testdata
22

33
/*
4-
* ZLint Copyright 2021 Regents of the University of Michigan
4+
* ZLint Copyright 2023 Regents of the University of Michigan
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
77
* use this file except in compliance with the License. You may obtain a copy

0 commit comments

Comments
 (0)