From 57d58db10e6e325bc2bd21730e211bfbc2df7663 Mon Sep 17 00:00:00 2001 From: prmr Date: Mon, 12 Jun 2017 15:49:59 -0400 Subject: [PATCH] #195 Fix copyrights --- src/ca/mcgill/cs/stg/jetuml/graph/SegmentedLabeledEdge.java | 4 ++-- src/ca/mcgill/cs/stg/jetuml/graph/StateTransitionEdge.java | 4 ++-- test/ca/mcgill/cs/stg/jetuml/framework/TestEditorFrame.java | 4 ++-- test/ca/mcgill/cs/stg/jetuml/graph/TestUsageScenarios.java | 4 ++-- .../cs/stg/jetuml/graph/TestUsageScenariosClassDiagram.java | 2 +- .../cs/stg/jetuml/graph/TestUsageScenariosObjectDiagram.java | 2 +- .../stg/jetuml/graph/TestUsageScenariosSequenceDiagram.java | 2 +- .../cs/stg/jetuml/graph/TestUsageScenariosStateDiagram.java | 2 +- .../cs/stg/jetuml/graph/TestUsageScenariosUseCaseDiagram.java | 2 +- 9 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/ca/mcgill/cs/stg/jetuml/graph/SegmentedLabeledEdge.java b/src/ca/mcgill/cs/stg/jetuml/graph/SegmentedLabeledEdge.java index dd27c0ac5..a487a0c8a 100644 --- a/src/ca/mcgill/cs/stg/jetuml/graph/SegmentedLabeledEdge.java +++ b/src/ca/mcgill/cs/stg/jetuml/graph/SegmentedLabeledEdge.java @@ -1,7 +1,7 @@ /******************************************************************************* * JetUML - A desktop application for fast UML diagramming. * - * Copyright (C) 2016 by the contributors of the JetUML project. + * Copyright (C) 2016, 2017 by the contributors of the JetUML project. * * See: https://github.com/prmr/JetUML * @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - *******************************************************************************/ + *******************************************************************************/ package ca.mcgill.cs.stg.jetuml.graph; diff --git a/src/ca/mcgill/cs/stg/jetuml/graph/StateTransitionEdge.java b/src/ca/mcgill/cs/stg/jetuml/graph/StateTransitionEdge.java index 3f34d65ff..8cf3092d8 100644 --- a/src/ca/mcgill/cs/stg/jetuml/graph/StateTransitionEdge.java +++ b/src/ca/mcgill/cs/stg/jetuml/graph/StateTransitionEdge.java @@ -1,7 +1,7 @@ /******************************************************************************* * JetUML - A desktop application for fast UML diagramming. * - * Copyright (C) 2016 by the contributors of the JetUML project. + * Copyright (C) 2016, 2017 by the contributors of the JetUML project. * * See: https://github.com/prmr/JetUML * @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - *******************************************************************************/ + *******************************************************************************/ package ca.mcgill.cs.stg.jetuml.graph; diff --git a/test/ca/mcgill/cs/stg/jetuml/framework/TestEditorFrame.java b/test/ca/mcgill/cs/stg/jetuml/framework/TestEditorFrame.java index 0b3be8415..23272ff8f 100644 --- a/test/ca/mcgill/cs/stg/jetuml/framework/TestEditorFrame.java +++ b/test/ca/mcgill/cs/stg/jetuml/framework/TestEditorFrame.java @@ -1,7 +1,7 @@ /******************************************************************************* * JetUML - A desktop application for fast UML diagramming. * - * Copyright (C) 2016 by the contributors of the JetUML project. + * Copyright (C) 2016, 2017 by the contributors of the JetUML project. * * See: https://github.com/prmr/JetUML * @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - *******************************************************************************/ + *******************************************************************************/ package ca.mcgill.cs.stg.jetuml.framework; import static org.junit.Assert.assertEquals; diff --git a/test/ca/mcgill/cs/stg/jetuml/graph/TestUsageScenarios.java b/test/ca/mcgill/cs/stg/jetuml/graph/TestUsageScenarios.java index 5696b2b49..656014e70 100644 --- a/test/ca/mcgill/cs/stg/jetuml/graph/TestUsageScenarios.java +++ b/test/ca/mcgill/cs/stg/jetuml/graph/TestUsageScenarios.java @@ -1,7 +1,7 @@ /******************************************************************************* * JetUML - A desktop application for fast UML diagramming. * - * Copyright (C) 2016 by the contributors of the JetUML project. + * Copyright (C) 2016, 2017 by the contributors of the JetUML project. * * See: https://github.com/prmr/JetUML * @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - *******************************************************************************/ + *******************************************************************************/ package ca.mcgill.cs.stg.jetuml.graph; import static org.junit.Assert.assertEquals; diff --git a/test/ca/mcgill/cs/stg/jetuml/graph/TestUsageScenariosClassDiagram.java b/test/ca/mcgill/cs/stg/jetuml/graph/TestUsageScenariosClassDiagram.java index b2f14e2b2..92cfca909 100644 --- a/test/ca/mcgill/cs/stg/jetuml/graph/TestUsageScenariosClassDiagram.java +++ b/test/ca/mcgill/cs/stg/jetuml/graph/TestUsageScenariosClassDiagram.java @@ -1,7 +1,7 @@ /******************************************************************************* * JetUML - A desktop application for fast UML diagramming. * - * Copyright (C) 2016 by the contributors of the JetUML project. + * Copyright (C) 2016, 2017 by the contributors of the JetUML project. * * See: https://github.com/prmr/JetUML * diff --git a/test/ca/mcgill/cs/stg/jetuml/graph/TestUsageScenariosObjectDiagram.java b/test/ca/mcgill/cs/stg/jetuml/graph/TestUsageScenariosObjectDiagram.java index c91941722..d924e820b 100644 --- a/test/ca/mcgill/cs/stg/jetuml/graph/TestUsageScenariosObjectDiagram.java +++ b/test/ca/mcgill/cs/stg/jetuml/graph/TestUsageScenariosObjectDiagram.java @@ -1,7 +1,7 @@ /******************************************************************************* * JetUML - A desktop application for fast UML diagramming. * - * Copyright (C) 2016 by the contributors of the JetUML project. + * Copyright (C) 2016, 2017 by the contributors of the JetUML project. * * See: https://github.com/prmr/JetUML * diff --git a/test/ca/mcgill/cs/stg/jetuml/graph/TestUsageScenariosSequenceDiagram.java b/test/ca/mcgill/cs/stg/jetuml/graph/TestUsageScenariosSequenceDiagram.java index ef4be70b8..5fdc30caf 100644 --- a/test/ca/mcgill/cs/stg/jetuml/graph/TestUsageScenariosSequenceDiagram.java +++ b/test/ca/mcgill/cs/stg/jetuml/graph/TestUsageScenariosSequenceDiagram.java @@ -1,7 +1,7 @@ /******************************************************************************* * JetUML - A desktop application for fast UML diagramming. * - * Copyright (C) 2016 by the contributors of the JetUML project. + * Copyright (C) 2016, 2017 by the contributors of the JetUML project. * * See: https://github.com/prmr/JetUML * diff --git a/test/ca/mcgill/cs/stg/jetuml/graph/TestUsageScenariosStateDiagram.java b/test/ca/mcgill/cs/stg/jetuml/graph/TestUsageScenariosStateDiagram.java index 4c25fcadc..2bfcb8286 100644 --- a/test/ca/mcgill/cs/stg/jetuml/graph/TestUsageScenariosStateDiagram.java +++ b/test/ca/mcgill/cs/stg/jetuml/graph/TestUsageScenariosStateDiagram.java @@ -1,7 +1,7 @@ /******************************************************************************* * JetUML - A desktop application for fast UML diagramming. * - * Copyright (C) 2016 by the contributors of the JetUML project. + * Copyright (C) 2016, 2017 by the contributors of the JetUML project. * * See: https://github.com/prmr/JetUML * diff --git a/test/ca/mcgill/cs/stg/jetuml/graph/TestUsageScenariosUseCaseDiagram.java b/test/ca/mcgill/cs/stg/jetuml/graph/TestUsageScenariosUseCaseDiagram.java index 8240061a9..386c54072 100644 --- a/test/ca/mcgill/cs/stg/jetuml/graph/TestUsageScenariosUseCaseDiagram.java +++ b/test/ca/mcgill/cs/stg/jetuml/graph/TestUsageScenariosUseCaseDiagram.java @@ -1,7 +1,7 @@ /******************************************************************************* * JetUML - A desktop application for fast UML diagramming. * - * Copyright (C) 2016 by the contributors of the JetUML project. + * Copyright (C) 2016, 2017 by the contributors of the JetUML project. * * See: https://github.com/prmr/JetUML *