diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/core.mk | 2 | ||||
-rw-r--r-- | core/deps.mk | 2 | ||||
-rw-r--r-- | core/erlc.mk | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/core/core.mk b/core/core.mk index 8622be2..fdef354 100644 --- a/core/core.mk +++ b/core/core.mk @@ -1,4 +1,4 @@ -# Copyright (c) 2013-2014, Loïc Hoguin <[email protected]> +# Copyright (c) 2013-2015, Loïc Hoguin <[email protected]> # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/core/deps.mk b/core/deps.mk index 35fefb5..74bc30b 100644 --- a/core/deps.mk +++ b/core/deps.mk @@ -1,4 +1,4 @@ -# Copyright (c) 2013-2014, Loïc Hoguin <[email protected]> +# Copyright (c) 2013-2015, Loïc Hoguin <[email protected]> # This file is part of erlang.mk and subject to the terms of the ISC License. .PHONY: distclean-deps distclean-pkg pkg-list pkg-search diff --git a/core/erlc.mk b/core/erlc.mk index e391da8..dc488a5 100644 --- a/core/erlc.mk +++ b/core/erlc.mk @@ -1,4 +1,4 @@ -# Copyright (c) 2013-2014, Loïc Hoguin <[email protected]> +# Copyright (c) 2013-2015, Loïc Hoguin <[email protected]> # This file is part of erlang.mk and subject to the terms of the ISC License. .PHONY: clean-app |