Make all license comments non-javadoc

This commit is contained in:
edr
2024-02-21 16:08:25 +01:00
parent c9c4cdc282
commit 3be08d09f0
5 changed files with 5 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
/** /*
* This file is part of Child Monitor. * This file is part of Child Monitor.
* *
* Child Monitor is free software: you can redistribute it and/or modify * Child Monitor is free software: you can redistribute it and/or modify

View File

@@ -1,4 +1,4 @@
/** /*
* This file is part of Child Monitor. * This file is part of Child Monitor.
* *
* Child Monitor is free software: you can redistribute it and/or modify * Child Monitor is free software: you can redistribute it and/or modify

View File

@@ -1,4 +1,4 @@
/** /*
* This file is part of Child Monitor. * This file is part of Child Monitor.
* *
* Child Monitor is free software: you can redistribute it and/or modify * Child Monitor is free software: you can redistribute it and/or modify

View File

@@ -1,4 +1,4 @@
/** /*
* This file is part of Child Monitor. * This file is part of Child Monitor.
* *
* Child Monitor is free software: you can redistribute it and/or modify * Child Monitor is free software: you can redistribute it and/or modify
@@ -24,7 +24,6 @@ import android.os.Bundle;
import android.support.v4.app.ActivityCompat; import android.support.v4.app.ActivityCompat;
import android.support.v4.content.ContextCompat; import android.support.v4.content.ContextCompat;
import android.util.Log; import android.util.Log;
import android.view.View;
import android.widget.Button; import android.widget.Button;
public class StartActivity extends Activity { public class StartActivity extends Activity {

View File

@@ -1,4 +1,4 @@
/** /*
* This file is part of Child Monitor. * This file is part of Child Monitor.
* *
* Child Monitor is free software: you can redistribute it and/or modify * Child Monitor is free software: you can redistribute it and/or modify