diff options
author | dknn <yoann.blein@free.fr> | 2012-06-02 22:41:35 (GMT) |
---|---|---|
committer | dknn <yoann.blein@free.fr> | 2012-09-22 08:49:55 (GMT) |
commit | 174d01d9812694d201f6f3939fc7b8bf4650cfa2 (patch) | |
tree | 2662370404afd5027afea8dd8f990a81d9df83b2 /Swiften/Parser | |
parent | ed95bc3cb17285a16a201f8ffe26ac38a4403f47 (diff) | |
download | swift-contrib-174d01d9812694d201f6f3939fc7b8bf4650cfa2.zip swift-contrib-174d01d9812694d201f6f3939fc7b8bf4650cfa2.tar.bz2 |
Major part of a RTP description element
Diffstat (limited to 'Swiften/Parser')
-rw-r--r-- | Swiften/Parser/PayloadParsers/RTPPayloadTypeParser.cpp | 2 | ||||
-rw-r--r-- | Swiften/Parser/PayloadParsers/RTPPayloadTypeParser.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Swiften/Parser/PayloadParsers/RTPPayloadTypeParser.cpp b/Swiften/Parser/PayloadParsers/RTPPayloadTypeParser.cpp index bddf96a..56fe109 100644 --- a/Swiften/Parser/PayloadParsers/RTPPayloadTypeParser.cpp +++ b/Swiften/Parser/PayloadParsers/RTPPayloadTypeParser.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011 Yoann Blein + * Copyright (c) 2012 Yoann Blein * Licensed under the simplified BSD license. * See Documentation/Licenses/BSD-simplified.txt for more information. */ diff --git a/Swiften/Parser/PayloadParsers/RTPPayloadTypeParser.h b/Swiften/Parser/PayloadParsers/RTPPayloadTypeParser.h index 6d566d6..8dee938 100644 --- a/Swiften/Parser/PayloadParsers/RTPPayloadTypeParser.h +++ b/Swiften/Parser/PayloadParsers/RTPPayloadTypeParser.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011 Yoann Blein + * Copyright (c) 2012 Yoann Blein * Licensed under the simplified BSD license. * See Documentation/Licenses/BSD-simplified.txt for more information. */ |