Skip to content

Commit

Permalink
Adding/updating GPL licensing per Halsey
Browse files Browse the repository at this point in the history
  • Loading branch information
13rac1 committed Jan 23, 2015
1 parent be664d9 commit 7e3930d
Show file tree
Hide file tree
Showing 39 changed files with 849 additions and 517 deletions.
4 changes: 2 additions & 2 deletions AUTHORS.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Roundware Android authors ordered by first contribution.

Rob Knapen <http://www.wageningenur.nl>
Dan Latham
Rob Knapen <http://www.shuffledbits.com>
Halsey Burgund <http://halseyburgund.com>
Rob Dietrick
Brad Erickson <http://eosrei.net>
Joel Schnall
Matt Adler <http://hillsandfog.com>

30 changes: 30 additions & 0 deletions COPYRIGHT.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
Roundware Android
A participatory, location-aware media platform.

Copyright (C) 2008-2015 Halsey Solutions, LLC
http://roundware.org | contact@roundware.org

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 3 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, see http://www.gnu.org/licenses/.

Roundware is a registered trademark of Halsey Burgund.

Roundware includes works under other copyright notices and distributed
according to the terms of the GNU General Public License or a compatible
license, including:

NPR Android App - Copyright 2012 NPR.
https://code.google.com/p/npr-android-app/

Android - Copyright 2009 Google Inc.
http://source.android.com/
674 changes: 674 additions & 0 deletions LICENSE.txt

Large diffs are not rendered by default.

36 changes: 0 additions & 36 deletions NOTICE.txt

This file was deleted.

5 changes: 5 additions & 0 deletions rwapp/src/main/java/org/roundware/rwapp/RwApplication.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Roundware Android code is released under the terms of the GNU General Public License.
* See COPYRIGHT.txt, AUTHORS.txt, and LICENSE.txt in the project root directory for details.
*/

package org.roundware.rwapp;

import android.app.Application;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* Roundware Android code is released under the terms of the GNU General Public License.
* See COPYRIGHT.txt, AUTHORS.txt, and LICENSE.txt in the project root directory for details.
*/
package org.roundware.rwapp;

import android.app.Activity;
Expand Down
11 changes: 4 additions & 7 deletions rwapp/src/main/java/org/roundware/rwapp/RwListenActivity.java
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
/*
STORIES FROM MAIN STREET
Android client application
Copyright (C) 2008-2013 Halsey Solutions, LLC
with contributions by Rob Knapen
ALL RIGHTS RESERVED
*/
/**
* Roundware Android code is released under the terms of the GNU General Public License.
* See COPYRIGHT.txt, AUTHORS.txt, and LICENSE.txt in the project root directory for details.
*/
package org.roundware.rwapp;

import android.annotation.SuppressLint;
Expand Down
11 changes: 4 additions & 7 deletions rwapp/src/main/java/org/roundware/rwapp/RwMainActivity.java
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
/*
STORIES FROM MAIN STREET
Android client application
Copyright (C) 2008-2013 Halsey Solutions, LLC
with contributions by Rob Knapen
ALL RIGHTS RESERVED
*/
/**
* Roundware Android code is released under the terms of the GNU General Public License.
* See COPYRIGHT.txt, AUTHORS.txt, and LICENSE.txt in the project root directory for details.
*/
package org.roundware.rwapp;

import android.annotation.SuppressLint;
Expand Down
11 changes: 4 additions & 7 deletions rwapp/src/main/java/org/roundware/rwapp/RwPrefsActivity.java
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
/*
STORIES FROM MAIN STREET
Android client application
Copyright (C) 2008-2013 Halsey Solutions, LLC
with contributions by Rob Knapen
ALL RIGHTS RESERVED
*/
/**
* Roundware Android code is released under the terms of the GNU General Public License.
* See COPYRIGHT.txt, AUTHORS.txt, and LICENSE.txt in the project root directory for details.
*/
package org.roundware.rwapp;

import android.content.SharedPreferences;
Expand Down
11 changes: 4 additions & 7 deletions rwapp/src/main/java/org/roundware/rwapp/RwSpeakActivity.java
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
/*
STORIES FROM MAIN STREET
Android client application
Copyright (C) 2008-2013 Halsey Solutions, LLC
with contributions by Rob Knapen
ALL RIGHTS RESERVED
*/
/**
* Roundware Android code is released under the terms of the GNU General Public License.
* See COPYRIGHT.txt, AUTHORS.txt, and LICENSE.txt in the project root directory for details.
*/
package org.roundware.rwapp;

import android.annotation.SuppressLint;
Expand Down
6 changes: 5 additions & 1 deletion rwapp/src/main/java/org/roundware/rwapp/Settings.java
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
/**
* Roundware Android code is released under the terms of the GNU General Public License.
* See COPYRIGHT.txt, AUTHORS.txt, and LICENSE.txt in the project root directory for details.
*/
package org.roundware.rwapp;

import android.content.Context;
import android.content.SharedPreferences;

/**
* Created by jschnall on 8/13/14.
*
*/
public class Settings {
// name of shared preferences used by all activities in the app
Expand Down
4 changes: 4 additions & 0 deletions rwapp/src/main/java/org/roundware/rwapp/utils/AssetData.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* Roundware Android code is released under the terms of the GNU General Public License.
* See COPYRIGHT.txt, AUTHORS.txt, and LICENSE.txt in the project root directory for details.
*/
package org.roundware.rwapp.utils;

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* Roundware Android code is released under the terms of the GNU General Public License.
* See COPYRIGHT.txt, AUTHORS.txt, and LICENSE.txt in the project root directory for details.
*/
package org.roundware.rwapp.utils;

import android.content.SharedPreferences;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* Roundware Android code is released under the terms of the GNU General Public License.
* See COPYRIGHT.txt, AUTHORS.txt, and LICENSE.txt in the project root directory for details.
*/
package org.roundware.rwapp.utils;

import java.util.Collections;
Expand Down
23 changes: 3 additions & 20 deletions rwapp/src/main/java/org/roundware/rwapp/utils/LevelMeterView.java
Original file line number Diff line number Diff line change
@@ -1,23 +1,6 @@
/*
ROUNDWARE
a participatory, location-aware media platform
Android client library
Copyright (C) 2008-2013 Halsey Solutions
with contributions by Rob Knapen (shuffledbits.com) and Dan Latham
http://roundware.org | contact@roundware.org
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 3 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, see <http://www.gnu.org/licenses/>.
/**
* Roundware Android code is released under the terms of the GNU General Public License.
* See COPYRIGHT.txt, AUTHORS.txt, and LICENSE.txt in the project root directory for details.
*/
package org.roundware.rwapp.utils;

Expand Down
23 changes: 3 additions & 20 deletions rwapp/src/main/java/org/roundware/rwapp/utils/Utils.java
Original file line number Diff line number Diff line change
@@ -1,23 +1,6 @@
/*
ROUNDWARE
a participatory, location-aware media platform
Android client library
Copyright (C) 2008-2013 Halsey Solutions
with contributions by Rob Knapen (shuffledbits.com) and Dan Latham
http://roundware.org | contact@roundware.org
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 3 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, see <http://www.gnu.org/licenses/>.
/**
* Roundware Android code is released under the terms of the GNU General Public License.
* See COPYRIGHT.txt, AUTHORS.txt, and LICENSE.txt in the project root directory for details.
*/
package org.roundware.rwapp.utils;

Expand Down
23 changes: 3 additions & 20 deletions rwapp/src/main/java/org/roundware/rwapp/utils/VersionDialog.java
Original file line number Diff line number Diff line change
@@ -1,23 +1,6 @@
/*
ROUNDWARE
a participatory, location-aware media platform
Android client library
Copyright (C) 2008-2013 Halsey Solutions
with contributions by Rob Knapen (shuffledbits.com) and Dan Latham
http://roundware.org | contact@roundware.org
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 3 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, see <http://www.gnu.org/licenses/>.
/**
* Roundware Android code is released under the terms of the GNU General Public License.
* See COPYRIGHT.txt, AUTHORS.txt, and LICENSE.txt in the project root directory for details.
*/
package org.roundware.rwapp.utils;

Expand Down
23 changes: 3 additions & 20 deletions rwservice/src/main/java/org/roundware/service/RW.java
Original file line number Diff line number Diff line change
@@ -1,23 +1,6 @@
/*
ROUNDWARE
a participatory, location-aware media platform
Android client library
Copyright (C) 2008-2013 Halsey Solutions, LLC
with contributions by Rob Knapen (shuffledbits.com) and Dan Latham
http://roundware.org | contact@roundware.org
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 3 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, see <http://www.gnu.org/licenses/>.
/**
* Roundware Android code is released under the terms of the GNU General Public License.
* See COPYRIGHT.txt, AUTHORS.txt, and LICENSE.txt in the project root directory for details.
*/
package org.roundware.service;

Expand Down
25 changes: 4 additions & 21 deletions rwservice/src/main/java/org/roundware/service/RWAction.java
Original file line number Diff line number Diff line change
@@ -1,24 +1,7 @@
/*
ROUNDWARE
a participatory, location-aware media platform
Android client library
Copyright (C) 2008-2013 Halsey Solutions, LLC
with contributions by Rob Knapen (shuffledbits.com) and Dan Latham
http://roundware.org | contact@roundware.org
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 3 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, see <http://www.gnu.org/licenses/>.
*/
/**
* Roundware Android code is released under the terms of the GNU General Public License.
* See COPYRIGHT.txt, AUTHORS.txt, and LICENSE.txt in the project root directory for details.
*/
package org.roundware.service;

import android.content.Context;
Expand Down
25 changes: 4 additions & 21 deletions rwservice/src/main/java/org/roundware/service/RWActionFactory.java
Original file line number Diff line number Diff line change
@@ -1,24 +1,7 @@
/*
ROUNDWARE
a participatory, location-aware media platform
Android client library
Copyright (C) 2008-2013 Halsey Solutions, LLC
with contributions by Rob Knapen (shuffledbits.com) and Dan Latham
http://roundware.org | contact@roundware.org
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 3 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, see <http://www.gnu.org/licenses/>.
*/
/**
* Roundware Android code is released under the terms of the GNU General Public License.
* See COPYRIGHT.txt, AUTHORS.txt, and LICENSE.txt in the project root directory for details.
*/
package org.roundware.service;

import android.annotation.SuppressLint;
Expand Down
25 changes: 4 additions & 21 deletions rwservice/src/main/java/org/roundware/service/RWActionQueue.java
Original file line number Diff line number Diff line change
@@ -1,24 +1,7 @@
/*
ROUNDWARE
a participatory, location-aware media platform
Android client library
Copyright (C) 2008-2013 Halsey Solutions, LLC
with contributions by Rob Knapen (shuffledbits.com) and Dan Latham
http://roundware.org | contact@roundware.org
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 3 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, see <http://www.gnu.org/licenses/>.
*/
/**
* Roundware Android code is released under the terms of the GNU General Public License.
* See COPYRIGHT.txt, AUTHORS.txt, and LICENSE.txt in the project root directory for details.
*/
package org.roundware.service;

import android.content.Context;
Expand Down
Loading

0 comments on commit 7e3930d

Please sign in to comment.