Skip to content

Commit

Permalink
#425 Fix Version number, copyright, dates
Browse files Browse the repository at this point in the history
  • Loading branch information
prmr committed Apr 7, 2021
1 parent fb2127a commit 41fb877
Show file tree
Hide file tree
Showing 53 changed files with 156 additions and 96 deletions.
2 changes: 1 addition & 1 deletion src/ca/mcgill/cs/jetuml/JetUML.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
public final class JetUML extends Application
{
@SuppressWarnings("exports")
public static final Version VERSION = Version.create(3, 1);
public static final Version VERSION = Version.create(3, 2);

private static HostServices aHostServices; // Required to open a browser page.

Expand Down
2 changes: 1 addition & 1 deletion src/ca/mcgill/cs/jetuml/JetUML.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ application.name=JetUML
application.icon=jet.png
application.file.name=JetUML Files
application.file.all=All Files
application.copyright=Copyright © 2015-2020 McGill University
application.copyright=Copyright © 2015-2021 McGill University
quotes.copyright=The quotes in the tooltip information are excerpts\n\
from the Unified Modeling Language Reference Manual,\n\
Second Edition. Copyright © 2005 by Pearson Education, Inc.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*******************************************************************************
* JetUML - A desktop application for fast UML diagramming.
*
* Copyright (C) 2020 by McGill University.
* Copyright (C) 2020, 2021 by McGill University.
*
* See: https://github.com/prmr/JetUML
*
Expand All @@ -17,7 +17,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses.
*******************************************************************************/
*******************************************************************************/

package ca.mcgill.cs.jetuml.diagram.builder;

Expand Down
4 changes: 2 additions & 2 deletions src/ca/mcgill/cs/jetuml/diagram/builder/DiagramBuilder.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*******************************************************************************
* JetUML - A desktop application for fast UML diagramming.
*
* Copyright (C) 2020 by McGill University.
* Copyright (C) 2020, 2021 by McGill University.
*
* See: https://github.com/prmr/JetUML
*
Expand All @@ -17,7 +17,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses.
*******************************************************************************/
*******************************************************************************/

package ca.mcgill.cs.jetuml.diagram.builder;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*******************************************************************************
* JetUML - A desktop application for fast UML diagramming.
*
* Copyright (C) 2020 by McGill University.
* Copyright (C) 2020, 2021 by McGill University.
*
* See: https://github.com/prmr/JetUML
*
Expand All @@ -17,7 +17,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses.
*******************************************************************************/
*******************************************************************************/

package ca.mcgill.cs.jetuml.diagram.builder;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*******************************************************************************
* JetUML - A desktop application for fast UML diagramming.
*
* Copyright (C) 2020 by McGill University.
* Copyright (C) 2020, 2021 by McGill University.
*
* See: https://github.com/prmr/JetUML
*
Expand All @@ -17,7 +17,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses.
*******************************************************************************/
*******************************************************************************/

package ca.mcgill.cs.jetuml.diagram.builder;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*******************************************************************************
* JetUML - A desktop application for fast UML diagramming.
*
* Copyright (C) 2020 by McGill University.
* Copyright (C) 2020, 2021 by McGill University.
*
* See: https://github.com/prmr/JetUML
*
Expand All @@ -17,7 +17,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses.
*******************************************************************************/
*******************************************************************************/

package ca.mcgill.cs.jetuml.diagram.builder;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*******************************************************************************
* JetUML - A desktop application for fast UML diagramming.
*
* Copyright (C) 2020 by McGill University.
* Copyright (C) 2020, 2021 by McGill University.
*
* See: https://github.com/prmr/JetUML
*
Expand All @@ -17,7 +17,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses.
*******************************************************************************/
*******************************************************************************/

package ca.mcgill.cs.jetuml.diagram.builder;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*******************************************************************************
* JetUML - A desktop application for fast UML diagramming.
*
* Copyright (C) 2020 by McGill University.
* Copyright (C) 2020, 2021 by McGill University.
*
* See: https://github.com/prmr/JetUML
*
Expand All @@ -17,7 +17,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses.
*******************************************************************************/
*******************************************************************************/

package ca.mcgill.cs.jetuml.diagram.builder.constraints;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*******************************************************************************
* JetUML - A desktop application for fast UML diagramming.
*
* Copyright (C) 2020 by McGill University.
* Copyright (C) 2020, 2021 by McGill University.
*
* See: https://github.com/prmr/JetUML
*
Expand All @@ -17,7 +17,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses.
*******************************************************************************/
*******************************************************************************/

package ca.mcgill.cs.jetuml.diagram.builder.constraints;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*******************************************************************************
* JetUML - A desktop application for fast UML diagramming.
*
* Copyright (C) 2020 by McGill University.
* Copyright (C) 2020, 2021 by McGill University.
*
* See: https://github.com/prmr/JetUML
*
Expand All @@ -17,7 +17,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses.
*******************************************************************************/
*******************************************************************************/

package ca.mcgill.cs.jetuml.diagram.builder.constraints;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*******************************************************************************
* JetUML - A desktop application for fast UML diagramming.
*
* Copyright (C) 2020 by McGill University.
* Copyright (C) 2020, 2021 by McGill University.
*
* See: https://github.com/prmr/JetUML
*
Expand All @@ -17,7 +17,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses.
*******************************************************************************/
*******************************************************************************/

package ca.mcgill.cs.jetuml.diagram.builder.constraints;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*******************************************************************************
* JetUML - A desktop application for fast UML diagramming.
*
* Copyright (C) 2020 by McGill University.
* Copyright (C) 2020, 2021 by McGill University.
*
* See: https://github.com/prmr/JetUML
*
Expand All @@ -17,7 +17,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses.
*******************************************************************************/
*******************************************************************************/

package ca.mcgill.cs.jetuml.diagram.builder.constraints;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*******************************************************************************
* JetUML - A desktop application for fast UML diagramming.
*
* Copyright (C) 2020 by McGill University.
* Copyright (C) 2020, 2021 by McGill University.
*
* See: https://github.com/prmr/JetUML
*
Expand All @@ -17,7 +17,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses.
*******************************************************************************/
*******************************************************************************/

package ca.mcgill.cs.jetuml.diagram.builder.constraints;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*******************************************************************************
* JetUML - A desktop application for fast UML diagramming.
*
* Copyright (C) 2020 by McGill University.
* Copyright (C) 2020, 2021 by McGill University.
*
* See: https://github.com/prmr/JetUML
*
Expand All @@ -17,7 +17,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses.
*******************************************************************************/
*******************************************************************************/

package ca.mcgill.cs.jetuml.diagram.builder.constraints;

Expand Down
4 changes: 2 additions & 2 deletions src/ca/mcgill/cs/jetuml/geom/GeomUtils.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*******************************************************************************
* JetUML - A desktop application for fast UML diagramming.
*
* Copyright (C) 2020 by McGill University.
* Copyright (C) 2020, 2021 by McGill University.
*
* See: https://github.com/prmr/JetUML
*
Expand All @@ -17,7 +17,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses.
*******************************************************************************/
*******************************************************************************/

package ca.mcgill.cs.jetuml.geom;

Expand Down
4 changes: 2 additions & 2 deletions src/ca/mcgill/cs/jetuml/gui/DiagramCanvasController.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*******************************************************************************
* JetUML - A desktop application for fast UML diagramming.
*
* Copyright (C) 2020 by McGill University.
* Copyright (C) 2020, 2021 by McGill University.
*
* See: https://github.com/prmr/JetUML
*
Expand All @@ -17,7 +17,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses.
*******************************************************************************/
*******************************************************************************/
package ca.mcgill.cs.jetuml.gui;

import static ca.mcgill.cs.jetuml.diagram.DiagramType.viewerFor;
Expand Down
20 changes: 20 additions & 0 deletions src/ca/mcgill/cs/jetuml/gui/tips/UserGuideGenerator.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/*******************************************************************************
* JetUML - A desktop application for fast UML diagramming.
*
* Copyright (C) 2021 by McGill University.
*
* See: https://github.com/prmr/JetUML
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses.
*******************************************************************************/
package ca.mcgill.cs.jetuml.gui.tips;

import static ca.mcgill.cs.jetuml.application.ApplicationResources.RESOURCES;
Expand Down
4 changes: 2 additions & 2 deletions src/ca/mcgill/cs/jetuml/viewers/edges/AbstractEdgeViewer.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*******************************************************************************
* JetUML - A desktop application for fast UML diagramming.
*
* Copyright (C) 2020 by McGill University.
* Copyright (C) 2020, 2021 by McGill University.
*
* See: https://github.com/prmr/JetUML
*
Expand All @@ -17,7 +17,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses.
*******************************************************************************/
*******************************************************************************/
package ca.mcgill.cs.jetuml.viewers.edges;

import ca.mcgill.cs.jetuml.diagram.Edge;
Expand Down
4 changes: 2 additions & 2 deletions src/ca/mcgill/cs/jetuml/viewers/edges/CallEdgeViewer.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*******************************************************************************
* JetUML - A desktop application for fast UML diagramming.
*
* Copyright (C) 2020 by McGill University.
* Copyright (C) 2020, 2021 by McGill University.
*
* See: https://github.com/prmr/JetUML
*
Expand All @@ -17,7 +17,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses.
*******************************************************************************/
*******************************************************************************/
package ca.mcgill.cs.jetuml.viewers.edges;

import java.util.ArrayList;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*******************************************************************************
* JetUML - A desktop application for fast UML diagramming.
*
* Copyright (C) 2020 by McGill University.
* Copyright (C) 2020, 2021 by McGill University.
*
* See: https://github.com/prmr/JetUML
*
Expand All @@ -17,7 +17,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses.
*******************************************************************************/
*******************************************************************************/
package ca.mcgill.cs.jetuml.viewers.edges;

import java.util.function.Function;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*******************************************************************************
* JetUML - A desktop application for fast UML diagramming.
*
* Copyright (C) 2020 by McGill University.
* Copyright (C) 2020, 2021 by McGill University.
*
* See: https://github.com/prmr/JetUML
*
Expand All @@ -17,7 +17,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses.
*******************************************************************************/
*******************************************************************************/
package ca.mcgill.cs.jetuml.viewers.edges;

import java.util.function.Function;
Expand Down
Loading

0 comments on commit 41fb877

Please sign in to comment.