Skip to content

Commit a58d43c

Browse files
author
Sven Erb
committed
Added license header.
1 parent d7f1a07 commit a58d43c

1 file changed

Lines changed: 27 additions & 1 deletion

File tree

ReaderWriter/UnitTests/GCodeWriterTest.cs

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
/*
2+
---- Copyright Start ----
3+
4+
This file is part of the OpenVectorFormatTools collection. This collection provides tools to facilitate the usage of the OpenVectorFormat.
5+
6+
Copyright (C) 2024 Digital-Production-Aachen
7+
8+
This library is free software; you can redistribute it and/or
9+
modify it under the terms of the GNU Lesser General Public
10+
License as published by the Free Software Foundation; either
11+
version 2.1 of the License, or (at your option) any later version.
12+
13+
This library is distributed in the hope that it will be useful,
14+
but WITHOUT ANY WARRANTY; without even the implied warranty of
15+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16+
Lesser General Public License for more details.
17+
18+
You should have received a copy of the GNU Lesser General Public
19+
License along with this library; if not, write to the Free Software
20+
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21+
22+
---- Copyright End ----
23+
*/
24+
125
using System;
226
using System.Collections.Generic;
327
using System.Linq;
@@ -131,4 +155,6 @@ public class VectorBlockData
131155
{
132156
public int BlockIndex { get; set; }
133157
public string BlockData { get; set; }
134-
}
158+
}
159+
}
160+
}

0 commit comments

Comments
 (0)