[libgrss] updated copyright year to 2015; ready for 0.6 release
- From: Roberto Guido <rguido src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgrss] updated copyright year to 2015; ready for 0.6 release
- Date: Wed, 14 Jan 2015 01:21:21 +0000 (UTC)
commit 9c42472f1bb2215780f3f90480dbbcbe58f38130
Author: Roberto Guido <rguido src gnome org>
Date: Wed Jan 14 02:20:29 2015 +0100
updated copyright year to 2015; ready for 0.6 release
NEWS | 8 +++++
README | 13 ++++-----
configure.ac | 10 +++---
...libgrss-0.5-docs.sgml => libgrss-0.6-docs.sgml} | 0
doc/reference/libgrss-sections.txt | 27 +++++++++++++++++++
src/Makefile.am | 28 ++++++++++----------
src/feed-atom-formatter.h | 2 +-
src/feed-atom-handler.c | 2 +-
src/feed-atom-handler.h | 2 +-
src/feed-channel.c | 2 +-
src/feed-channel.h | 2 +-
src/feed-enclosure.c | 2 +-
src/feed-enclosure.h | 2 +-
src/feed-formatter.h | 2 +-
src/feed-handler.c | 2 +-
src/feed-handler.h | 2 +-
src/feed-item.c | 2 +-
src/feed-item.h | 2 +-
src/feed-parser.c | 2 +-
src/feed-parser.h | 2 +-
src/feed-pie-handler.c | 2 +-
src/feed-pie-handler.h | 2 +-
src/feed-rss-formatter.h | 2 +-
src/feed-rss-handler.c | 2 +-
src/feed-rss-handler.h | 2 +-
src/feeds-group-handler.c | 2 +-
src/feeds-group-handler.h | 2 +-
src/feeds-group.c | 2 +-
src/feeds-group.h | 2 +-
src/feeds-opml-group-handler.c | 2 +-
src/feeds-opml-group-handler.h | 2 +-
src/feeds-pool.c | 2 +-
src/feeds-pool.h | 2 +-
src/feeds-publisher.c | 2 +-
src/feeds-publisher.h | 2 +-
src/feeds-pubsubhubbub-subscriber.c | 2 +-
src/feeds-pubsubhubbub-subscriber.h | 2 +-
src/feeds-rsscloud-subscriber.c | 2 +-
src/feeds-rsscloud-subscriber.h | 2 +-
src/feeds-store.h | 2 +-
src/feeds-subscriber-handler.c | 2 +-
src/feeds-subscriber-handler.h | 2 +-
src/feeds-subscriber-private.h | 2 +-
src/feeds-subscriber.c | 2 +-
src/feeds-subscriber.h | 2 +-
src/feeds-xbel-group-handler.c | 2 +-
src/feeds-xbel-group-handler.h | 2 +-
src/feeds-xoxo-group-handler.c | 2 +-
src/feeds-xoxo-group-handler.h | 2 +-
src/libgrss.h | 2 +-
src/ns-handler.c | 2 +-
src/ns-handler.h | 2 +-
src/utils.c | 2 +-
src/utils.h | 2 +-
54 files changed, 108 insertions(+), 74 deletions(-)
---
diff --git a/NEWS b/NEWS
index 14e553b..ff1b11b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+libgrss 0.6
+==============================================================================
+- Added GrssFeedFormatter and related subclasses to format a GrssFeedChannel in plain rappresentation
+- More utility functions
+- Support for GObject Introspection
+- Introduction of basic test suite
+- Bugfixes
+
libgrss 0.5
==============================================================================
- Complete API break: all object and function names moved to "grss" namespace
diff --git a/README b/README
index 733eab8..55967fa 100644
--- a/README
+++ b/README
@@ -8,12 +8,11 @@ REQUIREMENTS
-------------------------------------------------------------------------------
libgrss depends on:
- - libglib2 >= 2.32.4
- - gtk-doc-tools >= 1.18
- - gnome-doc-utils >= 0.20.10
- - libxml2 >= 2.7.8
- - libsoup-2.4 >= 2.38.1
- - libgirepository1.0-dev >= 1.32
+ - libglib2 >= 2.42.1
+ - gtk-doc-tools >= 1.21
+ - libxml2 >= 2.9.2
+ - libsoup-2.4 >= 2.48.0
+ - libgirepository1.0-dev >= 1.42
INSTALLATION
-------------------------------------------------------------------------------
@@ -24,4 +23,4 @@ COPYRIGHT AND LICENSING
libgrss is released under the terms of the GNU Lesser General Public License,
version 3 or, at your option, any later version.
-libgrss is Copyright (C) 2009/2012 Roberto Guido, Michele Tameni.
+libgrss is Copyright (C) 2009/2015 Roberto Guido, Michele Tameni.
diff --git a/configure.ac b/configure.ac
index 23117ab..dc77543 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,9 +1,9 @@
AC_PREREQ(2.62)
m4_define([grss_major_version], [0])
-m4_define([grss_minor_version], [5])
+m4_define([grss_minor_version], [6])
m4_define([grss_micro_version], [0])
-m4_define([grss_api_version], [0.5])
+m4_define([grss_api_version], [0.6])
m4_define([grss_version],
[grss_major_version.grss_minor_version.grss_micro_version])
@@ -67,9 +67,9 @@ AC_CHECK_LIBM
AC_SUBST(LIBM)
PKG_CHECK_MODULES([LIBGRSS],[
- glib-2.0 >= 2.32.4
- libsoup-2.4 >= 2.38.1
- libxml-2.0 >= 2.7.8
+ glib-2.0 >= 2.42.1
+ libsoup-2.4 >= 2.48.0
+ libxml-2.0 >= 2.9.2
])
##################################################
diff --git a/doc/reference/libgrss-0.5-docs.sgml b/doc/reference/libgrss-0.6-docs.sgml
similarity index 100%
rename from doc/reference/libgrss-0.5-docs.sgml
rename to doc/reference/libgrss-0.6-docs.sgml
diff --git a/doc/reference/libgrss-sections.txt b/doc/reference/libgrss-sections.txt
index e8547ec..03e7f18 100644
--- a/doc/reference/libgrss-sections.txt
+++ b/doc/reference/libgrss-sections.txt
@@ -168,3 +168,30 @@ grss_feeds_group_get_formats
grss_feeds_group_parse_file
grss_feeds_group_export_file
</SECTION>
+
+<SECTION>
+<FILE>feeds-formatter</FILE>
+<TITLE>GrssFeedFormatter</TITLE>
+GrssFeedFormatter
+grss_feed_formatter_set_channel
+grss_feed_formatter_get_channel
+grss_feed_formatter_add_item
+grss_feed_formatter_add_items
+grss_feed_formatter_get_items
+grss_feed_formatter_reset
+grss_feed_formatter_format
+</SECTION>
+
+<SECTION>
+<FILE>feeds-atom-formatter</FILE>
+<TITLE>GrssFeedAtomFormatter</TITLE>
+GrssFeedAtomFormatter
+grss_feed_atom_formatter_new
+</SECTION>
+
+<SECTION>
+<FILE>feeds-rss-formatter</FILE>
+<TITLE>GrssFeedRssFormatter</TITLE>
+GrssFeedRssFormatter
+grss_feed_rss_formatter_new
+</SECTION>
diff --git a/src/Makefile.am b/src/Makefile.am
index 11f5bbb..4e3ea1b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -82,19 +82,19 @@ feed-marshal.c: feed-marshal.list
echo "#include \"feed-marshal.h\"" > $@ && \
$(GLIB_GENMARSHAL) $< --prefix=feed_marshal --body >> $@
-lib_LTLIBRARIES = libgrss-0.5.la
+lib_LTLIBRARIES = libgrss-0.6.la
-libgrss_0_5_la_LIBADD = $(LIBGRSS_LIBS)
-libgrss_0_5_la_SOURCES = \
+libgrss_0_6_la_LIBADD = $(LIBGRSS_LIBS)
+libgrss_0_6_la_SOURCES = \
$(sources_public_h) \
$(sources_private_h) \
$(sources_public_c) \
$(sources_private_c) \
$(NULL)
-libgrss_0_5_la_LDFLAGS = $(LDADD)
+libgrss_0_6_la_LDFLAGS = $(LDADD)
-libgrss_0_5_ladir = $(includedir)/libgrss- LIBGRSS_API_VERSION@
-libgrss_0_5_la_HEADERS = $(sources_public_h)
+libgrss_0_6_ladir = $(includedir)/libgrss- LIBGRSS_API_VERSION@
+libgrss_0_6_la_HEADERS = $(sources_public_h)
CLEANFILES = $(pcfile_DATA)
@@ -117,17 +117,17 @@ introspection_sources = \
$(sources_public_c) \
$(NULL)
-Grss-0.5.gir: libgrss-0.5.la
-Grss_0_5_gir_INCLUDES = GObject-2.0 Gio-2.0 Soup-2.4 libxml2-2.0
-Grss_0_5_gir_CFLAGS = $(INCLUDES)
-Grss_0_5_gir_LIBS = libgrss-0.5.la
-Grss_0_5_gir_FILES = $(introspection_sources)
-INTROSPECTION_GIRS += Grss-0.5.gir
+Grss-0.6.gir: libgrss-0.6.la
+Grss_0_6_gir_INCLUDES = GObject-2.0 Gio-2.0 Soup-2.4 libxml2-2.0
+Grss_0_6_gir_CFLAGS = $(INCLUDES)
+Grss_0_6_gir_LIBS = libgrss-0.6.la
+Grss_0_6_gir_FILES = $(introspection_sources)
+INTROSPECTION_GIRS += Grss-0.6.gir
-girdir = $(datadir)/gir-0.5
+girdir = $(datadir)/gir-0.6
gir_DATA = $(INTROSPECTION_GIRS)
-typelibdir = $(libdir)/girepository-0.5
+typelibdir = $(libdir)/girepository-0.6
typelib_DATA = $(INTROSPECTION_GIRS:.gir=.typelib)
CLEANFILES += $(gir_DATA) $(typelib_DATA)
diff --git a/src/feed-atom-formatter.h b/src/feed-atom-formatter.h
index 826e68c..122fd60 100644
--- a/src/feed-atom-formatter.h
+++ b/src/feed-atom-formatter.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014, Roberto Guido <rguido src gnome org>
+ * Copyright (C) 2015, Roberto Guido <rguido src gnome org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/src/feed-atom-handler.c b/src/feed-atom-handler.c
index 84b8564..d9176e2 100644
--- a/src/feed-atom-handler.c
+++ b/src/feed-atom-handler.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012, Roberto Guido <rguido src gnome org>
+ * Copyright (C) 2009-2015, Roberto Guido <rguido src gnome org>
* Michele Tameni <michele amdplanet it>
*
* This library is free software; you can redistribute it and/or
diff --git a/src/feed-atom-handler.h b/src/feed-atom-handler.h
index d027780..4e5c8bb 100644
--- a/src/feed-atom-handler.h
+++ b/src/feed-atom-handler.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012, Roberto Guido <rguido src gnome org>
+ * Copyright (C) 2009-2015, Roberto Guido <rguido src gnome org>
* Michele Tameni <michele amdplanet it>
*
* This library is free software; you can redistribute it and/or
diff --git a/src/feed-channel.c b/src/feed-channel.c
index dd8d8e0..a258941 100644
--- a/src/feed-channel.c
+++ b/src/feed-channel.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012, Roberto Guido <rguido src gnome org>
+ * Copyright (C) 2009-2015, Roberto Guido <rguido src gnome org>
* Michele Tameni <michele amdplanet it>
*
* This library is free software; you can redistribute it and/or
diff --git a/src/feed-channel.h b/src/feed-channel.h
index 3b8dd38..6d9cc13 100644
--- a/src/feed-channel.h
+++ b/src/feed-channel.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012, Roberto Guido <rguido src gnome org>
+ * Copyright (C) 2009-2015, Roberto Guido <rguido src gnome org>
* Michele Tameni <michele amdplanet it>
*
* This library is free software; you can redistribute it and/or
diff --git a/src/feed-enclosure.c b/src/feed-enclosure.c
index 632b9a9..3d118c7 100644
--- a/src/feed-enclosure.c
+++ b/src/feed-enclosure.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012, Roberto Guido <rguido src gnome org>
+ * Copyright (C) 2009-2015, Roberto Guido <rguido src gnome org>
* Michele Tameni <michele amdplanet it>
*
* This library is free software; you can redistribute it and/or
diff --git a/src/feed-enclosure.h b/src/feed-enclosure.h
index 7bba3b8..532d52f 100644
--- a/src/feed-enclosure.h
+++ b/src/feed-enclosure.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012, Roberto Guido <rguido src gnome org>
+ * Copyright (C) 2009-2015, Roberto Guido <rguido src gnome org>
* Michele Tameni <michele amdplanet it>
*
* This library is free software; you can redistribute it and/or
diff --git a/src/feed-formatter.h b/src/feed-formatter.h
index 0668447..02f002a 100644
--- a/src/feed-formatter.h
+++ b/src/feed-formatter.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014, Roberto Guido <rguido src gnome org>
+ * Copyright (C) 2015, Roberto Guido <rguido src gnome org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/src/feed-handler.c b/src/feed-handler.c
index c4e1feb..5d6b5c0 100644
--- a/src/feed-handler.c
+++ b/src/feed-handler.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012, Roberto Guido <rguido src gnome org>
+ * Copyright (C) 2009-2015, Roberto Guido <rguido src gnome org>
* Michele Tameni <michele amdplanet it>
*
* This library is free software; you can redistribute it and/or
diff --git a/src/feed-handler.h b/src/feed-handler.h
index d192bf8..e215b97 100644
--- a/src/feed-handler.h
+++ b/src/feed-handler.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012, Roberto Guido <rguido src gnome org>
+ * Copyright (C) 2009-2015, Roberto Guido <rguido src gnome org>
* Michele Tameni <michele amdplanet it>
*
* This library is free software; you can redistribute it and/or
diff --git a/src/feed-item.c b/src/feed-item.c
index 5d05f1a..ced0f2f 100644
--- a/src/feed-item.c
+++ b/src/feed-item.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012, Roberto Guido <rguido src gnome org>
+ * Copyright (C) 2009-2015, Roberto Guido <rguido src gnome org>
* Michele Tameni <michele amdplanet it>
*
* This library is free software; you can redistribute it and/or
diff --git a/src/feed-item.h b/src/feed-item.h
index f8db3bd..a8354d5 100644
--- a/src/feed-item.h
+++ b/src/feed-item.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012, Roberto Guido <rguido src gnome org>
+ * Copyright (C) 2009-2015, Roberto Guido <rguido src gnome org>
* Michele Tameni <michele amdplanet it>
*
* This library is free software; you can redistribute it and/or
diff --git a/src/feed-parser.c b/src/feed-parser.c
index c27f569..b5a279a 100644
--- a/src/feed-parser.c
+++ b/src/feed-parser.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012, Roberto Guido <rguido src gnome org>
+ * Copyright (C) 2009-2015, Roberto Guido <rguido src gnome org>
* Michele Tameni <michele amdplanet it>
*
* This library is free software; you can redistribute it and/or
diff --git a/src/feed-parser.h b/src/feed-parser.h
index 7ed2b14..c26fa3c 100644
--- a/src/feed-parser.h
+++ b/src/feed-parser.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012, Roberto Guido <rguido src gnome org>
+ * Copyright (C) 2009-2015, Roberto Guido <rguido src gnome org>
* Michele Tameni <michele amdplanet it>
*
* This library is free software; you can redistribute it and/or
diff --git a/src/feed-pie-handler.c b/src/feed-pie-handler.c
index 5864112..477239e 100644
--- a/src/feed-pie-handler.c
+++ b/src/feed-pie-handler.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012, Roberto Guido <rguido src gnome org>
+ * Copyright (C) 2009-2015, Roberto Guido <rguido src gnome org>
* Michele Tameni <michele amdplanet it>
*
* This library is free software; you can redistribute it and/or
diff --git a/src/feed-pie-handler.h b/src/feed-pie-handler.h
index 743c5c0..ff882a3 100644
--- a/src/feed-pie-handler.h
+++ b/src/feed-pie-handler.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012, Roberto Guido <rguido src gnome org>
+ * Copyright (C) 2009-2015, Roberto Guido <rguido src gnome org>
* Michele Tameni <michele amdplanet it>
*
* This library is free software; you can redistribute it and/or
diff --git a/src/feed-rss-formatter.h b/src/feed-rss-formatter.h
index 5a3764b..dbe63f1 100644
--- a/src/feed-rss-formatter.h
+++ b/src/feed-rss-formatter.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014, Roberto Guido <rguido src gnome org>
+ * Copyright (C) 2015, Roberto Guido <rguido src gnome org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/src/feed-rss-handler.c b/src/feed-rss-handler.c
index 2782c24..394cb09 100644
--- a/src/feed-rss-handler.c
+++ b/src/feed-rss-handler.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012, Roberto Guido <rguido src gnome org>
+ * Copyright (C) 2009-2015, Roberto Guido <rguido src gnome org>
* Michele Tameni <michele amdplanet it>
*
* This library is free software; you can redistribute it and/or
diff --git a/src/feed-rss-handler.h b/src/feed-rss-handler.h
index 10f0cfa..4b6ab25 100644
--- a/src/feed-rss-handler.h
+++ b/src/feed-rss-handler.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012, Roberto Guido <rguido src gnome org>
+ * Copyright (C) 2009-2015, Roberto Guido <rguido src gnome org>
* Michele Tameni <michele amdplanet it>
*
* This library is free software; you can redistribute it and/or
diff --git a/src/feeds-group-handler.c b/src/feeds-group-handler.c
index ae69974..8027923 100644
--- a/src/feeds-group-handler.c
+++ b/src/feeds-group-handler.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2012, Roberto Guido <rguido src gnome org>
+ * Copyright (C) 2010-2015, Roberto Guido <rguido src gnome org>
* Michele Tameni <michele amdplanet it>
*
* This library is free software; you can redistribute it and/or
diff --git a/src/feeds-group-handler.h b/src/feeds-group-handler.h
index e36430c..997818f 100644
--- a/src/feeds-group-handler.h
+++ b/src/feeds-group-handler.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2012, Roberto Guido <rguido src gnome org>
+ * Copyright (C) 2010-2015, Roberto Guido <rguido src gnome org>
* Michele Tameni <michele amdplanet it>
*
* This library is free software; you can redistribute it and/or
diff --git a/src/feeds-group.c b/src/feeds-group.c
index 3b66864..2132d55 100644
--- a/src/feeds-group.c
+++ b/src/feeds-group.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2012, Roberto Guido <rguido src gnome org>
+ * Copyright (C) 2010-2015, Roberto Guido <rguido src gnome org>
* Michele Tameni <michele amdplanet it>
*
* This library is free software; you can redistribute it and/or
diff --git a/src/feeds-group.h b/src/feeds-group.h
index 36f9006..ef9687f 100644
--- a/src/feeds-group.h
+++ b/src/feeds-group.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2012, Roberto Guido <rguido src gnome org>
+ * Copyright (C) 2010-2015, Roberto Guido <rguido src gnome org>
* Michele Tameni <michele amdplanet it>
*
* This library is free software; you can redistribute it and/or
diff --git a/src/feeds-opml-group-handler.c b/src/feeds-opml-group-handler.c
index 4baa2b6..b2fbc66 100644
--- a/src/feeds-opml-group-handler.c
+++ b/src/feeds-opml-group-handler.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2012, Roberto Guido <rguido src gnome org>
+ * Copyright (C) 2010-2015, Roberto Guido <rguido src gnome org>
* Michele Tameni <michele amdplanet it>
*
* This library is free software; you can redistribute it and/or
diff --git a/src/feeds-opml-group-handler.h b/src/feeds-opml-group-handler.h
index b19cddb..4ed11a3 100644
--- a/src/feeds-opml-group-handler.h
+++ b/src/feeds-opml-group-handler.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2012, Roberto Guido <rguido src gnome org>
+ * Copyright (C) 2010-2015, Roberto Guido <rguido src gnome org>
* Michele Tameni <michele amdplanet it>
*
* This library is free software; you can redistribute it and/or
diff --git a/src/feeds-pool.c b/src/feeds-pool.c
index a6b76a5..e1d3d44 100644
--- a/src/feeds-pool.c
+++ b/src/feeds-pool.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012, Roberto Guido <rguido src gnome org>
+ * Copyright (C) 2009-2015, Roberto Guido <rguido src gnome org>
* Michele Tameni <michele amdplanet it>
*
* This library is free software; you can redistribute it and/or
diff --git a/src/feeds-pool.h b/src/feeds-pool.h
index 3a43fd0..2e26b8e 100644
--- a/src/feeds-pool.h
+++ b/src/feeds-pool.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012, Roberto Guido <rguido src gnome org>
+ * Copyright (C) 2009-2015, Roberto Guido <rguido src gnome org>
* Michele Tameni <michele amdplanet it>
*
* This library is free software; you can redistribute it and/or
diff --git a/src/feeds-publisher.c b/src/feeds-publisher.c
index 2df0534..1eab5e1 100644
--- a/src/feeds-publisher.c
+++ b/src/feeds-publisher.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2012, Roberto Guido <rguido src gnome org>
+ * Copyright (C) 2010-2015, Roberto Guido <rguido src gnome org>
* Michele Tameni <michele amdplanet it>
*
* This library is free software; you can redistribute it and/or
diff --git a/src/feeds-publisher.h b/src/feeds-publisher.h
index f9fc78f..d47bac8 100644
--- a/src/feeds-publisher.h
+++ b/src/feeds-publisher.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2012, Roberto Guido <rguido src gnome org>
+ * Copyright (C) 2010-2015, Roberto Guido <rguido src gnome org>
* Michele Tameni <michele amdplanet it>
*
* This library is free software; you can redistribute it and/or
diff --git a/src/feeds-pubsubhubbub-subscriber.c b/src/feeds-pubsubhubbub-subscriber.c
index 3d8f0b8..9776863 100644
--- a/src/feeds-pubsubhubbub-subscriber.c
+++ b/src/feeds-pubsubhubbub-subscriber.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011-2012, Roberto Guido <rguido src gnome org>
+ * Copyright (C) 2011-2015, Roberto Guido <rguido src gnome org>
* Michele Tameni <michele amdplanet it>
*
* This library is free software; you can redistribute it and/or
diff --git a/src/feeds-pubsubhubbub-subscriber.h b/src/feeds-pubsubhubbub-subscriber.h
index 185fcca..e26744e 100644
--- a/src/feeds-pubsubhubbub-subscriber.h
+++ b/src/feeds-pubsubhubbub-subscriber.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011-2012, Roberto Guido <rguido src gnome org>
+ * Copyright (C) 2011-2015, Roberto Guido <rguido src gnome org>
* Michele Tameni <michele amdplanet it>
*
* This library is free software; you can redistribute it and/or
diff --git a/src/feeds-rsscloud-subscriber.c b/src/feeds-rsscloud-subscriber.c
index 2ba458f..9e4c43c 100644
--- a/src/feeds-rsscloud-subscriber.c
+++ b/src/feeds-rsscloud-subscriber.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011-2012, Roberto Guido <rguido src gnome org>
+ * Copyright (C) 2011-2015, Roberto Guido <rguido src gnome org>
* Michele Tameni <michele amdplanet it>
*
* This library is free software; you can redistribute it and/or
diff --git a/src/feeds-rsscloud-subscriber.h b/src/feeds-rsscloud-subscriber.h
index 79bbe72..4a96425 100644
--- a/src/feeds-rsscloud-subscriber.h
+++ b/src/feeds-rsscloud-subscriber.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011-2012, Roberto Guido <rguido src gnome org>
+ * Copyright (C) 2011-2015, Roberto Guido <rguido src gnome org>
* Michele Tameni <michele amdplanet it>
*
* This library is free software; you can redistribute it and/or
diff --git a/src/feeds-store.h b/src/feeds-store.h
index 2abe3fa..615a241 100644
--- a/src/feeds-store.h
+++ b/src/feeds-store.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009/2010, Roberto Guido <rguido src gnome org>
+ * Copyright (C) 20092015, Roberto Guido <rguido src gnome org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/src/feeds-subscriber-handler.c b/src/feeds-subscriber-handler.c
index f4ceed0..1e85f87 100644
--- a/src/feeds-subscriber-handler.c
+++ b/src/feeds-subscriber-handler.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011-2012, Roberto Guido <rguido src gnome org>
+ * Copyright (C) 2011-2015, Roberto Guido <rguido src gnome org>
* Michele Tameni <michele amdplanet it>
*
* This library is free software; you can redistribute it and/or
diff --git a/src/feeds-subscriber-handler.h b/src/feeds-subscriber-handler.h
index a6a8aa3..98df700 100644
--- a/src/feeds-subscriber-handler.h
+++ b/src/feeds-subscriber-handler.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011-2012, Roberto Guido <rguido src gnome org>
+ * Copyright (C) 2011-2015, Roberto Guido <rguido src gnome org>
* Michele Tameni <michele amdplanet it>
*
* This library is free software; you can redistribute it and/or
diff --git a/src/feeds-subscriber-private.h b/src/feeds-subscriber-private.h
index 3439a18..b8a5051 100644
--- a/src/feeds-subscriber-private.h
+++ b/src/feeds-subscriber-private.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011-2012, Roberto Guido <rguido src gnome org>
+ * Copyright (C) 2011-2015, Roberto Guido <rguido src gnome org>
* Michele Tameni <michele amdplanet it>
*
* This library is free software; you can redistribute it and/or
diff --git a/src/feeds-subscriber.c b/src/feeds-subscriber.c
index 2a0e292..0a16195 100644
--- a/src/feeds-subscriber.c
+++ b/src/feeds-subscriber.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011-2012, Roberto Guido <rguido src gnome org>
+ * Copyright (C) 2011-2015, Roberto Guido <rguido src gnome org>
* Michele Tameni <michele amdplanet it>
*
* This library is free software; you can redistribute it and/or
diff --git a/src/feeds-subscriber.h b/src/feeds-subscriber.h
index 6531e41..d70e0a6 100644
--- a/src/feeds-subscriber.h
+++ b/src/feeds-subscriber.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011-2012, Roberto Guido <rguido src gnome org>
+ * Copyright (C) 2011-2015, Roberto Guido <rguido src gnome org>
* Michele Tameni <michele amdplanet it>
*
* This library is free software; you can redistribute it and/or
diff --git a/src/feeds-xbel-group-handler.c b/src/feeds-xbel-group-handler.c
index bef1b7a..0b55ecc 100644
--- a/src/feeds-xbel-group-handler.c
+++ b/src/feeds-xbel-group-handler.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2012, Roberto Guido <rguido src gnome org>
+ * Copyright (C) 2010-2015, Roberto Guido <rguido src gnome org>
* Michele Tameni <michele amdplanet it>
*
* This library is free software; you can redistribute it and/or
diff --git a/src/feeds-xbel-group-handler.h b/src/feeds-xbel-group-handler.h
index 6b74809..6e29ca4 100644
--- a/src/feeds-xbel-group-handler.h
+++ b/src/feeds-xbel-group-handler.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2012, Roberto Guido <rguido src gnome org>
+ * Copyright (C) 2010-2015, Roberto Guido <rguido src gnome org>
* Michele Tameni <michele amdplanet it>
*
* This library is free software; you can redistribute it and/or
diff --git a/src/feeds-xoxo-group-handler.c b/src/feeds-xoxo-group-handler.c
index 67d8667..109c4d7 100644
--- a/src/feeds-xoxo-group-handler.c
+++ b/src/feeds-xoxo-group-handler.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2012, Roberto Guido <rguido src gnome org>
+ * Copyright (C) 2010-2015, Roberto Guido <rguido src gnome org>
* Michele Tameni <michele amdplanet it>
*
* This library is free software; you can redistribute it and/or
diff --git a/src/feeds-xoxo-group-handler.h b/src/feeds-xoxo-group-handler.h
index cbaefe9..f8f0a3c 100644
--- a/src/feeds-xoxo-group-handler.h
+++ b/src/feeds-xoxo-group-handler.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2012, Roberto Guido <rguido src gnome org>
+ * Copyright (C) 2010-2015, Roberto Guido <rguido src gnome org>
* Michele Tameni <michele amdplanet it>
*
* This library is free software; you can redistribute it and/or
diff --git a/src/libgrss.h b/src/libgrss.h
index 84032ca..acfb975 100644
--- a/src/libgrss.h
+++ b/src/libgrss.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009/2010, Roberto Guido <rguido src gnome org>
+ * Copyright (C) 20092015, Roberto Guido <rguido src gnome org>
* Michele Tameni <michele amdplanet it>
*
* This library is free software; you can redistribute it and/or
diff --git a/src/ns-handler.c b/src/ns-handler.c
index 9112b65..4f64aec 100644
--- a/src/ns-handler.c
+++ b/src/ns-handler.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012, Roberto Guido <rguido src gnome org>
+ * Copyright (C) 2009-2015, Roberto Guido <rguido src gnome org>
* Michele Tameni <michele amdplanet it>
*
* This library is free software; you can redistribute it and/or
diff --git a/src/ns-handler.h b/src/ns-handler.h
index 38c0f92..86cba88 100644
--- a/src/ns-handler.h
+++ b/src/ns-handler.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012, Roberto Guido <rguido src gnome org>
+ * Copyright (C) 2009-2015, Roberto Guido <rguido src gnome org>
* Michele Tameni <michele amdplanet it>
*
* This library is free software; you can redistribute it and/or
diff --git a/src/utils.c b/src/utils.c
index d5dd1c1..354c743 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012, Roberto Guido <rguido src gnome org>
+ * Copyright (C) 2009-2015, Roberto Guido <rguido src gnome org>
* Michele Tameni <michele amdplanet it>
*
* This library is free software; you can redistribute it and/or
diff --git a/src/utils.h b/src/utils.h
index a2002ed..958bf2f 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012, Roberto Guido <rguido src gnome org>
+ * Copyright (C) 2009-2015, Roberto Guido <rguido src gnome org>
* Michele Tameni <michele amdplanet it>
*
* This library is free software; you can redistribute it and/or
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]