Skip to content

Commit

Permalink
Update copyrights.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyg committed May 4, 2012
1 parent 416a400 commit a58985c
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion include/rfc4627.hrl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%% JSON - RFC 4627 - for Erlang
%%---------------------------------------------------------------------------
%% Copyright (c) 2007-2010 Tony Garnock-Jones <tonygarnockjones@gmail.com>
%% Copyright (c) 2007-2010, 2011, 2012 Tony Garnock-Jones <tonygarnockjones@gmail.com>
%% Copyright (c) 2007-2010 LShift Ltd. <query@lshift.net>
%%
%% Permission is hereby granted, free of charge, to any person
Expand Down
2 changes: 1 addition & 1 deletion include/rfc4627_jsonrpc.hrl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%% JSON-RPC for Erlang
%%---------------------------------------------------------------------------
%% Copyright (c) 2007-2010 Tony Garnock-Jones <tonygarnockjones@gmail.com>
%% Copyright (c) 2007-2010, 2011, 2012 Tony Garnock-Jones <tonygarnockjones@gmail.com>
%% Copyright (c) 2007-2010 LShift Ltd. <query@lshift.net>
%%
%% Permission is hereby granted, free of charge, to any person
Expand Down
2 changes: 1 addition & 1 deletion src/doc/overview.edoc.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@title RFC4627 (JSON) and JSON-RPC for Erlang
@author Tony Garnock-Jones <tonyg@lshift.net>
@author LShift Ltd. <query@lshift.net>
@copyright 2007-2010 Tony Garnock-Jones and 2007-2010 LShift Ltd.
@copyright 2007-2010, 2011, 2012 Tony Garnock-Jones and 2007-2010 LShift Ltd.

@version %%VERSION%%

Expand Down
2 changes: 1 addition & 1 deletion src/rfc4627.erl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%%---------------------------------------------------------------------------
%% @author Tony Garnock-Jones <tonygarnockjones@gmail.com>
%% @author LShift Ltd. <query@lshift.net>
%% @copyright 2007-2010 Tony Garnock-Jones and 2007-2010 LShift Ltd.
%% @copyright 2007-2010, 2011, 2012 Tony Garnock-Jones and 2007-2010 LShift Ltd.
%% @license
%%
%% Permission is hereby granted, free of charge, to any person
Expand Down
2 changes: 1 addition & 1 deletion src/rfc4627_jsonrpc.erl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%%---------------------------------------------------------------------------
%% @author Tony Garnock-Jones <tonygarnockjones@gmail.com>
%% @author LShift Ltd. <query@lshift.net>
%% @copyright 2007-2010 Tony Garnock-Jones and 2007-2010 LShift Ltd.
%% @copyright 2007-2010, 2011, 2012 Tony Garnock-Jones and 2007-2010 LShift Ltd.
%% @license
%%
%% Permission is hereby granted, free of charge, to any person
Expand Down
2 changes: 1 addition & 1 deletion src/rfc4627_jsonrpc_app.erl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%% @author Tony Garnock-Jones <tonygarnockjones@gmail.com>
%% @author LShift Ltd. <query@lshift.net>
%% @copyright 2007-2010 Tony Garnock-Jones and 2007-2010 LShift Ltd.
%% @copyright 2007-2010, 2011, 2012 Tony Garnock-Jones and 2007-2010 LShift Ltd.
%% @license
%%
%% Permission is hereby granted, free of charge, to any person
Expand Down
2 changes: 1 addition & 1 deletion src/rfc4627_jsonrpc_http.erl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%%---------------------------------------------------------------------------
%% @author Tony Garnock-Jones <tonygarnockjones@gmail.com>
%% @author LShift Ltd. <query@lshift.net>
%% @copyright 2007-2010 Tony Garnock-Jones and 2007-2010 LShift Ltd.
%% @copyright 2007-2010, 2011, 2012 Tony Garnock-Jones and 2007-2010 LShift Ltd.
%% @license
%%
%% Permission is hereby granted, free of charge, to any person
Expand Down
2 changes: 1 addition & 1 deletion src/rfc4627_jsonrpc_inets.erl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%%---------------------------------------------------------------------------
%% @author Tony Garnock-Jones <tonygarnockjones@gmail.com>
%% @author LShift Ltd. <query@lshift.net>
%% @copyright 2007-2010 Tony Garnock-Jones and 2007-2010 LShift Ltd.
%% @copyright 2007-2010, 2011, 2012 Tony Garnock-Jones and 2007-2010 LShift Ltd.
%% @license
%%
%% Permission is hereby granted, free of charge, to any person
Expand Down
2 changes: 1 addition & 1 deletion src/rfc4627_jsonrpc_mochiweb.erl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%%---------------------------------------------------------------------------
%% @author Tony Garnock-Jones <tonygarnockjones@gmail.com>
%% @author LShift Ltd. <query@lshift.net>
%% @copyright 2007-2010 Tony Garnock-Jones and 2007-2010 LShift Ltd.
%% @copyright 2007-2010, 2011, 2012 Tony Garnock-Jones and 2007-2010 LShift Ltd.
%% @license
%%
%% Permission is hereby granted, free of charge, to any person
Expand Down
2 changes: 1 addition & 1 deletion src/rfc4627_jsonrpc_registry.erl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%%---------------------------------------------------------------------------
%% @author Tony Garnock-Jones <tonygarnockjones@gmail.com>
%% @author LShift Ltd. <query@lshift.net>
%% @copyright 2007-2010 Tony Garnock-Jones and 2007-2010 LShift Ltd.
%% @copyright 2007-2010, 2011, 2012 Tony Garnock-Jones and 2007-2010 LShift Ltd.
%% @license
%%
%% Permission is hereby granted, free of charge, to any person
Expand Down
2 changes: 1 addition & 1 deletion src/rfc4627_jsonrpc_sup.erl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%% @author Tony Garnock-Jones <tonygarnockjones@gmail.com>
%% @author LShift Ltd. <query@lshift.net>
%% @copyright 2007-2010 Tony Garnock-Jones and 2007-2010 LShift Ltd.
%% @copyright 2007-2010, 2011, 2012 Tony Garnock-Jones and 2007-2010 LShift Ltd.
%% @license
%%
%% Permission is hereby granted, free of charge, to any person
Expand Down

0 comments on commit a58985c

Please sign in to comment.