Skip to content

Commit

Permalink
cosmetics: update copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
justinruggles committed Jan 4, 2011
1 parent d91aa61 commit 89aee3d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ Aften: A/52 audio encoder
A simple AC3-compatible audio encoder based on FFmpeg.

-------------------------------------------------------------------------------
Aften, Copyright (c) 2006-2009 Justin Ruggles <[email protected]>
2006-2009 Prakash Punnoor <[email protected]>
Aften, Copyright (c) 2006-2011 Justin Ruggles <[email protected]>
2006-2011 Prakash Punnoor <[email protected]>
http://aften.sourceforge.net/
-------------------------------------------------------------------------------
FFmpeg, Copyright (c) 2000-2009 Fabrice Bellard, et al.
FFmpeg, Copyright (c) 2000-2011 Fabrice Bellard, et al.
http://www.ffmpeg.org/
-------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion aften/aften.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ print_intro(FILE *out)
const char *vers = aften_get_version();
fprintf(out, "\nAften: A/52 audio encoder\n"
"Version %s\n"
"(c) 2006-2009 Justin Ruggles, Prakash Punnoor, et al.\n\n",
"(c) 2006-2011 Justin Ruggles, Prakash Punnoor, et al.\n\n",
vers);
}

Expand Down
2 changes: 1 addition & 1 deletion util/wavrms.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ static void
print_intro(FILE *stream)
{
fprintf(stream, "\nWavRMS: utility program to calculate AC-3 dialnorm.\n"
"(c) 2006-2007 Justin Ruggles, et al.\n\n");
"(c) 2006-2011 Justin Ruggles, et al.\n\n");
}

static void
Expand Down

0 comments on commit 89aee3d

Please sign in to comment.