summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libpiano/src/crypt.c2
-rw-r--r--libpiano/src/crypt.h2
-rw-r--r--libpiano/src/crypt_key_input.h2
-rw-r--r--libpiano/src/crypt_key_output.h2
-rw-r--r--libpiano/src/http.c2
-rw-r--r--libpiano/src/http.h2
-rw-r--r--libpiano/src/piano.c2
-rw-r--r--libpiano/src/piano.h2
-rw-r--r--libpiano/src/piano_private.h2
-rw-r--r--libpiano/src/xml.c2
-rw-r--r--libpiano/src/xml.h2
-rw-r--r--libwardrobe/COPYING3
-rw-r--r--libwardrobe/src/md5.h3
-rw-r--r--libwardrobe/src/wardrobe.c2
-rw-r--r--libwardrobe/src/wardrobe.h2
-rw-r--r--src/main.c2
-rw-r--r--src/player.c2
-rw-r--r--src/player.h2
-rw-r--r--src/settings.c2
-rw-r--r--src/settings.h2
-rw-r--r--src/terminal.c2
-rw-r--r--src/terminal.h2
-rw-r--r--src/ui.c2
-rw-r--r--src/ui.h2
-rw-r--r--src/ui_act.c2
-rw-r--r--src/ui_act.h2
-rw-r--r--src/ui_readline.c2
-rw-r--r--src/ui_readline.h2
28 files changed, 30 insertions, 28 deletions
diff --git a/libpiano/src/crypt.c b/libpiano/src/crypt.c
index 9691aeb..ef0b2dc 100644
--- a/libpiano/src/crypt.c
+++ b/libpiano/src/crypt.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/libpiano/src/crypt.h b/libpiano/src/crypt.h
index f64bea6..e20847c 100644
--- a/libpiano/src/crypt.h
+++ b/libpiano/src/crypt.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/libpiano/src/crypt_key_input.h b/libpiano/src/crypt_key_input.h
index 691afcb..6de69ed 100644
--- a/libpiano/src/crypt_key_input.h
+++ b/libpiano/src/crypt_key_input.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/libpiano/src/crypt_key_output.h b/libpiano/src/crypt_key_output.h
index 7a32bfa..c5bc426 100644
--- a/libpiano/src/crypt_key_output.h
+++ b/libpiano/src/crypt_key_output.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/libpiano/src/http.c b/libpiano/src/http.c
index 10de2a5..a1a9c67 100644
--- a/libpiano/src/http.c
+++ b/libpiano/src/http.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/libpiano/src/http.h b/libpiano/src/http.h
index de9fdad..44a5ac1 100644
--- a/libpiano/src/http.h
+++ b/libpiano/src/http.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/libpiano/src/piano.c b/libpiano/src/piano.c
index 43c675a..e389932 100644
--- a/libpiano/src/piano.c
+++ b/libpiano/src/piano.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/libpiano/src/piano.h b/libpiano/src/piano.h
index cd3e8ca..5505a8c 100644
--- a/libpiano/src/piano.h
+++ b/libpiano/src/piano.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/libpiano/src/piano_private.h b/libpiano/src/piano_private.h
index 6c8401e..fb58677 100644
--- a/libpiano/src/piano_private.h
+++ b/libpiano/src/piano_private.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/libpiano/src/xml.c b/libpiano/src/xml.c
index 35a8606..764e07a 100644
--- a/libpiano/src/xml.c
+++ b/libpiano/src/xml.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/libpiano/src/xml.h b/libpiano/src/xml.h
index 7d1f1b2..dc778ca 100644
--- a/libpiano/src/xml.h
+++ b/libpiano/src/xml.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/libwardrobe/COPYING b/libwardrobe/COPYING
index 1a54565..db0c912 100644
--- a/libwardrobe/COPYING
+++ b/libwardrobe/COPYING
@@ -1,4 +1,5 @@
-Copyright (c) 2008 Lars-Dominik Braun
+Copyright (c) 2008-2010
+ 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/libwardrobe/src/md5.h b/libwardrobe/src/md5.h
index 26909d2..acf24b6 100644
--- a/libwardrobe/src/md5.h
+++ b/libwardrobe/src/md5.h
@@ -1,5 +1,6 @@
/*
-Copyright (c) 2008-2009 Lars-Dominik Braun
+Copyright (c) 2008-2010
+ 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/libwardrobe/src/wardrobe.c b/libwardrobe/src/wardrobe.c
index d822aa5..a3b9c43 100644
--- a/libwardrobe/src/wardrobe.c
+++ b/libwardrobe/src/wardrobe.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/libwardrobe/src/wardrobe.h b/libwardrobe/src/wardrobe.h
index b8907b9..999380c 100644
--- a/libwardrobe/src/wardrobe.h
+++ b/libwardrobe/src/wardrobe.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/main.c b/src/main.c
index fd43c40..bebdf8d 100644
--- a/src/main.c
+++ b/src/main.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.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
diff --git a/src/ui.c b/src/ui.c
index 93c2b4e..dfd37eb 100644
--- a/src/ui.c
+++ b/src/ui.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.h b/src/ui.h
index 37c83e8..83df72b 100644
--- a/src/ui.h
+++ b/src/ui.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_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