Fix and update LICENSE
This commit is contained in:
parent
dd5c78a46f
commit
2b62d49409
2
LICENSE
2
LICENSE
|
@ -1,5 +1,4 @@
|
||||||
Copyright (c) 2016 - 2017, Přemysl Janouch <p.janouch@gmail.com>
|
Copyright (c) 2016 - 2017, Přemysl Janouch <p.janouch@gmail.com>
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
Permission to use, copy, modify, and/or distribute this software for any
|
Permission to use, copy, modify, and/or distribute this software for any
|
||||||
purpose with or without fee is hereby granted, provided that the above
|
purpose with or without fee is hereby granted, provided that the above
|
||||||
|
@ -12,4 +11,3 @@
|
||||||
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
|
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
|
||||||
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
|
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
|
||||||
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
|
|
1
hex.c
1
hex.c
|
@ -2,7 +2,6 @@
|
||||||
* hex -- hex viewer
|
* hex -- hex viewer
|
||||||
*
|
*
|
||||||
* Copyright (c) 2016 - 2017, Přemysl Janouch <p.janouch@gmail.com>
|
* Copyright (c) 2016 - 2017, Přemysl Janouch <p.janouch@gmail.com>
|
||||||
* All rights reserved.
|
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and/or distribute this software for any
|
* Permission to use, copy, modify, and/or distribute this software for any
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* purpose with or without fee is hereby granted, provided that the above
|
||||||
|
|
Loading…
Reference in New Issue