diff -Nru audio-recorder-1.9.6~yakkety/ChangeLog audio-recorder-1.9.7~yakkety/ChangeLog --- audio-recorder-1.9.6~yakkety/ChangeLog 2017-02-10 08:00:00.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/ChangeLog 2017-02-15 08:00:00.000000000 +0000 @@ -1,3 +1,7 @@ +2017-02-15 Osmo Antero + * Version 1.9.7 + * Minor translation updates. + 2017-02-10 Osmo Antero * Version 1.9.6 * Fixing GUI labels and translations. diff -Nru audio-recorder-1.9.6~yakkety/configure audio-recorder-1.9.7~yakkety/configure --- audio-recorder-1.9.6~yakkety/configure 2017-02-09 09:05:06.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/configure 2017-02-15 08:00:00.000000000 +0000 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for Audio Recorder 1.9.5. +# Generated by GNU Autoconf 2.69 for Audio Recorder 1.9.7. # # Report bugs to . # @@ -580,8 +580,8 @@ # Identity of this package. PACKAGE_NAME='Audio Recorder' PACKAGE_TARNAME='audio-recorder' -PACKAGE_VERSION='1.9.5' -PACKAGE_STRING='Audio Recorder 1.9.5' +PACKAGE_VERSION='1.9.7' +PACKAGE_STRING='Audio Recorder 1.9.7' PACKAGE_BUGREPORT='https://bugs.launchpad.net/~audio-recorder' PACKAGE_URL='' @@ -1373,7 +1373,7 @@ # 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 Audio Recorder 1.9.5 to adapt to many kinds of systems. +\`configure' configures Audio Recorder 1.9.7 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1440,7 +1440,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Audio Recorder 1.9.5:";; + short | recursive ) echo "Configuration of Audio Recorder 1.9.7:";; esac cat <<\_ACEOF @@ -1568,7 +1568,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -Audio Recorder configure 1.9.5 +Audio Recorder configure 1.9.7 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1975,7 +1975,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by Audio Recorder $as_me 1.9.5, which was +It was created by Audio Recorder $as_me 1.9.7, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2838,7 +2838,7 @@ # Define the identity of the package. PACKAGE='audio-recorder' - VERSION='1.9.5' + VERSION='1.9.7' cat >>confdefs.h <<_ACEOF @@ -8896,7 +8896,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by Audio Recorder $as_me 1.9.5, which was +This file was extended by Audio Recorder $as_me 1.9.7, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -8953,7 +8953,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -Audio Recorder config.status 1.9.5 +Audio Recorder config.status 1.9.7 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -Nru audio-recorder-1.9.6~yakkety/configure.ac audio-recorder-1.9.7~yakkety/configure.ac --- audio-recorder-1.9.6~yakkety/configure.ac 2017-02-10 08:00:00.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/configure.ac 2017-02-15 08:00:00.000000000 +0000 @@ -1,5 +1,5 @@ # ================= initialization =================== # -AC_INIT([Audio Recorder], [1.9.6], [https://bugs.launchpad.net/~audio-recorder], [audio-recorder]) +AC_INIT([Audio Recorder],[1.9.7],[https://bugs.launchpad.net/~audio-recorder],[audio-recorder]) AM_INIT_AUTOMAKE AC_USE_SYSTEM_EXTENSIONS diff -Nru audio-recorder-1.9.6~yakkety/debian/changelog audio-recorder-1.9.7~yakkety/debian/changelog --- audio-recorder-1.9.6~yakkety/debian/changelog 2017-02-10 08:00:00.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/debian/changelog 2017-02-15 08:00:00.000000000 +0000 @@ -1,4 +1,10 @@ -audio-recorder (1.9.6~yakkety) yakkety; urgency=low +audio-recorder (1.9.7~yakkety) yakkety; urgency=low + * Version 1.9.7 + * Minor translation updates. + + -- moma Wed, 15 Feb 2017 10:00:00 +0200 + +audio-recorder (1.9.6~zesty) zesty; urgency=low * Version 1.9.6 * Fixing GUI labels and translations. diff -Nru audio-recorder-1.9.6~yakkety/debian/copyright audio-recorder-1.9.7~yakkety/debian/copyright --- audio-recorder-1.9.6~yakkety/debian/copyright 2017-01-02 09:47:27.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/debian/copyright 2017-02-15 08:00:00.000000000 +0000 @@ -1,13 +1,13 @@ This package was debianized by Osmo Antero on Fri, 14 Jan 2011 01:01:01 +0100. -It was downloaded from +It was downloaded from Upstream Author(s): Osmo Antero - Copyright: - Copyright (C) 2011- The entire Linux-community. + Copyright (C) 2011- Team audio-recorder (https://launchpad.net/~audio-recorder). License: GPL-3 diff -Nru audio-recorder-1.9.6~yakkety/linux-distros/arch-linux/PKGBUILD audio-recorder-1.9.7~yakkety/linux-distros/arch-linux/PKGBUILD --- audio-recorder-1.9.6~yakkety/linux-distros/arch-linux/PKGBUILD 2017-02-10 08:00:00.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/linux-distros/arch-linux/PKGBUILD 2017-02-15 08:00:00.000000000 +0000 @@ -2,8 +2,8 @@ # Contributor: Lucas Saliés Brum pkgname=audio-recorder -pkgver=1.9.6 -pkgrel=6 +pkgver=1.9.7 +pkgrel=7 pkgdesc="Audio recorder for GNOME and Unity Desktops" arch=('i686' 'x86_64') url='https://launchpad.net/audio-recorder' @@ -19,7 +19,7 @@ provides=('audio-recorder') install="$pkgname.install" conflicts=('audio-recorder-bzr' 'audio-recorder-from-deb') -source=("https://launchpad.net/$pkgname/trunk/version1.9.6/+download/$pkgname-1.9.6.tar.gz") +source=("https://launchpad.net/$pkgname/trunk/version1.9.7/+download/$pkgname-1.9.7.tar.gz") md5sums=('??????') build() { diff -Nru audio-recorder-1.9.6~yakkety/linux-distros/fedora/audio-recorder.spec audio-recorder-1.9.7~yakkety/linux-distros/fedora/audio-recorder.spec --- audio-recorder-1.9.6~yakkety/linux-distros/fedora/audio-recorder.spec 2017-02-10 08:00:00.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/linux-distros/fedora/audio-recorder.spec 2017-02-15 08:00:00.000000000 +0000 @@ -1,4 +1,4 @@ -%define releasenum 6 +%define releasenum 7 Name: audio-recorder Version: 1.9 diff -Nru audio-recorder-1.9.6~yakkety/po/af.po audio-recorder-1.9.7~yakkety/po/af.po --- audio-recorder-1.9.6~yakkety/po/af.po 2017-02-10 08:00:00.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/po/af.po 2017-02-15 08:00:00.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: audio-recorder\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-12 06:06+0000\n" +"POT-Creation-Date: 2017-02-14 20:18+0000\n" "PO-Revision-Date: 2016-09-13 17:16+0000\n" "Last-Translator: kek \n" "Language-Team: Afrikaans \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2017-02-13 05:44+0000\n" +"X-Launchpad-Export-Date: 2017-02-15 06:00+0000\n" "X-Generator: Launchpad (build 18326)\n" #: ../src/about.c:70 diff -Nru audio-recorder-1.9.6~yakkety/po/ar.po audio-recorder-1.9.7~yakkety/po/ar.po --- audio-recorder-1.9.6~yakkety/po/ar.po 2017-02-10 08:00:00.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/po/ar.po 2017-02-15 08:00:00.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: audio-recorder\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-12 06:06+0000\n" +"POT-Creation-Date: 2017-02-14 20:18+0000\n" "PO-Revision-Date: 2017-02-11 14:13+0000\n" "Last-Translator: moma \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2017-02-13 05:44+0000\n" +"X-Launchpad-Export-Date: 2017-02-15 06:00+0000\n" "X-Generator: Launchpad (build 18326)\n" #: ../src/about.c:70 diff -Nru audio-recorder-1.9.6~yakkety/po/ca.po audio-recorder-1.9.7~yakkety/po/ca.po --- audio-recorder-1.9.6~yakkety/po/ca.po 2017-02-10 08:00:00.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/po/ca.po 2017-02-15 08:00:00.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: audio-recorder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-12 06:06+0000\n" +"POT-Creation-Date: 2017-02-14 20:18+0000\n" "PO-Revision-Date: 2015-09-29 00:52+0000\n" "Last-Translator: moma \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2017-02-13 05:44+0000\n" +"X-Launchpad-Export-Date: 2017-02-15 06:00+0000\n" "X-Generator: Launchpad (build 18326)\n" "Language: ca\n" diff -Nru audio-recorder-1.9.6~yakkety/po/cs.po audio-recorder-1.9.7~yakkety/po/cs.po --- audio-recorder-1.9.6~yakkety/po/cs.po 2017-02-10 08:00:00.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/po/cs.po 2017-02-15 08:00:00.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: audio-recorder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-12 06:06+0000\n" +"POT-Creation-Date: 2017-02-14 20:18+0000\n" "PO-Revision-Date: 2014-10-01 03:06+0000\n" "Last-Translator: Petr Šimáček \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2017-02-13 05:44+0000\n" +"X-Launchpad-Export-Date: 2017-02-15 06:00+0000\n" "X-Generator: Launchpad (build 18326)\n" "Language: cs\n" diff -Nru audio-recorder-1.9.6~yakkety/po/de.po audio-recorder-1.9.7~yakkety/po/de.po --- audio-recorder-1.9.6~yakkety/po/de.po 2017-02-10 08:00:00.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/po/de.po 2017-02-15 08:00:00.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: rec-applet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-12 06:06+0000\n" -"PO-Revision-Date: 2017-02-11 14:14+0000\n" +"POT-Creation-Date: 2017-02-14 20:18+0000\n" +"PO-Revision-Date: 2017-02-14 12:30+0000\n" "Last-Translator: moma \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2017-02-13 05:44+0000\n" +"X-Launchpad-Export-Date: 2017-02-15 06:00+0000\n" "X-Generator: Launchpad (build 18326)\n" "Language: de\n" @@ -175,8 +175,8 @@ "'not running','on','off' or 'paused'." msgstr "" "Einen Befehl an den Rekorder übergeben. Gültige Befehle sind: status, start, " -"stop, pause, show, hide und quit. Die Rückmeldungen sind: »not running«, " -"»on«, »off« oder »paused«." +"stop, pause, show, hide und quit. Die Status-Rückmeldungen sind: »not " +"running«, »on«, »off« oder »paused«." #. Translators: This is a button label, also used in the menu. #. Stop recording. @@ -213,7 +213,7 @@ #. Translators: This is a GUI label. Keep it VERY short. #: ../src/main.c:1066 msgid "Add." -msgstr "Hinzufügen" +msgstr "Hinzufügen." #. "Timer>" GUI expander. #. Translators: This is a GUI label. Keep it short. @@ -404,12 +404,12 @@ #. Translators: This is a label for an ON/OFF switch. #: ../src/settings.c:746 msgid "Auto-start this application at login." -msgstr "Automatisch bei der Anmeldung starten" +msgstr "Automatisch bei der Anmeldung starten." #. Translators: This is a label for an ON/OFF switch. #: ../src/settings.c:771 msgid "Record ringing sound for Skype." -msgstr "Klingelton für Skype aufzeichnen" +msgstr "Klingelton für Skype aufzeichnen." #. Translators: This is a [Tab-page] in the [Additional settings] dialog. #: ../src/settings.c:789 @@ -443,7 +443,7 @@ #. Translators: This is shown in Additional settings -> Recording commands -> [Show Cmd]. #: ../src/settings-pipe.c:318 msgid "# Copy and paste the following command to a terminal window." -msgstr "# Bitte den folgenden Befehle in ein Terminalfenster kopieren." +msgstr "# Bitte den folgenden Befehl in ein Terminalfenster kopieren." #. Translators: This is shown in Additional settings -> Recording commands -> [Show Cmd]. #: ../src/settings-pipe.c:321 diff -Nru audio-recorder-1.9.6~yakkety/po/el.po audio-recorder-1.9.7~yakkety/po/el.po --- audio-recorder-1.9.6~yakkety/po/el.po 2017-02-10 08:00:00.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/po/el.po 2017-02-15 08:00:00.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: audio-recorder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-12 06:06+0000\n" +"POT-Creation-Date: 2017-02-14 20:18+0000\n" "PO-Revision-Date: 2014-10-01 02:54+0000\n" "Last-Translator: moma \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2017-02-13 05:44+0000\n" +"X-Launchpad-Export-Date: 2017-02-15 06:00+0000\n" "X-Generator: Launchpad (build 18326)\n" "Language: el\n" diff -Nru audio-recorder-1.9.6~yakkety/po/en_AU.po audio-recorder-1.9.7~yakkety/po/en_AU.po --- audio-recorder-1.9.6~yakkety/po/en_AU.po 2017-02-10 08:00:00.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/po/en_AU.po 2017-02-15 08:00:00.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: rec-applet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-12 06:06+0000\n" +"POT-Creation-Date: 2017-02-14 20:18+0000\n" "PO-Revision-Date: 2014-10-01 03:37+0000\n" "Last-Translator: moma \n" "Language-Team: English (Australia) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2017-02-13 05:44+0000\n" +"X-Launchpad-Export-Date: 2017-02-15 06:00+0000\n" "X-Generator: Launchpad (build 18326)\n" "Language: en_AU\n" diff -Nru audio-recorder-1.9.6~yakkety/po/en_GB.po audio-recorder-1.9.7~yakkety/po/en_GB.po --- audio-recorder-1.9.6~yakkety/po/en_GB.po 2017-02-10 08:00:00.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/po/en_GB.po 2017-02-15 08:00:00.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: rec-applet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-12 06:06+0000\n" +"POT-Creation-Date: 2017-02-14 20:18+0000\n" "PO-Revision-Date: 2014-10-01 04:07+0000\n" "Last-Translator: moma \n" "Language-Team: English (United Kingdom) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2017-02-13 05:44+0000\n" +"X-Launchpad-Export-Date: 2017-02-15 06:00+0000\n" "X-Generator: Launchpad (build 18326)\n" "Language: en_GB\n" diff -Nru audio-recorder-1.9.6~yakkety/po/es.po audio-recorder-1.9.7~yakkety/po/es.po --- audio-recorder-1.9.6~yakkety/po/es.po 2017-02-10 08:00:00.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/po/es.po 2017-02-15 08:00:00.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: rec-applet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-12 06:06+0000\n" +"POT-Creation-Date: 2017-02-14 20:18+0000\n" "PO-Revision-Date: 2017-02-11 14:02+0000\n" "Last-Translator: moma \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2017-02-13 05:44+0000\n" +"X-Launchpad-Export-Date: 2017-02-15 06:00+0000\n" "X-Generator: Launchpad (build 18326)\n" "Language: es\n" diff -Nru audio-recorder-1.9.6~yakkety/po/eu.po audio-recorder-1.9.7~yakkety/po/eu.po --- audio-recorder-1.9.6~yakkety/po/eu.po 2017-02-10 08:00:00.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/po/eu.po 2017-02-15 08:00:00.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: audio-recorder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-12 06:06+0000\n" +"POT-Creation-Date: 2017-02-14 20:18+0000\n" "PO-Revision-Date: 2017-02-11 14:07+0000\n" "Last-Translator: moma \n" "Language-Team: Basque \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2017-02-13 05:44+0000\n" +"X-Launchpad-Export-Date: 2017-02-15 06:00+0000\n" "X-Generator: Launchpad (build 18326)\n" "Language: eu\n" diff -Nru audio-recorder-1.9.6~yakkety/po/fi.po audio-recorder-1.9.7~yakkety/po/fi.po --- audio-recorder-1.9.6~yakkety/po/fi.po 2017-02-10 08:00:00.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/po/fi.po 2017-02-15 08:00:00.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: rec-applet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-12 06:06+0000\n" +"POT-Creation-Date: 2017-02-14 20:18+0000\n" "PO-Revision-Date: 2017-02-11 10:41+0000\n" "Last-Translator: moma \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2017-02-13 05:44+0000\n" +"X-Launchpad-Export-Date: 2017-02-15 06:00+0000\n" "X-Generator: Launchpad (build 18326)\n" "Language: fi\n" diff -Nru audio-recorder-1.9.6~yakkety/po/fr.po audio-recorder-1.9.7~yakkety/po/fr.po --- audio-recorder-1.9.6~yakkety/po/fr.po 2017-02-10 08:00:00.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/po/fr.po 2017-02-15 08:00:00.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: rec-applet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-12 06:06+0000\n" +"POT-Creation-Date: 2017-02-14 20:18+0000\n" "PO-Revision-Date: 2017-02-11 14:15+0000\n" "Last-Translator: moma \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2017-02-13 05:44+0000\n" +"X-Launchpad-Export-Date: 2017-02-15 06:00+0000\n" "X-Generator: Launchpad (build 18326)\n" "Language: fr\n" diff -Nru audio-recorder-1.9.6~yakkety/po/gl.po audio-recorder-1.9.7~yakkety/po/gl.po --- audio-recorder-1.9.6~yakkety/po/gl.po 2017-02-10 08:00:00.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/po/gl.po 2017-02-15 08:00:00.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: audio-recorder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-12 06:06+0000\n" +"POT-Creation-Date: 2017-02-14 20:18+0000\n" "PO-Revision-Date: 2017-02-11 14:16+0000\n" "Last-Translator: moma \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2017-02-13 05:44+0000\n" +"X-Launchpad-Export-Date: 2017-02-15 06:00+0000\n" "X-Generator: Launchpad (build 18326)\n" "Language: gl\n" diff -Nru audio-recorder-1.9.6~yakkety/po/he.po audio-recorder-1.9.7~yakkety/po/he.po --- audio-recorder-1.9.6~yakkety/po/he.po 2017-02-10 08:00:00.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/po/he.po 2017-02-15 08:00:00.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: audio-recorder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-12 06:06+0000\n" +"POT-Creation-Date: 2017-02-14 20:18+0000\n" "PO-Revision-Date: 2014-10-01 04:14+0000\n" "Last-Translator: Yaron \n" "Language-Team: Hebrew \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2017-02-13 05:44+0000\n" +"X-Launchpad-Export-Date: 2017-02-15 06:00+0000\n" "X-Generator: Launchpad (build 18326)\n" "Language: he\n" diff -Nru audio-recorder-1.9.6~yakkety/po/hr.po audio-recorder-1.9.7~yakkety/po/hr.po --- audio-recorder-1.9.6~yakkety/po/hr.po 2017-02-10 08:00:00.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/po/hr.po 2017-02-15 08:00:00.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: audio-recorder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-12 06:06+0000\n" +"POT-Creation-Date: 2017-02-14 20:18+0000\n" "PO-Revision-Date: 2014-10-01 04:40+0000\n" "Last-Translator: moma \n" "Language-Team: Croatian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2017-02-13 05:44+0000\n" +"X-Launchpad-Export-Date: 2017-02-15 06:00+0000\n" "X-Generator: Launchpad (build 18326)\n" "Language: hr\n" diff -Nru audio-recorder-1.9.6~yakkety/po/hu.po audio-recorder-1.9.7~yakkety/po/hu.po --- audio-recorder-1.9.6~yakkety/po/hu.po 2017-02-10 08:00:00.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/po/hu.po 2017-02-15 08:00:00.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: rec-applet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-12 06:06+0000\n" +"POT-Creation-Date: 2017-02-14 20:18+0000\n" "PO-Revision-Date: 2015-08-25 11:47+0000\n" "Last-Translator: Richard Somlói \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2017-02-13 05:44+0000\n" +"X-Launchpad-Export-Date: 2017-02-15 06:00+0000\n" "X-Generator: Launchpad (build 18326)\n" "Language: hu\n" diff -Nru audio-recorder-1.9.6~yakkety/po/it.po audio-recorder-1.9.7~yakkety/po/it.po --- audio-recorder-1.9.6~yakkety/po/it.po 2017-02-10 08:00:00.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/po/it.po 2017-02-15 08:00:00.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: audio-recorder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-12 06:06+0000\n" +"POT-Creation-Date: 2017-02-14 20:18+0000\n" "PO-Revision-Date: 2017-02-11 14:14+0000\n" "Last-Translator: moma \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2017-02-13 05:44+0000\n" +"X-Launchpad-Export-Date: 2017-02-15 06:00+0000\n" "X-Generator: Launchpad (build 18326)\n" "Language: it\n" diff -Nru audio-recorder-1.9.6~yakkety/po/lt.po audio-recorder-1.9.7~yakkety/po/lt.po --- audio-recorder-1.9.6~yakkety/po/lt.po 2017-02-10 08:00:00.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/po/lt.po 2017-02-15 08:00:00.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: audio-recorder\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2017-02-12 06:06+0000\n" +"POT-Creation-Date: 2017-02-14 20:18+0000\n" "PO-Revision-Date: 2016-08-24 20:37+0000\n" "Last-Translator: Moo \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2017-02-13 05:44+0000\n" +"X-Launchpad-Export-Date: 2017-02-15 06:00+0000\n" "X-Generator: Launchpad (build 18326)\n" #: ../src/about.c:70 diff -Nru audio-recorder-1.9.6~yakkety/po/ms.po audio-recorder-1.9.7~yakkety/po/ms.po --- audio-recorder-1.9.6~yakkety/po/ms.po 2017-02-10 08:00:00.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/po/ms.po 2017-02-15 08:00:00.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: audio-recorder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-12 06:06+0000\n" +"POT-Creation-Date: 2017-02-14 20:18+0000\n" "PO-Revision-Date: 2015-09-29 00:51+0000\n" "Last-Translator: moma \n" "Language-Team: Malay \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2017-02-13 05:44+0000\n" +"X-Launchpad-Export-Date: 2017-02-15 06:00+0000\n" "X-Generator: Launchpad (build 18326)\n" "Language: ms\n" diff -Nru audio-recorder-1.9.6~yakkety/po/nb.po audio-recorder-1.9.7~yakkety/po/nb.po --- audio-recorder-1.9.6~yakkety/po/nb.po 2017-02-10 08:00:00.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/po/nb.po 2017-02-15 08:00:00.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: rec-applet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-12 06:06+0000\n" +"POT-Creation-Date: 2017-02-14 20:18+0000\n" "PO-Revision-Date: 2017-02-11 10:42+0000\n" "Last-Translator: moma \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2017-02-13 05:44+0000\n" +"X-Launchpad-Export-Date: 2017-02-15 06:00+0000\n" "X-Generator: Launchpad (build 18326)\n" "Language: nb\n" diff -Nru audio-recorder-1.9.6~yakkety/po/nl.po audio-recorder-1.9.7~yakkety/po/nl.po --- audio-recorder-1.9.6~yakkety/po/nl.po 2017-02-10 08:00:00.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/po/nl.po 2017-02-15 08:00:00.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: audio-recorder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-12 06:06+0000\n" +"POT-Creation-Date: 2017-02-14 20:18+0000\n" "PO-Revision-Date: 2017-02-11 14:09+0000\n" "Last-Translator: moma \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2017-02-13 05:44+0000\n" +"X-Launchpad-Export-Date: 2017-02-15 06:00+0000\n" "X-Generator: Launchpad (build 18326)\n" "Language: nl\n" diff -Nru audio-recorder-1.9.6~yakkety/po/pl.po audio-recorder-1.9.7~yakkety/po/pl.po --- audio-recorder-1.9.6~yakkety/po/pl.po 2017-02-10 08:00:00.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/po/pl.po 2017-02-15 08:00:00.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: rec-applet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-12 06:06+0000\n" +"POT-Creation-Date: 2017-02-14 20:18+0000\n" "PO-Revision-Date: 2016-03-26 08:54+0000\n" "Last-Translator: Piotr \"koza\" Kozica \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2017-02-13 05:44+0000\n" +"X-Launchpad-Export-Date: 2017-02-15 06:00+0000\n" "X-Generator: Launchpad (build 18326)\n" "Language: pl\n" diff -Nru audio-recorder-1.9.6~yakkety/po/pt_BR.po audio-recorder-1.9.7~yakkety/po/pt_BR.po --- audio-recorder-1.9.6~yakkety/po/pt_BR.po 2017-02-10 08:00:00.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/po/pt_BR.po 2017-02-15 08:00:00.000000000 +0000 @@ -3,14 +3,14 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-12 06:06+0000\n" +"POT-Creation-Date: 2017-02-14 20:18+0000\n" "PO-Revision-Date: 2017-02-11 14:05+0000\n" "Last-Translator: moma \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2017-02-13 05:44+0000\n" +"X-Launchpad-Export-Date: 2017-02-15 06:00+0000\n" "X-Generator: Launchpad (build 18326)\n" "Language: pt_BR\n" diff -Nru audio-recorder-1.9.6~yakkety/po/pt.po audio-recorder-1.9.7~yakkety/po/pt.po --- audio-recorder-1.9.6~yakkety/po/pt.po 2017-02-10 08:00:00.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/po/pt.po 2017-02-15 08:00:00.000000000 +0000 @@ -3,14 +3,14 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-12 06:06+0000\n" +"POT-Creation-Date: 2017-02-14 20:18+0000\n" "PO-Revision-Date: 2017-02-11 10:47+0000\n" "Last-Translator: moma \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2017-02-13 05:44+0000\n" +"X-Launchpad-Export-Date: 2017-02-15 06:00+0000\n" "X-Generator: Launchpad (build 18326)\n" "Language: pt\n" diff -Nru audio-recorder-1.9.6~yakkety/po/ru.po audio-recorder-1.9.7~yakkety/po/ru.po --- audio-recorder-1.9.6~yakkety/po/ru.po 2017-02-10 08:00:00.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/po/ru.po 2017-02-15 08:00:00.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: rec-applet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-12 06:06+0000\n" +"POT-Creation-Date: 2017-02-14 20:18+0000\n" "PO-Revision-Date: 2015-05-16 13:14+0000\n" "Last-Translator: Eugene Marshal \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2017-02-13 05:44+0000\n" +"X-Launchpad-Export-Date: 2017-02-15 06:00+0000\n" "X-Generator: Launchpad (build 18326)\n" "Language: ru\n" diff -Nru audio-recorder-1.9.6~yakkety/po/sk.po audio-recorder-1.9.7~yakkety/po/sk.po --- audio-recorder-1.9.6~yakkety/po/sk.po 2017-02-10 08:00:00.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/po/sk.po 2017-02-15 08:00:00.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: audio-recorder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-12 06:06+0000\n" +"POT-Creation-Date: 2017-02-14 20:18+0000\n" "PO-Revision-Date: 2011-08-23 10:31+0000\n" "Last-Translator: Stanislav Petrek \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2017-02-13 05:44+0000\n" +"X-Launchpad-Export-Date: 2017-02-15 06:00+0000\n" "X-Generator: Launchpad (build 18326)\n" "Language: sk\n" diff -Nru audio-recorder-1.9.6~yakkety/po/sr.po audio-recorder-1.9.7~yakkety/po/sr.po --- audio-recorder-1.9.6~yakkety/po/sr.po 2017-02-10 08:00:00.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/po/sr.po 2017-02-15 08:00:00.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: audio-recorder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-12 06:06+0000\n" +"POT-Creation-Date: 2017-02-14 20:18+0000\n" "PO-Revision-Date: 2016-04-06 16:15+0000\n" "Last-Translator: Мирослав Николић \n" "Language-Team: Serbian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2017-02-13 05:44+0000\n" +"X-Launchpad-Export-Date: 2017-02-15 06:00+0000\n" "X-Generator: Launchpad (build 18326)\n" "Language: sr\n" diff -Nru audio-recorder-1.9.6~yakkety/po/sv.po audio-recorder-1.9.7~yakkety/po/sv.po --- audio-recorder-1.9.6~yakkety/po/sv.po 2017-02-10 08:00:00.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/po/sv.po 2017-02-15 08:00:00.000000000 +0000 @@ -8,14 +8,14 @@ msgstr "" "Project-Id-Version: audio-recorder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-12 06:06+0000\n" +"POT-Creation-Date: 2017-02-14 20:18+0000\n" "PO-Revision-Date: 2017-02-11 14:09+0000\n" "Last-Translator: moma \n" "Language-Team: Swedish\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2017-02-13 05:44+0000\n" +"X-Launchpad-Export-Date: 2017-02-15 06:00+0000\n" "X-Generator: Launchpad (build 18326)\n" "Language: sv\n" diff -Nru audio-recorder-1.9.6~yakkety/po/tr.po audio-recorder-1.9.7~yakkety/po/tr.po --- audio-recorder-1.9.6~yakkety/po/tr.po 2017-02-10 08:00:00.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/po/tr.po 2017-02-15 08:00:00.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: audio-recorder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-12 06:06+0000\n" +"POT-Creation-Date: 2017-02-14 20:18+0000\n" "PO-Revision-Date: 2014-10-27 18:59+0000\n" "Last-Translator: moma \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2017-02-13 05:44+0000\n" +"X-Launchpad-Export-Date: 2017-02-15 06:00+0000\n" "X-Generator: Launchpad (build 18326)\n" "Language: tr\n" diff -Nru audio-recorder-1.9.6~yakkety/po/uk.po audio-recorder-1.9.7~yakkety/po/uk.po --- audio-recorder-1.9.6~yakkety/po/uk.po 2017-02-10 08:00:00.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/po/uk.po 2017-02-15 08:00:00.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: rec-applet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-12 06:06+0000\n" +"POT-Creation-Date: 2017-02-14 20:18+0000\n" "PO-Revision-Date: 2015-05-29 11:41+0000\n" "Last-Translator: Микола Ткач \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2017-02-13 05:44+0000\n" +"X-Launchpad-Export-Date: 2017-02-15 06:00+0000\n" "X-Generator: Launchpad (build 18326)\n" "Language: uk\n" diff -Nru audio-recorder-1.9.6~yakkety/po/vi.po audio-recorder-1.9.7~yakkety/po/vi.po --- audio-recorder-1.9.6~yakkety/po/vi.po 2017-02-10 08:00:00.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/po/vi.po 2017-02-15 08:00:00.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: audio-recorder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-12 06:06+0000\n" +"POT-Creation-Date: 2017-02-14 20:18+0000\n" "PO-Revision-Date: 2014-10-01 03:18+0000\n" "Last-Translator: Lê Trường An \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2017-02-13 05:44+0000\n" +"X-Launchpad-Export-Date: 2017-02-15 06:00+0000\n" "X-Generator: Launchpad (build 18326)\n" "Language: vi\n" diff -Nru audio-recorder-1.9.6~yakkety/po/zh_CN.po audio-recorder-1.9.7~yakkety/po/zh_CN.po --- audio-recorder-1.9.6~yakkety/po/zh_CN.po 2017-02-10 08:00:00.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/po/zh_CN.po 2017-02-15 08:00:00.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: audio-recorder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-12 06:06+0000\n" +"POT-Creation-Date: 2017-02-14 20:18+0000\n" "PO-Revision-Date: 2014-10-01 04:30+0000\n" "Last-Translator: moma \n" "Language-Team: Chinese (Simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2017-02-13 05:44+0000\n" +"X-Launchpad-Export-Date: 2017-02-15 06:00+0000\n" "X-Generator: Launchpad (build 18326)\n" "Language: \n" diff -Nru audio-recorder-1.9.6~yakkety/po/zh_TW.po audio-recorder-1.9.7~yakkety/po/zh_TW.po --- audio-recorder-1.9.6~yakkety/po/zh_TW.po 2017-02-10 08:00:00.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/po/zh_TW.po 2017-02-15 08:00:00.000000000 +0000 @@ -7,14 +7,14 @@ msgstr "" "Project-Id-Version: audio-recorder\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-12 06:06+0000\n" +"POT-Creation-Date: 2017-02-14 20:18+0000\n" "PO-Revision-Date: 2014-10-01 04:01+0000\n" "Last-Translator: moma \n" "Language-Team: Chinese (Traditional) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2017-02-13 05:44+0000\n" +"X-Launchpad-Export-Date: 2017-02-15 06:00+0000\n" "X-Generator: Launchpad (build 18326)\n" "Language: \n" diff -Nru audio-recorder-1.9.6~yakkety/src/about.c audio-recorder-1.9.7~yakkety/src/about.c --- audio-recorder-1.9.6~yakkety/src/about.c 2017-01-02 10:05:58.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/src/about.c 2017-02-15 08:00:00.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (c) Linux community. + * Copyright (c) Team audio-recorder. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff -Nru audio-recorder-1.9.6~yakkety/src/audio-sources.c audio-recorder-1.9.7~yakkety/src/audio-sources.c --- audio-recorder-1.9.6~yakkety/src/audio-sources.c 2017-01-02 09:47:27.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/src/audio-sources.c 2017-02-15 08:00:00.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (c) Linux community. + * Copyright (c) Team audio-recorder. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff -Nru audio-recorder-1.9.6~yakkety/src/auto-start.c audio-recorder-1.9.7~yakkety/src/auto-start.c --- audio-recorder-1.9.6~yakkety/src/auto-start.c 2017-01-02 09:47:27.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/src/auto-start.c 2017-02-15 08:00:00.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (c) Linux community. + * Copyright (c) Team audio-recorder. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff -Nru audio-recorder-1.9.6~yakkety/src/dbus-mpris2.c audio-recorder-1.9.7~yakkety/src/dbus-mpris2.c --- audio-recorder-1.9.6~yakkety/src/dbus-mpris2.c 2017-01-02 09:47:27.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/src/dbus-mpris2.c 2017-02-15 08:00:00.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (c) Linux community. + * Copyright (c) Team audio-recorder. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff -Nru audio-recorder-1.9.6~yakkety/src/dbus-player.c audio-recorder-1.9.7~yakkety/src/dbus-player.c --- audio-recorder-1.9.6~yakkety/src/dbus-player.c 2017-01-02 09:47:27.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/src/dbus-player.c 2017-02-15 08:00:00.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (c) Linux community. + * Copyright (c) Team audio-recorder. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff -Nru audio-recorder-1.9.6~yakkety/src/dbus-server.c audio-recorder-1.9.7~yakkety/src/dbus-server.c --- audio-recorder-1.9.6~yakkety/src/dbus-server.c 2017-01-02 09:47:27.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/src/dbus-server.c 2017-02-15 08:00:00.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (c) Linux community. + * Copyright (c) Team audio-recorder. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff -Nru audio-recorder-1.9.6~yakkety/src/dbus-skype.c audio-recorder-1.9.7~yakkety/src/dbus-skype.c --- audio-recorder-1.9.6~yakkety/src/dbus-skype.c 2017-01-02 09:47:27.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/src/dbus-skype.c 2017-02-15 08:00:00.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (c) Linux community. + * Copyright (c) Team audio-recorder. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff -Nru audio-recorder-1.9.6~yakkety/src/dconf.c audio-recorder-1.9.7~yakkety/src/dconf.c --- audio-recorder-1.9.6~yakkety/src/dconf.c 2017-01-02 09:47:27.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/src/dconf.c 2017-02-15 08:00:00.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (c) Linux community. + * Copyright (c) Team audio-recorder. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff -Nru audio-recorder-1.9.6~yakkety/src/gst-devices.c audio-recorder-1.9.7~yakkety/src/gst-devices.c --- audio-recorder-1.9.6~yakkety/src/gst-devices.c 2017-01-02 09:47:27.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/src/gst-devices.c 2017-02-15 08:00:00.000000000 +0000 @@ -1,5 +1,5 @@ /* -* Copyright (c) Linux community. +* Copyright (c) Team audio-recorder. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff -Nru audio-recorder-1.9.6~yakkety/src/gst-pipeline.c audio-recorder-1.9.7~yakkety/src/gst-pipeline.c --- audio-recorder-1.9.6~yakkety/src/gst-pipeline.c 2017-01-02 09:47:27.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/src/gst-pipeline.c 2017-02-15 08:00:00.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (c) Linux community. + * Copyright (c) Team audio-recorder. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff -Nru audio-recorder-1.9.6~yakkety/src/gst-recorder.c audio-recorder-1.9.7~yakkety/src/gst-recorder.c --- audio-recorder-1.9.6~yakkety/src/gst-recorder.c 2017-01-15 09:11:06.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/src/gst-recorder.c 2017-02-15 08:00:00.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (c) Linux community. + * Copyright (c) Team audio-recorder. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff -Nru audio-recorder-1.9.6~yakkety/src/gst-vad.c audio-recorder-1.9.7~yakkety/src/gst-vad.c --- audio-recorder-1.9.6~yakkety/src/gst-vad.c 2017-01-02 19:29:58.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/src/gst-vad.c 2017-02-15 08:00:00.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (c) Linux community. + * Copyright (c) Team audio-recorder. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff -Nru audio-recorder-1.9.6~yakkety/src/help.c audio-recorder-1.9.7~yakkety/src/help.c --- audio-recorder-1.9.6~yakkety/src/help.c 2017-01-02 09:47:27.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/src/help.c 2017-02-15 08:00:00.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (c) Linux community. + * Copyright (c) Team audio-recorder. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff -Nru audio-recorder-1.9.6~yakkety/src/levelbar.c audio-recorder-1.9.7~yakkety/src/levelbar.c --- audio-recorder-1.9.6~yakkety/src/levelbar.c 2017-01-02 09:47:27.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/src/levelbar.c 2017-02-15 08:00:00.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (c) Linux community. + * Copyright (c) Team audio-recorder. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff -Nru audio-recorder-1.9.6~yakkety/src/log.c audio-recorder-1.9.7~yakkety/src/log.c --- audio-recorder-1.9.6~yakkety/src/log.c 2017-01-02 09:47:27.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/src/log.c 2017-02-15 08:00:00.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (c) Linux community. + * Copyright (c) Team audio-recorder. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff -Nru audio-recorder-1.9.6~yakkety/src/main.c audio-recorder-1.9.7~yakkety/src/main.c --- audio-recorder-1.9.6~yakkety/src/main.c 2017-02-09 08:27:06.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/src/main.c 2017-02-15 08:00:00.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (c) Linux community. + * Copyright (c) Team audio-recorder. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff -Nru audio-recorder-1.9.6~yakkety/src/media-profiles.c audio-recorder-1.9.7~yakkety/src/media-profiles.c --- audio-recorder-1.9.6~yakkety/src/media-profiles.c 2017-01-02 19:16:44.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/src/media-profiles.c 2017-02-15 08:00:00.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (c) Linux community. + * Copyright (c) Team audio-recorder. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff -Nru audio-recorder-1.9.6~yakkety/src/rec-manager.c audio-recorder-1.9.7~yakkety/src/rec-manager.c --- audio-recorder-1.9.6~yakkety/src/rec-manager.c 2017-01-02 09:47:27.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/src/rec-manager.c 2017-02-15 08:00:00.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (c) Linux community. + * Copyright (c) Team audio-recorder. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff -Nru audio-recorder-1.9.6~yakkety/src/settings.c audio-recorder-1.9.7~yakkety/src/settings.c --- audio-recorder-1.9.6~yakkety/src/settings.c 2017-02-10 08:00:00.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/src/settings.c 2017-02-15 08:00:00.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (c) Linux community. + * Copyright (c) Team audio-recorder. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff -Nru audio-recorder-1.9.6~yakkety/src/settings-pipe.c audio-recorder-1.9.7~yakkety/src/settings-pipe.c --- audio-recorder-1.9.6~yakkety/src/settings-pipe.c 2017-02-10 08:00:00.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/src/settings-pipe.c 2017-02-15 08:00:00.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (c) Linux community. + * Copyright (c) Team audio-recorder. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff -Nru audio-recorder-1.9.6~yakkety/src/support.c audio-recorder-1.9.7~yakkety/src/support.c --- audio-recorder-1.9.6~yakkety/src/support.c 2017-01-02 09:47:27.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/src/support.c 2017-02-15 08:00:00.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (c) Linux community. + * Copyright (c) Team audio-recorder. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff -Nru audio-recorder-1.9.6~yakkety/src/systray-icon.c audio-recorder-1.9.7~yakkety/src/systray-icon.c --- audio-recorder-1.9.6~yakkety/src/systray-icon.c 2017-01-02 09:47:27.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/src/systray-icon.c 2017-02-15 08:00:00.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (c) Linux community. + * Copyright (c) Team audio-recorder. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff -Nru audio-recorder-1.9.6~yakkety/src/timer.c audio-recorder-1.9.7~yakkety/src/timer.c --- audio-recorder-1.9.6~yakkety/src/timer.c 2017-01-02 09:47:27.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/src/timer.c 2017-02-15 08:00:00.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (c) Linux community. + * Copyright (c) Team audio-recorder. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff -Nru audio-recorder-1.9.6~yakkety/src/timer-parser.c audio-recorder-1.9.7~yakkety/src/timer-parser.c --- audio-recorder-1.9.6~yakkety/src/timer-parser.c 2017-01-02 09:47:27.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/src/timer-parser.c 2017-02-15 08:00:00.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (c) Linux community. + * Copyright (c) Team audio-recorder. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff -Nru audio-recorder-1.9.6~yakkety/src/utility.c audio-recorder-1.9.7~yakkety/src/utility.c --- audio-recorder-1.9.6~yakkety/src/utility.c 2017-01-02 09:47:27.000000000 +0000 +++ audio-recorder-1.9.7~yakkety/src/utility.c 2017-02-15 08:00:00.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (c) Linux community. + * Copyright (c) Team audio-recorder. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public