Skip to content
This repository has been archived by the owner on Sep 9, 2023. It is now read-only.

Commit

Permalink
Update copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
norton committed Mar 10, 2012
1 parent 84dff08 commit 942c962
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
The MIT License

Copyright (C) 2011 by Joseph Wayne Norton <norton@alum.mit.edu>
Copyright (C) 2011-2012 by Joseph Wayne Norton <norton@alum.mit.edu>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -3,7 +3,7 @@
#AsciiEDoc - EDoc extension for generating HTML or Github-flavored Markdown from AsciiDoc sources#


Copyright (c) 2011 by Joseph Wayne Norton
Copyright (c) 2011-2012 by Joseph Wayne Norton

__Authors:__ Joseph Wayne Norton ([`norton@alum.mit.edu`](mailto:norton@alum.mit.edu)).<p>AsciiEdoc is an Erlang application that integrates AsciiDoc with EDoc
or EDoc with EDown. This may sound a little crazy at first but the
Expand Down
2 changes: 1 addition & 1 deletion doc/README.md
Expand Up @@ -3,7 +3,7 @@
#AsciiEDoc - EDoc extension for generating HTML or Github-flavored Markdown from AsciiDoc sources#


Copyright (c) 2011 by Joseph Wayne Norton
Copyright (c) 2011-2012 by Joseph Wayne Norton

__Authors:__ Joseph Wayne Norton ([`norton@alum.mit.edu`](mailto:norton@alum.mit.edu)).<p>AsciiEdoc is an Erlang application that integrates AsciiDoc with EDoc
or EDoc with EDown. This may sound a little crazy at first but the
Expand Down
2 changes: 1 addition & 1 deletion doc/overview.edoc
@@ -1,7 +1,7 @@
%% -*- Doc -*-
%% vim: set syntax=asciidoc:
@author Joseph Wayne Norton <norton@alum.mit.edu>
@copyright 2011 by Joseph Wayne Norton
@copyright 2011-2012 by Joseph Wayne Norton
@title AsciiEDoc - EDoc extension for generating HTML or Github-flavored Markdown from AsciiDoc sources
@doc
AsciiEdoc is an Erlang application that integrates AsciiDoc with EDoc
Expand Down
2 changes: 1 addition & 1 deletion src/asciiedoc_doclet.erl
@@ -1,6 +1,6 @@
%% The MIT License
%%
%% Copyright (C) 2011 by Joseph Wayne Norton <norton@alum.mit.edu>
%% Copyright (C) 2011-2012 by Joseph Wayne Norton <norton@alum.mit.edu>
%%
%% Permission is hereby granted, free of charge, to any person obtaining a copy
%% of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/asciiedoc_lib.erl
@@ -1,6 +1,6 @@
%% The MIT License
%%
%% Copyright (C) 2011 by Joseph Wayne Norton <norton@alum.mit.edu>
%% Copyright (C) 2011-2012 by Joseph Wayne Norton <norton@alum.mit.edu>
%%
%% Permission is hereby granted, free of charge, to any person obtaining a copy
%% of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/asciiedown_doclet.erl
@@ -1,6 +1,6 @@
%% The MIT License
%%
%% Copyright (C) 2011 by Joseph Wayne Norton <norton@alum.mit.edu>
%% Copyright (C) 2011-2012 by Joseph Wayne Norton <norton@alum.mit.edu>
%%
%% Permission is hereby granted, free of charge, to any person obtaining a copy
%% of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit 942c962

Please sign in to comment.