Skip to content

Commit

Permalink
1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Siu committed Mar 26, 2021
1 parent 4941ce1 commit e5b3fb4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License

Copyright (c) 2020 John Siu
Copyright (c) 2021 John Siu

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ go-png2ico
```

```sh
go-png2ico MIT License Copyright (c) 2020 John Siu
go-png2ico MIT License Copyright (c) 2021 John Siu
Support: https://github.com/J-Siu/go-png2ico/issues
Usage: go-png2ico <PNG file> <PNG file> ... <ICO file>
Debug: export _DEBUG=true
Expand All @@ -74,12 +74,14 @@ Debug: export _DEBUG=true
- Use mod
- 1.0.3
- Use github.com/J-Siu/go-helper
- 1.0.4
- Use Go 1.16

### License

The MIT License

Copyright (c) 2020 John Siu
Copyright (c) 2021 John Siu

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
6 changes: 3 additions & 3 deletions go-png2ico.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
The MIT License
Copyright (c) 2020 John Siu
Copyright (c) 2021 John Siu
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
Expand Down Expand Up @@ -210,8 +210,8 @@ func (png *PNG) ICONDIRENTRY() *[]byte {
}

func usage() {
fmt.Println("go-png2ico version 1.0.2")
fmt.Println("License : MIT License Copyright (c) 2020 John Siu")
fmt.Println("go-png2ico version 1.0.4")
fmt.Println("License : MIT License Copyright (c) 2021 John Siu")
fmt.Println("Support : https://github.com/J-Siu/go-png2ico/issues")
fmt.Println("Debug : export _DEBUG=true")
fmt.Println("Usage : go-png2ico <PNG file> <PNG file> ... <ICO file>")
Expand Down

0 comments on commit e5b3fb4

Please sign in to comment.