summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--COPYING3
-rw-r--r--libpiano/COPYING3
-rw-r--r--libpiano/src/crypt.c3
-rw-r--r--libpiano/src/crypt.h3
-rw-r--r--libpiano/src/crypt_key_input.h3
-rw-r--r--libpiano/src/crypt_key_output.h3
-rw-r--r--libpiano/src/http.c3
-rw-r--r--libpiano/src/http.h3
-rw-r--r--libpiano/src/main.c3
-rw-r--r--libpiano/src/main.h3
-rw-r--r--libpiano/src/piano.h3
-rw-r--r--libpiano/src/xml.c3
-rw-r--r--libpiano/src/xml.h3
-rw-r--r--src/main.c3
-rw-r--r--src/pianobar.12
-rw-r--r--src/player.c3
-rw-r--r--src/player.h3
-rw-r--r--src/settings.c3
-rw-r--r--src/settings.h3
-rw-r--r--src/terminal.c3
-rw-r--r--src/terminal.h3
-rw-r--r--src/ui.c3
-rw-r--r--src/ui.h3
-rw-r--r--src/ui_act.c3
-rw-r--r--src/ui_act.h3
25 files changed, 49 insertions, 25 deletions
diff --git a/COPYING b/COPYING
index ce56cec..a725c0e 100644
--- a/COPYING
+++ b/COPYING
@@ -1,4 +1,5 @@
-Copyright (c) 2008 Lars-Dominik Braun
+Copyright (c) 2008-2009
+ Lars-Dominik Braun <PromyLOPh@lavabit.com>
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/libpiano/COPYING b/libpiano/COPYING
index ce56cec..a725c0e 100644
--- a/libpiano/COPYING
+++ b/libpiano/COPYING
@@ -1,4 +1,5 @@
-Copyright (c) 2008 Lars-Dominik Braun
+Copyright (c) 2008-2009
+ Lars-Dominik Braun <PromyLOPh@lavabit.com>
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/libpiano/src/crypt.c b/libpiano/src/crypt.c
index 8b2cc0e..2e6dd55 100644
--- a/libpiano/src/crypt.c
+++ b/libpiano/src/crypt.c
@@ -1,5 +1,6 @@
/*
-Copyright (c) 2008 Lars-Dominik Braun
+Copyright (c) 2008-2009
+ Lars-Dominik Braun <PromyLOPh@lavabit.com>
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/libpiano/src/crypt.h b/libpiano/src/crypt.h
index 3694846..f64bea6 100644
--- a/libpiano/src/crypt.h
+++ b/libpiano/src/crypt.h
@@ -1,5 +1,6 @@
/*
-Copyright (c) 2008 Lars-Dominik Braun
+Copyright (c) 2008-2009
+ Lars-Dominik Braun <PromyLOPh@lavabit.com>
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/libpiano/src/crypt_key_input.h b/libpiano/src/crypt_key_input.h
index 7853d54..96750d4 100644
--- a/libpiano/src/crypt_key_input.h
+++ b/libpiano/src/crypt_key_input.h
@@ -1,5 +1,6 @@
/*
-Copyright (c) 2008 Lars-Dominik Braun
+Copyright (c) 2008-2009
+ Lars-Dominik Braun <PromyLOPh@lavabit.com>
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/libpiano/src/crypt_key_output.h b/libpiano/src/crypt_key_output.h
index e7f3a66..db00b7a 100644
--- a/libpiano/src/crypt_key_output.h
+++ b/libpiano/src/crypt_key_output.h
@@ -1,5 +1,6 @@
/*
-Copyright (c) 2008 Lars-Dominik Braun
+Copyright (c) 2008-2009
+ Lars-Dominik Braun <PromyLOPh@lavabit.com>
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/libpiano/src/http.c b/libpiano/src/http.c
index 6e09733..6a73aa7 100644
--- a/libpiano/src/http.c
+++ b/libpiano/src/http.c
@@ -1,5 +1,6 @@
/*
-Copyright (c) 2008 Lars-Dominik Braun
+Copyright (c) 2008-2009
+ Lars-Dominik Braun <PromyLOPh@lavabit.com>
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/libpiano/src/http.h b/libpiano/src/http.h
index fdc93b2..fa525dd 100644
--- a/libpiano/src/http.h
+++ b/libpiano/src/http.h
@@ -1,5 +1,6 @@
/*
-Copyright (c) 2008 Lars-Dominik Braun
+Copyright (c) 2008-2009
+ Lars-Dominik Braun <PromyLOPh@lavabit.com>
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/libpiano/src/main.c b/libpiano/src/main.c
index a71fbba..219aad5 100644
--- a/libpiano/src/main.c
+++ b/libpiano/src/main.c
@@ -1,5 +1,6 @@
/*
-Copyright (c) 2008 Lars-Dominik Braun
+Copyright (c) 2008-2009
+ Lars-Dominik Braun <PromyLOPh@lavabit.com>
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/libpiano/src/main.h b/libpiano/src/main.h
index fbf6ab4..6c8401e 100644
--- a/libpiano/src/main.h
+++ b/libpiano/src/main.h
@@ -1,5 +1,6 @@
/*
-Copyright (c) 2008 Lars-Dominik Braun
+Copyright (c) 2008-2009
+ Lars-Dominik Braun <PromyLOPh@lavabit.com>
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/libpiano/src/piano.h b/libpiano/src/piano.h
index a428b69..f540d8b 100644
--- a/libpiano/src/piano.h
+++ b/libpiano/src/piano.h
@@ -1,5 +1,6 @@
/*
-Copyright (c) 2008 Lars-Dominik Braun
+Copyright (c) 2008-2009
+ Lars-Dominik Braun <PromyLOPh@lavabit.com>
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/libpiano/src/xml.c b/libpiano/src/xml.c
index 95e9756..71b6bb1 100644
--- a/libpiano/src/xml.c
+++ b/libpiano/src/xml.c
@@ -1,5 +1,6 @@
/*
-Copyright (c) 2008 Lars-Dominik Braun
+Copyright (c) 2008-2009
+ Lars-Dominik Braun <PromyLOPh@lavabit.com>
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/libpiano/src/xml.h b/libpiano/src/xml.h
index 2d44ab3..525c8f3 100644
--- a/libpiano/src/xml.h
+++ b/libpiano/src/xml.h
@@ -1,5 +1,6 @@
/*
-Copyright (c) 2008 Lars-Dominik Braun
+Copyright (c) 2008-2009
+ Lars-Dominik Braun <PromyLOPh@lavabit.com>
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 aa5f2e5..888005c 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,5 +1,6 @@
/*
-Copyright (c) 2008 Lars-Dominik Braun
+Copyright (c) 2008-2009
+ Lars-Dominik Braun <PromyLOPh@lavabit.com>
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/pianobar.1 b/src/pianobar.1
index efe2869..19c98e3 100644
--- a/src/pianobar.1
+++ b/src/pianobar.1
@@ -140,4 +140,4 @@ Your pandora.com password. Plain-text.
Your pandora.com username.
.SH AUTHOR
-Lars-Dominik Braun <PromyLOPh@gmail.com>
+Lars-Dominik Braun <PromyLOPh@lavabit.com>
diff --git a/src/player.c b/src/player.c
index 7e93933..b7526e4 100644
--- a/src/player.c
+++ b/src/player.c
@@ -1,5 +1,6 @@
/*
-Copyright (c) 2008 Lars-Dominik Braun
+Copyright (c) 2008-2009
+ Lars-Dominik Braun <PromyLOPh@lavabit.com>
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 ee89237..c210c09 100644
--- a/src/player.h
+++ b/src/player.h
@@ -1,5 +1,6 @@
/*
-Copyright (c) 2008 Lars-Dominik Braun
+Copyright (c) 2008-2009
+ Lars-Dominik Braun <PromyLOPh@lavabit.com>
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 daac4dc..2e5dab6 100644
--- a/src/settings.c
+++ b/src/settings.c
@@ -1,5 +1,6 @@
/*
-Copyright (c) 2008 Lars-Dominik Braun
+Copyright (c) 2008-2009
+ Lars-Dominik Braun <PromyLOPh@lavabit.com>
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 954e102..ed71530 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -1,5 +1,6 @@
/*
-Copyright (c) 2008 Lars-Dominik Braun
+Copyright (c) 2008-2009
+ Lars-Dominik Braun <PromyLOPh@lavabit.com>
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 d29c42f..09d0fe8 100644
--- a/src/terminal.c
+++ b/src/terminal.c
@@ -1,5 +1,6 @@
/*
-Copyright (c) 2008 Lars-Dominik Braun
+Copyright (c) 2008-2009
+ Lars-Dominik Braun <PromyLOPh@lavabit.com>
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 c983ec5..c4fc5cf 100644
--- a/src/terminal.h
+++ b/src/terminal.h
@@ -1,5 +1,6 @@
/*
-Copyright (c) 2008 Lars-Dominik Braun
+Copyright (c) 2008-2009
+ Lars-Dominik Braun <PromyLOPh@lavabit.com>
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 ae5077f..b9e444d 100644
--- a/src/ui.c
+++ b/src/ui.c
@@ -1,5 +1,6 @@
/*
-Copyright (c) 2008 Lars-Dominik Braun
+Copyright (c) 2008-2009
+ Lars-Dominik Braun <PromyLOPh@lavabit.com>
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 91617bd..9caa874 100644
--- a/src/ui.h
+++ b/src/ui.h
@@ -1,5 +1,6 @@
/*
-Copyright (c) 2008 Lars-Dominik Braun
+Copyright (c) 2008-2009
+ Lars-Dominik Braun <PromyLOPh@lavabit.com>
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 303cb7b..3046445 100644
--- a/src/ui_act.c
+++ b/src/ui_act.c
@@ -1,5 +1,6 @@
/*
-Copyright (c) 2008 Lars-Dominik Braun
+Copyright (c) 2008-2009
+ Lars-Dominik Braun <PromyLOPh@lavabit.com>
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 fdcce8c..9b1ba2b 100644
--- a/src/ui_act.h
+++ b/src/ui_act.h
@@ -1,5 +1,6 @@
/*
-Copyright (c) 2008 Lars-Dominik Braun
+Copyright (c) 2008-2009
+ Lars-Dominik Braun <PromyLOPh@lavabit.com>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal