summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/modules/rtp/base64.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/rtp/base64.h b/src/modules/rtp/base64.h
index 199c6352..347a9971 100644
--- a/src/modules/rtp/base64.h
+++ b/src/modules/rtp/base64.h
@@ -7,6 +7,7 @@
This file is part of PulseAudio.
Copyright 2008 Colin Guthrie
+ Copyright Kungliga Tekniska Høgskolan
PulseAudio is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published
@@ -26,7 +27,7 @@
/*
This file was originally inspired by a file developed by
- Kungliga Tekniska Högskolan
+ Kungliga Tekniska Høgskolan
*/
int pa_base64_encode(const void *data, int size, char **str);