diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2017-04-05 15:52:33 +0300 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2017-04-05 15:52:33 +0300 |
| commit | fe56987d5b8ccf6b8ad073f240c9bf8a330e532d (patch) | |
| tree | 096ca239cf328a89c60c0a93295cc161691f1f55 | |
| parent | 4041dd828eea10ed69ff76260dc41ebf42ddd7c3 (diff) | |
| download | rabbitmq-server-git-fe56987d5b8ccf6b8ad073f240c9bf8a330e532d.tar.gz | |
(c) year
| -rw-r--r-- | include/gm_specs.hrl | 2 | ||||
| -rw-r--r-- | include/rabbit_cli.hrl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/gm_specs.hrl b/include/gm_specs.hrl index d03f9938e5..c4f584e87d 100644 --- a/include/gm_specs.hrl +++ b/include/gm_specs.hrl @@ -11,7 +11,7 @@ %% The Original Code is RabbitMQ. %% %% The Initial Developer of the Original Code is Pivotal Software, Inc. -%% Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved. +%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved. %% -type callback_result() :: 'ok' | {'stop', any()} | {'become', atom(), args()}. diff --git a/include/rabbit_cli.hrl b/include/rabbit_cli.hrl index 53be9fcda0..12fa5b4dd8 100644 --- a/include/rabbit_cli.hrl +++ b/include/rabbit_cli.hrl @@ -11,7 +11,7 @@ %% The Original Code is RabbitMQ. %% %% The Initial Developer of the Original Code is Pivotal Software, Inc. -%% Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved. +%% Copyright (c) 2007-2017 Pivotal Software, Inc. All rights reserved. %% -define(NODE_OPT, "-n"). |
