diff --git a/aboutqet.cpp b/aboutqet.cpp index 231999f36..2d8e5a92c 100644 --- a/aboutqet.cpp +++ b/aboutqet.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include "aboutqet.h" #include "qet.h" diff --git a/aboutqet.h b/aboutqet.h index db9cc132d..ea76c1b5b 100644 --- a/aboutqet.h +++ b/aboutqet.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef ABOUTQET_H #define ABOUTQET_H #include diff --git a/borderinset.cpp b/borderinset.cpp index e03efe19a..db9464fda 100644 --- a/borderinset.cpp +++ b/borderinset.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include "borderinset.h" #include "qetapp.h" diff --git a/borderinset.h b/borderinset.h index 9765c5fbd..9967f435d 100644 --- a/borderinset.h +++ b/borderinset.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef BORDERINSET_H #define BORDERINSET_H #include "insetproperties.h" diff --git a/conductor.cpp b/conductor.cpp index 03ce6ab94..9b84c4283 100644 --- a/conductor.cpp +++ b/conductor.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include #include "conductor.h" #include "conductorsegment.h" diff --git a/conductor.h b/conductor.h index 01996ddff..55136786d 100644 --- a/conductor.h +++ b/conductor.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef CONDUCTOR_H #define CONDUCTOR_H #include diff --git a/conductorprofile.cpp b/conductorprofile.cpp index 817665281..f5e76c7e1 100644 --- a/conductorprofile.cpp +++ b/conductorprofile.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include "conductorprofile.h" #include "conductor.h" #include "conductorsegmentprofile.h" diff --git a/conductorprofile.h b/conductorprofile.h index 4248ae433..719e463be 100644 --- a/conductorprofile.h +++ b/conductorprofile.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef CONDUCTOR_PROFILE_H #define CONDUCTOR_PROFILE_H #include diff --git a/conductorproperties.cpp b/conductorproperties.cpp index f044e766e..9d0dd411c 100644 --- a/conductorproperties.cpp +++ b/conductorproperties.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include "conductorproperties.h" /** diff --git a/conductorproperties.h b/conductorproperties.h index 758b0efa5..90d82e1c0 100644 --- a/conductorproperties.h +++ b/conductorproperties.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef CONDUCTOR_PROPERTIES_H #define CONDUCTOR_PROPERTIES_H #include "qet.h" diff --git a/conductorpropertieswidget.cpp b/conductorpropertieswidget.cpp index 265d17dac..a27c297ac 100644 --- a/conductorpropertieswidget.cpp +++ b/conductorpropertieswidget.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include "conductorpropertieswidget.h" #include "conductor.h" diff --git a/conductorpropertieswidget.h b/conductorpropertieswidget.h index 9bd4d77cd..53ead8151 100644 --- a/conductorpropertieswidget.h +++ b/conductorpropertieswidget.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef CONDUCTOR_PROPERTIES_WIDGET_H #define CONDUCTOR_PROPERTIES_WIDGET_H #include "conductor.h" diff --git a/conductorsegment.cpp b/conductorsegment.cpp index 48c668b6b..adb29829c 100644 --- a/conductorsegment.cpp +++ b/conductorsegment.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include "conductorsegment.h" #include diff --git a/conductorsegment.h b/conductorsegment.h index bd40bb8f0..3dad38899 100644 --- a/conductorsegment.h +++ b/conductorsegment.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef CONDUCTOR_SEGMENT_H #define CONDUCTOR_SEGMENT_H #include diff --git a/conductorsegmentprofile.h b/conductorsegmentprofile.h index 5e2f12d93..9c54bfcf9 100644 --- a/conductorsegmentprofile.h +++ b/conductorsegmentprofile.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef CONDUCTOR_SEGMENT_PROFILE_H #define CONDUCTOR_SEGMENT_PROFILE_H #include diff --git a/configdialog.cpp b/configdialog.cpp index 2819452fb..149928cb4 100644 --- a/configdialog.cpp +++ b/configdialog.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include "configdialog.h" #include "qetapp.h" diff --git a/configdialog.h b/configdialog.h index b889e2a33..956f8404a 100644 --- a/configdialog.h +++ b/configdialog.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef CONFIG_DIALOG_H #define CONFIG_DIALOG_H #include diff --git a/configpages.cpp b/configpages.cpp index 45c8c5e59..eff4633a0 100644 --- a/configpages.cpp +++ b/configpages.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include "configpages.h" #include "qetapp.h" diff --git a/configpages.h b/configpages.h index b8b9c7cc1..591a96774 100644 --- a/configpages.h +++ b/configpages.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef CONFIG_PAGES_H #define CONFIG_PAGES_H #include diff --git a/customelement.cpp b/customelement.cpp index 3157ab5c5..c5433715a 100644 --- a/customelement.cpp +++ b/customelement.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include "customelement.h" #include "elementtextitem.h" #include "diagram.h" diff --git a/customelement.h b/customelement.h index e35839a87..e71be347c 100644 --- a/customelement.h +++ b/customelement.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef ELEMENTPERSO_H #define ELEMENTPERSO_H #include "fixedelement.h" diff --git a/diagram.cpp b/diagram.cpp index 6397acace..8ded83653 100644 --- a/diagram.cpp +++ b/diagram.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include #include "qetapp.h" #include "conductor.h" diff --git a/diagram.h b/diagram.h index 64f75d3db..96e0b807c 100644 --- a/diagram.h +++ b/diagram.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef SCHEMA_H #define SCHEMA_H #include diff --git a/diagramcommands.cpp b/diagramcommands.cpp index 03a7aaa67..eb4a4239e 100644 --- a/diagramcommands.cpp +++ b/diagramcommands.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include "diagramcommands.h" #include "element.h" #include "conductor.h" diff --git a/diagramcommands.h b/diagramcommands.h index f6af48709..e24d89d32 100644 --- a/diagramcommands.h +++ b/diagramcommands.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef DIAGRAM_COMMANDS_H #define DIAGRAM_COMMANDS_H #include "qet.h" diff --git a/diagramcontent.cpp b/diagramcontent.cpp index 30224e8ee..1b52d4ecf 100644 --- a/diagramcontent.cpp +++ b/diagramcontent.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include "diagramcontent.h" #include #include "element.h" diff --git a/diagramcontent.h b/diagramcontent.h index 9fa6fe0e9..46d47df4d 100644 --- a/diagramcontent.h +++ b/diagramcontent.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef DIAGRAM_CONTENT_H #define DIAGRAM_CONTENT_H #include diff --git a/diagramtextitem.cpp b/diagramtextitem.cpp index 9f6c82e75..2e49ca21e 100644 --- a/diagramtextitem.cpp +++ b/diagramtextitem.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include "diagramtextitem.h" #include "diagramcommands.h" diff --git a/diagramtextitem.h b/diagramtextitem.h index 4096cab12..9cf37873b 100644 --- a/diagramtextitem.h +++ b/diagramtextitem.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef DIAGRAM_TEXT_ITEM_H #define DIAGRAM_TEXT_ITEM_H #include diff --git a/diagramview.cpp b/diagramview.cpp index 05f4992bb..dc86674e4 100644 --- a/diagramview.cpp +++ b/diagramview.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include "diagramview.h" #include "diagram.h" #include "customelement.h" diff --git a/diagramview.h b/diagramview.h index b1bf8e65b..7140e204e 100644 --- a/diagramview.h +++ b/diagramview.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef DIAGRAMVIEW_H #define DIAGRAMVIEW_H #include diff --git a/editor/arceditor.cpp b/editor/arceditor.cpp index b0f1538ec..7e1f8334d 100644 --- a/editor/arceditor.cpp +++ b/editor/arceditor.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include "arceditor.h" #include "partarc.h" diff --git a/editor/arceditor.h b/editor/arceditor.h index 329ba3baa..2349ec8bf 100644 --- a/editor/arceditor.h +++ b/editor/arceditor.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef ARC_EDITOR_H #define ARC_EDITOR_H #include diff --git a/editor/circleeditor.cpp b/editor/circleeditor.cpp index 9a62be4c0..b45f78a18 100644 --- a/editor/circleeditor.cpp +++ b/editor/circleeditor.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include "circleeditor.h" #include "partcircle.h" diff --git a/editor/circleeditor.h b/editor/circleeditor.h index fa1dadc4b..d71b610cb 100644 --- a/editor/circleeditor.h +++ b/editor/circleeditor.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef CIRCLE_EDITOR_H #define CIRCLE_EDITOR_H #include diff --git a/editor/customelementgraphicpart.cpp b/editor/customelementgraphicpart.cpp index 223e5b6df..d34b131d6 100644 --- a/editor/customelementgraphicpart.cpp +++ b/editor/customelementgraphicpart.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include "customelementgraphicpart.h" /** diff --git a/editor/customelementgraphicpart.h b/editor/customelementgraphicpart.h index a61f8a329..966dbf7d9 100644 --- a/editor/customelementgraphicpart.h +++ b/editor/customelementgraphicpart.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef CUSTOM_ELEMENT_GRAPHIC_PART_H #define CUSTOM_ELEMENT_GRAPHIC_PART_H #include diff --git a/editor/customelementpart.cpp b/editor/customelementpart.cpp index 3b7cb4018..cb71595b9 100644 --- a/editor/customelementpart.cpp +++ b/editor/customelementpart.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include "customelementpart.h" #include "customelement.h" #include "qetelementeditor.h" diff --git a/editor/customelementpart.h b/editor/customelementpart.h index 0414ea595..dce859f43 100644 --- a/editor/customelementpart.h +++ b/editor/customelementpart.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef CUSTOM_ELEMENT_PART_H #define CUSTOM_ELEMENT_PART_H #include diff --git a/editor/editorcommands.cpp b/editor/editorcommands.cpp index 2d025f053..7cbf49a4d 100644 --- a/editor/editorcommands.cpp +++ b/editor/editorcommands.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include "editorcommands.h" /*** DeletePartsCommand ***/ diff --git a/editor/editorcommands.h b/editor/editorcommands.h index c29bb7a9f..a863b9bc2 100644 --- a/editor/editorcommands.h +++ b/editor/editorcommands.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef EDITOR_COMMANDS_H #define EDITOR_COMMANDS_H #include "customelementpart.h" diff --git a/editor/elementitemeditor.cpp b/editor/elementitemeditor.cpp index c97691ef1..f907ea1aa 100644 --- a/editor/elementitemeditor.cpp +++ b/editor/elementitemeditor.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include "elementitemeditor.h" #include "qetelementeditor.h" #include "editorcommands.h" diff --git a/editor/elementitemeditor.h b/editor/elementitemeditor.h index 04f9f4a51..33803b264 100644 --- a/editor/elementitemeditor.h +++ b/editor/elementitemeditor.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef ELEMENT_ITEM_EDITOR_H #define ELEMENT_ITEM_EDITOR_H #include diff --git a/editor/elementscene.cpp b/editor/elementscene.cpp index cdd5c8c06..da0e3e6d1 100644 --- a/editor/elementscene.cpp +++ b/editor/elementscene.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include "elementscene.h" #include "qetelementeditor.h" #include diff --git a/editor/elementscene.h b/editor/elementscene.h index 008a9890a..ceb31c157 100644 --- a/editor/elementscene.h +++ b/editor/elementscene.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef ELEMENT_SCENE_H #define ELEMENT_SCENE_H #include diff --git a/editor/elementview.cpp b/editor/elementview.cpp index 4c9765383..da81b8c6a 100644 --- a/editor/elementview.cpp +++ b/editor/elementview.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include "elementview.h" /** Constructeur diff --git a/editor/elementview.h b/editor/elementview.h index e3c547e43..7149ec249 100644 --- a/editor/elementview.h +++ b/editor/elementview.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef ELEMENT_VIEW_H #define ELEMENT_VIEW_H #include diff --git a/editor/ellipseeditor.cpp b/editor/ellipseeditor.cpp index ec988ebb6..7d28a7304 100644 --- a/editor/ellipseeditor.cpp +++ b/editor/ellipseeditor.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include "ellipseeditor.h" #include "partellipse.h" diff --git a/editor/ellipseeditor.h b/editor/ellipseeditor.h index fb8c8c745..1f1283df2 100644 --- a/editor/ellipseeditor.h +++ b/editor/ellipseeditor.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef ELLIPSE_EDITOR_H #define ELLIPSE_EDITOR_H #include diff --git a/editor/lineeditor.cpp b/editor/lineeditor.cpp index 0264dc6a0..52d489ed9 100644 --- a/editor/lineeditor.cpp +++ b/editor/lineeditor.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include "lineeditor.h" #include "partline.h" diff --git a/editor/lineeditor.h b/editor/lineeditor.h index d24d8b04f..ddb96da88 100644 --- a/editor/lineeditor.h +++ b/editor/lineeditor.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef LINE_EDITOR_H #define LINE_EDITOR_H #include diff --git a/editor/partarc.cpp b/editor/partarc.cpp index e262643bf..2a18daeb8 100644 --- a/editor/partarc.cpp +++ b/editor/partarc.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include "partarc.h" #include "arceditor.h" diff --git a/editor/partarc.h b/editor/partarc.h index abe3d8466..d76d4e3df 100644 --- a/editor/partarc.h +++ b/editor/partarc.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef PART_ARC_H #define PART_ARC_H #include diff --git a/editor/partcircle.cpp b/editor/partcircle.cpp index 86af1d656..c83489026 100644 --- a/editor/partcircle.cpp +++ b/editor/partcircle.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include "partcircle.h" #include "circleeditor.h" diff --git a/editor/partcircle.h b/editor/partcircle.h index 0e8773bb1..369567b9c 100644 --- a/editor/partcircle.h +++ b/editor/partcircle.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef PART_CIRCLE_H #define PART_CIRCLE_H #include diff --git a/editor/partellipse.cpp b/editor/partellipse.cpp index 1887fd932..9fe710d12 100644 --- a/editor/partellipse.cpp +++ b/editor/partellipse.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include "partellipse.h" #include "ellipseeditor.h" diff --git a/editor/partellipse.h b/editor/partellipse.h index 66fc86b89..1d595d4a6 100644 --- a/editor/partellipse.h +++ b/editor/partellipse.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef PART_ELLIPSE_H #define PART_ELLIPSE_H #include diff --git a/editor/partline.cpp b/editor/partline.cpp index 7f17ce799..4e7e665c5 100644 --- a/editor/partline.cpp +++ b/editor/partline.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include "partline.h" #include "lineeditor.h" #include diff --git a/editor/partline.h b/editor/partline.h index d1084426a..4628c5012 100644 --- a/editor/partline.h +++ b/editor/partline.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef PART_LINE_H #define PART_LINE_H #include diff --git a/editor/partpolygon.cpp b/editor/partpolygon.cpp index f5443bff3..fe4908c35 100644 --- a/editor/partpolygon.cpp +++ b/editor/partpolygon.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include "partpolygon.h" #include "qet.h" #include "polygoneditor.h" diff --git a/editor/partpolygon.h b/editor/partpolygon.h index 74fdc793e..b288b1e72 100644 --- a/editor/partpolygon.h +++ b/editor/partpolygon.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef PART_POLYGON_H #define PART_POLYGON_H #include diff --git a/editor/partterminal.cpp b/editor/partterminal.cpp index 4ec3a9624..d58d97a89 100644 --- a/editor/partterminal.cpp +++ b/editor/partterminal.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include "partterminal.h" #include "terminal.h" #include "terminaleditor.h" diff --git a/editor/partterminal.h b/editor/partterminal.h index 7626cb852..834adb347 100644 --- a/editor/partterminal.h +++ b/editor/partterminal.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef PART_TERMINAL_H #define PART_TERMINAL_H #include "customelementpart.h" diff --git a/editor/parttext.cpp b/editor/parttext.cpp index aba068180..aa2869ce5 100644 --- a/editor/parttext.cpp +++ b/editor/parttext.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include "parttext.h" #include "texteditor.h" #include "elementscene.h" diff --git a/editor/parttext.h b/editor/parttext.h index 6aebe1255..90a3c9231 100644 --- a/editor/parttext.h +++ b/editor/parttext.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef PART_TEXT_H #define PART_TEXT_H #include diff --git a/editor/parttextfield.cpp b/editor/parttextfield.cpp index 3d6485fab..dee50d8f3 100644 --- a/editor/parttextfield.cpp +++ b/editor/parttextfield.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include "parttextfield.h" #include "textfieldeditor.h" diff --git a/editor/parttextfield.h b/editor/parttextfield.h index eefbd3b9c..571dbd236 100644 --- a/editor/parttextfield.h +++ b/editor/parttextfield.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef PART_TEXTFIELD_H #define PART_TEXTFIELD_H #include diff --git a/editor/polygoneditor.cpp b/editor/polygoneditor.cpp index 0bd65cad2..6826da613 100644 --- a/editor/polygoneditor.cpp +++ b/editor/polygoneditor.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include "polygoneditor.h" #include "partpolygon.h" #include "elementscene.h" diff --git a/editor/polygoneditor.h b/editor/polygoneditor.h index e9009e0d2..a59c23f71 100644 --- a/editor/polygoneditor.h +++ b/editor/polygoneditor.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef POLYGON_EDITOR_H #define POLYGON_EDITOR_H #include "elementitemeditor.h" diff --git a/editor/qetelementeditor.cpp b/editor/qetelementeditor.cpp index b4c50d6bb..cfdd285ec 100644 --- a/editor/qetelementeditor.cpp +++ b/editor/qetelementeditor.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include "qetelementeditor.h" #include "qetapp.h" #include "elementscene.h" diff --git a/editor/qetelementeditor.h b/editor/qetelementeditor.h index 86b99292c..8938df9fb 100644 --- a/editor/qetelementeditor.h +++ b/editor/qetelementeditor.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef CUSTOM_ELEMENT_EDITOR_H #define CUSTOM_ELEMENT_EDITOR_H #include diff --git a/editor/styleeditor.cpp b/editor/styleeditor.cpp index 5bf3584f5..9a22c79e1 100644 --- a/editor/styleeditor.cpp +++ b/editor/styleeditor.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include "styleeditor.h" #include "customelementgraphicpart.h" diff --git a/editor/styleeditor.h b/editor/styleeditor.h index 07fcd5d2f..5e21dce88 100644 --- a/editor/styleeditor.h +++ b/editor/styleeditor.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef STYLE_EDITOR_H #define STYLE_EDITOR_H #include diff --git a/editor/terminaleditor.cpp b/editor/terminaleditor.cpp index 01f6edce7..33a9c6888 100644 --- a/editor/terminaleditor.cpp +++ b/editor/terminaleditor.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include "terminaleditor.h" #include "partterminal.h" diff --git a/editor/terminaleditor.h b/editor/terminaleditor.h index 9f62f7a55..458cdaa8f 100644 --- a/editor/terminaleditor.h +++ b/editor/terminaleditor.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef TERMINAL_EDITOR_H #define TERMINAL_EDITOR_H #include diff --git a/editor/texteditor.cpp b/editor/texteditor.cpp index b94414f59..c9dc09afb 100644 --- a/editor/texteditor.cpp +++ b/editor/texteditor.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include "texteditor.h" #include "parttext.h" diff --git a/editor/texteditor.h b/editor/texteditor.h index d265b8c87..bffd3762b 100644 --- a/editor/texteditor.h +++ b/editor/texteditor.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef TEXT_EDITOR_H #define TEXT_EDITOR_H #include diff --git a/editor/textfieldeditor.cpp b/editor/textfieldeditor.cpp index 046caad29..968038ca0 100644 --- a/editor/textfieldeditor.cpp +++ b/editor/textfieldeditor.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include "textfieldeditor.h" #include "parttextfield.h" diff --git a/editor/textfieldeditor.h b/editor/textfieldeditor.h index d9f9eec82..f10ce7d87 100644 --- a/editor/textfieldeditor.h +++ b/editor/textfieldeditor.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef TEXTFIELD_EDITOR_H #define TEXTFIELD_EDITOR_H #include diff --git a/element.cpp b/element.cpp index c94aaa341..e466a0dc9 100644 --- a/element.cpp +++ b/element.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include "element.h" #include "qetapp.h" #include "diagram.h" diff --git a/element.h b/element.h index 835cdced4..b7f2e4937 100644 --- a/element.h +++ b/element.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef ELEMENT_H #define ELEMENT_H #include diff --git a/elementdeleter.cpp b/elementdeleter.cpp index a10e64ae4..97e2cfd03 100644 --- a/elementdeleter.cpp +++ b/elementdeleter.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include "elementdeleter.h" /** diff --git a/elementdeleter.h b/elementdeleter.h index b4a56cbbb..df2addb5e 100644 --- a/elementdeleter.h +++ b/elementdeleter.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef ELEMENT_DELETER_H #define ELEMENT_DELETER_H #include "elementscategory.h" diff --git a/elementscategorieslist.cpp b/elementscategorieslist.cpp index e228463cb..42b653637 100644 --- a/elementscategorieslist.cpp +++ b/elementscategorieslist.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include #include "elementscategorieslist.h" #include "qetapp.h" diff --git a/elementscategorieslist.h b/elementscategorieslist.h index f72ee8d98..e20385f31 100644 --- a/elementscategorieslist.h +++ b/elementscategorieslist.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef ELEMENTS_CATEGORIES_LIST_H #define ELEMENTS_CATEGORIES_LIST_H #include diff --git a/elementscategorieswidget.cpp b/elementscategorieswidget.cpp index dd46094f2..bbb56d8fb 100644 --- a/elementscategorieswidget.cpp +++ b/elementscategorieswidget.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include "elementscategorieswidget.h" #include "elementscategorieslist.h" #include "elementscategoryeditor.h" diff --git a/elementscategorieswidget.h b/elementscategorieswidget.h index 8ea468c28..e4340c12a 100644 --- a/elementscategorieswidget.h +++ b/elementscategorieswidget.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef ELEMENTS_CATEGORIES_WIDGET_H #define ELEMENTS_CATEGORIES_WIDGET_H #include diff --git a/elementscategory.cpp b/elementscategory.cpp index 2d60031fb..0b22467c4 100644 --- a/elementscategory.cpp +++ b/elementscategory.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include "elementscategory.h" #include diff --git a/elementscategory.h b/elementscategory.h index c8bf1bd13..bc9877b58 100644 --- a/elementscategory.h +++ b/elementscategory.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef ELEMENTS_CATEGORY_H #define ELEMENTS_CATEGORY_H #include diff --git a/elementscategorydeleter.cpp b/elementscategorydeleter.cpp index 656ed473b..6bd47ba4e 100644 --- a/elementscategorydeleter.cpp +++ b/elementscategorydeleter.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include "elementscategorydeleter.h" /** diff --git a/elementscategorydeleter.h b/elementscategorydeleter.h index 1d8f6297c..5216c9ea2 100644 --- a/elementscategorydeleter.h +++ b/elementscategorydeleter.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef ELEMENTS_CATEGORY_DELETER_H #define ELEMENTS_CATEGORY_DELETER_H #include "elementscategory.h" diff --git a/elementscategoryeditor.cpp b/elementscategoryeditor.cpp index 1172714f3..f84650457 100644 --- a/elementscategoryeditor.cpp +++ b/elementscategoryeditor.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include "elementscategoryeditor.h" #include "elementscategory.h" #include "nameslistwidget.h" diff --git a/elementscategoryeditor.h b/elementscategoryeditor.h index 71f6e8886..a891be074 100644 --- a/elementscategoryeditor.h +++ b/elementscategoryeditor.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef ELEMENTS_CATEGORY_EDITOR_H #define ELEMENTS_CATEGORY_EDITOR_H #include diff --git a/elementspanel.cpp b/elementspanel.cpp index aa682c802..25cdd76a5 100644 --- a/elementspanel.cpp +++ b/elementspanel.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include "elementspanel.h" #include "qetapp.h" #include "elementscategory.h" diff --git a/elementspanel.h b/elementspanel.h index 13fc2d645..889ebc917 100644 --- a/elementspanel.h +++ b/elementspanel.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef PANELAPPAREILS_H #define PANELAPPAREILS_H #include diff --git a/elementspanelwidget.cpp b/elementspanelwidget.cpp index f6e31332c..00825caef 100644 --- a/elementspanelwidget.cpp +++ b/elementspanelwidget.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include "elementspanelwidget.h" #include "newelementwizard.h" #include "elementscategorieswidget.h" diff --git a/elementspanelwidget.h b/elementspanelwidget.h index 87ffad0fe..820343cdc 100644 --- a/elementspanelwidget.h +++ b/elementspanelwidget.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef ELEMENTS_PANEL_WIDGET_H #define ELEMENTS_PANEL_WIDGET_H #include diff --git a/elementtextitem.cpp b/elementtextitem.cpp index 20129315a..b268318dc 100644 --- a/elementtextitem.cpp +++ b/elementtextitem.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include "elementtextitem.h" #include "diagram.h" #include "diagramcommands.h" diff --git a/elementtextitem.h b/elementtextitem.h index f00b28087..604420516 100644 --- a/elementtextitem.h +++ b/elementtextitem.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef ELEMENT_TEXT_ITEM_H #define ELEMENT_TEXT_ITEM_H #include "diagramtextitem.h" diff --git a/exportdialog.cpp b/exportdialog.cpp index 2807553fc..d579e562f 100644 --- a/exportdialog.cpp +++ b/exportdialog.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include "exportdialog.h" #include #include diff --git a/exportdialog.h b/exportdialog.h index ef381a87c..e752f5a63 100644 --- a/exportdialog.h +++ b/exportdialog.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef EXPORTDIALOG_H #define EXPORTDIALOG_H #include diff --git a/fixedelement.cpp b/fixedelement.cpp index 774eb4a95..564404b90 100644 --- a/fixedelement.cpp +++ b/fixedelement.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include "fixedelement.h" /** Constructeur diff --git a/fixedelement.h b/fixedelement.h index d7309d743..1fee31eb2 100644 --- a/fixedelement.h +++ b/fixedelement.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef ELEMENTFIXE_H #define ELEMENTFIXE_H #include "element.h" diff --git a/hotspoteditor.cpp b/hotspoteditor.cpp index 1d36d26b9..125e11249 100644 --- a/hotspoteditor.cpp +++ b/hotspoteditor.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include "hotspoteditor.h" /** diff --git a/hotspoteditor.h b/hotspoteditor.h index 673784736..17d43ef7a 100644 --- a/hotspoteditor.h +++ b/hotspoteditor.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef HOTSPOT_EDITOR_H #define HOTSPOT_EDITOR_H #include diff --git a/insetproperties.cpp b/insetproperties.cpp index 6c4549b71..a3a7adf16 100644 --- a/insetproperties.cpp +++ b/insetproperties.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include "insetproperties.h" /// Constructeur diff --git a/insetproperties.h b/insetproperties.h index 3569e374f..8f86d883b 100644 --- a/insetproperties.h +++ b/insetproperties.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef INSET_PROPERTIES_H #define INSET_PROPERTIES_H #include diff --git a/insetpropertieswidget.cpp b/insetpropertieswidget.cpp index f0747930e..e872003b7 100644 --- a/insetpropertieswidget.cpp +++ b/insetpropertieswidget.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include "insetpropertieswidget.h" #include "qetapp.h" diff --git a/insetpropertieswidget.h b/insetpropertieswidget.h index a7c809bf7..90e2f12c6 100644 --- a/insetpropertieswidget.h +++ b/insetpropertieswidget.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef INSET_PROPERTIES_WIDGET_H #define INSET_PROPERTIES_WIDGET_H #include diff --git a/main.cpp b/main.cpp index a87977b0e..2c7641b48 100644 --- a/main.cpp +++ b/main.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include "qetapp.h" /** Fonction principale du programme QElectroTech diff --git a/nameslist.cpp b/nameslist.cpp index 8891f428a..b2d757934 100644 --- a/nameslist.cpp +++ b/nameslist.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include "nameslist.h" /** diff --git a/nameslist.h b/nameslist.h index 25bc1c8c8..b0d037171 100644 --- a/nameslist.h +++ b/nameslist.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef NAMES_LIST_H #define NAMES_LIST_H #include diff --git a/nameslistwidget.cpp b/nameslistwidget.cpp index 87c3c5a45..a12183af0 100644 --- a/nameslistwidget.cpp +++ b/nameslistwidget.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include "nameslistwidget.h" /** diff --git a/nameslistwidget.h b/nameslistwidget.h index 90c444eb2..ddac37c7c 100644 --- a/nameslistwidget.h +++ b/nameslistwidget.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef NAMES_LIST_WIDGET_H #define NAMES_LIST_WIDGET_H #include diff --git a/newelementwizard.cpp b/newelementwizard.cpp index c596039ff..84b642fd1 100644 --- a/newelementwizard.cpp +++ b/newelementwizard.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include "newelementwizard.h" #include "elementscategorieswidget.h" #include "elementscategorieslist.h" diff --git a/newelementwizard.h b/newelementwizard.h index a505bab96..6ac13adb3 100644 --- a/newelementwizard.h +++ b/newelementwizard.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef NEW_ELEMENT_WIZARD_H #define NEW_ELEMENT_WIZARD_H #include diff --git a/orientationset.cpp b/orientationset.cpp index 2cd5b67d7..b08863d56 100644 --- a/orientationset.cpp +++ b/orientationset.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include "orientationset.h" /** diff --git a/orientationset.h b/orientationset.h index 17a40c2af..264730244 100644 --- a/orientationset.h +++ b/orientationset.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef ORIENTATION_SET_H #define ORIENTATION_SET_H #include "qet.h" diff --git a/orientationsetwidget.cpp b/orientationsetwidget.cpp index ff17abdc5..9a07b1610 100644 --- a/orientationsetwidget.cpp +++ b/orientationsetwidget.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include "orientationsetwidget.h" /** diff --git a/orientationsetwidget.h b/orientationsetwidget.h index 413e02836..a667e9c89 100644 --- a/orientationsetwidget.h +++ b/orientationsetwidget.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef ORIENTATION_SET_WIDGET_H #define ORIENTATION_SET_WIDGET_H #include diff --git a/qet.cpp b/qet.cpp index df0035c6f..ff2a34e6e 100644 --- a/qet.cpp +++ b/qet.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include "qet.h" /** diff --git a/qet.h b/qet.h index 5c06af8f6..984737276 100644 --- a/qet.h +++ b/qet.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef _QET_H #define _QET_H #include diff --git a/qetapp.cpp b/qetapp.cpp index eef845dc8..4b58b5084 100644 --- a/qetapp.cpp +++ b/qetapp.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include "qetapp.h" #include "qetdiagrameditor.h" #include "qetelementeditor.h" diff --git a/qetapp.h b/qetapp.h index b5bf34b78..8145c0ef0 100644 --- a/qetapp.h +++ b/qetapp.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef QET_APP_H #define QET_APP_H #include diff --git a/qetdiagrameditor.cpp b/qetdiagrameditor.cpp index 88d6e1850..c16735cb8 100644 --- a/qetdiagrameditor.cpp +++ b/qetdiagrameditor.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include "qetdiagrameditor.h" #include "qetapp.h" #include "diagramview.h" diff --git a/qetdiagrameditor.h b/qetdiagrameditor.h index acb7fb328..da9bc9dbf 100644 --- a/qetdiagrameditor.h +++ b/qetdiagrameditor.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef QET_DIAGRAM_EDITOR_H #define QET_DIAGRAM_EDITOR_H #include diff --git a/qgimanager.cpp b/qgimanager.cpp index 26422bf83..abdd9bb9d 100644 --- a/qgimanager.cpp +++ b/qgimanager.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include "qgimanager.h" /** diff --git a/qgimanager.h b/qgimanager.h index a88d1bd76..686a4015e 100644 --- a/qgimanager.h +++ b/qgimanager.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef QGI_MANAGER_H #define QGI_MANAGER_H #include diff --git a/terminal.cpp b/terminal.cpp index 1d2fb4f47..3a7ed0f06 100644 --- a/terminal.cpp +++ b/terminal.cpp @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #include "terminal.h" #include "diagram.h" #include "element.h" diff --git a/terminal.h b/terminal.h index 280cd08df..ec95d0589 100644 --- a/terminal.h +++ b/terminal.h @@ -1,3 +1,20 @@ +/* + Copyright 2006-2007 Xavier Guerrin + This file is part of QElectroTech. + + QElectroTech 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. + + QElectroTech 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 QElectroTech. If not, see . +*/ #ifndef BORNE_H #define BORNE_H #define TAILLE_BORNE 4