Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FormerLurker/ArcWelderLib.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFormerLurker <hochgebe@gmail.com>2021-11-21 22:55:18 +0300
committerFormerLurker <hochgebe@gmail.com>2021-11-21 22:55:18 +0300
commitcedf238c17b3667573e8dfb31b82f47299f45c31 (patch)
treea08fc6923542e9aa2f7003762328475124f9b267 /GcodeProcessorLib
parent33946985e505a5d72d47bcfbd573f0b4587c09f8 (diff)
Update Copyright date and notices. Update base version.
Diffstat (limited to 'GcodeProcessorLib')
-rw-r--r--GcodeProcessorLib/array_list.h2
-rw-r--r--GcodeProcessorLib/circular_buffer.h2
-rw-r--r--GcodeProcessorLib/extruder.cpp2
-rw-r--r--GcodeProcessorLib/extruder.h2
-rw-r--r--GcodeProcessorLib/gcode_comment_processor.cpp2
-rw-r--r--GcodeProcessorLib/gcode_comment_processor.h2
-rw-r--r--GcodeProcessorLib/gcode_parser.cpp2
-rw-r--r--GcodeProcessorLib/gcode_parser.h2
-rw-r--r--GcodeProcessorLib/gcode_position.cpp2
-rw-r--r--GcodeProcessorLib/gcode_position.h2
-rw-r--r--GcodeProcessorLib/logger.cpp2
-rw-r--r--GcodeProcessorLib/logger.h2
-rw-r--r--GcodeProcessorLib/parsed_command.cpp2
-rw-r--r--GcodeProcessorLib/parsed_command.h2
-rw-r--r--GcodeProcessorLib/parsed_command_parameter.cpp2
-rw-r--r--GcodeProcessorLib/parsed_command_parameter.h2
-rw-r--r--GcodeProcessorLib/position.cpp2
-rw-r--r--GcodeProcessorLib/position.h2
-rw-r--r--GcodeProcessorLib/utilities.cpp2
-rw-r--r--GcodeProcessorLib/utilities.h2
-rw-r--r--GcodeProcessorLib/version.h4
21 files changed, 22 insertions, 22 deletions
diff --git a/GcodeProcessorLib/array_list.h b/GcodeProcessorLib/array_list.h
index a69fc28..1befaa6 100644
--- a/GcodeProcessorLib/array_list.h
+++ b/GcodeProcessorLib/array_list.h
@@ -4,7 +4,7 @@
// Tools for parsing gcode and calculating printer state from parsed gcode commands.
//
-// Copyright(C) 2020 - Brad Hochgesang
+// Copyright(C) 2021 - Brad Hochgesang
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// This program is free software : you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
diff --git a/GcodeProcessorLib/circular_buffer.h b/GcodeProcessorLib/circular_buffer.h
index 97f25ab..645234e 100644
--- a/GcodeProcessorLib/circular_buffer.h
+++ b/GcodeProcessorLib/circular_buffer.h
@@ -5,7 +5,7 @@
// Tools for parsing gcode and calculating printer state from parsed gcode commands.
//
-// Copyright(C) 2020 - Brad Hochgesang
+// Copyright(C) 2021 - Brad Hochgesang
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// This program is free software : you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
diff --git a/GcodeProcessorLib/extruder.cpp b/GcodeProcessorLib/extruder.cpp
index b113c97..0d43301 100644
--- a/GcodeProcessorLib/extruder.cpp
+++ b/GcodeProcessorLib/extruder.cpp
@@ -3,7 +3,7 @@
//
// Tools for parsing gcode and calculating printer state from parsed gcode commands.
//
-// Copyright(C) 2020 - Brad Hochgesang
+// Copyright(C) 2021 - Brad Hochgesang
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// This program is free software : you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
diff --git a/GcodeProcessorLib/extruder.h b/GcodeProcessorLib/extruder.h
index 8fcda2b..90269c0 100644
--- a/GcodeProcessorLib/extruder.h
+++ b/GcodeProcessorLib/extruder.h
@@ -3,7 +3,7 @@
//
// Tools for parsing gcode and calculating printer state from parsed gcode commands.
//
-// Copyright(C) 2020 - Brad Hochgesang
+// Copyright(C) 2021 - Brad Hochgesang
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// This program is free software : you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
diff --git a/GcodeProcessorLib/gcode_comment_processor.cpp b/GcodeProcessorLib/gcode_comment_processor.cpp
index e9acf3c..54ba1bb 100644
--- a/GcodeProcessorLib/gcode_comment_processor.cpp
+++ b/GcodeProcessorLib/gcode_comment_processor.cpp
@@ -3,7 +3,7 @@
//
// Tools for parsing gcode and calculating printer state from parsed gcode commands.
//
-// Copyright(C) 2020 - Brad Hochgesang
+// Copyright(C) 2021 - Brad Hochgesang
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// This program is free software : you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
diff --git a/GcodeProcessorLib/gcode_comment_processor.h b/GcodeProcessorLib/gcode_comment_processor.h
index 49ad394..e74f09a 100644
--- a/GcodeProcessorLib/gcode_comment_processor.h
+++ b/GcodeProcessorLib/gcode_comment_processor.h
@@ -3,7 +3,7 @@
//
// Tools for parsing gcode and calculating printer state from parsed gcode commands.
//
-// Copyright(C) 2020 - Brad Hochgesang
+// Copyright(C) 2021 - Brad Hochgesang
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// This program is free software : you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
diff --git a/GcodeProcessorLib/gcode_parser.cpp b/GcodeProcessorLib/gcode_parser.cpp
index a4035fb..1a4b928 100644
--- a/GcodeProcessorLib/gcode_parser.cpp
+++ b/GcodeProcessorLib/gcode_parser.cpp
@@ -3,7 +3,7 @@
//
// Tools for parsing gcode and calculating printer state from parsed gcode commands.
//
-// Copyright(C) 2020 - Brad Hochgesang
+// Copyright(C) 2021 - Brad Hochgesang
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// This program is free software : you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
diff --git a/GcodeProcessorLib/gcode_parser.h b/GcodeProcessorLib/gcode_parser.h
index 27414db..22d5d9d 100644
--- a/GcodeProcessorLib/gcode_parser.h
+++ b/GcodeProcessorLib/gcode_parser.h
@@ -3,7 +3,7 @@
//
// Tools for parsing gcode and calculating printer state from parsed gcode commands.
//
-// Copyright(C) 2020 - Brad Hochgesang
+// Copyright(C) 2021 - Brad Hochgesang
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// This program is free software : you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
diff --git a/GcodeProcessorLib/gcode_position.cpp b/GcodeProcessorLib/gcode_position.cpp
index daf66e4..3c60868 100644
--- a/GcodeProcessorLib/gcode_position.cpp
+++ b/GcodeProcessorLib/gcode_position.cpp
@@ -3,7 +3,7 @@
//
// Tools for parsing gcode and calculating printer state from parsed gcode commands.
//
-// Copyright(C) 2020 - Brad Hochgesang
+// Copyright(C) 2021 - Brad Hochgesang
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// This program is free software : you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
diff --git a/GcodeProcessorLib/gcode_position.h b/GcodeProcessorLib/gcode_position.h
index 5930cf6..9c4511b 100644
--- a/GcodeProcessorLib/gcode_position.h
+++ b/GcodeProcessorLib/gcode_position.h
@@ -3,7 +3,7 @@
//
// Tools for parsing gcode and calculating printer state from parsed gcode commands.
//
-// Copyright(C) 2020 - Brad Hochgesang
+// Copyright(C) 2021 - Brad Hochgesang
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// This program is free software : you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
diff --git a/GcodeProcessorLib/logger.cpp b/GcodeProcessorLib/logger.cpp
index 6aa591a..7198f05 100644
--- a/GcodeProcessorLib/logger.cpp
+++ b/GcodeProcessorLib/logger.cpp
@@ -3,7 +3,7 @@
//
// Tools for parsing gcode and calculating printer state from parsed gcode commands.
//
-// Copyright(C) 2020 - Brad Hochgesang
+// Copyright(C) 2021 - Brad Hochgesang
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// This program is free software : you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
diff --git a/GcodeProcessorLib/logger.h b/GcodeProcessorLib/logger.h
index 8cbd5e3..ef0150c 100644
--- a/GcodeProcessorLib/logger.h
+++ b/GcodeProcessorLib/logger.h
@@ -3,7 +3,7 @@
//
// Tools for parsing gcode and calculating printer state from parsed gcode commands.
//
-// Copyright(C) 2020 - Brad Hochgesang
+// Copyright(C) 2021 - Brad Hochgesang
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// This program is free software : you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
diff --git a/GcodeProcessorLib/parsed_command.cpp b/GcodeProcessorLib/parsed_command.cpp
index 052516b..1c1b8c1 100644
--- a/GcodeProcessorLib/parsed_command.cpp
+++ b/GcodeProcessorLib/parsed_command.cpp
@@ -3,7 +3,7 @@
//
// Tools for parsing gcode and calculating printer state from parsed gcode commands.
//
-// Copyright(C) 2020 - Brad Hochgesang
+// Copyright(C) 2021 - Brad Hochgesang
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// This program is free software : you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
diff --git a/GcodeProcessorLib/parsed_command.h b/GcodeProcessorLib/parsed_command.h
index b10d5bb..9ce270c 100644
--- a/GcodeProcessorLib/parsed_command.h
+++ b/GcodeProcessorLib/parsed_command.h
@@ -3,7 +3,7 @@
//
// Tools for parsing gcode and calculating printer state from parsed gcode commands.
//
-// Copyright(C) 2020 - Brad Hochgesang
+// Copyright(C) 2021 - Brad Hochgesang
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// This program is free software : you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
diff --git a/GcodeProcessorLib/parsed_command_parameter.cpp b/GcodeProcessorLib/parsed_command_parameter.cpp
index 6d4fde5..a2bd331 100644
--- a/GcodeProcessorLib/parsed_command_parameter.cpp
+++ b/GcodeProcessorLib/parsed_command_parameter.cpp
@@ -3,7 +3,7 @@
//
// Tools for parsing gcode and calculating printer state from parsed gcode commands.
//
-// Copyright(C) 2020 - Brad Hochgesang
+// Copyright(C) 2021 - Brad Hochgesang
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// This program is free software : you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
diff --git a/GcodeProcessorLib/parsed_command_parameter.h b/GcodeProcessorLib/parsed_command_parameter.h
index 69ffaa1..3ab5ed2 100644
--- a/GcodeProcessorLib/parsed_command_parameter.h
+++ b/GcodeProcessorLib/parsed_command_parameter.h
@@ -3,7 +3,7 @@
//
// Tools for parsing gcode and calculating printer state from parsed gcode commands.
//
-// Copyright(C) 2020 - Brad Hochgesang
+// Copyright(C) 2021 - Brad Hochgesang
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// This program is free software : you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
diff --git a/GcodeProcessorLib/position.cpp b/GcodeProcessorLib/position.cpp
index 8fcd8cd..d9cd3a8 100644
--- a/GcodeProcessorLib/position.cpp
+++ b/GcodeProcessorLib/position.cpp
@@ -3,7 +3,7 @@
//
// Tools for parsing gcode and calculating printer state from parsed gcode commands.
//
-// Copyright(C) 2020 - Brad Hochgesang
+// Copyright(C) 2021 - Brad Hochgesang
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// This program is free software : you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
diff --git a/GcodeProcessorLib/position.h b/GcodeProcessorLib/position.h
index 7470ae9..a884adb 100644
--- a/GcodeProcessorLib/position.h
+++ b/GcodeProcessorLib/position.h
@@ -3,7 +3,7 @@
//
// Tools for parsing gcode and calculating printer state from parsed gcode commands.
//
-// Copyright(C) 2020 - Brad Hochgesang
+// Copyright(C) 2021 - Brad Hochgesang
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// This program is free software : you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
diff --git a/GcodeProcessorLib/utilities.cpp b/GcodeProcessorLib/utilities.cpp
index 74fef46..c0cc6c8 100644
--- a/GcodeProcessorLib/utilities.cpp
+++ b/GcodeProcessorLib/utilities.cpp
@@ -3,7 +3,7 @@
//
// Tools for parsing gcode and calculating printer state from parsed gcode commands.
//
-// Copyright(C) 2020 - Brad Hochgesang
+// Copyright(C) 2021 - Brad Hochgesang
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// This program is free software : you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
diff --git a/GcodeProcessorLib/utilities.h b/GcodeProcessorLib/utilities.h
index 1b7923f..7aa45b0 100644
--- a/GcodeProcessorLib/utilities.h
+++ b/GcodeProcessorLib/utilities.h
@@ -3,7 +3,7 @@
//
// Tools for parsing gcode and calculating printer state from parsed gcode commands.
//
-// Copyright(C) 2020 - Brad Hochgesang
+// Copyright(C) 2021 - Brad Hochgesang
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// This program is free software : you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
diff --git a/GcodeProcessorLib/version.h b/GcodeProcessorLib/version.h
index d12d4ab..b80d6ec 100644
--- a/GcodeProcessorLib/version.h
+++ b/GcodeProcessorLib/version.h
@@ -4,8 +4,8 @@
#define VERSION_GENERATED_H
#define GIT_BRANCH "master"
#define GIT_COMMIT_HASH "11d11e4"
- #define GIT_TAGGED_VERSION "1.1.0"
- #define GIT_TAG "1.1.0"
+ #define GIT_TAGGED_VERSION "1.2.0"
+ #define GIT_TAG "1.2.0"
#define BUILD_DATE "2021-01-24T20:44:10Z"
#define COPYRIGHT_DATE "2021"
#define AUTHOR "Brad Hochgesang"