Skip to content

Commit

Permalink
Add (c) header
Browse files Browse the repository at this point in the history
  • Loading branch information
CDrummond committed Jul 3, 2021
1 parent 922bffc commit bbfdd9e
Show file tree
Hide file tree
Showing 8 changed files with 57 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**
* LMS-Material-App
*
* Copyright (c) 2020-2021 Craig Drummond <[email protected]>
* MIT license.
*/

package com.craigd.lmsmaterial.app;

import android.app.Notification;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**
* LMS-Material-App
*
* Copyright (c) 2020-2021 Craig Drummond <[email protected]>
* MIT license.
*/

package com.craigd.lmsmaterial.app;

import android.app.DownloadManager;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**
* LMS-Material-App
*
* Copyright (c) 2020-2021 Craig Drummond <[email protected]>
* MIT license.
*/

package com.craigd.lmsmaterial.app;

import android.app.DownloadManager;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**
* LMS-Material-App
*
* Copyright (c) 2020-2021 Craig Drummond <[email protected]>
* MIT license.
*/

package com.craigd.lmsmaterial.app;

import android.content.Context;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**
* LMS-Material-App
*
* Copyright (c) 2020-2021 Craig Drummond <[email protected]>
* MIT license.
*/

package com.craigd.lmsmaterial.app;

import android.Manifest;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**
* LMS-Material-App
*
* Copyright (c) 2020-2021 Craig Drummond <[email protected]>
* MIT license.
*/

package com.craigd.lmsmaterial.app;

import android.content.BroadcastReceiver;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**
* LMS-Material-App
*
* Copyright (c) 2020-2021 Craig Drummond <[email protected]>
* MIT license.
*/

package com.craigd.lmsmaterial.app;

import android.content.Context;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**
* LMS-Material-App
*
* Copyright (c) 2020-2021 Craig Drummond <[email protected]>
* MIT license.
*/

package com.craigd.lmsmaterial.app;

import android.Manifest;
Expand Down Expand Up @@ -373,4 +380,4 @@ public void onRequestPermissionsResult(int requestCode, String permissions[], in
}
}
}
}
}

0 comments on commit bbfdd9e

Please sign in to comment.