Skip to content

Commit

Permalink
docs: update copyright, maintainers, and code standards for boilerpla…
Browse files Browse the repository at this point in the history
…te (#3315)

Signed-off-by: Mark <[email protected]>
Signed-off-by: Daniil Fedotov <[email protected]>
Co-authored-by: Mark <[email protected]>
Co-authored-by: Daniil Fedotov <[email protected]>
  • Loading branch information
3 people authored Jan 20, 2025
1 parent c1f47e3 commit 481f9fc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CODE_REVIEW.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Pull request process is described in [contributing guide](./CONTRIBUTING.md#subm
- If PR introduces breaking changes, fixes a bug or adds a new feature, there should be a [release note](#release-notes)
- Reviewer may request changes from the contributor to add a release note
- Reviewer may add a release note by themself in order to unblock the merge process
- The copyright year and author header is up to date with the [boilerplace header](/build/boilerplate.go.txt)

## Requesting changes

Expand Down Expand Up @@ -70,4 +71,3 @@ upgrade:
```

See [release notes](./releasenotes/README.md) for more info.

4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ Specifically, this means:
The [golangci-lint](https://golangci-lint.run/) tool is used to enforce many
styling and safety rules.

When creating or updating code, ensure the copyright year and author header are up to date
by statically copying the [boilerplace header](/build/boilerplate.go.txt) at the top or
by including it for dynamic source code files.

### Creating A Local Build

See the [BUILD.md](BUILD.md) document for instructions on how to build, test and
Expand Down
2 changes: 1 addition & 1 deletion MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ These are the current Kanister maintainers:
* Prasad Ghangal @PrasadG193
* Vivek Singh @viveksinghggits
* Daniil Fedotov @hairyhum
* Eugen Sumin @e-sumin
* Mark Lavi @mlavi

## Maintainer Responsibilities

Expand Down
4 changes: 2 additions & 2 deletions build/boilerplate.go.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2024 The Kanister Authors.
Copyright 2025 by contributors to the Kanister project.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -12,4 +12,4 @@ distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
*/

0 comments on commit 481f9fc

Please sign in to comment.