Skip to content

Commit bae02e6

Browse files
committed
Add license headers.
1 parent f62f209 commit bae02e6

36 files changed

+670
-5
lines changed

LICENSE

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
GNU GENERAL PUBLIC LICENSE
1+
GNU GENERAL PUBLIC LICENSE
22
Version 3, 29 June 2007
33

44
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
@@ -631,8 +631,8 @@ to attach them to the start of each source file to most effectively
631631
state the exclusion of warranty; and each file should have at least
632632
the "copyright" line and a pointer to where the full notice is found.
633633

634-
{one line to give the program's name and a brief idea of what it does.}
635-
Copyright (C) {year} {name of author}
634+
<one line to give the program's name and a brief idea of what it does.>
635+
Copyright (C) <year> <name of author>
636636

637637
This program is free software: you can redistribute it and/or modify
638638
it under the terms of the GNU General Public License as published by
@@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail.
652652
If the program does terminal interaction, make it output a short
653653
notice like this when it starts in an interactive mode:
654654

655-
{project} Copyright (C) {year} {fullname}
655+
<program> Copyright (C) <year> <name of author>
656656
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
657657
This is free software, and you are welcome to redistribute it
658658
under certain conditions; type `show c' for details.
@@ -671,4 +671,4 @@ into proprietary programs. If your program is a subroutine library, you
671671
may consider it more useful to permit linking proprietary applications with
672672
the library. If this is what you want to do, use the GNU Lesser General
673673
Public License instead of this License. But first, please read
674-
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
674+
<http://www.gnu.org/philosophy/why-not-lgpl.html>.

src/main/AndroidManifest.xml

+19
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
11
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
~ Copyright (c) 2014 Amahi
4+
~
5+
~ This file is part of Amahi.
6+
~
7+
~ Amahi is free software: you can redistribute it and/or modify
8+
~ it under the terms of the GNU General Public License as published by
9+
~ the Free Software Foundation, either version 3 of the License, or
10+
~ (at your option) any later version.
11+
~
12+
~ Amahi is distributed in the hope that it will be useful,
13+
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
~ GNU General Public License for more details.
16+
~
17+
~ You should have received a copy of the GNU General Public License
18+
~ along with Amahi. If not, see <http ://www.gnu.org/licenses/>.
19+
-->
20+
221
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
322
package="org.amahi.anywhere"
423
android:installLocation="auto">

src/main/java/org/amahi/anywhere/AmahiApplication.java

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
* Copyright (c) 2014 Amahi
3+
*
4+
* This file is part of Amahi.
5+
*
6+
* Amahi is free software: you can redistribute it and/or modify
7+
* it under the terms of the GNU General Public License as published by
8+
* the Free Software Foundation, either version 3 of the License, or
9+
* (at your option) any later version.
10+
*
11+
* Amahi is distributed in the hope that it will be useful,
12+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
* GNU General Public License for more details.
15+
*
16+
* You should have received a copy of the GNU General Public License
17+
* along with Amahi. If not, see <http ://www.gnu.org/licenses/>.
18+
*/
19+
120
package org.amahi.anywhere;
221

322
import android.app.Application;

src/main/java/org/amahi/anywhere/AmahiModule.java

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
* Copyright (c) 2014 Amahi
3+
*
4+
* This file is part of Amahi.
5+
*
6+
* Amahi is free software: you can redistribute it and/or modify
7+
* it under the terms of the GNU General Public License as published by
8+
* the Free Software Foundation, either version 3 of the License, or
9+
* (at your option) any later version.
10+
*
11+
* Amahi is distributed in the hope that it will be useful,
12+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
* GNU General Public License for more details.
15+
*
16+
* You should have received a copy of the GNU General Public License
17+
* along with Amahi. If not, see <http ://www.gnu.org/licenses/>.
18+
*/
19+
120
package org.amahi.anywhere;
221

322
import android.app.Application;

src/main/java/org/amahi/anywhere/activity/ServersActivity.java

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
* Copyright (c) 2014 Amahi
3+
*
4+
* This file is part of Amahi.
5+
*
6+
* Amahi is free software: you can redistribute it and/or modify
7+
* it under the terms of the GNU General Public License as published by
8+
* the Free Software Foundation, either version 3 of the License, or
9+
* (at your option) any later version.
10+
*
11+
* Amahi is distributed in the hope that it will be useful,
12+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
* GNU General Public License for more details.
15+
*
16+
* You should have received a copy of the GNU General Public License
17+
* along with Amahi. If not, see <http ://www.gnu.org/licenses/>.
18+
*/
19+
120
package org.amahi.anywhere.activity;
221

322
import android.app.Activity;

src/main/java/org/amahi/anywhere/bus/AuthenticationDoneEvent.java

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
* Copyright (c) 2014 Amahi
3+
*
4+
* This file is part of Amahi.
5+
*
6+
* Amahi is free software: you can redistribute it and/or modify
7+
* it under the terms of the GNU General Public License as published by
8+
* the Free Software Foundation, either version 3 of the License, or
9+
* (at your option) any later version.
10+
*
11+
* Amahi is distributed in the hope that it will be useful,
12+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
* GNU General Public License for more details.
15+
*
16+
* You should have received a copy of the GNU General Public License
17+
* along with Amahi. If not, see <http ://www.gnu.org/licenses/>.
18+
*/
19+
120
package org.amahi.anywhere.bus;
221

322
import org.amahi.anywhere.server.model.Authentication;

src/main/java/org/amahi/anywhere/bus/BusEvent.java

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
* Copyright (c) 2014 Amahi
3+
*
4+
* This file is part of Amahi.
5+
*
6+
* Amahi is free software: you can redistribute it and/or modify
7+
* it under the terms of the GNU General Public License as published by
8+
* the Free Software Foundation, either version 3 of the License, or
9+
* (at your option) any later version.
10+
*
11+
* Amahi is distributed in the hope that it will be useful,
12+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
* GNU General Public License for more details.
15+
*
16+
* You should have received a copy of the GNU General Public License
17+
* along with Amahi. If not, see <http ://www.gnu.org/licenses/>.
18+
*/
19+
120
package org.amahi.anywhere.bus;
221

322
public interface BusEvent

src/main/java/org/amahi/anywhere/bus/BusProvider.java

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
* Copyright (c) 2014 Amahi
3+
*
4+
* This file is part of Amahi.
5+
*
6+
* Amahi is free software: you can redistribute it and/or modify
7+
* it under the terms of the GNU General Public License as published by
8+
* the Free Software Foundation, either version 3 of the License, or
9+
* (at your option) any later version.
10+
*
11+
* Amahi is distributed in the hope that it will be useful,
12+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
* GNU General Public License for more details.
15+
*
16+
* You should have received a copy of the GNU General Public License
17+
* along with Amahi. If not, see <http ://www.gnu.org/licenses/>.
18+
*/
19+
120
package org.amahi.anywhere.bus;
221

322
import com.squareup.otto.Bus;

src/main/java/org/amahi/anywhere/bus/ConnectionNotAuthorizedEvent.java

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
* Copyright (c) 2014 Amahi
3+
*
4+
* This file is part of Amahi.
5+
*
6+
* Amahi is free software: you can redistribute it and/or modify
7+
* it under the terms of the GNU General Public License as published by
8+
* the Free Software Foundation, either version 3 of the License, or
9+
* (at your option) any later version.
10+
*
11+
* Amahi is distributed in the hope that it will be useful,
12+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
* GNU General Public License for more details.
15+
*
16+
* You should have received a copy of the GNU General Public License
17+
* along with Amahi. If not, see <http ://www.gnu.org/licenses/>.
18+
*/
19+
120
package org.amahi.anywhere.bus;
221

322
public class ConnectionNotAuthorizedEvent implements BusEvent

src/main/java/org/amahi/anywhere/bus/ConnectionTimeoutEvent.java

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
* Copyright (c) 2014 Amahi
3+
*
4+
* This file is part of Amahi.
5+
*
6+
* Amahi is free software: you can redistribute it and/or modify
7+
* it under the terms of the GNU General Public License as published by
8+
* the Free Software Foundation, either version 3 of the License, or
9+
* (at your option) any later version.
10+
*
11+
* Amahi is distributed in the hope that it will be useful,
12+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
* GNU General Public License for more details.
15+
*
16+
* You should have received a copy of the GNU General Public License
17+
* along with Amahi. If not, see <http ://www.gnu.org/licenses/>.
18+
*/
19+
120
package org.amahi.anywhere.bus;
221

322
public class ConnectionTimeoutEvent implements BusEvent

src/main/java/org/amahi/anywhere/bus/ServerConnectedEvent.java

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
* Copyright (c) 2014 Amahi
3+
*
4+
* This file is part of Amahi.
5+
*
6+
* Amahi is free software: you can redistribute it and/or modify
7+
* it under the terms of the GNU General Public License as published by
8+
* the Free Software Foundation, either version 3 of the License, or
9+
* (at your option) any later version.
10+
*
11+
* Amahi is distributed in the hope that it will be useful,
12+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
* GNU General Public License for more details.
15+
*
16+
* You should have received a copy of the GNU General Public License
17+
* along with Amahi. If not, see <http ://www.gnu.org/licenses/>.
18+
*/
19+
120
package org.amahi.anywhere.bus;
221

322
public class ServerConnectedEvent implements BusEvent

src/main/java/org/amahi/anywhere/bus/ServerFilesLoadedEvent.java

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
* Copyright (c) 2014 Amahi
3+
*
4+
* This file is part of Amahi.
5+
*
6+
* Amahi is free software: you can redistribute it and/or modify
7+
* it under the terms of the GNU General Public License as published by
8+
* the Free Software Foundation, either version 3 of the License, or
9+
* (at your option) any later version.
10+
*
11+
* Amahi is distributed in the hope that it will be useful,
12+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
* GNU General Public License for more details.
15+
*
16+
* You should have received a copy of the GNU General Public License
17+
* along with Amahi. If not, see <http ://www.gnu.org/licenses/>.
18+
*/
19+
120
package org.amahi.anywhere.bus;
221

322
import org.amahi.anywhere.server.model.ServerFile;

src/main/java/org/amahi/anywhere/bus/ServerRouteLoadedEvent.java

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
* Copyright (c) 2014 Amahi
3+
*
4+
* This file is part of Amahi.
5+
*
6+
* Amahi is free software: you can redistribute it and/or modify
7+
* it under the terms of the GNU General Public License as published by
8+
* the Free Software Foundation, either version 3 of the License, or
9+
* (at your option) any later version.
10+
*
11+
* Amahi is distributed in the hope that it will be useful,
12+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
* GNU General Public License for more details.
15+
*
16+
* You should have received a copy of the GNU General Public License
17+
* along with Amahi. If not, see <http ://www.gnu.org/licenses/>.
18+
*/
19+
120
package org.amahi.anywhere.bus;
221

322
import org.amahi.anywhere.server.model.ServerRoute;

src/main/java/org/amahi/anywhere/bus/ServerSharesLoadedEvent.java

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
* Copyright (c) 2014 Amahi
3+
*
4+
* This file is part of Amahi.
5+
*
6+
* Amahi is free software: you can redistribute it and/or modify
7+
* it under the terms of the GNU General Public License as published by
8+
* the Free Software Foundation, either version 3 of the License, or
9+
* (at your option) any later version.
10+
*
11+
* Amahi is distributed in the hope that it will be useful,
12+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
* GNU General Public License for more details.
15+
*
16+
* You should have received a copy of the GNU General Public License
17+
* along with Amahi. If not, see <http ://www.gnu.org/licenses/>.
18+
*/
19+
120
package org.amahi.anywhere.bus;
221

322
import org.amahi.anywhere.server.model.ServerShare;

src/main/java/org/amahi/anywhere/bus/ServersLoadedEvent.java

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
* Copyright (c) 2014 Amahi
3+
*
4+
* This file is part of Amahi.
5+
*
6+
* Amahi is free software: you can redistribute it and/or modify
7+
* it under the terms of the GNU General Public License as published by
8+
* the Free Software Foundation, either version 3 of the License, or
9+
* (at your option) any later version.
10+
*
11+
* Amahi is distributed in the hope that it will be useful,
12+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
* GNU General Public License for more details.
15+
*
16+
* You should have received a copy of the GNU General Public License
17+
* along with Amahi. If not, see <http ://www.gnu.org/licenses/>.
18+
*/
19+
120
package org.amahi.anywhere.bus;
221

322
import org.amahi.anywhere.server.model.Server;

src/main/java/org/amahi/anywhere/server/Api.java

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
* Copyright (c) 2014 Amahi
3+
*
4+
* This file is part of Amahi.
5+
*
6+
* Amahi is free software: you can redistribute it and/or modify
7+
* it under the terms of the GNU General Public License as published by
8+
* the Free Software Foundation, either version 3 of the License, or
9+
* (at your option) any later version.
10+
*
11+
* Amahi is distributed in the hope that it will be useful,
12+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
* GNU General Public License for more details.
15+
*
16+
* You should have received a copy of the GNU General Public License
17+
* along with Amahi. If not, see <http ://www.gnu.org/licenses/>.
18+
*/
19+
120
package org.amahi.anywhere.server;
221

322
import org.amahi.anywhere.BuildConfig;

0 commit comments

Comments
 (0)