Skip to content

Commit

Permalink
update header
Browse files Browse the repository at this point in the history
  • Loading branch information
dkataskin committed Sep 23, 2015
1 parent f88443e commit 626f0d4
Show file tree
Hide file tree
Showing 17 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion include/erlazure.hrl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%% Copyright (c) 2013 - 2014, Dmitry Kataskin
%% Copyright (c) 2013 - 2015, Dmitry Kataskin
%% All rights reserved.
%%
%% Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion license.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2013 - 2014, Dmitry Kataskin
Copyright (c) 2013 - 2015, Dmitry Kataskin
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/erlazure.erl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%% Copyright (c) 2013 - 2014, Dmitry Kataskin
%% Copyright (c) 2013 - 2015, Dmitry Kataskin
%% All rights reserved.
%%
%% Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/erlazure_app.erl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%% Copyright (c) 2013 - 2014, Dmitry Kataskin
%% Copyright (c) 2013 - 2015, Dmitry Kataskin
%% All rights reserved.
%%
%% Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/erlazure_blob.erl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%% Copyright (c) 2013 - 2014, Dmitry Kataskin
%% Copyright (c) 2013 - 2015, Dmitry Kataskin
%% All rights reserved.
%%
%% Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/erlazure_http.erl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%% Copyright (c) 2013 - 2014, Dmitry Kataskin
%% Copyright (c) 2013 - 2015, Dmitry Kataskin
%% All rights reserved.
%%
%% Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/erlazure_queue.erl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%% Copyright (c) 2013 - 2014, Dmitry Kataskin
%% Copyright (c) 2013 - 2015, Dmitry Kataskin
%% All rights reserved.
%%
%% Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/erlazure_sup.erl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%% Copyright (c) 2013 - 2014, Dmitry Kataskin
%% Copyright (c) 2013 - 2015, Dmitry Kataskin
%% All rights reserved.
%%
%% Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/erlazure_table.erl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%% Copyright (c) 2013 - 2014, Dmitry Kataskin
%% Copyright (c) 2013 - 2015, Dmitry Kataskin
%% All rights reserved.
%%
%% Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/erlazure_utils.erl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%% Copyright (c) 2013 - 2014, Dmitry Kataskin
%% Copyright (c) 2013 - 2015, Dmitry Kataskin
%% All rights reserved.
%%
%% Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/erlazure_xml.erl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%% Copyright (c) 2013 - 2014, Dmitry Kataskin
%% Copyright (c) 2013 - 2015, Dmitry Kataskin
%% All rights reserved.
%%
%% Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion test/erlazure_blob_tests.erl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%% Copyright (c) 2013 - 2014, Dmitry Kataskin
%% Copyright (c) 2013 - 2015, Dmitry Kataskin
%% All rights reserved.
%%
%% Redistribution and use in source and binary forms, with or without
Expand Down
4 changes: 2 additions & 2 deletions test/erlazure_queue_cloud_tests.erl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%% Copyright (c) 2013 - 2014, Dmitry Kataskin
%% Copyright (c) 2013 - 2015, Dmitry Kataskin
%% All rights reserved.
%%
%% Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -32,7 +32,7 @@

-define(DEBUG, true).

-include("erlazure.hrl").
-include("../include/erlazure.hrl").
-include_lib("eunit/include/eunit.hrl").

%% API
Expand Down
4 changes: 2 additions & 2 deletions test/erlazure_queue_tests.erl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%% Copyright (c) 2013 - 2014, Dmitry Kataskin
%% Copyright (c) 2013 - 2015, Dmitry Kataskin
%% All rights reserved.
%%
%% Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -30,7 +30,7 @@

-author("Dmitry Kataskin").

-include("erlazure.hrl").
-include("../include/erlazure.hrl").
-include_lib("eunit/include/eunit.hrl").

parse_list_queues_response_test() ->
Expand Down
4 changes: 2 additions & 2 deletions test/erlazure_utils_tests.erl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%% Copyright (c) 2013 - 2014, Dmitry Kataskin
%% Copyright (c) 2013 - 2015, Dmitry Kataskin
%% All rights reserved.
%%
%% Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -30,7 +30,7 @@

-compile(export_all).

-include("erlazure.hrl").
-include("../include/erlazure.hrl").
-include_lib("eunit/include/eunit.hrl").

format_date_only_test() ->
Expand Down
4 changes: 2 additions & 2 deletions test/erlazure_xml_tests.erl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%% Copyright (c) 2013 - 2014, Dmitry Kataskin
%% Copyright (c) 2013 - 2015, Dmitry Kataskin
%% All rights reserved.
%%
%% Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -30,7 +30,7 @@

-compile(export_all).

-include("erlazure.hrl").
-include("../include/erlazure.hrl").
-include_lib("eunit/include/eunit.hrl").

parse_enumeration_test() ->
Expand Down
2 changes: 1 addition & 1 deletion test/test_utils.erl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%% Copyright (c) 2013 - 2014, Dmitry Kataskin
%% Copyright (c) 2013 - 2015, Dmitry Kataskin
%% All rights reserved.
%%
%% Redistribution and use in source and binary forms, with or without
Expand Down

0 comments on commit 626f0d4

Please sign in to comment.