Skip to content

Commit

Permalink
updating source code headers as appropriate
Browse files Browse the repository at this point in the history
  • Loading branch information
n8fr8 committed Mar 10, 2017
1 parent 06b6781 commit ec218a2
Show file tree
Hide file tree
Showing 9 changed files with 42 additions and 11 deletions.
11 changes: 8 additions & 3 deletions src/main/java/info/guardianproject/phoneypot/CameraFragment.java
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
package info.guardianproject.phoneypot;

/**
* Created by n8fr8 on 3/10/17.
/*
* Copyright (c) 2017 Nathanial Freitas / Guardian Project
* * Licensed under the GPLv3 license.
*
* Copyright (c) 2013-2015 Marco Ziccardi, Luca Bonato
* Licensed under the MIT license.
*/
package info.guardianproject.phoneypot;

import android.os.Bundle;
import android.graphics.Bitmap;
import android.support.v4.app.Fragment;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@

/*
* Copyright (c) 2017 Nathanial Freitas / Guardian Project
* * Licensed under the GPLv3 license.
*
* Copyright (c) 2013-2015 Marco Ziccardi, Luca Bonato
* Licensed under the MIT license.
*/


package info.guardianproject.phoneypot;

import android.app.AlertDialog;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@

/*
* Copyright (c) 2017 Nathanial Freitas / Guardian Project
* * Licensed under the GPLv3 license.
*
* Copyright (c) 2013-2015 Marco Ziccardi, Luca Bonato
* Licensed under the MIT license.
*/


package info.guardianproject.phoneypot;


Expand Down
5 changes: 4 additions & 1 deletion src/main/java/info/guardianproject/phoneypot/Preview.java
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@

/*
* Copyright (c) 2017 Nathanial Freitas / Guardian Project
* * Licensed under the GPLv3 license.
*
* Copyright (c) 2013-2015 Marco Ziccardi, Luca Bonato
* Licensed under the MIT license.
*/


package info.guardianproject.phoneypot;

import java.io.File;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@

/*
* Copyright (c) 2017 Nathanial Freitas / Guardian Project
* * Licensed under the GPLv3 license.
*
* Copyright (c) 2013-2015 Marco Ziccardi, Luca Bonato
* Licensed under the MIT license.
*/


package info.guardianproject.phoneypot;


Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@

/*
* Copyright (c) 2017 Nathanial Freitas / Guardian Project
* * Licensed under the GPLv3 license.
*
* Copyright (c) 2013-2015 Marco Ziccardi, Luca Bonato
* Licensed under the MIT license.
*/


package info.guardianproject.phoneypot.async;


Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@

/*
* Copyright (c) 2017 Nathanial Freitas / Guardian Project
* * Licensed under the GPLv3 license.
*
* Copyright (c) 2013-2015 Marco Ziccardi, Luca Bonato
* Licensed under the MIT license.
*/


package info.guardianproject.phoneypot.async;


Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

/*
* Copyright (c) 2017 Nathanial Freitas / Guardian Project
* * Licensed under the GPLv3 license.
*
* Copyright (c) 2013-2015 Marco Ziccardi, Luca Bonato
* Licensed under the MIT license.
*/
Expand All @@ -9,6 +13,8 @@

import android.content.Context;



public class MicrophoneTaskFactory {

public static class RecordLimitExceeded extends Exception {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

/*
* Copyright (c) 2017 Nathanial Freitas / Guardian Project
* * Licensed under the GPLv3 license.
*
* Copyright (c) 2013-2015 Marco Ziccardi, Luca Bonato
* Licensed under the MIT license.
*/
Expand Down

0 comments on commit ec218a2

Please sign in to comment.