Skip to content

Commit 070f028

Browse files
License and version
1 parent 0509aa0 commit 070f028

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 Christian Schneider (www.Christian-Schneider.net)
3+
Copyright (c) 2020-2024 by Christian Schneider (christian-schneider.net) and the maintainer team of the project.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/threagile/threagile
22

3-
go 1.23.4
3+
go 1.23
44

55
require (
66
github.com/chzyer/readline v1.5.1

internal/threagile/consts.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const (
7171
VersionText = "Documentation: https://threagile.io\n" +
7272
"Docker Images: https://hub.docker.com/r/threagile/threagile\n" +
7373
"Sourcecode: https://github.com/threagile\n" +
74-
"License: Open-Source (MIT License)" +
74+
"License: Open-Source (MIT License)\n" +
7575
"Version: " + ThreagileVersion + " (%v)"
7676
Examples = "Examples:\n\n" +
7777
"If you want to create an example model (via docker) as a starting point to learn about Threagile just run: \n" +

0 commit comments

Comments
 (0)