Skip to content

Commit ef96291

Browse files
author
Sven Erb
committed
Updated License Headers
1 parent add76da commit ef96291

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

ReaderWriter/3rdPartyFormatAdapters/GCODE/GCodeReaderWriter/GCodeWriter.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
This file is part of the OpenVectorFormatTools collection. This collection provides tools to facilitate the usage of the OpenVectorFormat.
55
6-
Copyright (C) 2024 Digital-Production-Aachen
6+
Copyright (C) 2025 Digital-Production-Aachen
77
88
This library is free software; you can redistribute it and/or
99
modify it under the terms of the GNU Lesser General Public
@@ -32,10 +32,10 @@ You should have received a copy of the GNU Lesser General Public
3232
using System.Numerics;
3333
using System.Text;
3434
using System.Threading.Tasks;
35-
using GCodeReaderWriter;
35+
using OpenVectorFormat.GCodeReaderWriter;
3636
using OpenVectorFormat.OVFReaderWriter;
3737

38-
namespace GCodeReaderWriter
38+
namespace OpenVectorFormat.GCodeReaderWriter
3939
{
4040
public class GCodeWriter : FileWriter
4141
{

ReaderWriter/UnitTests/GCodeWriterTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
This file is part of the OpenVectorFormatTools collection. This collection provides tools to facilitate the usage of the OpenVectorFormat.
55
6-
Copyright (C) 2024 Digital-Production-Aachen
6+
Copyright (C) 2025 Digital-Production-Aachen
77
88
This library is free software; you can redistribute it and/or
99
modify it under the terms of the GNU Lesser General Public

0 commit comments

Comments
 (0)