Skip to content

Commit

Permalink
Update App.java
Browse files Browse the repository at this point in the history
  • Loading branch information
SahanDisa authored and ivantha committed Jan 30, 2023
1 parent 58264ed commit 0a8125e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imagelab_java/src/main/java/com/imagelab/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ static void generateWelcomeMessage() {
System.out.println("\n" + Constants.IMAGELAB_VERSION);
System.out.println("A project by " + Constants.ORG_INFO);
System.out.println("OpenCV configured version " + Core.VERSION);
System.out.println("ScoreLab ImageLab " + Constants.YEAR_INFO +" © All Rights Reserved");
System.out.println("SCoRE Labs ImageLab " + Constants.YEAR_INFO +" © All Rights Reserved");
}

/**
Expand Down

0 comments on commit 0a8125e

Please sign in to comment.