diff --git a/BallTrackingFilter.cpp b/BallTrackingFilter.cpp index 9f38352..f2e6b1f 100644 --- a/BallTrackingFilter.cpp +++ b/BallTrackingFilter.cpp @@ -1,3 +1,22 @@ +/* + * LiveFit + * Copyright (C) 2016 The University of Georgia + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + #include "BallTrackingFilter.hpp" #include diff --git a/BallTrackingFilter.hpp b/BallTrackingFilter.hpp index ec4f1ee..b2a72f6 100644 --- a/BallTrackingFilter.hpp +++ b/BallTrackingFilter.hpp @@ -1,3 +1,22 @@ +/* + * LiveFit + * Copyright (C) 2016 The University of Georgia + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + #ifndef BALLTRACKINGFILTER_HPP #define BALLTRACKINGFILTER_HPP diff --git a/ColorComboWidget.cpp b/ColorComboWidget.cpp index 2b8f73d..9692832 100644 --- a/ColorComboWidget.cpp +++ b/ColorComboWidget.cpp @@ -1,3 +1,22 @@ +/* + * LiveFit + * Copyright (C) 2016 The University of Georgia + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + #include "ColorComboWidget.hpp" #include "ui_ColorComboWidget.h" diff --git a/ColorComboWidget.hpp b/ColorComboWidget.hpp index 84e20f8..58bc9c5 100644 --- a/ColorComboWidget.hpp +++ b/ColorComboWidget.hpp @@ -1,3 +1,22 @@ +/* + * LiveFit + * Copyright (C) 2016 The University of Georgia + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + #ifndef COLORCOMBOWIDGET_HPP #define COLORCOMBOWIDGET_HPP diff --git a/ColorSpace.hpp b/ColorSpace.hpp index 1731453..c7a2693 100644 --- a/ColorSpace.hpp +++ b/ColorSpace.hpp @@ -1,3 +1,22 @@ +/* + * LiveFit + * Copyright (C) 2016 The University of Georgia + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + #ifndef COLORSPACE_HPP #define COLORSPACE_HPP diff --git a/DisplayFrameType.hpp b/DisplayFrameType.hpp index e131a68..0034b99 100644 --- a/DisplayFrameType.hpp +++ b/DisplayFrameType.hpp @@ -1,3 +1,22 @@ +/* + * LiveFit + * Copyright (C) 2016 The University of Georgia + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + #ifndef DISPLAYFRAMETYPE #define DISPLAYFRAMETYPE diff --git a/FrameConverter.cpp b/FrameConverter.cpp index 54c9adc..6c3f9d2 100644 --- a/FrameConverter.cpp +++ b/FrameConverter.cpp @@ -1,3 +1,22 @@ +/* + * LiveFit + * Copyright (C) 2016 The University of Georgia + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + #include #include #include diff --git a/FrameConverter.hpp b/FrameConverter.hpp index 354a98f..1446d21 100644 --- a/FrameConverter.hpp +++ b/FrameConverter.hpp @@ -1,3 +1,22 @@ +/* + * LiveFit + * Copyright (C) 2016 The University of Georgia + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + #ifndef FRAMECONVERTER_HPP #define FRAMECONVERTER_HPP diff --git a/KFBallTracker.cpp b/KFBallTracker.cpp index 9638413..f4efbc3 100644 --- a/KFBallTracker.cpp +++ b/KFBallTracker.cpp @@ -1,3 +1,22 @@ +/* + * LiveFit + * Copyright (C) 2016 The University of Georgia + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + #include "KFBallTracker.hpp" #include "KalmanFilterPlus.hpp" #include "TrackingBall.hpp" diff --git a/KFBallTracker.hpp b/KFBallTracker.hpp index 8566bbe..6be0299 100644 --- a/KFBallTracker.hpp +++ b/KFBallTracker.hpp @@ -1,3 +1,22 @@ +/* + * LiveFit + * Copyright (C) 2016 The University of Georgia + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + #ifndef KFBALLTRACKER_HPP #define KFBALLTRACKER_HPP diff --git a/KFPrediction.cpp b/KFPrediction.cpp index 17fbd9e..854e49e 100644 --- a/KFPrediction.cpp +++ b/KFPrediction.cpp @@ -1,3 +1,22 @@ +/* + * LiveFit + * Copyright (C) 2016 The University of Georgia + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + #include "KFPrediction.hpp" #include "KFBallTracker.hpp" diff --git a/KFPrediction.hpp b/KFPrediction.hpp index 0e85e44..d6c270f 100644 --- a/KFPrediction.hpp +++ b/KFPrediction.hpp @@ -1,3 +1,22 @@ +/* + * LiveFit + * Copyright (C) 2016 The University of Georgia + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + #ifndef KFPREDICTION_HPP #define KFPREDICTION_HPP diff --git a/KalmanFilterPlus.cpp b/KalmanFilterPlus.cpp index e671ef5..0d510f2 100644 --- a/KalmanFilterPlus.cpp +++ b/KalmanFilterPlus.cpp @@ -1,3 +1,22 @@ +/* + * LiveFit + * Copyright (C) 2016 The University of Georgia + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + #include "KalmanFilterPlus.hpp" diff --git a/KalmanFilterPlus.hpp b/KalmanFilterPlus.hpp index 71c57b8..1f2d79e 100644 --- a/KalmanFilterPlus.hpp +++ b/KalmanFilterPlus.hpp @@ -1,3 +1,22 @@ +/* + * LiveFit + * Copyright (C) 2016 The University of Georgia + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + #ifndef KALMANFILTERPLUS_HPP #define KALMANFILTERPLUS_HPP diff --git a/LiveFitWindow.cpp b/LiveFitWindow.cpp index be49acc..dd76cb4 100644 --- a/LiveFitWindow.cpp +++ b/LiveFitWindow.cpp @@ -1,3 +1,22 @@ +/* + * LiveFit + * Copyright (C) 2016 The University of Georgia + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + #include #include #include diff --git a/LiveFitWindow.hpp b/LiveFitWindow.hpp index 1152e81..137353f 100644 --- a/LiveFitWindow.hpp +++ b/LiveFitWindow.hpp @@ -1,3 +1,22 @@ +/* + * LiveFit + * Copyright (C) 2016 The University of Georgia + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + #ifndef LIVEFITWINDOW_HPP #define LIVEFITWINDOW_HPP diff --git a/PersonTrackingFilter.cpp b/PersonTrackingFilter.cpp index aad6754..9dcb56f 100644 --- a/PersonTrackingFilter.cpp +++ b/PersonTrackingFilter.cpp @@ -1,3 +1,22 @@ +/* + * LiveFit + * Copyright (C) 2016 The University of Georgia + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + #include "PersonTrackingFilter.hpp" PersonTrackingFilter::PersonTrackingFilter() diff --git a/PersonTrackingFilter.hpp b/PersonTrackingFilter.hpp index 5c0f2e5..118db50 100644 --- a/PersonTrackingFilter.hpp +++ b/PersonTrackingFilter.hpp @@ -1,3 +1,22 @@ +/* + * LiveFit + * Copyright (C) 2016 The University of Georgia + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + #ifndef PERSONTRACKINGFILTER_HPP #define PERSONTRACKINGFILTER_HPP diff --git a/ProjectorDragCorner.cpp b/ProjectorDragCorner.cpp index 3b29ffc..2cca9b7 100644 --- a/ProjectorDragCorner.cpp +++ b/ProjectorDragCorner.cpp @@ -1,3 +1,22 @@ +/* + * LiveFit + * Copyright (C) 2016 The University of Georgia + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + #include "ProjectorDragCorner.hpp" #include diff --git a/ProjectorDragCorner.hpp b/ProjectorDragCorner.hpp index 66a3a94..116b57f 100644 --- a/ProjectorDragCorner.hpp +++ b/ProjectorDragCorner.hpp @@ -1,3 +1,22 @@ +/* + * LiveFit + * Copyright (C) 2016 The University of Georgia + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + #ifndef PROJECTORDRAGCORNER_HPP #define PROJECTORDRAGCORNER_HPP diff --git a/ProjectorWindow.cpp b/ProjectorWindow.cpp index fecb137..7ae174c 100644 --- a/ProjectorWindow.cpp +++ b/ProjectorWindow.cpp @@ -1,3 +1,22 @@ +/* + * LiveFit + * Copyright (C) 2016 The University of Georgia + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + #include "ProjectorWindow.hpp" #include diff --git a/ProjectorWindow.hpp b/ProjectorWindow.hpp index 4dad47f..570d501 100644 --- a/ProjectorWindow.hpp +++ b/ProjectorWindow.hpp @@ -1,3 +1,22 @@ +/* + * LiveFit + * Copyright (C) 2016 The University of Georgia + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + #ifndef PROJECTORWINDOW_HPP #define PROJECTORWINDOW_HPP diff --git a/TrackVideoWidget.cpp b/TrackVideoWidget.cpp index c00b0e9..e4c45f1 100644 --- a/TrackVideoWidget.cpp +++ b/TrackVideoWidget.cpp @@ -1,3 +1,22 @@ +/* + * LiveFit + * Copyright (C) 2016 The University of Georgia + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + #include "TrackVideoWidget.hpp" #include diff --git a/TrackVideoWidget.hpp b/TrackVideoWidget.hpp index 3e68634..80eba3a 100644 --- a/TrackVideoWidget.hpp +++ b/TrackVideoWidget.hpp @@ -1,3 +1,22 @@ +/* + * LiveFit + * Copyright (C) 2016 The University of Georgia + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + #ifndef TRACKVIDEOWIDGET_H #define TRACKVIDEOWIDGET_H diff --git a/TrackingBall.cpp b/TrackingBall.cpp index dd225dc..6945053 100644 --- a/TrackingBall.cpp +++ b/TrackingBall.cpp @@ -1,3 +1,22 @@ +/* + * LiveFit + * Copyright (C) 2016 The University of Georgia + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + #include "TrackingBall.hpp" #include diff --git a/TrackingBall.hpp b/TrackingBall.hpp index fc03091..f1e06ad 100644 --- a/TrackingBall.hpp +++ b/TrackingBall.hpp @@ -1,3 +1,22 @@ +/* + * LiveFit + * Copyright (C) 2016 The University of Georgia + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + #ifndef TRACKINGBALL_HPP #define TRACKINGBALL_HPP diff --git a/TrackingFilter.cpp b/TrackingFilter.cpp index fa7f798..bb4393e 100644 --- a/TrackingFilter.cpp +++ b/TrackingFilter.cpp @@ -1,3 +1,22 @@ +/* + * LiveFit + * Copyright (C) 2016 The University of Georgia + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + #include "TrackingFilter.hpp" TrackingFilter::TrackingFilter() diff --git a/TrackingFilter.hpp b/TrackingFilter.hpp index faa2fef..7c074af 100644 --- a/TrackingFilter.hpp +++ b/TrackingFilter.hpp @@ -1,3 +1,22 @@ +/* + * LiveFit + * Copyright (C) 2016 The University of Georgia + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + #ifndef TRACKINGFILTER_HPP #define TRACKINGFILTER_HPP diff --git a/TrackingStream.cpp b/TrackingStream.cpp index 5554e1d..c7352af 100644 --- a/TrackingStream.cpp +++ b/TrackingStream.cpp @@ -1,3 +1,22 @@ +/* + * LiveFit + * Copyright (C) 2016 The University of Georgia + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + #define _USE_MATH_DEFINES #include #include diff --git a/TrackingStream.hpp b/TrackingStream.hpp index c83f8da..e1289e9 100644 --- a/TrackingStream.hpp +++ b/TrackingStream.hpp @@ -1,3 +1,22 @@ +/* + * LiveFit + * Copyright (C) 2016 The University of Georgia + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + #ifndef TRACKINGSTREAM_HPP #define TRACKINGSTREAM_HPP diff --git a/Util.cpp b/Util.cpp index b8dbfd6..648b001 100644 --- a/Util.cpp +++ b/Util.cpp @@ -1,3 +1,22 @@ +/* + * LiveFit + * Copyright (C) 2016 The University of Georgia + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + #include "KFPrediction.hpp" #include "Util.hpp" diff --git a/Util.hpp b/Util.hpp index 144c1d9..4b06aa1 100644 --- a/Util.hpp +++ b/Util.hpp @@ -1,3 +1,22 @@ +/* + * LiveFit + * Copyright (C) 2016 The University of Georgia + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + #ifndef UTIL_HPP #define UTIL_HPP diff --git a/main.cpp b/main.cpp index 91c4089..01114dd 100644 --- a/main.cpp +++ b/main.cpp @@ -1,3 +1,22 @@ +/* + * LiveFit + * Copyright (C) 2016 The University of Georgia + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + #include #include "DisplayFrameType.hpp"