diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/compat.mk | 2 | ||||
-rw-r--r-- | core/core.mk | 4 | ||||
-rw-r--r-- | core/deps.mk | 2 | ||||
-rw-r--r-- | core/docs.mk | 1 | ||||
-rw-r--r-- | core/erlc.mk | 2 | ||||
-rw-r--r-- | core/index.mk | 2 | ||||
-rw-r--r-- | core/rel.mk | 2 | ||||
-rw-r--r-- | core/test.mk | 2 |
8 files changed, 9 insertions, 8 deletions
diff --git a/core/compat.mk b/core/compat.mk index eff4915..37a73a7 100644 --- a/core/compat.mk +++ b/core/compat.mk @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Loïc Hoguin <[email protected]> +# Copyright (c) 2015-2016, Loïc Hoguin <[email protected]> # This file is part of erlang.mk and subject to the terms of the ISC License. .PHONY: rebar.config diff --git a/core/core.mk b/core/core.mk index ed35229..517ad18 100644 --- a/core/core.mk +++ b/core/core.mk @@ -1,4 +1,4 @@ -# Copyright (c) 2013-2015, Loïc Hoguin <[email protected]> +# Copyright (c) 2013-2016, 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 @@ -113,7 +113,7 @@ distclean-tmp: help:: $(verbose) printf "%s\n" \ "erlang.mk (version $(ERLANG_MK_VERSION)) is distributed under the terms of the ISC License." \ - "Copyright (c) 2013-2015 Loïc Hoguin <[email protected]>" \ + "Copyright (c) 2013-2016 Loïc Hoguin <[email protected]>" \ "" \ "Usage: [V=1] $(MAKE) [target]..." \ "" \ diff --git a/core/deps.mk b/core/deps.mk index 11959d2..2d2e372 100644 --- a/core/deps.mk +++ b/core/deps.mk @@ -1,4 +1,4 @@ -# Copyright (c) 2013-2015, Loïc Hoguin <[email protected]> +# Copyright (c) 2013-2016, Loïc Hoguin <[email protected]> # This file is part of erlang.mk and subject to the terms of the ISC License. .PHONY: distclean-deps diff --git a/core/docs.mk b/core/docs.mk index cde0a42..c702fbc 100644 --- a/core/docs.mk +++ b/core/docs.mk @@ -1,3 +1,4 @@ +# Copyright (c) 2016, Loïc Hoguin <[email protected]> # Copyright (c) 2015, Viktor Söderqvist <[email protected]> # This file is part of erlang.mk and subject to the terms of the ISC License. diff --git a/core/erlc.mk b/core/erlc.mk index 9db10e1..71068ef 100644 --- a/core/erlc.mk +++ b/core/erlc.mk @@ -1,4 +1,4 @@ -# Copyright (c) 2013-2015, Loïc Hoguin <[email protected]> +# Copyright (c) 2013-2016, Loïc Hoguin <[email protected]> # This file is part of erlang.mk and subject to the terms of the ISC License. .PHONY: clean-app diff --git a/core/index.mk b/core/index.mk index 6e6d1f9..0b75209 100644 --- a/core/index.mk +++ b/core/index.mk @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Loïc Hoguin <[email protected]> +# Copyright (c) 2015-2016, Loïc Hoguin <[email protected]> # This file is part of erlang.mk and subject to the terms of the ISC License. .PHONY: search diff --git a/core/rel.mk b/core/rel.mk index d7617a3..b149158 100644 --- a/core/rel.mk +++ b/core/rel.mk @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Loïc Hoguin <[email protected]> +# Copyright (c) 2015-2016, Loïc Hoguin <[email protected]> # This file is part of erlang.mk and subject to the terms of the ISC License. .PHONY: rel-deps diff --git a/core/test.mk b/core/test.mk index 12ff208..46aa6b8 100644 --- a/core/test.mk +++ b/core/test.mk @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Loïc Hoguin <[email protected]> +# Copyright (c) 2015-2016, Loïc Hoguin <[email protected]> # This file is part of erlang.mk and subject to the terms of the ISC License. .PHONY: test-deps test-dir test-build clean-test-dir |