Skip to content

Commit e090a1c

Browse files
committed
Update of version information and licenses in commands.
1 parent dc961cc commit e090a1c

3 files changed

Lines changed: 3 additions & 15 deletions

File tree

cmd/gxz/licenses.go

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
// Copyright 2014-2019 Ulrich Kunitz. All rights reserved.
2-
// Use of this source code is governed by a BSD-style
3-
// license that can be found in the LICENSE file.
4-
51
package main
62

73
const goLicense = `Copyright (c) 2009 The Go Authors. All rights reserved.
@@ -32,7 +28,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3228
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3329
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3430
`
35-
const xzLicense = `Copyright (c) 2014-2019 Ulrich Kunitz
31+
const xzLicense = `Copyright (c) 2014-2020 Ulrich Kunitz
3632
All rights reserved.
3733
3834
Redistribution and use in source and binary forms, with or without

cmd/gxz/version.go

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
// Copyright 2014-2019 Ulrich Kunitz. All rights reserved.
2-
// Use of this source code is governed by a BSD-style
3-
// license that can be found in the LICENSE file.
4-
51
package main
62

7-
const version = "v0.5.6"
3+
const version = "0.5.7"

cmd/xb/version.go

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
// Copyright 2014-2019 Ulrich Kunitz. All rights reserved.
2-
// Use of this source code is governed by a BSD-style
3-
// license that can be found in the LICENSE file.
4-
51
package main
62

7-
const version = "v0.5.6"
3+
const version = "0.5.7"

0 commit comments

Comments
 (0)