diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/bootstrap.mk | 2 | ||||
-rw-r--r-- | plugins/c_src.mk | 2 | ||||
-rw-r--r-- | plugins/ct.mk | 2 | ||||
-rw-r--r-- | plugins/dialyzer.mk | 2 | ||||
-rw-r--r-- | plugins/edoc.mk | 2 | ||||
-rw-r--r-- | plugins/erlydtl.mk | 2 | ||||
-rw-r--r-- | plugins/eunit.mk | 1 | ||||
-rw-r--r-- | plugins/relx.mk | 2 |
8 files changed, 8 insertions, 7 deletions
diff --git a/plugins/bootstrap.mk b/plugins/bootstrap.mk index 0829de3..f5345df 100644 --- a/plugins/bootstrap.mk +++ b/plugins/bootstrap.mk @@ -1,4 +1,4 @@ -# Copyright (c) 2014, Loïc Hoguin <[email protected]> +# Copyright (c) 2014-2015, Loïc Hoguin <[email protected]> # This file is part of erlang.mk and subject to the terms of the ISC License. .PHONY: bootstrap bootstrap-lib bootstrap-rel new list-templates diff --git a/plugins/c_src.mk b/plugins/c_src.mk index 13d2f62..e23c7b9 100644 --- a/plugins/c_src.mk +++ b/plugins/c_src.mk @@ -1,4 +1,4 @@ -# Copyright (c) 2014, Loïc Hoguin <[email protected]> +# Copyright (c) 2014-2015, Loïc Hoguin <[email protected]> # This file is part of erlang.mk and subject to the terms of the ISC License. .PHONY: clean-c_src distclean-c_src-env diff --git a/plugins/ct.mk b/plugins/ct.mk index b281842..27921dc 100644 --- a/plugins/ct.mk +++ b/plugins/ct.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: ct distclean-ct diff --git a/plugins/dialyzer.mk b/plugins/dialyzer.mk index 3482c1b..530f809 100644 --- a/plugins/dialyzer.mk +++ b/plugins/dialyzer.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: plt distclean-plt dialyze diff --git a/plugins/edoc.mk b/plugins/edoc.mk index 573ce05..d9b1d70 100644 --- a/plugins/edoc.mk +++ b/plugins/edoc.mk @@ -1,4 +1,4 @@ -# Copyright (c) 2013-2014, Loïc Hoguin <[email protected]> +# Copyright (c) 2013-2015, 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/plugins/erlydtl.mk b/plugins/erlydtl.mk index ffebb33..d65231d 100644 --- a/plugins/erlydtl.mk +++ b/plugins/erlydtl.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. # Configuration. diff --git a/plugins/eunit.mk b/plugins/eunit.mk index ae132ac..c59883d 100644 --- a/plugins/eunit.mk +++ b/plugins/eunit.mk @@ -1,4 +1,5 @@ # Copyright (c) 2014, Enrique Fernandez <[email protected]> +# Copyright (c) 2015, Loïc Hoguin <[email protected]> # This file is contributed to erlang.mk and subject to the terms of the ISC License. .PHONY: eunit diff --git a/plugins/relx.mk b/plugins/relx.mk index 8b66277..9a0e134 100644 --- a/plugins/relx.mk +++ b/plugins/relx.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: relx-rel distclean-relx-rel distclean-relx |