Skip to content

Commit 26b464f

Browse files
committed
New name
1 parent 3255b67 commit 26b464f

Some content is hidden

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

75 files changed

+75
-75
lines changed

.github/dependabot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2021 Ross Light
1+
# Copyright 2021 Roxy Light
22
# SPDX-License-Identifier: ISC
33

44
version: 2

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2021 Ross Light
1+
# Copyright 2021 Roxy Light
22
# SPDX-License-Identifier: ISC
33

44
name: Build

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2021 Ross Light
1+
# Copyright 2021 Roxy Light
22
# SPDX-License-Identifier: ISC
33

44
name: Publish

.vscode/copyright.code-snippets

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"Copyright": {
33
"prefix": "copyright",
44
"body": [
5-
"$LINE_COMMENT Copyright $CURRENT_YEAR Ross Light",
5+
"$LINE_COMMENT Copyright $CURRENT_YEAR Roxy Light",
66
"$LINE_COMMENT SPDX-License-Identifier: ISC",
77
],
88
"description": "Copyright header"

CODE_OF_CONDUCT.md

+1-1

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Copyright (c) 2018 David Crawshaw <[email protected]>
2-
Copyright (c) 2021 Ross Light <ross@zombiezen.com>
2+
Copyright (c) 2021 Roxy Light <roxy@zombiezen.com>
33

44
Permission to use, copy, modify, and distribute this software for any
55
purpose with or without fee is hereby granted, provided that the above

auth.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Ross Light
1+
// Copyright 2021 Roxy Light
22
// SPDX-License-Identifier: ISC
33

44
package sqlite

auth_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Ross Light
1+
// Copyright 2021 Roxy Light
22
// SPDX-License-Identifier: ISC
33

44
package sqlite_test

backup.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2023 Ross Light
1+
// Copyright 2023 Roxy Light
22
// SPDX-License-Identifier: ISC
33

44
package sqlite

backup_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2023 Ross Light
1+
// Copyright 2023 Roxy Light
22
// SPDX-License-Identifier: ISC
33

44
package sqlite_test

blob.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2018 David Crawshaw <[email protected]>
2-
// Copyright (c) 2021 Ross Light <ross@zombiezen.com>
2+
// Copyright (c) 2021 Roxy Light <roxy@zombiezen.com>
33
//
44
// Permission to use, copy, modify, and distribute this software for any
55
// purpose with or without fee is hereby granted, provided that the above

blob_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2018 David Crawshaw <[email protected]>
2-
// Copyright (c) 2021 Ross Light <ross@zombiezen.com>
2+
// Copyright (c) 2021 Roxy Light <roxy@zombiezen.com>
33
//
44
// Permission to use, copy, modify, and distribute this software for any
55
// purpose with or without fee is hereby granted, provided that the above

blocking_step.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2018 David Crawshaw <[email protected]>
2-
// Copyright (c) 2021 Ross Light <ross@zombiezen.com>
2+
// Copyright (c) 2021 Roxy Light <roxy@zombiezen.com>
33
//
44
// Permission to use, copy, modify, and distribute this software for any
55
// purpose with or without fee is hereby granted, provided that the above

cmd/zombiezen-sqlite-migrate/migrate.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Ross Light
1+
// Copyright 2021 Roxy Light
22
// SPDX-License-Identifier: ISC
33

44
package main

cmd/zombiezen-sqlite-migrate/migrate_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Ross Light
1+
// Copyright 2021 Roxy Light
22
// SPDX-License-Identifier: ISC
33

44
package main

cmd/zombiezen-sqlite-migrate/testdata/TestProcess/AnonymousInterface/original.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Ross Light
1+
// Copyright 2021 Roxy Light
22
// SPDX-License-Identifier: ISC
33

44
package main

cmd/zombiezen-sqlite-migrate/testdata/TestProcess/AnonymousInterface/want.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Ross Light
1+
// Copyright 2021 Roxy Light
22
// SPDX-License-Identifier: ISC
33

44
package main

cmd/zombiezen-sqlite-migrate/testdata/TestProcess/Autocommit/original.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Ross Light
1+
// Copyright 2021 Roxy Light
22
// SPDX-License-Identifier: ISC
33

44
package main

cmd/zombiezen-sqlite-migrate/testdata/TestProcess/Autocommit/want.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Ross Light
1+
// Copyright 2021 Roxy Light
22
// SPDX-License-Identifier: ISC
33

44
package main

cmd/zombiezen-sqlite-migrate/testdata/TestProcess/ErrorCode/original.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Ross Light
1+
// Copyright 2021 Roxy Light
22
// SPDX-License-Identifier: ISC
33

44
package main

cmd/zombiezen-sqlite-migrate/testdata/TestProcess/ErrorCode/want.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Ross Light
1+
// Copyright 2021 Roxy Light
22
// SPDX-License-Identifier: ISC
33

44
package main

cmd/zombiezen-sqlite-migrate/testdata/TestProcess/Exec/original.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Ross Light
1+
// Copyright 2021 Roxy Light
22
// SPDX-License-Identifier: ISC
33

44
package main

cmd/zombiezen-sqlite-migrate/testdata/TestProcess/Exec/want.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Ross Light
1+
// Copyright 2021 Roxy Light
22
// SPDX-License-Identifier: ISC
33

44
package main

cmd/zombiezen-sqlite-migrate/testdata/TestProcess/ExecScriptFS/original.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Ross Light
1+
// Copyright 2021 Roxy Light
22
// SPDX-License-Identifier: ISC
33

44
package main

cmd/zombiezen-sqlite-migrate/testdata/TestProcess/ExecScriptFS/want.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Ross Light
1+
// Copyright 2021 Roxy Light
22
// SPDX-License-Identifier: ISC
33

44
package main

cmd/zombiezen-sqlite-migrate/testdata/TestProcess/File/original.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Ross Light
1+
// Copyright 2021 Roxy Light
22
// SPDX-License-Identifier: ISC
33

44
package main

cmd/zombiezen-sqlite-migrate/testdata/TestProcess/File/want.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Ross Light
1+
// Copyright 2021 Roxy Light
22
// SPDX-License-Identifier: ISC
33

44
package main

cmd/zombiezen-sqlite-migrate/testdata/TestProcess/ImportRewrite/original.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Ross Light
1+
// Copyright 2021 Roxy Light
22
// SPDX-License-Identifier: ISC
33

44
package main

cmd/zombiezen-sqlite-migrate/testdata/TestProcess/ImportRewrite/want.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Ross Light
1+
// Copyright 2021 Roxy Light
22
// SPDX-License-Identifier: ISC
33

44
package main

cmd/zombiezen-sqlite-migrate/testdata/skeleton/crawshaw.io/sqlite/sqlitex/stubs.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Ross Light
1+
// Copyright 2021 Roxy Light
22
// SPDX-License-Identifier: ISC
33

44
// Test stubs for crawshaw.io/sqlite/sqlitex.

cmd/zombiezen-sqlite-migrate/testdata/skeleton/crawshaw.io/sqlite/stubs.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Ross Light
1+
// Copyright 2021 Roxy Light
22
// SPDX-License-Identifier: ISC
33

44
// Test stubs for crawshaw.io/sqlite.

cmd/zombiezen-sqlite-migrate/testdata/skeleton/zombiezen.com/go/bass/sql/sqlitefile/stubs.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Ross Light
1+
// Copyright 2021 Roxy Light
22
// SPDX-License-Identifier: ISC
33

44
// Test stubs for zombiezen.com/go/bass/sql/sqlitefile.

cmd/zombiezen-sqlite-migrate/testdata/skeleton/zombiezen.com/go/sqlite/sqlitex/stubs.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Ross Light
1+
// Copyright 2021 Roxy Light
22
// SPDX-License-Identifier: ISC
33

44
// Test stubs for zombiezen.com/go/sqlite/sqlitex.

cmd/zombiezen-sqlite-migrate/testdata/skeleton/zombiezen.com/go/sqlite/stubs.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Ross Light
1+
// Copyright 2021 Roxy Light
22
// SPDX-License-Identifier: ISC
33

44
// Test stubs for zombiezen.com/go/sqlite.

doc.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2018 David Crawshaw <[email protected]>
2-
// Copyright (c) 2021 Ross Light <ross@zombiezen.com>
2+
// Copyright (c) 2021 Roxy Light <roxy@zombiezen.com>
33
//
44
// Permission to use, copy, modify, and distribute this software for any
55
// purpose with or without fee is hereby granted, provided that the above

example_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Ross Light
1+
// Copyright 2021 Roxy Light
22
// SPDX-License-Identifier: ISC
33

44
package sqlite_test

export_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2018 David Crawshaw <[email protected]>
2-
// Copyright (c) 2021 Ross Light <ross@zombiezen.com>
2+
// Copyright (c) 2021 Roxy Light <roxy@zombiezen.com>
33
//
44
// Permission to use, copy, modify, and distribute this software for any
55
// purpose with or without fee is hereby granted, provided that the above

ext/generateseries/example_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2023 Ross Light
1+
// Copyright 2023 Roxy Light
22
// SPDX-License-Identifier: ISC
33

44
package generateseries_test

ext/generateseries/generateseries.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2023 Ross Light
1+
// Copyright 2023 Roxy Light
22
// SPDX-License-Identifier: ISC
33

44
// Package generateseries provides a port of the [generate_series] table-valued function

ext/refunc/refunc.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2023 Ross Light
1+
// Copyright 2023 Roxy Light
22
// SPDX-License-Identifier: ISC
33

44
// Package refunc provides an implementation of the [REGEXP operator]

ext/refunc/refunc_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2023 Ross Light
1+
// Copyright 2023 Roxy Light
22
// SPDX-License-Identifier: ISC
33

44
package refunc

func.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2018 David Crawshaw <[email protected]>
2-
// Copyright (c) 2021 Ross Light <ross@zombiezen.com>
2+
// Copyright (c) 2021 Roxy Light <roxy@zombiezen.com>
33
//
44
// Permission to use, copy, modify, and distribute this software for any
55
// purpose with or without fee is hereby granted, provided that the above

func_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2018 David Crawshaw <[email protected]>
2-
// Copyright (c) 2021 Ross Light <ross@zombiezen.com>
2+
// Copyright (c) 2021 Roxy Light <roxy@zombiezen.com>
33
//
44
// Permission to use, copy, modify, and distribute this software for any
55
// purpose with or without fee is hereby granted, provided that the above

http_example_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Ross Light
1+
// Copyright 2021 Roxy Light
22
// SPDX-License-Identifier: ISC
33

44
package sqlite_test

index_constraint.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2023 Ross Light
1+
// Copyright 2023 Roxy Light
22
// SPDX-License-Identifier: ISC
33

44
package sqlite

internal_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 Ross Light
1+
// Copyright 2024 Roxy Light
22
// SPDX-License-Identifier: ISC
33

44
package sqlite

op_type.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Ross Light
1+
// Copyright 2021 Roxy Light
22
// SPDX-License-Identifier: ISC
33

44
package sqlite

openflags.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Ross Light
1+
// Copyright 2021 Roxy Light
22
// SPDX-License-Identifier: ISC
33

44
package sqlite

result.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Ross Light
1+
// Copyright 2021 Roxy Light
22
// SPDX-License-Identifier: ISC
33

44
package sqlite

result_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Ross Light
1+
// Copyright 2021 Roxy Light
22
// SPDX-License-Identifier: ISC
33

44
package sqlite

session.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2018 David Crawshaw <[email protected]>
2-
// Copyright (c) 2021 Ross Light <ross@zombiezen.com>
2+
// Copyright (c) 2021 Roxy Light <roxy@zombiezen.com>
33
//
44
// Permission to use, copy, modify, and distribute this software for any
55
// purpose with or without fee is hereby granted, provided that the above

shell/example_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Ross Light
1+
// Copyright 2021 Roxy Light
22
// SPDX-License-Identifier: ISC
33

44
package shell_test

shell/shell.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Ross Light
1+
// Copyright 2021 Roxy Light
22
// SPDX-License-Identifier: ISC
33

44
// Package shell provides a minimal SQLite REPL, similar to the built-in one.

sqlite.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2018 David Crawshaw <[email protected]>
2-
// Copyright (c) 2021 Ross Light <ross@zombiezen.com>
2+
// Copyright (c) 2021 Roxy Light <roxy@zombiezen.com>
33
//
44
// Permission to use, copy, modify, and distribute this software for any
55
// purpose with or without fee is hereby granted, provided that the above

sqlite_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2018 David Crawshaw <[email protected]>
2-
// Copyright (c) 2021 Ross Light <ross@zombiezen.com>
2+
// Copyright (c) 2021 Roxy Light <roxy@zombiezen.com>
33
//
44
// Permission to use, copy, modify, and distribute this software for any
55
// purpose with or without fee is hereby granted, provided that the above

sqlitefile/buffer.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2018 David Crawshaw <[email protected]>
2-
// Copyright (c) 2021 Ross Light <ross@zombiezen.com>
2+
// Copyright (c) 2021 Roxy Light <roxy@zombiezen.com>
33
//
44
// Permission to use, copy, modify, and distribute this software for any
55
// purpose with or without fee is hereby granted, provided that the above

sqlitefile/buffer_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2018 David Crawshaw <[email protected]>
2-
// Copyright (c) 2021 Ross Light <ross@zombiezen.com>
2+
// Copyright (c) 2021 Roxy Light <roxy@zombiezen.com>
33
//
44
// Permission to use, copy, modify, and distribute this software for any
55
// purpose with or without fee is hereby granted, provided that the above

sqlitefile/file.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2018 David Crawshaw <[email protected]>
2-
// Copyright (c) 2021 Ross Light <rosss@zombiezen.com>
2+
// Copyright (c) 2021 Roxy Light <roxy@zombiezen.com>
33
//
44
// Permission to use, copy, modify, and distribute this software for any
55
// purpose with or without fee is hereby granted, provided that the above

sqlitefile/file_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2018 David Crawshaw <[email protected]>
2-
// Copyright (c) 2021 Ross Light <rosss@zombiezen.com>
2+
// Copyright (c) 2021 Roxy Light <roxy@zombiezen.com>
33
//
44
// Permission to use, copy, modify, and distribute this software for any
55
// purpose with or without fee is hereby granted, provided that the above

sqlitemigration/example_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Ross Light
1+
// Copyright 2021 Roxy Light
22
// SPDX-License-Identifier: ISC
33

44
package sqlitemigration_test

sqlitemigration/sqlitemigration.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Ross Light
1+
// Copyright 2021 Roxy Light
22
// SPDX-License-Identifier: ISC
33

44
// Package sqlitemigration provides a connection pool type that guarantees a

sqlitemigration/sqlitemigration_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Ross Light
1+
// Copyright 2021 Roxy Light
22
// SPDX-License-Identifier: ISC
33

44
package sqlitemigration

sqlitex/doc.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2023 Ross Light
1+
// Copyright 2023 Roxy Light
22
// SPDX-License-Identifier: ISC
33

44
/*

0 commit comments

Comments
 (0)