summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Guthrie <pulse@colin.guthr.ie>2008-06-09 21:59:00 +0000
committerColin Guthrie <pulse@colin.guthr.ie>2008-10-08 20:32:09 +0100
commit651da7d095f78e930fb758442905d5769cfda1c5 (patch)
treec472fcca87d7803dd109151a2864074abf7010aa
parent7f0cf0c9adc5176ba41d549754ea25ed6f12bdce (diff)
Minor update to copywrite (I still plan to replace this completely but in the mean time....)
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/coling@2499 fefdeb5f-60dc-0310-8127-8f9354f1896f
-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);