From 651da7d095f78e930fb758442905d5769cfda1c5 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Mon, 9 Jun 2008 21:59:00 +0000 Subject: 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 --- src/modules/rtp/base64.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); -- cgit