diff options
author | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2010-01-21 21:24:31 +0100 |
---|---|---|
committer | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2010-01-21 21:24:31 +0100 |
commit | 0546d4c6a6afaada3fc5a8b4fc33d4c3949246e3 (patch) | |
tree | fcb5d2b4caf16904499447711abcb6afc2522be1 /src | |
parent | 1ebe213fb1634e18aef79067c3ea211088c2b6a5 (diff) | |
download | pianobar-windows-0546d4c6a6afaada3fc5a8b4fc33d4c3949246e3.tar.gz pianobar-windows-0546d4c6a6afaada3fc5a8b4fc33d4c3949246e3.tar.bz2 pianobar-windows-0546d4c6a6afaada3fc5a8b4fc33d4c3949246e3.zip |
It's 2010 now.
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 2 | ||||
-rw-r--r-- | src/player.c | 2 | ||||
-rw-r--r-- | src/player.h | 2 | ||||
-rw-r--r-- | src/settings.c | 2 | ||||
-rw-r--r-- | src/settings.h | 2 | ||||
-rw-r--r-- | src/terminal.c | 2 | ||||
-rw-r--r-- | src/terminal.h | 2 | ||||
-rw-r--r-- | src/ui.c | 2 | ||||
-rw-r--r-- | src/ui.h | 2 | ||||
-rw-r--r-- | src/ui_act.c | 2 | ||||
-rw-r--r-- | src/ui_act.h | 2 | ||||
-rw-r--r-- | src/ui_readline.c | 2 | ||||
-rw-r--r-- | src/ui_readline.h | 2 |
13 files changed, 13 insertions, 13 deletions
@@ -1,5 +1,5 @@ /* -Copyright (c) 2008-2009 +Copyright (c) 2008-2010 Lars-Dominik Braun <PromyLOPh@lavabit.com> Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/player.c b/src/player.c index 8e8be2c..179b8e4 100644 --- a/src/player.c +++ b/src/player.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2008-2009 +Copyright (c) 2008-2010 Lars-Dominik Braun <PromyLOPh@lavabit.com> Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/player.h b/src/player.h index 0d44637..dfa9c09 100644 --- a/src/player.h +++ b/src/player.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2008-2009 +Copyright (c) 2008-2010 Lars-Dominik Braun <PromyLOPh@lavabit.com> Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/settings.c b/src/settings.c index 31690e6..527a150 100644 --- a/src/settings.c +++ b/src/settings.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2008-2009 +Copyright (c) 2008-2010 Lars-Dominik Braun <PromyLOPh@lavabit.com> Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/settings.h b/src/settings.h index 614ebf3..2c6f228 100644 --- a/src/settings.h +++ b/src/settings.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2008-2009 +Copyright (c) 2008-2010 Lars-Dominik Braun <PromyLOPh@lavabit.com> Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/terminal.c b/src/terminal.c index 2875638..7b371c2 100644 --- a/src/terminal.c +++ b/src/terminal.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2008-2009 +Copyright (c) 2008-2010 Lars-Dominik Braun <PromyLOPh@lavabit.com> Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/terminal.h b/src/terminal.h index e7aded9..d7fcf7f 100644 --- a/src/terminal.h +++ b/src/terminal.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2008-2009 +Copyright (c) 2008-2010 Lars-Dominik Braun <PromyLOPh@lavabit.com> Permission is hereby granted, free of charge, to any person obtaining a copy @@ -1,5 +1,5 @@ /* -Copyright (c) 2008-2009 +Copyright (c) 2008-2010 Lars-Dominik Braun <PromyLOPh@lavabit.com> Permission is hereby granted, free of charge, to any person obtaining a copy @@ -1,5 +1,5 @@ /* -Copyright (c) 2008-2009 +Copyright (c) 2008-2010 Lars-Dominik Braun <PromyLOPh@lavabit.com> Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/ui_act.c b/src/ui_act.c index fe93cda..358029e 100644 --- a/src/ui_act.c +++ b/src/ui_act.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2008-2009 +Copyright (c) 2008-2010 Lars-Dominik Braun <PromyLOPh@lavabit.com> Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/ui_act.h b/src/ui_act.h index f6c3285..4f0945b 100644 --- a/src/ui_act.h +++ b/src/ui_act.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2008-2009 +Copyright (c) 2008-2010 Lars-Dominik Braun <PromyLOPh@lavabit.com> Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/ui_readline.c b/src/ui_readline.c index b368a56..e65d6b5 100644 --- a/src/ui_readline.c +++ b/src/ui_readline.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2008-2009 +Copyright (c) 2008-2010 Lars-Dominik Braun <PromyLOPh@lavabit.com> Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/ui_readline.h b/src/ui_readline.h index f9620b6..fcf6581 100644 --- a/src/ui_readline.h +++ b/src/ui_readline.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2008-2009 +Copyright (c) 2008-2010 Lars-Dominik Braun <PromyLOPh@lavabit.com> Permission is hereby granted, free of charge, to any person obtaining a copy |