Skip to content

Commit 9d122a6

Browse files
committed
release version v0.5.11
The commit contains copyright updates and the release notes for the new version.
1 parent 4ce6f08 commit 9d122a6

Some content is hidden

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

82 files changed

+110
-92
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2014-2021 Ulrich Kunitz
1+
Copyright (c) 2014-2022 Ulrich Kunitz
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without

TODO.md

Lines changed: 10 additions & 1 deletion

bits.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2021 Ulrich Kunitz. All rights reserved.
1+
// Copyright 2014-2022 Ulrich Kunitz. All rights reserved.
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

bits_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2021 Ulrich Kunitz. All rights reserved.
1+
// Copyright 2014-2022 Ulrich Kunitz. All rights reserved.
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

cmd/gxz/file.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2021 Ulrich Kunitz. All rights reserved.
1+
// Copyright 2014-2022 Ulrich Kunitz. All rights reserved.
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

cmd/gxz/licenses.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2828
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2929
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3030
`
31-
const xzLicense = `Copyright (c) 2014-2021 Ulrich Kunitz
31+
const xzLicense = `Copyright (c) 2014-2022 Ulrich Kunitz
3232
All rights reserved.
3333
3434
Redistribution and use in source and binary forms, with or without

cmd/gxz/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2021 Ulrich Kunitz. All rights reserved.
1+
// Copyright 2014-2022 Ulrich Kunitz. All rights reserved.
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

cmd/gxz/version.go

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

3-
const version = "v0.5.10"
3+
const version = "v0.5.11"

cmd/xb/cat.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2021 Ulrich Kunitz. All rights reserved.
1+
// Copyright 2014-2022 Ulrich Kunitz. All rights reserved.
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

cmd/xb/copyright.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2021 Ulrich Kunitz. All rights reserved.
1+
// Copyright 2014-2022 Ulrich Kunitz. All rights reserved.
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

@@ -28,7 +28,7 @@ func crUsage(w io.Writer) {
2828
}
2929

3030
const copyrightText = `
31-
Copyright 2014-2021 Ulrich Kunitz. All rights reserved.
31+
Copyright 2014-2022 Ulrich Kunitz. All rights reserved.
3232
Use of this source code is governed by a BSD-style
3333
license that can be found in the LICENSE file.
3434
`

0 commit comments

Comments
 (0)