[pulseaudio-commits] src/modules

Tanu Kaskinen tanuk at kemper.freedesktop.org
Wed Oct 26 17:21:29 UTC 2016


 src/modules/raop/base64.c |    2 +-
 src/modules/raop/base64.h |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 11a0c2ef5d29e346673f40179f97272db19784b0
Author: Anton Lundin <glance at acc.umu.se>
Date:   Tue Oct 25 21:31:34 2016 +0200

    raop: Correct spelling of KTH
    
    KTH is a Swedish institution of higher education, and in its full name
    spelled Kungliga Tekniska högskolan.
    
    Signed-off-by: Anton Lundin <glance at acc.umu.se>

diff --git a/src/modules/raop/base64.c b/src/modules/raop/base64.c
index cdf52a6..1e09740 100644
--- a/src/modules/raop/base64.c
+++ b/src/modules/raop/base64.c
@@ -19,7 +19,7 @@
 
 /*
   This file was originally inspired by a file developed by
-    Kungliga Tekniska H�gskolan
+  Kungliga Tekniska högskolan
 */
 
 #ifdef HAVE_CONFIG_H
diff --git a/src/modules/raop/base64.h b/src/modules/raop/base64.h
index 352ab96..59160c9 100644
--- a/src/modules/raop/base64.h
+++ b/src/modules/raop/base64.h
@@ -5,7 +5,7 @@
   This file is part of PulseAudio.
 
   Copyright 2008 Colin Guthrie
-  Copyright Kungliga Tekniska Høgskolan
+  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
@@ -23,7 +23,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);



More information about the pulseaudio-commits mailing list