Skip to content

Commit

Permalink
Merge branch 'master' of github.com:processone/tsung into github
Browse files Browse the repository at this point in the history
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
  • Loading branch information
nniclausse committed Nov 5, 2013
2 parents e830d37 + 1b94bcd commit 0c33911
Show file tree
Hide file tree
Showing 7 changed files with 52 additions and 16 deletions.
24 changes: 24 additions & 0 deletions include/ts_amqp.hrl
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
%%% This code was developped by Zhihui Jiao(jzhihui521@gmail.com).
%%%
%%% Copyright (C) 2013 Zhihui Jiao
%%%
%%% This program is free software; you can redistribute it and/or modify
%%% it under the terms of the GNU General Public License as published by
%%% the Free Software Foundation; either version 2 of the License, or
%%% (at your option) any later version.
%%%
%%% This program is distributed in the hope that it will be useful,
%%% but WITHOUT ANY WARRANTY; without even the implied warranty of
%%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
%%% GNU General Public License for more details.
%%%
%%% You should have received a copy of the GNU General Public License
%%% along with this program; if not, write to the Free Software
%%% Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
%%%
%%% In addition, as a special exception, you have the permission to
%%% link the code of this program with any library released under
%%% the EPL license and distribute linked combinations including
%%% the two; the MPL (Mozilla Public License), which EPL (Erlang
%%% Public License) is based on, is included in this exception.

-vc('$Id$ ').
-author('jzhihui521@gmail.com').

Expand Down
7 changes: 3 additions & 4 deletions include/ts_websocket.hrl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%%% This code was developped by IDEALX (http://IDEALX.org/) and
%%% contributors (their names can be found in the CONTRIBUTORS file).
%%% Copyright (C) 2000-2001 IDEALX
%%% This code was developped by Zhihui Jiao(jzhihui521@gmail.com).
%%%
%%% Copyright (C) 2013 Zhihui Jiao
%%%
%%% This program is free software; you can redistribute it and/or modify
%%% it under the terms of the GNU General Public License as published by
Expand All @@ -22,7 +22,6 @@
%%% the two; the MPL (Mozilla Public License), which EPL (Erlang
%%% Public License) is based on, is included in this exception.


-vc('$Id$ ').
-author('jzhihui521@gmail.com').

Expand Down
9 changes: 5 additions & 4 deletions src/lib/websocket.erl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%%% This code was developped by IDEALX (http://IDEALX.org/) and
%%% contributors (their names can be found in the CONTRIBUTORS file).
%%% Copyright (C) 2000-2001 IDEALX
%%% This code was developped by Zhihui Jiao(jzhihui521@gmail.com).
%%%
%%% Copyright (C) 2013 Zhihui Jiao
%%%
%%% This program is free software; you can redistribute it and/or modify
%%% it under the terms of the GNU General Public License as published by
Expand All @@ -19,7 +19,8 @@
%%% In addition, as a special exception, you have the permission to
%%% link the code of this program with any library released under
%%% the EPL license and distribute linked combinations including
%%% the two.
%%% the two; the MPL (Mozilla Public License), which EPL (Erlang
%%% Public License) is based on, is included in this exception.

-module(websocket).

Expand Down
8 changes: 7 additions & 1 deletion src/tsung/ts_amqp.erl
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
%%% This code was developped by Zhihui Jiao(jzhihui521@gmail.com).
%%%
%%% Copyright (C) 2013 Zhihui Jiao
%%%
%%% This program is free software; you can redistribute it and/or modify
%%% it under the terms of the GNU General Public License as published by
%%% the Free Software Foundation; either version 2 of the License, or
Expand All @@ -15,7 +19,9 @@
%%% In addition, as a special exception, you have the permission to
%%% link the code of this program with any library released under
%%% the EPL license and distribute linked combinations including
%%% the two.
%%% the two; the MPL (Mozilla Public License), which EPL (Erlang
%%% Public License) is based on, is included in this exception.

-module(ts_amqp).

-vc('$Id$ ').
Expand Down
6 changes: 3 additions & 3 deletions src/tsung/ts_websocket.erl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%%% This code was developped by IDEALX (http://IDEALX.org/) and
%%% contributors (their names can be found in the CONTRIBUTORS file).
%%% Copyright (C) 2000-2001 IDEALX
%%% This code was developped by Zhihui Jiao(jzhihui521@gmail.com).
%%%
%%% Copyright (C) 2013 Zhihui Jiao
%%%
%%% This program is free software; you can redistribute it and/or modify
%%% it under the terms of the GNU General Public License as published by
Expand Down
8 changes: 7 additions & 1 deletion src/tsung_controller/ts_config_amqp.erl
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
%%% This code was developped by Zhihui Jiao(jzhihui521@gmail.com).
%%%
%%% Copyright (C) 2013 Zhihui Jiao
%%%
%%% This program is free software; you can redistribute it and/or modify
%%% it under the terms of the GNU General Public License as published by
%%% the Free Software Foundation; either version 2 of the License, or
Expand All @@ -15,7 +19,9 @@
%%% In addition, as a special exception, you have the permission to
%%% link the code of this program with any library released under
%%% the EPL license and distribute linked combinations including
%%% the two.
%%% the two; the MPL (Mozilla Public License), which EPL (Erlang
%%% Public License) is based on, is included in this exception.

-module(ts_config_amqp).

-vc('$Id$ ').
Expand Down
6 changes: 3 additions & 3 deletions src/tsung_controller/ts_config_websocket.erl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%%% This code was developped by IDEALX (http://IDEALX.org/) and
%%% contributors (their names can be found in the CONTRIBUTORS file).
%%% Copyright (C) 2000-2001 IDEALX
%%% This code was developped by Zhihui Jiao(jzhihui521@gmail.com).
%%%
%%% Copyright (C) 2013 Zhihui Jiao
%%%
%%% This program is free software; you can redistribute it and/or modify
%%% it under the terms of the GNU General Public License as published by
Expand Down

0 comments on commit 0c33911

Please sign in to comment.