Skip to content

Commit b51ff83

Browse files
authored
Happy new year! (#1684)
Update all 2024 references to 2025
1 parent d2802ad commit b51ff83

File tree

299 files changed

+312
-312
lines changed

Some content is hidden

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

299 files changed

+312
-312
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ APPENDIX: How to apply the Apache License to your work.
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2024 Command Line Inc.
189+
Copyright 2025 Command Line Inc.
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Copyright 2024, Command Line Inc.
1+
Copyright 2025, Command Line Inc.

cmd/generatego/main-generatego.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
package main

cmd/generatets/main-generatets.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
package main
@@ -31,7 +31,7 @@ func generateTypesFile(tsTypesMap map[reflect.Type]string) error {
3131
return fmt.Errorf("error generating wsh server types: %w", err)
3232
}
3333
var buf bytes.Buffer
34-
fmt.Fprintf(&buf, "// Copyright 2024, Command Line Inc.\n")
34+
fmt.Fprintf(&buf, "// Copyright 2025, Command Line Inc.\n")
3535
fmt.Fprintf(&buf, "// SPDX-License-Identifier: Apache-2.0\n\n")
3636
fmt.Fprintf(&buf, "// generated by cmd/generate/main-generatets.go\n\n")
3737
fmt.Fprintf(&buf, "declare global {\n\n")
@@ -66,7 +66,7 @@ func generateServicesFile(tsTypesMap map[reflect.Type]string) error {
6666
fileName := "frontend/app/store/services.ts"
6767
var buf bytes.Buffer
6868
fmt.Fprintf(os.Stderr, "generating services file to %s\n", fileName)
69-
fmt.Fprintf(&buf, "// Copyright 2024, Command Line Inc.\n")
69+
fmt.Fprintf(&buf, "// Copyright 2025, Command Line Inc.\n")
7070
fmt.Fprintf(&buf, "// SPDX-License-Identifier: Apache-2.0\n\n")
7171
fmt.Fprintf(&buf, "// generated by cmd/generate/main-generatets.go\n\n")
7272
fmt.Fprintf(&buf, "import * as WOS from \"./wos\";\n\n")
@@ -89,7 +89,7 @@ func generateWshClientApiFile(tsTypeMap map[reflect.Type]string) error {
8989
var buf bytes.Buffer
9090
declMap := wshrpc.GenerateWshCommandDeclMap()
9191
fmt.Fprintf(os.Stderr, "generating wshclientapi file to %s\n", fileName)
92-
fmt.Fprintf(&buf, "// Copyright 2024, Command Line Inc.\n")
92+
fmt.Fprintf(&buf, "// Copyright 2025, Command Line Inc.\n")
9393
fmt.Fprintf(&buf, "// SPDX-License-Identifier: Apache-2.0\n\n")
9494
fmt.Fprintf(&buf, "// generated by cmd/generate/main-generatets.go\n\n")
9595
fmt.Fprintf(&buf, "import { WshClient } from \"./wshclient\";\n\n")

cmd/server/main-server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
package main

cmd/test/test-main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
package main

cmd/wsh/cmd/csscolormap.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
package cmd

cmd/wsh/cmd/wshcmd-ai.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
package cmd

cmd/wsh/cmd/wshcmd-conn.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
package cmd

cmd/wsh/cmd/wshcmd-connserver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024, Command Line Inc.
1+
// Copyright 2025, Command Line Inc.
22
// SPDX-License-Identifier: Apache-2.0
33

44
package cmd

0 commit comments

Comments
 (0)