Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump copyright to 2023 #25

Merged
merged 3 commits into from
Jun 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
name: build-and-test
on: ["push", "pull_request"]
on:
pull_request:
push:
branches:
- main
- "releases/*"
jobs:
build-and-test:
strategy:
matrix:
os: [macos-12, ubuntu-latest, windows-latest]
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Git checkout
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021 The KCL Authors. All rights reserved.
// Copyright 2023 The KCL Authors. All rights reserved.

// KCL playground.
package main
Expand Down
2 changes: 1 addition & 1 deletion pkg/play/run.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021 The KCL Authors. All rights reserved.
// Copyright 2023 The KCL Authors. All rights reserved.

package play

Expand Down
2 changes: 1 addition & 1 deletion pkg/play/server.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021 The KCL Authors. All rights reserved.
// Copyright 2023 The KCL Authors. All rights reserved.

package play

Expand Down
2 changes: 1 addition & 1 deletion pkg/play/server_compile.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021 The KCL Authors. All rights reserved.
// Copyright 2023 The KCL Authors. All rights reserved.

package play

Expand Down
2 changes: 1 addition & 1 deletion pkg/play/server_edit.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021 The KCL Authors. All rights reserved.
// Copyright 2023 The KCL Authors. All rights reserved.

package play

Expand Down
2 changes: 1 addition & 1 deletion pkg/play/server_fmt.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021 The KCL Authors. All rights reserved.
// Copyright 2023 The KCL Authors. All rights reserved.

package play

Expand Down
2 changes: 1 addition & 1 deletion pkg/play/server_share.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021 The KCL Authors. All rights reserved.
// Copyright 2023 The KCL Authors. All rights reserved.

package play

Expand Down
2 changes: 1 addition & 1 deletion pkg/play/types.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021 The KCL Authors. All rights reserved.
// Copyright 2023 The KCL Authors. All rights reserved.

package play

Expand Down