Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
Added copyright statements.
Browse files Browse the repository at this point in the history
  • Loading branch information
daid committed May 17, 2013
1 parent 961e60b commit e91c42a
Show file tree
Hide file tree
Showing 22 changed files with 683 additions and 1 deletion.
661 changes: 661 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions bridge.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/** Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License */
#ifndef BRIDGE_H
#define BRIDGE_H

Expand Down
1 change: 1 addition & 0 deletions comb.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/** Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License */
#ifndef COMB_H
#define COMB_H

Expand Down
1 change: 1 addition & 0 deletions gcodeExport.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/** Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License */
#ifndef GCODEEXPORT_H
#define GCODEEXPORT_H

Expand Down
1 change: 1 addition & 0 deletions infill.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/** Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License */
#ifndef INFILL_H
#define INFILL_H

Expand Down
1 change: 1 addition & 0 deletions inset.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/** Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License */
#ifndef INSET_H
#define INSET_H

Expand Down
1 change: 1 addition & 0 deletions layerPart.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/** Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License */
#ifndef LAYERPART_H
#define LAYERPART_H

Expand Down
3 changes: 2 additions & 1 deletion main.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/** Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Expand Down Expand Up @@ -28,7 +29,7 @@
#include "comb.h"
#include "gcodeExport.h"

#define VERSION "0.2"
#define VERSION "1.0"
class Config
{
public:
Expand Down
1 change: 1 addition & 0 deletions modelFile/modelFile.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/** Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License */
#include <string.h>
#include <stdio.h>

Expand Down
1 change: 1 addition & 0 deletions modelFile/modelFile.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/** Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License */
#ifndef MODELFILE_H
#define MODELFILE_H
/**
Expand Down
1 change: 1 addition & 0 deletions optimizedModel.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/** Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License */
#ifndef OPTIMIZED_MODEL_H
#define OPTIMIZED_MODEL_H

Expand Down
1 change: 1 addition & 0 deletions pathOptimizer.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/** Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License */
#ifndef PATHOPTIMIZER_H
#define PATHOPTIMIZER_H

Expand Down
1 change: 1 addition & 0 deletions polygonOptimizer.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/** Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License */
#ifndef POLYGON_OPTIMIZER_H
#define POLYGON_OPTIMIZER_H

Expand Down
1 change: 1 addition & 0 deletions skin.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/** Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License */
#ifndef SKIN_H
#define SKIN_H

Expand Down
1 change: 1 addition & 0 deletions skirt.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/** Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License */
#ifndef SKIRT_H
#define SKIRT_H

Expand Down
1 change: 1 addition & 0 deletions sliceDataStorage.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/** Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License */
#ifndef SLICE_DATA_STORAGE_H
#define SLICE_DATA_STORAGE_H

Expand Down
1 change: 1 addition & 0 deletions slicer.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/** Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License */
#ifndef SLICER_H
#define SLICER_H

Expand Down
1 change: 1 addition & 0 deletions support.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/** Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License */
#ifndef SUPPORT_H
#define SUPPORT_H

Expand Down
1 change: 1 addition & 0 deletions utils/floatpoint.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/** Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License */
#ifndef FLOAT_POINT_H
#define FLOAT_POINT_H

Expand Down
1 change: 1 addition & 0 deletions utils/gettime.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/** Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License */
#ifndef GETTIME_H
#define GETTIME_H

Expand Down
1 change: 1 addition & 0 deletions utils/intpoint.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/** Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License */
#ifndef INT_POINT_H
#define INT_POINT_H

Expand Down
1 change: 1 addition & 0 deletions utils/logoutput.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/** Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License */
#ifndef LOGOUTPUT_H
#define LOGOUTPUT_H

Expand Down

0 comments on commit e91c42a

Please sign in to comment.