[girl] Add license boilerplate and fix space
- From: Ole Aamot <ole src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [girl] Add license boilerplate and fix space
- Date: Fri, 28 Nov 2014 22:17:10 +0000 (UTC)
commit 8386686844364b190b4365946997cb09c4e25b2d
Author: Ole Aamot <oka oka no>
Date: Fri Nov 28 23:16:29 2014 +0100
Add license boilerplate and fix space
AUTHORS | 1 -
THANKS | 2 +-
configure | 20 ++++++++++----------
configure.ac | 2 +-
src/girl-listener.h | 23 ++++++++++++++++++++++-
5 files changed, 34 insertions(+), 14 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index c21587a..0e02499 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,4 +1,3 @@
Ole Aamot <oka+girl ping uio no> (Maintainer)
Marek Černocký <marek manet cz> (Czech translation)
Rafael Ferreira <rafael f f1 gmail com> (Brazilian Portuguese translation)
-
diff --git a/THANKS b/THANKS
index ec16bd0..807ed82 100644
--- a/THANKS
+++ b/THANKS
@@ -2,4 +2,4 @@ Oskar Nakken for tips on adding KEXP (Seattle, WA) to src/stations.xml
Richard Hughes for tips on adding data/girl.app.data.xml and data/girl.desktop.in
Federico Mena Quintero for launching the GNOME project and writing GNOME Canvas
Piotr Drąg for fixing minor typos in src/girl-station.c
-Hans Petter Jansson for help with debugging Gnome VFS.
+Hans Petter Jansson for help with debugging GNOME VFS.
diff --git a/configure b/configure
index 4047068..faee72f 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for girl 0.4.1.
+# Generated by GNU Autoconf 2.69 for girl 0.4.2.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -577,8 +577,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='girl'
PACKAGE_TARNAME='girl'
-PACKAGE_VERSION='0.4.1'
-PACKAGE_STRING='girl 0.4.1'
+PACKAGE_VERSION='0.4.2'
+PACKAGE_STRING='girl 0.4.2'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1324,7 +1324,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures girl 0.4.1 to adapt to many kinds of systems.
+\`configure' configures girl 0.4.2 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1390,7 +1390,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of girl 0.4.1:";;
+ short | recursive ) echo "Configuration of girl 0.4.2:";;
esac
cat <<\_ACEOF
@@ -1489,7 +1489,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-girl configure 0.4.1
+girl configure 0.4.2
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1854,7 +1854,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by girl $as_me 0.4.1, which was
+It was created by girl $as_me 0.4.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -2717,7 +2717,7 @@ fi
# Define the identity of the package.
PACKAGE='girl'
- VERSION='0.4.1'
+ VERSION='0.4.2'
cat >>confdefs.h <<_ACEOF
@@ -6550,7 +6550,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by girl $as_me 0.4.1, which was
+This file was extended by girl $as_me 0.4.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -6616,7 +6616,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-girl config.status 0.4.1
+girl config.status 0.4.2
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/configure.ac b/configure.ac
index 88c5ab5..cfc3ce2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT(girl, 0.4.1)
+AC_INIT(girl, 0.4.2)
AM_INIT_AUTOMAKE([no-dist-gzip dist-xz])
AC_CONFIG_SRCDIR([src/girl.c])
AC_CONFIG_HEADER([config.h])
diff --git a/src/girl-listener.h b/src/girl-listener.h
index 58500af..7a19b15 100644
--- a/src/girl-listener.h
+++ b/src/girl-listener.h
@@ -1,4 +1,25 @@
-/* $Id: girl-station.h,v 1.3 2002/10/04 20:20:30 oka Exp $ */
+/* $Id$
+ *
+ * GNOME Internet Radio Locator
+ *
+ * Copyright (C) 2014 Ole Aamot Software
+ *
+ * Author: Ole Aamot <oka oka no>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program 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 General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
+ */
#ifndef GIRL_LISTENER_H
#define GIRL_LISTENER_H
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]