Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 81e64ff

Browse files
author
Brian Melton
committed
Adding updated license text
1 parent c8ab8aa commit 81e64ff

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+173
-3
lines changed

O365-auth/src/main/java/com/microsoft/AuthenticationManager.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license.
3+
* See LICENSE in the project root for license information.
4+
*/
15
package com.microsoft;
26

37
import android.app.Activity;

O365-auth/src/main/java/com/microsoft/AzureADModule.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license.
3+
* See LICENSE in the project root for license information.
4+
*/
15
package com.microsoft;
26

37
import android.app.Activity;

O365-auth/src/main/java/com/microsoft/AzureAppCompatActivity.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license.
3+
* See LICENSE in the project root for license information.
4+
*/
15
package com.microsoft;
26

37
import android.os.Bundle;

app/src/main/java/com/microsoft/o365_android_onenote_rest/BaseActivity.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license.
3+
* See LICENSE in the project root for license information.
4+
*/
15
package com.microsoft.o365_android_onenote_rest;
26

37
import com.microsoft.AzureADModule;

app/src/main/java/com/microsoft/o365_android_onenote_rest/BaseFragment.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license.
3+
* See LICENSE in the project root for license information.
4+
*/
15
package com.microsoft.o365_android_onenote_rest;
26

37
import android.os.Bundle;

app/src/main/java/com/microsoft/o365_android_onenote_rest/SignInActivity.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license.
3+
* See LICENSE in the project root for license information.
4+
*/
15
package com.microsoft.o365_android_onenote_rest;
26

37
import android.content.Intent;

app/src/main/java/com/microsoft/o365_android_onenote_rest/SnippetDetailActivity.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1+
/*
2+
* Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license.
3+
* See LICENSE in the project root for license information.
4+
*/
15
package com.microsoft.o365_android_onenote_rest;
26

37
import android.content.Intent;
48
import android.os.Bundle;
59
import android.support.v4.app.NavUtils;
610
import android.view.MenuItem;
711

8-
912
public class SnippetDetailActivity extends BaseActivity {
1013

1114
@Override

app/src/main/java/com/microsoft/o365_android_onenote_rest/SnippetDetailFragment.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license.
3+
* See LICENSE in the project root for license information.
4+
*/
15
package com.microsoft.o365_android_onenote_rest;
26

37
import android.annotation.TargetApi;

app/src/main/java/com/microsoft/o365_android_onenote_rest/SnippetListActivity.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license.
3+
* See LICENSE in the project root for license information.
4+
*/
15
package com.microsoft.o365_android_onenote_rest;
26

37
import android.content.Context;

app/src/main/java/com/microsoft/o365_android_onenote_rest/SnippetListAdapter.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license.
3+
* See LICENSE in the project root for license information.
4+
*/
15
package com.microsoft.o365_android_onenote_rest;
26

37
import android.content.Context;

0 commit comments

Comments
 (0)