Skip to content

Commit

Permalink
Fix copyright dates
Browse files Browse the repository at this point in the history
Again.  It seems like something weird is going on here
  • Loading branch information
rprospero committed Jan 16, 2025
1 parent 76b4d56 commit c3c22be
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion src/gui/models/nodeGraph/exampleGraphModel.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-3.0-or-later
// Copyright (c) 2024 Team Dissolve and contributors
// Copyright (c) 2025 Team Dissolve and contributors

#include "exampleGraphModel.h"
#include "nodeWrapper.h"
Expand Down
2 changes: 1 addition & 1 deletion src/gui/models/nodeGraph/exampleGraphModel.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-3.0-or-later
// Copyright (c) 2024 Team Dissolve and contributors
// Copyright (c) 2025 Team Dissolve and contributors

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion src/gui/models/nodeGraph/generatorGraphModel.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-3.0-or-later
// Copyright (c) 2024 Team Dissolve and contributors
// Copyright (c) 2025 Team Dissolve and contributors

#include "generatorGraphModel.h"
#include "expression/variable.h"
Expand Down
2 changes: 1 addition & 1 deletion src/gui/models/nodeGraph/generatorGraphModel.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-3.0-or-later
// Copyright (c) 2024 Team Dissolve and contributors
// Copyright (c) 2025 Team Dissolve and contributors

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion src/gui/models/nodeGraph/graphEdgeModel.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-3.0-or-later
// Copyright (c) 2024 Team Dissolve and contributors
// Copyright (c) 2025 Team Dissolve and contributors

#include "gui/models/nodeGraph/graphEdgeModel.h"

Expand Down
2 changes: 1 addition & 1 deletion src/gui/models/nodeGraph/graphEdgeModel.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-3.0-or-later
// Copyright (c) 2024 Team Dissolve and contributors
// Copyright (c) 2025 Team Dissolve and contributors

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion src/gui/models/nodeGraph/graphModel.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-3.0-or-later
// Copyright (c) 2024 Team Dissolve and contributors
// Copyright (c) 2025 Team Dissolve and contributors

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion src/gui/models/nodeGraph/graphModelBase.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-3.0-or-later
// Copyright (c) 2024 Team Dissolve and contributors
// Copyright (c) 2025 Team Dissolve and contributors

#include "graphEdgeModel.h"
#include "graphModel.h"
Expand Down
2 changes: 1 addition & 1 deletion src/gui/models/nodeGraph/graphModelBase.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-3.0-or-later
// Copyright (c) 2024 Team Dissolve and contributors
// Copyright (c) 2025 Team Dissolve and contributors

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion src/gui/models/nodeGraph/graphNodeModel.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-3.0-or-later
// Copyright (c) 2024 Team Dissolve and contributors
// Copyright (c) 2025 Team Dissolve and contributors

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion src/gui/models/nodeGraph/instances/all.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-3.0-or-later
// Copyright (c) 2024 Team Dissolve and contributors
// Copyright (c) 2025 Team Dissolve and contributors

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion src/gui/models/nodeGraph/instances/configuration.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-3.0-or-later
// Copyright (c) 2024 Team Dissolve and contributors
// Copyright (c) 2025 Team Dissolve and contributors

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion src/gui/models/nodeGraph/instances/generator.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-3.0-or-later
// Copyright (c) 2024 Team Dissolve and contributors
// Copyright (c) 2025 Team Dissolve and contributors

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion src/gui/models/nodeGraph/instances/generatorGraphNode.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-3.0-or-later
// Copyright (c) 2024 Team Dissolve and contributors
// Copyright (c) 2025 Team Dissolve and contributors

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion src/gui/models/nodeGraph/instances/generatorNode.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-3.0-or-later
// Copyright (c) 2024 Team Dissolve and contributors
// Copyright (c) 2025 Team Dissolve and contributors

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion src/gui/models/nodeGraph/nodeWrapper.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-3.0-or-later
// Copyright (c) 2024 Team Dissolve and contributors
// Copyright (c) 2025 Team Dissolve and contributors

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion src/gui/models/nodeGraph/phantom.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-3.0-or-later
// Copyright (c) 2024 Team Dissolve and contributors
// Copyright (c) 2025 Team Dissolve and contributors

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion tests/gui/graphModel.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-3.0-or-later
// Copyright (c) 2024 Team Dissolve and contributors
// Copyright (c) 2025 Team Dissolve and contributors

#include "gui/models/dissolveModel.h"
#include "gui/models/nodeGraph/exampleGraphModel.h"
Expand Down

0 comments on commit c3c22be

Please sign in to comment.