Skip to content

Commit

Permalink
#436 Fix copyrights
Browse files Browse the repository at this point in the history
  • Loading branch information
prmr committed Aug 19, 2021
1 parent a14f655 commit 8c6121c
Show file tree
Hide file tree
Showing 63 changed files with 158 additions and 116 deletions.
4 changes: 2 additions & 2 deletions src/ca/mcgill/cs/jetuml/JetUML.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;

Expand Down
4 changes: 2 additions & 2 deletions src/ca/mcgill/cs/jetuml/annotations/Flyweight.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.annotations;

Expand Down
4 changes: 2 additions & 2 deletions src/ca/mcgill/cs/jetuml/annotations/Singleton.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.annotations;

Expand Down
4 changes: 2 additions & 2 deletions src/ca/mcgill/cs/jetuml/application/ApplicationResources.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.application;

import java.util.MissingResourceException;
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.application;

import java.util.EnumMap;
Expand Down
4 changes: 2 additions & 2 deletions src/ca/mcgill/cs/jetuml/application/UserPreferences.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.application;

import static ca.mcgill.cs.jetuml.views.FontMetrics.DEFAULT_FONT_SIZE;
Expand Down
4 changes: 2 additions & 2 deletions src/ca/mcgill/cs/jetuml/application/Version.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.application;

import java.util.Comparator;
Expand Down
4 changes: 2 additions & 2 deletions src/ca/mcgill/cs/jetuml/diagram/Properties.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;

import static java.util.stream.Collectors.toList;
Expand Down
4 changes: 2 additions & 2 deletions src/ca/mcgill/cs/jetuml/diagram/Property.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;

import java.util.function.Consumer;
Expand Down
4 changes: 2 additions & 2 deletions src/ca/mcgill/cs/jetuml/diagram/PropertyName.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;

import static ca.mcgill.cs.jetuml.application.ApplicationResources.RESOURCES;
Expand Down
4 changes: 2 additions & 2 deletions src/ca/mcgill/cs/jetuml/diagram/edges/AggregationEdge.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.edges;

import ca.mcgill.cs.jetuml.diagram.PropertyName;
Expand Down
4 changes: 2 additions & 2 deletions src/ca/mcgill/cs/jetuml/diagram/edges/AssociationEdge.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.edges;

import ca.mcgill.cs.jetuml.diagram.PropertyName;
Expand Down
4 changes: 2 additions & 2 deletions src/ca/mcgill/cs/jetuml/diagram/edges/CallEdge.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.edges;

Expand Down
4 changes: 2 additions & 2 deletions src/ca/mcgill/cs/jetuml/diagram/edges/DependencyEdge.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.edges;

import ca.mcgill.cs.jetuml.diagram.PropertyName;
Expand Down
4 changes: 2 additions & 2 deletions src/ca/mcgill/cs/jetuml/diagram/edges/GeneralizationEdge.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.edges;

import ca.mcgill.cs.jetuml.diagram.PropertyName;
Expand Down
4 changes: 2 additions & 2 deletions src/ca/mcgill/cs/jetuml/diagram/edges/SingleLabelEdge.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.edges;

import ca.mcgill.cs.jetuml.diagram.PropertyName;
Expand Down
4 changes: 2 additions & 2 deletions src/ca/mcgill/cs/jetuml/diagram/edges/ThreeLabelEdge.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.edges;

import ca.mcgill.cs.jetuml.diagram.PropertyName;
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.edges;

import ca.mcgill.cs.jetuml.diagram.PropertyName;
Expand Down
4 changes: 2 additions & 2 deletions src/ca/mcgill/cs/jetuml/diagram/nodes/AbstractNode.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.nodes;

import static java.util.Collections.emptyList;
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.nodes;

Expand Down
4 changes: 2 additions & 2 deletions src/ca/mcgill/cs/jetuml/diagram/nodes/CallNode.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.nodes;

Expand Down
4 changes: 2 additions & 2 deletions src/ca/mcgill/cs/jetuml/diagram/nodes/ClassNode.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.nodes;

Expand Down
Loading

0 comments on commit 8c6121c

Please sign in to comment.