From a511f9202bc4f367c3d550bf6dea55a59aca76ca Mon Sep 17 00:00:00 2001 From: Frieder Schlesier Date: Thu, 19 Jan 2017 23:18:52 +0100 Subject: [PATCH] its not 2016 anymore --- LICENSE.md | 2 +- Makefile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/LICENSE.md b/LICENSE.md index f360385..b22a877 100755 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016 Frieder Schlesier +Copyright (c) 2017 Frieder Schlesier 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 diff --git a/Makefile b/Makefile index 8afa4ff..4ff0ee2 100755 --- a/Makefile +++ b/Makefile @@ -6,6 +6,7 @@ default: install install: all +# TODO: remove i3 config from default setup. we don't need this on servers dotfiles: # add aliases for dotfiles for file in $(shell find $(CURDIR) -name ".*" -not -name ".gitignore" -not -name ".git" -not -name ".*.swp"); do \