From 9c1066ba50b82ab93079f668c78050a2fd646cf6 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Mon, 27 Dec 2010 17:50:27 +0100 Subject: Change my email address Again. And hopefully the last time. --- COPYING | 2 +- contrib/pianobar.1 | 2 +- src/libpiano/crypt.c | 2 +- src/libpiano/crypt.h | 2 +- src/libpiano/crypt_key_input.h | 2 +- src/libpiano/crypt_key_output.h | 2 +- src/libpiano/piano.c | 2 +- src/libpiano/piano.h | 2 +- src/libpiano/piano_private.h | 2 +- src/libpiano/xml.c | 2 +- src/libpiano/xml.h | 2 +- src/libwaitress/waitress.c | 2 +- src/libwaitress/waitress.h | 2 +- src/main.c | 2 +- src/main.h | 2 +- src/player.c | 2 +- src/player.h | 2 +- src/settings.c | 2 +- src/settings.h | 2 +- src/terminal.c | 2 +- src/terminal.h | 2 +- src/ui.c | 2 +- src/ui.h | 2 +- src/ui_act.c | 2 +- src/ui_act.h | 2 +- src/ui_readline.c | 2 +- src/ui_readline.h | 2 +- 27 files changed, 27 insertions(+), 27 deletions(-) diff --git a/COPYING b/COPYING index 4bcd1a3..af7b233 100644 --- a/COPYING +++ b/COPYING @@ -1,5 +1,5 @@ Copyright (c) 2008-2010 - Lars-Dominik Braun + Lars-Dominik Braun 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/contrib/pianobar.1 b/contrib/pianobar.1 index 5478fa3..d7f9624 100644 --- a/contrib/pianobar.1 +++ b/contrib/pianobar.1 @@ -236,4 +236,4 @@ An example script can be found in the contrib/ directory of source distribution. .SH AUTHOR -Lars-Dominik Braun +Lars-Dominik Braun diff --git a/src/libpiano/crypt.c b/src/libpiano/crypt.c index 8a8ad01..8d743e2 100644 --- a/src/libpiano/crypt.c +++ b/src/libpiano/crypt.c @@ -1,6 +1,6 @@ /* Copyright (c) 2008-2010 - Lars-Dominik Braun + Lars-Dominik Braun 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/libpiano/crypt.h b/src/libpiano/crypt.h index e20847c..6b2fb96 100644 --- a/src/libpiano/crypt.h +++ b/src/libpiano/crypt.h @@ -1,6 +1,6 @@ /* Copyright (c) 2008-2010 - Lars-Dominik Braun + Lars-Dominik Braun 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/libpiano/crypt_key_input.h b/src/libpiano/crypt_key_input.h index a02e668..9b58ff8 100644 --- a/src/libpiano/crypt_key_input.h +++ b/src/libpiano/crypt_key_input.h @@ -1,6 +1,6 @@ /* Copyright (c) 2008-2010 - Lars-Dominik Braun + Lars-Dominik Braun 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/libpiano/crypt_key_output.h b/src/libpiano/crypt_key_output.h index b8823d5..db65b18 100644 --- a/src/libpiano/crypt_key_output.h +++ b/src/libpiano/crypt_key_output.h @@ -1,6 +1,6 @@ /* Copyright (c) 2008-2010 - Lars-Dominik Braun + Lars-Dominik Braun 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/libpiano/piano.c b/src/libpiano/piano.c index f6343b4..823e48d 100644 --- a/src/libpiano/piano.c +++ b/src/libpiano/piano.c @@ -1,6 +1,6 @@ /* Copyright (c) 2008-2010 - Lars-Dominik Braun + Lars-Dominik Braun 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/libpiano/piano.h b/src/libpiano/piano.h index ef6e386..509be9e 100644 --- a/src/libpiano/piano.h +++ b/src/libpiano/piano.h @@ -1,6 +1,6 @@ /* Copyright (c) 2008-2010 - Lars-Dominik Braun + Lars-Dominik Braun 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/libpiano/piano_private.h b/src/libpiano/piano_private.h index bb14c8f..726fc02 100644 --- a/src/libpiano/piano_private.h +++ b/src/libpiano/piano_private.h @@ -1,6 +1,6 @@ /* Copyright (c) 2008-2010 - Lars-Dominik Braun + Lars-Dominik Braun 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/libpiano/xml.c b/src/libpiano/xml.c index 01294d8..158eef2 100644 --- a/src/libpiano/xml.c +++ b/src/libpiano/xml.c @@ -1,6 +1,6 @@ /* Copyright (c) 2008-2010 - Lars-Dominik Braun + Lars-Dominik Braun 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/libpiano/xml.h b/src/libpiano/xml.h index dc778ca..f21c765 100644 --- a/src/libpiano/xml.h +++ b/src/libpiano/xml.h @@ -1,6 +1,6 @@ /* Copyright (c) 2008-2010 - Lars-Dominik Braun + Lars-Dominik Braun 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/libwaitress/waitress.c b/src/libwaitress/waitress.c index 27f7b3d..dad5d47 100644 --- a/src/libwaitress/waitress.c +++ b/src/libwaitress/waitress.c @@ -1,6 +1,6 @@ /* Copyright (c) 2009-2010 - Lars-Dominik Braun + Lars-Dominik Braun 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/libwaitress/waitress.h b/src/libwaitress/waitress.h index 04333fb..66c5bfa 100644 --- a/src/libwaitress/waitress.h +++ b/src/libwaitress/waitress.h @@ -1,6 +1,6 @@ /* Copyright (c) 2009-2010 - Lars-Dominik Braun + Lars-Dominik Braun 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/main.c b/src/main.c index 1f5cd3e..2baad8e 100644 --- a/src/main.c +++ b/src/main.c @@ -1,6 +1,6 @@ /* Copyright (c) 2008-2010 - Lars-Dominik Braun + Lars-Dominik Braun 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/main.h b/src/main.h index 6ab884a..2ef651c 100644 --- a/src/main.h +++ b/src/main.h @@ -1,6 +1,6 @@ /* Copyright (c) 2008-2010 - Lars-Dominik Braun + Lars-Dominik Braun 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/player.c b/src/player.c index a819103..3e69804 100644 --- a/src/player.c +++ b/src/player.c @@ -1,6 +1,6 @@ /* Copyright (c) 2008-2010 - Lars-Dominik Braun + Lars-Dominik Braun 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/player.h b/src/player.h index 0062589..269fdc1 100644 --- a/src/player.h +++ b/src/player.h @@ -1,6 +1,6 @@ /* Copyright (c) 2008-2010 - Lars-Dominik Braun + Lars-Dominik Braun 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/settings.c b/src/settings.c index c6c14f2..9955d2e 100644 --- a/src/settings.c +++ b/src/settings.c @@ -1,6 +1,6 @@ /* Copyright (c) 2008-2010 - Lars-Dominik Braun + Lars-Dominik Braun 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/settings.h b/src/settings.h index 0d97c80..a186282 100644 --- a/src/settings.h +++ b/src/settings.h @@ -1,6 +1,6 @@ /* Copyright (c) 2008-2010 - Lars-Dominik Braun + Lars-Dominik Braun 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/terminal.c b/src/terminal.c index 7b371c2..666d97b 100644 --- a/src/terminal.c +++ b/src/terminal.c @@ -1,6 +1,6 @@ /* Copyright (c) 2008-2010 - Lars-Dominik Braun + Lars-Dominik Braun 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/terminal.h b/src/terminal.h index d7fcf7f..034699a 100644 --- a/src/terminal.h +++ b/src/terminal.h @@ -1,6 +1,6 @@ /* Copyright (c) 2008-2010 - Lars-Dominik Braun + Lars-Dominik Braun 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/ui.c b/src/ui.c index c1aadab..8c8dc39 100644 --- a/src/ui.c +++ b/src/ui.c @@ -1,6 +1,6 @@ /* Copyright (c) 2008-2010 - Lars-Dominik Braun + Lars-Dominik Braun 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/ui.h b/src/ui.h index 582ab5c..23457e0 100644 --- a/src/ui.h +++ b/src/ui.h @@ -1,6 +1,6 @@ /* Copyright (c) 2008-2010 - Lars-Dominik Braun + Lars-Dominik Braun 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/ui_act.c b/src/ui_act.c index 0ed55ec..4ea8b71 100644 --- a/src/ui_act.c +++ b/src/ui_act.c @@ -1,6 +1,6 @@ /* Copyright (c) 2008-2010 - Lars-Dominik Braun + Lars-Dominik Braun 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/ui_act.h b/src/ui_act.h index 66ad731..d4e6948 100644 --- a/src/ui_act.h +++ b/src/ui_act.h @@ -1,6 +1,6 @@ /* Copyright (c) 2008-2010 - Lars-Dominik Braun + Lars-Dominik Braun 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/ui_readline.c b/src/ui_readline.c index c2cd410..98af5ea 100644 --- a/src/ui_readline.c +++ b/src/ui_readline.c @@ -1,6 +1,6 @@ /* Copyright (c) 2008-2010 - Lars-Dominik Braun + Lars-Dominik Braun 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/ui_readline.h b/src/ui_readline.h index fcf6581..96356b7 100644 --- a/src/ui_readline.h +++ b/src/ui_readline.h @@ -1,6 +1,6 @@ /* Copyright (c) 2008-2010 - Lars-Dominik Braun + Lars-Dominik Braun Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal -- cgit v1.2.3