# HG changeset patch # User Hasan Yavuz ÖZDERYA # Date 2015-09-13 11:10:12 # Node ID b6ab79693ccc202448d70c79ee30fc70ac7634e6 # Parent 0f23a2e20aeebaf870381acc94c9779791c4c4c8 added missing file headers diff --git a/hidabletabwidget.cpp b/hidabletabwidget.cpp --- a/hidabletabwidget.cpp +++ b/hidabletabwidget.cpp @@ -1,3 +1,22 @@ +/* + Copyright © 2015 Hasan Yavuz Özderya + + This file is part of serialplot. + + serialplot 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 3 of the License, or + (at your option) any later version. + + serialplot 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 serialplot. If not, see . +*/ + #include "hidabletabwidget.h" #include #include diff --git a/hidabletabwidget.h b/hidabletabwidget.h --- a/hidabletabwidget.h +++ b/hidabletabwidget.h @@ -1,3 +1,22 @@ +/* + Copyright © 2015 Hasan Yavuz Özderya + + This file is part of serialplot. + + serialplot 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 3 of the License, or + (at your option) any later version. + + serialplot 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 serialplot. If not, see . +*/ + #ifndef HIDABLETABWIDGET_H #define HIDABLETABWIDGET_H