Fix gitconfig, bump copyright
Fixes MISC-1. Signed-off-by: Yongmin Hong <revi@pobox.com>
This commit is contained in:
parent
92be9410c5
commit
c55fc7224a
2 changed files with 2 additions and 2 deletions
2
LICENSE
2
LICENSE
|
@ -1,4 +1,4 @@
|
||||||
Copyright © 2015-2017 Yongmin Hong (revi) <revi@pobox.com>
|
Copyright © 2015-2020 Yongmin Hong (revi) <revi@pobox.com>
|
||||||
|
|
||||||
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:
|
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:
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
[core]
|
[core]
|
||||||
editor = nano
|
editor = nano
|
||||||
[include]
|
[include]
|
||||||
path = /home/revi/dots/.gitaliases
|
path = ~/dots/.gitaliases
|
||||||
[diff]
|
[diff]
|
||||||
tool = default-difftool
|
tool = default-difftool
|
||||||
[difftool "default-difftool"]
|
[difftool "default-difftool"]
|
||||||
|
|
Loading…
Reference in a new issue