[Swfdec] 2 commits - configure.ac libswfdec/swfdec_cache.c
libswfdec/swfdec_cache.h
Benjamin Otte
company at kemper.freedesktop.org
Mon Jan 15 02:58:30 PST 2007
configure.ac | 2 +-
libswfdec/swfdec_cache.c | 23 +++++++++++++++++++++++
libswfdec/swfdec_cache.h | 19 +++++++++++++++++++
3 files changed, 43 insertions(+), 1 deletion(-)
New commits:
diff-tree e6fa9c03b3333781cfaa260d0001885c1527e368 (from ce60e445dfd74468b263ddf9cf2f04261c1968d5)
Author: Benjamin Otte <otte at gnome.org>
Date: Mon Jan 15 11:58:40 2007 +0100
fix config.h include and copyright headers
diff --git a/libswfdec/swfdec_cache.c b/libswfdec/swfdec_cache.c
index cb121f8..6881337 100644
--- a/libswfdec/swfdec_cache.c
+++ b/libswfdec/swfdec_cache.c
@@ -1,3 +1,26 @@
+/* Swfdec
+ * Copyright (C) 2005 David Schleef <ds at schleef.org>
+ * 2007 Benjamin Otte <otte at gnome.org>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301 USA
+ */
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
#include <swfdec_cache.h>
diff --git a/libswfdec/swfdec_cache.h b/libswfdec/swfdec_cache.h
index 28f0e47..aefc108 100644
--- a/libswfdec/swfdec_cache.h
+++ b/libswfdec/swfdec_cache.h
@@ -1,3 +1,22 @@
+/* Swfdec
+ * Copyright (C) 2005 David Schleef <ds at schleef.org>
+ * 2007 Benjamin Otte <otte at gnome.org>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301 USA
+ */
#ifndef _SWFDEC_CACHE_H_
#define _SWFDEC_CACHE_H_
diff-tree ce60e445dfd74468b263ddf9cf2f04261c1968d5 (from 567b860a933b5917136c9eead72cc55d755023b2)
Author: Benjamin Otte <otte at gnome.org>
Date: Mon Jan 15 11:53:40 2007 +0100
back to cvs
diff --git a/configure.ac b/configure.ac
index 5537eb2..eb69535 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.58])
-AC_INIT(swfdec,0.4.1)
+AC_INIT(swfdec,0.4.1.1)
[nano=$(echo $PACKAGE_VERSION | sed 's/[0-9]\.[0-9]\.[0-9][0-9]*\.*//')]
if test x"$nano" = x1 ; then
More information about the Swfdec
mailing list