Reset author name to chosen name

This commit is contained in:
2025-10-19 21:55:26 -05:00
parent a3e71f9673
commit 03c2474f78
1825 changed files with 8916 additions and 8921 deletions

View File

@@ -21,7 +21,7 @@ table {color: #888888; background-color: #313335; font-family: Ubuntu}
</style>
</head>
<body>
<table width="100%"><tr><td align="center">/home/caleb/ASDV-Java/Exams/PracticeExam2/src/practiceexam2/AgesOf3Daughters.java</td></tr></table>
<table width="100%"><tr><td align="center">/home/chloe/ASDV-Java/Exams/PracticeExam2/src/practiceexam2/AgesOf3Daughters.java</td></tr></table>
<pre>
<span class="comment">/*</span>
<span class="comment"> * Click </span><span class="ST0">nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt</span><span class="comment"> to change this license</span>
@@ -33,7 +33,7 @@ table {color: #888888; background-color: #313335; font-family: Ubuntu}
<span class="comment">/**</span>
<span class="comment"> *</span>
<span class="comment"> * </span><span class="ST1">@author</span> <span class="comment">caleb</span>
<span class="comment"> * </span><span class="ST1">@author</span> <span class="comment">chloe</span>
<span class="comment">*/</span>
<span class="literal">public</span> <span class="literal">class</span> AgesOf3Daughters {
<span class="literal">public</span> <span class="literal">static</span> <span class="literal">void</span> <span class="ST2">main</span>(String[] args)

View File

@@ -21,7 +21,7 @@ table {color: #888888; background-color: #313335; font-family: Ubuntu}
</style>
</head>
<body>
<table width="100%"><tr><td align="center">/home/caleb/ASDV-Java/Exams/PracticeExam2/src/practiceexam2/CharsToUnicodeWhile.java</td></tr></table>
<table width="100%"><tr><td align="center">/home/chloe/ASDV-Java/Exams/PracticeExam2/src/practiceexam2/CharsToUnicodeWhile.java</td></tr></table>
<pre>
<span class="comment">/*</span>
<span class="comment"> * Click </span><span class="ST0">nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt</span><span class="comment"> to change this license</span>
@@ -33,7 +33,7 @@ table {color: #888888; background-color: #313335; font-family: Ubuntu}
<span class="comment">/**</span>
<span class="comment"> *</span>
<span class="comment"> * </span><span class="ST1">@author</span> <span class="comment">caleb</span>
<span class="comment"> * </span><span class="ST1">@author</span> <span class="comment">chloe</span>
<span class="comment">*/</span>
<span class="literal">public</span> <span class="literal">class</span> CharsToUnicodeWhile {

View File

@@ -21,7 +21,7 @@ table {color: #888888; background-color: #313335; font-family: Ubuntu}
</style>
</head>
<body>
<table width="100%"><tr><td align="center">/home/caleb/ASDV-Java/Exams/PracticeExam2/src/practiceexam2/TransformToDOWhileLoops.java</td></tr></table>
<table width="100%"><tr><td align="center">/home/chloe/ASDV-Java/Exams/PracticeExam2/src/practiceexam2/TransformToDOWhileLoops.java</td></tr></table>
<pre>
<span class="comment">/*</span>
<span class="comment"> * Click </span><span class="ST0">nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt</span><span class="comment"> to change this license</span>
@@ -31,7 +31,7 @@ table {color: #888888; background-color: #313335; font-family: Ubuntu}
<span class="comment">/**</span>
<span class="comment"> *</span>
<span class="comment"> * </span><span class="ST1">@author</span> <span class="comment">caleb</span>
<span class="comment"> * </span><span class="ST1">@author</span> <span class="comment">chloe</span>
<span class="comment">*/</span>
<span class="literal">public</span> <span class="literal">class</span> TransformToDOWhileLoops {

View File

@@ -8,7 +8,7 @@ import java.util.Scanner;
/**
*
* @author caleb
* @author chloe
*/
public class AgesOf3Daughters {
public static void main(String[] args)

View File

@@ -8,7 +8,7 @@ import java.util.Scanner;
/**
*
* @author caleb
* @author chloe
*/
public class CharsToUnicodeWhile {

View File

@@ -6,7 +6,7 @@ package practiceexam2;
/**
*
* @author caleb
* @author chloe
*/
public class PracticeExam2 {

View File

@@ -6,7 +6,7 @@ package practiceexam2;
/**
*
* @author caleb
* @author chloe
*/
public class TransformToDOWhileLoops {