diff options
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | core/core.mk | 2 | ||||
-rw-r--r-- | core/deps.mk | 2 | ||||
-rw-r--r-- | core/erlc.mk | 2 | ||||
-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 |
13 files changed, 13 insertions, 12 deletions
@@ -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 @@ -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/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 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 |