diff --git a/CleanBuild.bat b/CleanBuild.bat index 9215ade27..490b4f842 100644 --- a/CleanBuild.bat +++ b/CleanBuild.bat @@ -1,3 +1,7 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at https://mozilla.org/MPL/2.0/. + git clean -xdf --exclude=packages for /d /r . %%d in (bin,obj) do @if exist "%%d" rd /s/q "%%d" diff --git a/Covid19Radar/Covid19Radar.Android/BackgroundService/BackgroundService.cs b/Covid19Radar/Covid19Radar.Android/BackgroundService/BackgroundService.cs index fc2eb7ca8..30f9ab900 100644 --- a/Covid19Radar/Covid19Radar.Android/BackgroundService/BackgroundService.cs +++ b/Covid19Radar/Covid19Radar.Android/BackgroundService/BackgroundService.cs @@ -1,3 +1,7 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ + using System; using System.Collections.Generic; using System.Linq; diff --git a/Covid19Radar/Covid19Radar.Android/BackgroundService/BootReceiver.cs b/Covid19Radar/Covid19Radar.Android/BackgroundService/BootReceiver.cs index c4c6ddd23..e4454cb5b 100644 --- a/Covid19Radar/Covid19Radar.Android/BackgroundService/BootReceiver.cs +++ b/Covid19Radar/Covid19Radar.Android/BackgroundService/BootReceiver.cs @@ -1,3 +1,7 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ + using System; using System.Collections.Generic; using System.Linq; diff --git a/Covid19Radar/Covid19Radar.Android/MainActivity.cs b/Covid19Radar/Covid19Radar.Android/MainActivity.cs index 3b318842e..54fdd78bc 100644 --- a/Covid19Radar/Covid19Radar.Android/MainActivity.cs +++ b/Covid19Radar/Covid19Radar.Android/MainActivity.cs @@ -1,3 +1,7 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ + using Android.App; using Android.Content.PM; using Android.OS; diff --git a/Covid19Radar/Covid19Radar.Android/MainApplication.cs b/Covid19Radar/Covid19Radar.Android/MainApplication.cs index 63d8d7c52..49f4965e0 100644 --- a/Covid19Radar/Covid19Radar.Android/MainApplication.cs +++ b/Covid19Radar/Covid19Radar.Android/MainApplication.cs @@ -1,3 +1,7 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ + using System; using System.Collections.Generic; using System.Linq; diff --git a/Covid19Radar/Covid19Radar.Android/Properties/AndroidManifest.xml b/Covid19Radar/Covid19Radar.Android/Properties/AndroidManifest.xml index 0b0351053..55f6ad2b9 100644 --- a/Covid19Radar/Covid19Radar.Android/Properties/AndroidManifest.xml +++ b/Covid19Radar/Covid19Radar.Android/Properties/AndroidManifest.xml @@ -1,4 +1,7 @@  + diff --git a/Covid19Radar/Covid19Radar.Android/Properties/AssemblyInfo.cs b/Covid19Radar/Covid19Radar.Android/Properties/AssemblyInfo.cs index 26a471cf1..453e3ed61 100644 --- a/Covid19Radar/Covid19Radar.Android/Properties/AssemblyInfo.cs +++ b/Covid19Radar/Covid19Radar.Android/Properties/AssemblyInfo.cs @@ -1,3 +1,7 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ + using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; diff --git a/Covid19Radar/Covid19Radar.Android/Renderers/CustomDatePickerRenderer.cs b/Covid19Radar/Covid19Radar.Android/Renderers/CustomDatePickerRenderer.cs index 99212f5d5..695d6c840 100644 --- a/Covid19Radar/Covid19Radar.Android/Renderers/CustomDatePickerRenderer.cs +++ b/Covid19Radar/Covid19Radar.Android/Renderers/CustomDatePickerRenderer.cs @@ -1,3 +1,7 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ + using Android.Content; using Covid19Radar.Droid.Renderers; using Xamarin.Forms; diff --git a/Covid19Radar/Covid19Radar.Android/Resources/drawable-ja/splash_screen.xml b/Covid19Radar/Covid19Radar.Android/Resources/drawable-ja/splash_screen.xml index 257297982..968277e41 100644 --- a/Covid19Radar/Covid19Radar.Android/Resources/drawable-ja/splash_screen.xml +++ b/Covid19Radar/Covid19Radar.Android/Resources/drawable-ja/splash_screen.xml @@ -1,4 +1,8 @@ - + + + diff --git a/Covid19Radar/Covid19Radar.Android/Resources/drawable/splash_screen.xml b/Covid19Radar/Covid19Radar.Android/Resources/drawable/splash_screen.xml index 257297982..968277e41 100644 --- a/Covid19Radar/Covid19Radar.Android/Resources/drawable/splash_screen.xml +++ b/Covid19Radar/Covid19Radar.Android/Resources/drawable/splash_screen.xml @@ -1,4 +1,8 @@ - + + + diff --git a/Covid19Radar/Covid19Radar.Android/Resources/layout/Main.axml b/Covid19Radar/Covid19Radar.Android/Resources/layout/Main.axml index 15eab28b4..1de76c028 100644 --- a/Covid19Radar/Covid19Radar.Android/Resources/layout/Main.axml +++ b/Covid19Radar/Covid19Radar.Android/Resources/layout/Main.axml @@ -1,4 +1,10 @@  + + + +