diff options
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 |