From c55fc7224ade4275a5cc69057cbca40c8a12c8c7 Mon Sep 17 00:00:00 2001 From: Yongmin Hong Date: Fri, 10 Jan 2020 06:48:10 +0900 Subject: [PATCH] Fix gitconfig, bump copyright Fixes MISC-1. Signed-off-by: Yongmin Hong --- LICENSE | 2 +- gitconfig.sample | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index a523066..6c4f940 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright © 2015-2017 Yongmin Hong (revi) +Copyright © 2015-2020 Yongmin Hong (revi) 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: diff --git a/gitconfig.sample b/gitconfig.sample index edfbd06..586ea67 100644 --- a/gitconfig.sample +++ b/gitconfig.sample @@ -7,7 +7,7 @@ [core] editor = nano [include] - path = /home/revi/dots/.gitaliases + path = ~/dots/.gitaliases [diff] tool = default-difftool [difftool "default-difftool"]