Skip to content

Commit 8c6121c

Browse files
committed
#436 Fix copyrights
1 parent a14f655 commit 8c6121c

File tree

63 files changed

+158
-116
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+158
-116
lines changed

src/ca/mcgill/cs/jetuml/JetUML.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*******************************************************************************
22
* JetUML - A desktop application for fast UML diagramming.
33
*
4-
* Copyright (C) 2020 by McGill University.
4+
* Copyright (C) 2020, 2021 by McGill University.
55
*
66
* See: https://github.com/prmr/JetUML
77
*
@@ -17,7 +17,7 @@
1717
*
1818
* You should have received a copy of the GNU General Public License
1919
* along with this program. If not, see http://www.gnu.org/licenses.
20-
*******************************************************************************/
20+
*******************************************************************************/
2121

2222
package ca.mcgill.cs.jetuml;
2323

src/ca/mcgill/cs/jetuml/annotations/Flyweight.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*******************************************************************************
22
* JetUML - A desktop application for fast UML diagramming.
33
*
4-
* Copyright (C) 2020 by McGill University.
4+
* Copyright (C) 2020, 2021 by McGill University.
55
*
66
* See: https://github.com/prmr/JetUML
77
*
@@ -17,7 +17,7 @@
1717
*
1818
* You should have received a copy of the GNU General Public License
1919
* along with this program. If not, see http://www.gnu.org/licenses.
20-
*******************************************************************************/
20+
*******************************************************************************/
2121

2222
package ca.mcgill.cs.jetuml.annotations;
2323

src/ca/mcgill/cs/jetuml/annotations/Singleton.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*******************************************************************************
22
* JetUML - A desktop application for fast UML diagramming.
33
*
4-
* Copyright (C) 2020 by McGill University.
4+
* Copyright (C) 2020, 2021 by McGill University.
55
*
66
* See: https://github.com/prmr/JetUML
77
*
@@ -17,7 +17,7 @@
1717
*
1818
* You should have received a copy of the GNU General Public License
1919
* along with this program. If not, see http://www.gnu.org/licenses.
20-
*******************************************************************************/
20+
*******************************************************************************/
2121

2222
package ca.mcgill.cs.jetuml.annotations;
2323

src/ca/mcgill/cs/jetuml/application/ApplicationResources.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*******************************************************************************
22
* JetUML - A desktop application for fast UML diagramming.
33
*
4-
* Copyright (C) 2020 by McGill University.
4+
* Copyright (C) 2020, 2021 by McGill University.
55
*
66
* See: https://github.com/prmr/JetUML
77
*
@@ -17,7 +17,7 @@
1717
*
1818
* You should have received a copy of the GNU General Public License
1919
* along with this program. If not, see http://www.gnu.org/licenses.
20-
*******************************************************************************/
20+
*******************************************************************************/
2121
package ca.mcgill.cs.jetuml.application;
2222

2323
import java.util.MissingResourceException;

src/ca/mcgill/cs/jetuml/application/PropertyChangeTracker.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*******************************************************************************
22
* JetUML - A desktop application for fast UML diagramming.
33
*
4-
* Copyright (C) 2020 by McGill University.
4+
* Copyright (C) 2020, 2021 by McGill University.
55
*
66
* See: https://github.com/prmr/JetUML
77
*
@@ -17,7 +17,7 @@
1717
*
1818
* You should have received a copy of the GNU General Public License
1919
* along with this program. If not, see http://www.gnu.org/licenses.
20-
*******************************************************************************/
20+
*******************************************************************************/
2121
package ca.mcgill.cs.jetuml.application;
2222

2323
import java.util.EnumMap;

src/ca/mcgill/cs/jetuml/application/UserPreferences.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*******************************************************************************
22
* JetUML - A desktop application for fast UML diagramming.
33
*
4-
* Copyright (C) 2020 by McGill University.
4+
* Copyright (C) 2020, 2021 by McGill University.
55
*
66
* See: https://github.com/prmr/JetUML
77
*
@@ -17,7 +17,7 @@
1717
*
1818
* You should have received a copy of the GNU General Public License
1919
* along with this program. If not, see http://www.gnu.org/licenses.
20-
*******************************************************************************/
20+
*******************************************************************************/
2121
package ca.mcgill.cs.jetuml.application;
2222

2323
import static ca.mcgill.cs.jetuml.views.FontMetrics.DEFAULT_FONT_SIZE;

src/ca/mcgill/cs/jetuml/application/Version.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*******************************************************************************
22
* JetUML - A desktop application for fast UML diagramming.
33
*
4-
* Copyright (C) 2020 by McGill University.
4+
* Copyright (C) 2020, 2021 by McGill University.
55
*
66
* See: https://github.com/prmr/JetUML
77
*
@@ -17,7 +17,7 @@
1717
*
1818
* You should have received a copy of the GNU General Public License
1919
* along with this program. If not, see http://www.gnu.org/licenses.
20-
*******************************************************************************/
20+
*******************************************************************************/
2121
package ca.mcgill.cs.jetuml.application;
2222

2323
import java.util.Comparator;

src/ca/mcgill/cs/jetuml/diagram/Properties.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*******************************************************************************
22
* JetUML - A desktop application for fast UML diagramming.
33
*
4-
* Copyright (C) 2020 by McGill University.
4+
* Copyright (C) 2020, 2021 by McGill University.
55
*
66
* See: https://github.com/prmr/JetUML
77
*
@@ -17,7 +17,7 @@
1717
*
1818
* You should have received a copy of the GNU General Public License
1919
* along with this program. If not, see http://www.gnu.org/licenses.
20-
*******************************************************************************/
20+
*******************************************************************************/
2121
package ca.mcgill.cs.jetuml.diagram;
2222

2323
import static java.util.stream.Collectors.toList;

src/ca/mcgill/cs/jetuml/diagram/Property.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*******************************************************************************
22
* JetUML - A desktop application for fast UML diagramming.
33
*
4-
* Copyright (C) 2020 by McGill University.
4+
* Copyright (C) 2020, 2021 by McGill University.
55
*
66
* See: https://github.com/prmr/JetUML
77
*
@@ -17,7 +17,7 @@
1717
*
1818
* You should have received a copy of the GNU General Public License
1919
* along with this program. If not, see http://www.gnu.org/licenses.
20-
*******************************************************************************/
20+
*******************************************************************************/
2121
package ca.mcgill.cs.jetuml.diagram;
2222

2323
import java.util.function.Consumer;

src/ca/mcgill/cs/jetuml/diagram/PropertyName.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*******************************************************************************
22
* JetUML - A desktop application for fast UML diagramming.
33
*
4-
* Copyright (C) 2020 by McGill University.
4+
* Copyright (C) 2020, 2021 by McGill University.
55
*
66
* See: https://github.com/prmr/JetUML
77
*
@@ -17,7 +17,7 @@
1717
*
1818
* You should have received a copy of the GNU General Public License
1919
* along with this program. If not, see http://www.gnu.org/licenses.
20-
*******************************************************************************/
20+
*******************************************************************************/
2121
package ca.mcgill.cs.jetuml.diagram;
2222

2323
import static ca.mcgill.cs.jetuml.application.ApplicationResources.RESOURCES;

0 commit comments

Comments
 (0)