diff --git a/LICENSE b/LICENSE index 862287b..b88843a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ %% The MIT License -%% Copyright (c) 2010 Alisdair Sullivan +%% Copyright (c) 2010-2013 alisdair sullivan %% Permission is hereby granted, free of charge, to any person obtaining a copy %% of this software and associated documentation files (the "Software"), to deal diff --git a/README.markdown b/README.markdown index 66e8af4..81e24c7 100644 --- a/README.markdown +++ b/README.markdown @@ -2,7 +2,7 @@ an erlang application for consuming, producing and manipulating [json][json]. inspired by [yajl][yajl] -copyright 2011-2013 alisdair sullivan +copyright 2010-2013 alisdair sullivan jsx is released under the terms of the [MIT][MIT] license diff --git a/src/jsx.erl b/src/jsx.erl index f1854a7..52dae15 100644 --- a/src/jsx.erl +++ b/src/jsx.erl @@ -1,6 +1,6 @@ %% The MIT License -%% Copyright (c) 2010 Alisdair Sullivan +%% Copyright (c) 2010-2013 alisdair sullivan %% Permission is hereby granted, free of charge, to any person obtaining a copy %% of this software and associated documentation files (the "Software"), to deal diff --git a/src/jsx_config.erl b/src/jsx_config.erl index 187e6bc..9c90aec 100644 --- a/src/jsx_config.erl +++ b/src/jsx_config.erl @@ -1,6 +1,6 @@ %% The MIT License -%% Copyright (c) 2010 Alisdair Sullivan +%% Copyright (c) 2010-2013 alisdair sullivan %% Permission is hereby granted, free of charge, to any person obtaining a copy %% of this software and associated documentation files (the "Software"), to deal diff --git a/src/jsx_decoder.erl b/src/jsx_decoder.erl index cae9fdf..8f66fbd 100644 --- a/src/jsx_decoder.erl +++ b/src/jsx_decoder.erl @@ -1,6 +1,6 @@ %% The MIT License -%% Copyright (c) 2010 Alisdair Sullivan +%% Copyright (c) 2010-2013 alisdair sullivan %% Permission is hereby granted, free of charge, to any person obtaining a copy %% of this software and associated documentation files (the "Software"), to deal diff --git a/src/jsx_encoder.erl b/src/jsx_encoder.erl index bdac392..6dac40c 100644 --- a/src/jsx_encoder.erl +++ b/src/jsx_encoder.erl @@ -1,6 +1,6 @@ %% The MIT License -%% Copyright (c) 2011 Alisdair Sullivan +%% Copyright (c) 2010-2013 Alisdair Sullivan %% Permission is hereby granted, free of charge, to any person obtaining a copy %% of this software and associated documentation files (the "Software"), to deal diff --git a/src/jsx_parser.erl b/src/jsx_parser.erl index 4ec0611..d960bde 100644 --- a/src/jsx_parser.erl +++ b/src/jsx_parser.erl @@ -1,6 +1,6 @@ %% The MIT License -%% Copyright (c) 2012 Alisdair Sullivan +%% Copyright (c) 2010-2013 Alisdair Sullivan %% Permission is hereby granted, free of charge, to any person obtaining a copy %% of this software and associated documentation files (the "Software"), to deal diff --git a/src/jsx_to_json.erl b/src/jsx_to_json.erl index 404527f..1a142b4 100644 --- a/src/jsx_to_json.erl +++ b/src/jsx_to_json.erl @@ -1,6 +1,6 @@ %% The MIT License -%% Copyright (c) 2010 Alisdair Sullivan +%% Copyright (c) 2010-2013 alisdair sullivan %% Permission is hereby granted, free of charge, to any person obtaining a copy %% of this software and associated documentation files (the "Software"), to deal diff --git a/src/jsx_to_term.erl b/src/jsx_to_term.erl index da9cbc4..90515ad 100644 --- a/src/jsx_to_term.erl +++ b/src/jsx_to_term.erl @@ -1,6 +1,6 @@ %% The MIT License -%% Copyright (c) 2011 Alisdair Sullivan +%% Copyright (c) 2010-2013 Alisdair Sullivan %% Permission is hereby granted, free of charge, to any person obtaining a copy %% of this software and associated documentation files (the "Software"), to deal diff --git a/src/jsx_verify.erl b/src/jsx_verify.erl index bf2f868..90251b3 100644 --- a/src/jsx_verify.erl +++ b/src/jsx_verify.erl @@ -1,6 +1,6 @@ %% The MIT License -%% Copyright (c) 2010 Alisdair Sullivan +%% Copyright (c) 2010-2013 alisdair sullivan %% Permission is hereby granted, free of charge, to any person obtaining a copy %% of this software and associated documentation files (the "Software"), to deal