-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Standardize on the Audioboo capitalization
- Loading branch information
Jonathan del Strother
authored and
Jonathan del Strother
committed
Aug 18, 2011
1 parent
7a5e4be
commit 0599f6a
Showing
139 changed files
with
251 additions
and
251 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
This file is part of AudioBoo, an android program for audio blogging. | ||
This file is part of Audioboo, an android program for audio blogging. | ||
Copyright (C) 2011 Audioboo Ltd. All rights reserved. | ||
Author: Jens Finkhaeuser <[email protected]> | ||
|
@@ -33,9 +33,9 @@ | |
<application | ||
android:label="@string/app_name" | ||
android:icon="@drawable/icon" | ||
android:name=".AudioBooApplication" | ||
android:name=".AudiobooApplication" | ||
> | ||
<activity android:name=".AudioBoo" | ||
<activity android:name=".Audioboo" | ||
android:label="@string/app_name" | ||
android:theme="@android:style/Theme.NoTitleBar" | ||
android:screenOrientation="portrait" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
#! /bin/bash | ||
# | ||
# This file is part of AudioBoo, an android program for audio blogging. | ||
# This file is part of Audioboo, an android program for audio blogging. | ||
# Copyright (C) 2011 Audioboo Ltd. All rights reserved. | ||
# | ||
# Author: Jens Finkhaeuser <[email protected]> | ||
# | ||
# $Id: bootstrap.sh 1272 2010-11-01 14:07:29Z unwesen $ | ||
|
||
# 1. Make sure we're in the project root. We'll look for AndroidManifest.xml, | ||
# and check whether that includes a reference to AudioBoo. | ||
# and check whether that includes a reference to Audioboo. | ||
PROJECT_PATH=$(pwd) | ||
MANIFEST="${PROJECT_PATH}/AndroidManifest.xml" | ||
if [ ! -f "${MANIFEST}" ] ; then | ||
|
@@ -20,7 +20,7 @@ fi | |
if grep -qi audioboo "${MANIFEST}" ; then | ||
true | ||
else | ||
echo "No mention of AudioBoo found in AndroidManifest.xml!" >&2 | ||
echo "No mention of Audioboo found in AndroidManifest.xml!" >&2 | ||
echo "You need to run this script in the project root." >&2 | ||
exit 2 | ||
fi | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#! /bin/bash | ||
# | ||
# This file is part of AudioBoo, an android program for audio blogging. | ||
# This file is part of Audioboo, an android program for audio blogging. | ||
# Copyright (C) 2011 Audioboo Ltd. All rights reserved. | ||
# | ||
# Author: Jens Finkhaeuser <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# This file is part of AudioBoo, an android program for audio blogging. | ||
# This file is part of Audioboo, an android program for audio blogging. | ||
# Copyright (C) 2011 Audioboo Ltd. All rights reserved. | ||
# | ||
# Author: Jens Finkhaeuser <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
This file is part of AudioBoo, an android program for audio blogging. | ||
This file is part of Audioboo, an android program for audio blogging. | ||
Copyright (C) 2011 Audioboo Ltd. All rights reserved. | ||
Author: Jens Finkhaeuser <[email protected]> | ||
$Id$ | ||
--> | ||
<project name="AudioBoo" default="help"> | ||
<project name="Audioboo" default="help"> | ||
|
||
<!-- The local.properties file is created and updated by the 'android' tool. | ||
It contain the path to the SDK. It should *NOT* be checked in in Version | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# This file is part of AudioBoo, an android program for audio blogging. | ||
# This file is part of Audioboo, an android program for audio blogging. | ||
# Copyright (C) 2011 Audioboo Ltd. All rights reserved. | ||
# | ||
# Author: Jens Finkhaeuser <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
This file is part of AudioBoo, an android program for audio blogging. | ||
This file is part of Audioboo, an android program for audio blogging. | ||
Copyright (C) 2011 Audioboo Ltd. | ||
Copyright (C) 2010,2011 AudioBoo Ltd. | ||
Copyright (C) 2010,2011 Audioboo Ltd. | ||
All rights reserved. | ||
Author: Jens Finkhaeuser <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
This file is part of AudioBoo, an android program for audio blogging. | ||
This file is part of Audioboo, an android program for audio blogging. | ||
Copyright (C) 2011 Audioboo Ltd. | ||
Copyright (C) 2010,2011 AudioBoo Ltd. | ||
Copyright (C) 2010,2011 Audioboo Ltd. | ||
All rights reserved. | ||
Author: Jens Finkhaeuser <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
This file is part of AudioBoo, an android program for audio blogging. | ||
This file is part of Audioboo, an android program for audio blogging. | ||
Copyright (C) 2011 Audioboo Ltd. | ||
Copyright (C) 2010,2011 AudioBoo Ltd. | ||
Copyright (C) 2010,2011 Audioboo Ltd. | ||
All rights reserved. | ||
Author: Jens Finkhaeuser <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
This file is part of AudioBoo, an android program for audio blogging. | ||
This file is part of Audioboo, an android program for audio blogging. | ||
Copyright (C) 2011 Audioboo Ltd. | ||
Copyright (C) 2010,2011 AudioBoo Ltd. | ||
Copyright (C) 2010,2011 Audioboo Ltd. | ||
All rights reserved. | ||
Author: Jens Finkhaeuser <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
This file is part of AudioBoo, an android program for audio blogging. | ||
This file is part of Audioboo, an android program for audio blogging. | ||
Copyright (C) 2011 Audioboo Ltd. | ||
Copyright (C) 2010,2011 AudioBoo Ltd. | ||
Copyright (C) 2010,2011 Audioboo Ltd. | ||
All rights reserved. | ||
Author: Jens Finkhaeuser <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
This file is part of AudioBoo, an android program for audio blogging. | ||
This file is part of Audioboo, an android program for audio blogging. | ||
Copyright (C) 2011 Audioboo Ltd. | ||
Copyright (C) 2010,2011 AudioBoo Ltd. | ||
Copyright (C) 2010,2011 Audioboo Ltd. | ||
All rights reserved. | ||
Author: Jens Finkhaeuser <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
This file is part of AudioBoo, an android program for audio blogging. | ||
Copyright (C) 2011 AudioBoo Ltd. | ||
This file is part of Audioboo, an android program for audio blogging. | ||
Copyright (C) 2011 Audioboo Ltd. | ||
All rights reserved. | ||
Author: Jens Finkhaeuser <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
This file is part of AudioBoo, an android program for audio blogging. | ||
This file is part of Audioboo, an android program for audio blogging. | ||
Copyright (C) 2011 Audioboo Ltd. | ||
Copyright (C) 2010,2011 AudioBoo Ltd. | ||
Copyright (C) 2010,2011 Audioboo Ltd. | ||
All rights reserved. | ||
Author: Jens Finkhaeuser <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
This file is part of AudioBoo, an android program for audio blogging. | ||
This file is part of Audioboo, an android program for audio blogging. | ||
Copyright (C) 2011 Audioboo Ltd. | ||
Copyright (C) 2010,2011 AudioBoo Ltd. | ||
Copyright (C) 2010,2011 Audioboo Ltd. | ||
All rights reserved. | ||
Author: Jens Finkhaeuser <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
This file is part of AudioBoo, an android program for audio blogging. | ||
This file is part of Audioboo, an android program for audio blogging. | ||
Copyright (C) 2011 Audioboo Ltd. | ||
Copyright (C) 2010,2011 AudioBoo Ltd. | ||
Copyright (C) 2010,2011 Audioboo Ltd. | ||
All rights reserved. | ||
Author: Jens Finkhaeuser <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
This file is part of AudioBoo, an android program for audio blogging. | ||
This file is part of Audioboo, an android program for audio blogging. | ||
Copyright (C) 2011 Audioboo Ltd. | ||
Copyright (C) 2010,2011 AudioBoo Ltd. | ||
Copyright (C) 2010,2011 Audioboo Ltd. | ||
All rights reserved. | ||
Author: Jens Finkhaeuser <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
This file is part of AudioBoo, an android program for audio blogging. | ||
This file is part of Audioboo, an android program for audio blogging. | ||
Copyright (C) 2011 Audioboo Ltd. All rights reserved. | ||
Author: Jens Finkhaeuser <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
This file is part of AudioBoo, an android program for audio blogging. | ||
This file is part of Audioboo, an android program for audio blogging. | ||
Copyright (C) 2011 Audioboo Ltd. | ||
Copyright (C) 2010,2011 AudioBoo Ltd. | ||
Copyright (C) 2010,2011 Audioboo Ltd. | ||
All rights reserved. | ||
Author: Jens Finkhaeuser <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
This file is part of AudioBoo, an android program for audio blogging. | ||
This file is part of Audioboo, an android program for audio blogging. | ||
Copyright (C) 2011 Audioboo Ltd. | ||
Copyright (C) 2010,2011 AudioBoo Ltd. | ||
Copyright (C) 2010,2011 Audioboo Ltd. | ||
All rights reserved. | ||
Author: Jens Finkhaeuser <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
This file is part of AudioBoo, an android program for audio blogging. | ||
Copyright (C) 2011 AudioBoo Ltd. | ||
This file is part of Audioboo, an android program for audio blogging. | ||
Copyright (C) 2011 Audioboo Ltd. | ||
All rights reserved. | ||
Author: Jens Finkhaeuser <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
This file is part of AudioBoo, an android program for audio blogging. | ||
Copyright (C) 2011 AudioBoo Ltd. | ||
This file is part of Audioboo, an android program for audio blogging. | ||
Copyright (C) 2011 Audioboo Ltd. | ||
All rights reserved. | ||
Author: Jens Finkhaeuser <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
This file is part of AudioBoo, an android program for audio blogging. | ||
Copyright (C) 2011 AudioBoo Ltd. | ||
This file is part of Audioboo, an android program for audio blogging. | ||
Copyright (C) 2011 Audioboo Ltd. | ||
All rights reserved. | ||
Author: Jens Finkhaeuser <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
This file is part of AudioBoo, an android program for audio blogging. | ||
Copyright (C) 2011 AudioBoo Ltd. | ||
This file is part of Audioboo, an android program for audio blogging. | ||
Copyright (C) 2011 Audioboo Ltd. | ||
All rights reserved. | ||
Author: Jens Finkhaeuser <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
This file is part of AudioBoo, an android program for audio blogging. | ||
Copyright (C) 2011 AudioBoo Ltd. | ||
This file is part of Audioboo, an android program for audio blogging. | ||
Copyright (C) 2011 Audioboo Ltd. | ||
All rights reserved. | ||
Author: Jens Finkhaeuser <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
This file is part of AudioBoo, an android program for audio blogging. | ||
Copyright (C) 2011 AudioBoo Ltd. | ||
This file is part of Audioboo, an android program for audio blogging. | ||
Copyright (C) 2011 Audioboo Ltd. | ||
All rights reserved. | ||
Author: Jens Finkhaeuser <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
This file is part of AudioBoo, an android program for audio blogging. | ||
Copyright (C) 2011 AudioBoo Ltd. | ||
This file is part of Audioboo, an android program for audio blogging. | ||
Copyright (C) 2011 Audioboo Ltd. | ||
All rights reserved. | ||
Author: Jens Finkhaeuser <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
This file is part of AudioBoo, an android program for audio blogging. | ||
Copyright (C) 2011 AudioBoo Ltd. | ||
This file is part of Audioboo, an android program for audio blogging. | ||
Copyright (C) 2011 Audioboo Ltd. | ||
All rights reserved. | ||
Author: Jens Finkhaeuser <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
This file is part of AudioBoo, an android program for audio blogging. | ||
Copyright (C) 2011 AudioBoo Ltd. | ||
This file is part of Audioboo, an android program for audio blogging. | ||
Copyright (C) 2011 Audioboo Ltd. | ||
All rights reserved. | ||
Author: Jens Finkhaeuser <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
This file is part of AudioBoo, an android program for audio blogging. | ||
This file is part of Audioboo, an android program for audio blogging. | ||
Copyright (C) 2011 Audioboo Ltd. | ||
Copyright (C) 2010,2011 AudioBoo Ltd. | ||
Copyright (C) 2010,2011 Audioboo Ltd. | ||
All rights reserved. | ||
Author: Jens Finkhaeuser <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
This file is part of AudioBoo, an android program for audio blogging. | ||
This file is part of Audioboo, an android program for audio blogging. | ||
Copyright (C) 2011 Audioboo Ltd. | ||
Copyright (C) 2010,2011 AudioBoo Ltd. | ||
Copyright (C) 2010,2011 Audioboo Ltd. | ||
All rights reserved. | ||
Author: Jens Finkhaeuser <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
This file is part of AudioBoo, an android program for audio blogging. | ||
Copyright (C) 2011 AudioBoo Ltd. | ||
This file is part of Audioboo, an android program for audio blogging. | ||
Copyright (C) 2011 Audioboo Ltd. | ||
All rights reserved. | ||
Author: Jens Finkhaeuser <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
This file is part of AudioBoo, an android program for audio blogging. | ||
Copyright (C) 2011 AudioBoo Ltd. | ||
This file is part of Audioboo, an android program for audio blogging. | ||
Copyright (C) 2011 Audioboo Ltd. | ||
All rights reserved. | ||
Author: Jens Finkhaeuser <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
This file is part of AudioBoo, an android program for audio blogging. | ||
Copyright (C) 2011 AudioBoo Ltd. | ||
This file is part of Audioboo, an android program for audio blogging. | ||
Copyright (C) 2011 Audioboo Ltd. | ||
All rights reserved. | ||
Author: Jens Finkhaeuser <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
This file is part of AudioBoo, an android program for audio blogging. | ||
Copyright (C) 2011 AudioBoo Ltd. | ||
This file is part of Audioboo, an android program for audio blogging. | ||
Copyright (C) 2011 Audioboo Ltd. | ||
All rights reserved. | ||
Author: Jens Finkhaeuser <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
This file is part of AudioBoo, an android program for audio blogging. | ||
Copyright (C) 2011 AudioBoo Ltd. | ||
This file is part of Audioboo, an android program for audio blogging. | ||
Copyright (C) 2011 Audioboo Ltd. | ||
All rights reserved. | ||
Author: Jens Finkhaeuser <[email protected]> | ||
|
Oops, something went wrong.