diff options
Diffstat (limited to 'libpiano')
-rw-r--r-- | libpiano/COPYING | 3 | ||||
-rw-r--r-- | libpiano/src/crypt.c | 3 | ||||
-rw-r--r-- | libpiano/src/crypt.h | 3 | ||||
-rw-r--r-- | libpiano/src/crypt_key_input.h | 3 | ||||
-rw-r--r-- | libpiano/src/crypt_key_output.h | 3 | ||||
-rw-r--r-- | libpiano/src/http.c | 3 | ||||
-rw-r--r-- | libpiano/src/http.h | 3 | ||||
-rw-r--r-- | libpiano/src/main.c | 3 | ||||
-rw-r--r-- | libpiano/src/main.h | 3 | ||||
-rw-r--r-- | libpiano/src/piano.h | 3 | ||||
-rw-r--r-- | libpiano/src/xml.c | 3 | ||||
-rw-r--r-- | libpiano/src/xml.h | 3 |
12 files changed, 24 insertions, 12 deletions
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 |