diff options
Diffstat (limited to 'gdata/services/youtube/gdata-youtube-content.c')
-rw-r--r-- | gdata/services/youtube/gdata-youtube-content.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdata/services/youtube/gdata-youtube-content.c b/gdata/services/youtube/gdata-youtube-content.c index 82b47903..f1c4e751 100644 --- a/gdata/services/youtube/gdata-youtube-content.c +++ b/gdata/services/youtube/gdata-youtube-content.c @@ -1,7 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* * GData Client - * Copyright (C) Philip Withnall 2009 <philip@tecnocode.co.uk> + * Copyright (C) Philip Withnall 2009–2010 <philip@tecnocode.co.uk> * * GData Client is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -26,6 +26,8 @@ * #GDataYouTubeContent represents the YouTube-specific customizations to #GDataMediaContent. For more information, * see the <ulink type="http" url="http://code.google.com/apis/youtube/2.0/reference.html#youtube_data_api_tag_media:content"> * online documentation</ulink>. + * + * Since: 0.4.0 **/ #include <glib.h> |