From 4b8f79bc297ecc373614acd4bd2264f846fd84e3 Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Fri, 17 Apr 2009 16:36:02 +0000 Subject: [PATCH] * ./hurricane/src/hurricane : - Putting LGPL headers. --- hurricane/doc/hurricane/customHierarchy.html | 2 +- hurricane/doc/hurricane/customSummary.html | 2 +- hurricane/doc/hurricane/footer.html | 2 +- hurricane/src/hurricane/BasicLayer.cpp | 21 +- hurricane/src/hurricane/Box.cpp | 21 +- hurricane/src/hurricane/Breakpoint.cpp | 21 +- hurricane/src/hurricane/Bug.cpp | 21 +- hurricane/src/hurricane/Cell.cpp | 20 +- hurricane/src/hurricane/CellCollections.cpp | 20 +- hurricane/src/hurricane/Commons.cpp | 21 +- hurricane/src/hurricane/Component.cpp | 20 +- hurricane/src/hurricane/Contact.cpp | 20 +- hurricane/src/hurricane/ContactLayer.cpp | 22 +- hurricane/src/hurricane/DBo.cpp | 23 +- hurricane/src/hurricane/DRCError.cpp | 21 +- hurricane/src/hurricane/DataBase.cpp | 20 +- hurricane/src/hurricane/DbU.cpp | 21 +- hurricane/src/hurricane/DebugSession.cpp | 22 +- hurricane/src/hurricane/DeepNet.cpp | 44 +- hurricane/src/hurricane/DiffusionLayer.cpp | 21 +- hurricane/src/hurricane/DisplaySlot.cpp | 172 ----- hurricane/src/hurricane/Entity.cpp | 20 +- hurricane/src/hurricane/Error.cpp | 21 +- hurricane/src/hurricane/Exception.cpp | 20 +- hurricane/src/hurricane/ExtensionGo.cpp | 21 +- hurricane/src/hurricane/ExtensionSlice.cpp | 21 +- hurricane/src/hurricane/GPL.txt | 674 ++++++++++++++++++ hurricane/src/hurricane/Go.cpp | 20 +- hurricane/src/hurricane/Hook.cpp | 20 +- hurricane/src/hurricane/Horizontal.cpp | 20 +- hurricane/src/hurricane/HyperNet.cpp | 21 +- hurricane/src/hurricane/Instance.cpp | 21 +- hurricane/src/hurricane/Interruption.cpp | 20 +- hurricane/src/hurricane/Interval.cpp | 20 +- hurricane/src/hurricane/LGPL.txt | 165 +++++ hurricane/src/hurricane/Layer.cpp | 22 +- hurricane/src/hurricane/Library.cpp | 20 +- hurricane/src/hurricane/Marker.cpp | 20 +- hurricane/src/hurricane/Name.cpp | 20 +- hurricane/src/hurricane/Net.cpp | 20 +- .../src/hurricane/NetExternalComponents.cpp | 29 +- hurricane/src/hurricane/Occurrence.cpp | 20 +- hurricane/src/hurricane/Pad.cpp | 21 +- hurricane/src/hurricane/Path.cpp | 20 +- hurricane/src/hurricane/Pin.cpp | 25 +- hurricane/src/hurricane/Plug.cpp | 20 +- hurricane/src/hurricane/Point.cpp | 21 +- hurricane/src/hurricane/Property.cpp | 23 +- hurricane/src/hurricane/QuadTree.cpp | 20 +- hurricane/src/hurricane/Quark.cpp | 20 +- hurricane/src/hurricane/Query.cpp | 26 +- hurricane/src/hurricane/Record.cpp | 24 +- hurricane/src/hurricane/Reference.cpp | 20 +- hurricane/src/hurricane/Region.cpp | 20 +- hurricane/src/hurricane/RegularLayer.cpp | 21 +- hurricane/src/hurricane/Relation.cpp | 20 +- hurricane/src/hurricane/RoutingPad.cpp | 25 +- hurricane/src/hurricane/Rubber.cpp | 21 +- hurricane/src/hurricane/Segment.cpp | 21 +- hurricane/src/hurricane/SharedName.cpp | 20 +- hurricane/src/hurricane/SharedPath.cpp | 20 +- hurricane/src/hurricane/Slice.cpp | 20 +- hurricane/src/hurricane/Slot.cpp | 27 +- hurricane/src/hurricane/Tabulation.cpp | 20 +- hurricane/src/hurricane/Technology.cpp | 20 +- hurricane/src/hurricane/Timer.cpp | 1 - hurricane/src/hurricane/Transformation.cpp | 20 +- hurricane/src/hurricane/TransistorLayer.cpp | 22 +- hurricane/src/hurricane/UpdateSession.cpp | 20 +- hurricane/src/hurricane/Vertical.cpp | 20 +- hurricane/src/hurricane/ViaLayer.cpp | 46 +- hurricane/src/hurricane/Warning.cpp | 21 +- .../src/hurricane/hurricane/BasicLayer.h | 22 +- .../src/hurricane/hurricane/BasicLayers.h | 20 +- hurricane/src/hurricane/hurricane/Box.h | 20 +- hurricane/src/hurricane/hurricane/Boxes.h | 20 +- .../src/hurricane/hurricane/Breakpoint.h | 21 +- hurricane/src/hurricane/hurricane/Bug.h | 21 +- hurricane/src/hurricane/hurricane/Cell.h | 20 +- hurricane/src/hurricane/hurricane/Cells.h | 20 +- .../src/hurricane/hurricane/Collection.h | 21 +- hurricane/src/hurricane/hurricane/Commons.h | 24 +- hurricane/src/hurricane/hurricane/Component.h | 20 +- .../src/hurricane/hurricane/Components.h | 20 +- .../src/hurricane/hurricane/CompositeLayers.h | 20 +- hurricane/src/hurricane/hurricane/Contact.h | 20 +- .../src/hurricane/hurricane/ContactLayer.h | 21 +- hurricane/src/hurricane/hurricane/Contacts.h | 20 +- hurricane/src/hurricane/hurricane/DBo.h | 23 +- hurricane/src/hurricane/hurricane/DBos.h | 20 +- hurricane/src/hurricane/hurricane/DRCError.h | 20 +- hurricane/src/hurricane/hurricane/DataBase.h | 20 +- hurricane/src/hurricane/hurricane/DbU.h | 22 +- .../src/hurricane/hurricane/DebugSession.h | 23 +- hurricane/src/hurricane/hurricane/DeepNet.h | 44 +- .../src/hurricane/hurricane/DiffusionLayer.h | 21 +- .../src/hurricane/hurricane/DisplaySlot.h | 84 --- .../src/hurricane/hurricane/DisplaySlots.h | 62 -- hurricane/src/hurricane/hurricane/Entities.h | 20 +- hurricane/src/hurricane/hurricane/Entity.h | 20 +- hurricane/src/hurricane/hurricane/Error.h | 21 +- hurricane/src/hurricane/hurricane/Exception.h | 20 +- .../src/hurricane/hurricane/ExtensionGo.h | 21 +- .../src/hurricane/hurricane/ExtensionGos.h | 21 +- .../src/hurricane/hurricane/ExtensionSlice.h | 21 +- .../src/hurricane/hurricane/ExtensionSlices.h | 21 +- hurricane/src/hurricane/hurricane/Filter.h | 20 +- hurricane/src/hurricane/hurricane/Go.h | 20 +- hurricane/src/hurricane/hurricane/Gos.h | 20 +- hurricane/src/hurricane/hurricane/Hook.h | 20 +- hurricane/src/hurricane/hurricane/Hooks.h | 20 +- .../src/hurricane/hurricane/Horizontal.h | 20 +- .../src/hurricane/hurricane/Horizontals.h | 20 +- hurricane/src/hurricane/hurricane/HyperNet.h | 21 +- hurricane/src/hurricane/hurricane/Instance.h | 20 +- hurricane/src/hurricane/hurricane/Instances.h | 20 +- .../src/hurricane/hurricane/Interruption.h | 20 +- hurricane/src/hurricane/hurricane/Interval.h | 20 +- hurricane/src/hurricane/hurricane/Intervals.h | 20 +- .../src/hurricane/hurricane/IntrusiveMap.h | 20 +- .../src/hurricane/hurricane/IntrusiveSet.h | 20 +- hurricane/src/hurricane/hurricane/Layer.h | 21 +- hurricane/src/hurricane/hurricane/Layers.h | 20 +- hurricane/src/hurricane/hurricane/Libraries.h | 20 +- hurricane/src/hurricane/hurricane/Library.h | 20 +- .../src/hurricane/hurricane/ListCollection.h | 20 +- hurricane/src/hurricane/hurricane/Locator.h | 21 +- .../src/hurricane/hurricane/MapCollection.h | 20 +- hurricane/src/hurricane/hurricane/Marker.h | 20 +- hurricane/src/hurricane/hurricane/Markers.h | 20 +- hurricane/src/hurricane/hurricane/Mask.h | 21 +- .../hurricane/hurricane/MultimapCollection.h | 21 +- .../hurricane/hurricane/MultisetCollection.h | 20 +- hurricane/src/hurricane/hurricane/Name.h | 20 +- hurricane/src/hurricane/hurricane/Names.h | 28 +- hurricane/src/hurricane/hurricane/Net.h | 20 +- .../hurricane/NetExternalComponents.h | 29 +- hurricane/src/hurricane/hurricane/Nets.h | 20 +- .../src/hurricane/hurricane/Occurrence.h | 20 +- .../src/hurricane/hurricane/Occurrences.h | 20 +- hurricane/src/hurricane/hurricane/Pad.h | 20 +- hurricane/src/hurricane/hurricane/Pads.h | 20 +- hurricane/src/hurricane/hurricane/Path.h | 20 +- hurricane/src/hurricane/hurricane/Pathes.h | 20 +- hurricane/src/hurricane/hurricane/Pin.h | 27 +- hurricane/src/hurricane/hurricane/Pins.h | 25 +- hurricane/src/hurricane/hurricane/Plug.h | 20 +- hurricane/src/hurricane/hurricane/Plugs.h | 20 +- hurricane/src/hurricane/hurricane/Point.h | 20 +- hurricane/src/hurricane/hurricane/Points.h | 20 +- .../src/hurricane/hurricane/Primitives.h | 20 +- .../src/hurricane/hurricane/Properties.h | 20 +- hurricane/src/hurricane/hurricane/Property.h | 23 +- hurricane/src/hurricane/hurricane/QuadTree.h | 20 +- hurricane/src/hurricane/hurricane/Quark.h | 20 +- hurricane/src/hurricane/hurricane/Quarks.h | 20 +- hurricane/src/hurricane/hurricane/Query.h | 25 +- hurricane/src/hurricane/hurricane/Record.h | 26 +- hurricane/src/hurricane/hurricane/Reference.h | 20 +- .../src/hurricane/hurricane/References.h | 20 +- hurricane/src/hurricane/hurricane/Region.h | 20 +- .../src/hurricane/hurricane/RegularLayer.h | 21 +- .../src/hurricane/hurricane/RegularLayers.h | 77 +- hurricane/src/hurricane/hurricane/Relation.h | 20 +- .../src/hurricane/hurricane/RoutingPad.h | 25 +- .../src/hurricane/hurricane/RoutingPads.h | 24 +- hurricane/src/hurricane/hurricane/Rubber.h | 20 +- hurricane/src/hurricane/hurricane/Rubbers.h | 20 +- hurricane/src/hurricane/hurricane/Segment.h | 20 +- hurricane/src/hurricane/hurricane/Segments.h | 20 +- hurricane/src/hurricane/hurricane/Selectors.h | 20 +- .../src/hurricane/hurricane/SetCollection.h | 20 +- .../src/hurricane/hurricane/SharedName.h | 20 +- .../src/hurricane/hurricane/SharedPath.h | 20 +- .../src/hurricane/hurricane/SharedPathes.h | 20 +- hurricane/src/hurricane/hurricane/Slice.h | 20 +- hurricane/src/hurricane/hurricane/Slices.h | 20 +- hurricane/src/hurricane/hurricane/Slot.h | 23 +- hurricane/src/hurricane/hurricane/Symbols.h | 20 +- .../src/hurricane/hurricane/Tabulation.h | 20 +- .../src/hurricane/hurricane/Technology.h | 25 +- hurricane/src/hurricane/hurricane/Timer.h | 3 - .../src/hurricane/hurricane/Transformation.h | 20 +- .../src/hurricane/hurricane/TransistorLayer.h | 21 +- .../hurricane/hurricane/TransistorLayers.h | 79 +- .../src/hurricane/hurricane/UpdateSession.h | 20 +- .../hurricane/hurricane/VectorCollection.h | 20 +- hurricane/src/hurricane/hurricane/Vertical.h | 20 +- hurricane/src/hurricane/hurricane/Verticals.h | 20 +- hurricane/src/hurricane/hurricane/ViaLayer.h | 21 +- hurricane/src/hurricane/hurricane/ViaLayers.h | 79 +- hurricane/src/hurricane/hurricane/Views.h | 20 +- hurricane/src/hurricane/hurricane/Warning.h | 21 +- 193 files changed, 4111 insertions(+), 1127 deletions(-) delete mode 100644 hurricane/src/hurricane/DisplaySlot.cpp create mode 100644 hurricane/src/hurricane/GPL.txt create mode 100644 hurricane/src/hurricane/LGPL.txt delete mode 100644 hurricane/src/hurricane/hurricane/DisplaySlot.h delete mode 100644 hurricane/src/hurricane/hurricane/DisplaySlots.h diff --git a/hurricane/doc/hurricane/customHierarchy.html b/hurricane/doc/hurricane/customHierarchy.html index c2171c51..c9d17740 100644 --- a/hurricane/doc/hurricane/customHierarchy.html +++ b/hurricane/doc/hurricane/customHierarchy.html @@ -212,7 +212,7 @@ - +
Hurricane DocumentationCopyright © 2000-2007 Bull S.A. All rights reservedCopyright © 2000-2009 Bull S.A. All rights reserved
diff --git a/hurricane/doc/hurricane/customSummary.html b/hurricane/doc/hurricane/customSummary.html index 72453e75..7603ae5d 100644 --- a/hurricane/doc/hurricane/customSummary.html +++ b/hurricane/doc/hurricane/customSummary.html @@ -58,7 +58,7 @@ - +
Hurricane DocumentationCopyright © 2000-2007 Bull S.A. All rights reservedCopyright © 2000-2009 Bull S.A. All rights reserved
diff --git a/hurricane/doc/hurricane/footer.html b/hurricane/doc/hurricane/footer.html index e60172bd..7fee0761 100644 --- a/hurricane/doc/hurricane/footer.html +++ b/hurricane/doc/hurricane/footer.html @@ -9,7 +9,7 @@ - +
Hurricane DocumentationCopyright © 2000-2007 Bull S.A. All rights reservedCopyright © 2000-2009 Bull S.A. All rights reserved
diff --git a/hurricane/src/hurricane/BasicLayer.cpp b/hurricane/src/hurricane/BasicLayer.cpp index 9a4bef7a..6bc0821d 100644 --- a/hurricane/src/hurricane/BasicLayer.cpp +++ b/hurricane/src/hurricane/BasicLayer.cpp @@ -1,8 +1,23 @@ // -*- C++ -*- // -// This file is part of the Hurricane Software. -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN- +// TABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public +// License along with Hurricane. If not, see +// . // // =================================================================== // @@ -16,7 +31,7 @@ // | Author : Remy Escassut | // | E-mail : Jean-Paul.Chaput@lip6.fr | // | =============================================================== | -// | C++ Module : "./BasicLayer.cpp" | +// | C++ Module : "./BasicLayer.cpp" | // | *************************************************************** | // | U p d a t e s | // | | diff --git a/hurricane/src/hurricane/Box.cpp b/hurricane/src/hurricane/Box.cpp index 7478b142..33480276 100644 --- a/hurricane/src/hurricane/Box.cpp +++ b/hurricane/src/hurricane/Box.cpp @@ -1,9 +1,21 @@ // **************************************************************************************************** -// File: Box.cpp +// File: ./Box.cpp // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** -// 21-10-2003 added ManhattanDistance & ShrinkByFactor #include "hurricane/Error.h" #include "hurricane/Box.h" @@ -344,6 +356,7 @@ Record* Box::_getRecord() const } // End of Hurricane namespace. + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/Breakpoint.cpp b/hurricane/src/hurricane/Breakpoint.cpp index 3725ad6f..04c192bb 100644 --- a/hurricane/src/hurricane/Breakpoint.cpp +++ b/hurricane/src/hurricane/Breakpoint.cpp @@ -1,8 +1,23 @@ // -*- C++ -*- // -// This file is part of the Coriolis Software. -// Copyright (c) UPMC/LIP6 2008-2009, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN- +// TABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public +// License along with Hurricane. If not, see +// . // // =================================================================== // @@ -16,7 +31,7 @@ // | Author : Jean-Paul Chaput | // | E-mail : Jean-Paul.Chaput@lip6.fr | // | =============================================================== | -// | C++ Module : "./Breakpoint.cpp" | +// | C++ Module : "./Breakpoint.cpp" | // | *************************************************************** | // | U p d a t e s | // | | diff --git a/hurricane/src/hurricane/Bug.cpp b/hurricane/src/hurricane/Bug.cpp index f24f29f7..f85b9934 100644 --- a/hurricane/src/hurricane/Bug.cpp +++ b/hurricane/src/hurricane/Bug.cpp @@ -1,8 +1,23 @@ // -*- C++ -*- // -// This file is part of the Hurricane Software. -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN- +// TABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public +// License along with Hurricane. If not, see +// . // // =================================================================== // @@ -16,7 +31,7 @@ // | Author : Remy Escassut | // | E-mail : Jean-Paul.Chaput@lip6.fr | // | =============================================================== | -// | C++ Module : "./Bug.cpp" | +// | C++ Module : "./Bug.cpp" | // | *************************************************************** | // | U p d a t e s | // | | diff --git a/hurricane/src/hurricane/Cell.cpp b/hurricane/src/hurricane/Cell.cpp index ed9b4507..03d0b73f 100644 --- a/hurricane/src/hurricane/Cell.cpp +++ b/hurricane/src/hurricane/Cell.cpp @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Cell.cpp +// File: ./Cell.cpp // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #include "hurricane/Cell.h" @@ -581,6 +594,7 @@ void Cell::MarkerSet::_setNextElement(Marker* marker, Marker* nextMarker) const } // End of Hurricane namespace. + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/CellCollections.cpp b/hurricane/src/hurricane/CellCollections.cpp index 64c46d18..1a0c159b 100644 --- a/hurricane/src/hurricane/CellCollections.cpp +++ b/hurricane/src/hurricane/CellCollections.cpp @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Cell.cpp +// File: ./CellCollections.cpp // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #include "hurricane/Slice.h" @@ -4810,6 +4823,7 @@ string Cell_RecursiveSlavePathes::_getString () const } // End of Hurricane namespace. + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/Commons.cpp b/hurricane/src/hurricane/Commons.cpp index 769fa32a..b73a2da0 100644 --- a/hurricane/src/hurricane/Commons.cpp +++ b/hurricane/src/hurricane/Commons.cpp @@ -1,10 +1,22 @@ // **************************************************************************************************** -// File: Commons.cpp +// File: ./Commons.cpp // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** - #ifdef HAVE_LIBIBERTY #include "hurricane/demangle.h" #include "hurricane/libiberty.h" @@ -218,6 +230,7 @@ bool Scan ( const string &s } # endif + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/Component.cpp b/hurricane/src/hurricane/Component.cpp index 46261cb1..76f0508d 100644 --- a/hurricane/src/hurricane/Component.cpp +++ b/hurricane/src/hurricane/Component.cpp @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Component.cpp +// File: ./Component.cpp // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #include "hurricane/Component.h" @@ -932,6 +945,7 @@ double getArea ( Component* component ) } // End of Hurricane namespace. + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/Contact.cpp b/hurricane/src/hurricane/Contact.cpp index cdcc7e7c..3390d310 100644 --- a/hurricane/src/hurricane/Contact.cpp +++ b/hurricane/src/hurricane/Contact.cpp @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Contact.cpp +// File: ./Contact.cpp // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #include "hurricane/Contact.h" @@ -497,6 +510,7 @@ string Contact_Hooks::Locator::_getString() const } // End of Hurricane namespace. + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/ContactLayer.cpp b/hurricane/src/hurricane/ContactLayer.cpp index 4b6cfa68..79f05742 100644 --- a/hurricane/src/hurricane/ContactLayer.cpp +++ b/hurricane/src/hurricane/ContactLayer.cpp @@ -1,14 +1,28 @@ // -*- C++ -*- // -// This file is part of the Coriolis Software. -// Copyright (c) UPMC/LIP6 2008-2008, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN- +// TABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public +// License along with Hurricane. If not, see +// . // // =================================================================== // // $Id$ // -// // x-----------------------------------------------------------------x // | | // | H U R R I C A N E | @@ -17,7 +31,7 @@ // | Author : Jean-Paul Chaput | // | E-mail : Jean-Paul.Chaput@lip6.fr | // | =============================================================== | -// | C++ Module : "./ContactLayer.cpp" | +// | C++ Module : "./ContactLayer.cpp" | // | *************************************************************** | // | U p d a t e s | // | | diff --git a/hurricane/src/hurricane/DBo.cpp b/hurricane/src/hurricane/DBo.cpp index 959c38df..7e59fcd8 100644 --- a/hurricane/src/hurricane/DBo.cpp +++ b/hurricane/src/hurricane/DBo.cpp @@ -1,8 +1,23 @@ // -*- C++ -*- // -// This file is part of the Hurricane Software. -// Copyright (c) UPMC/LIP6 2008-2008, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN- +// TABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public +// License along with Hurricane. If not, see +// . // // =================================================================== // @@ -13,10 +28,10 @@ // | H U R R I C A N E | // | V L S I B a c k e n d D a t a - B a s e | // | | -// | Author : Jean-Paul Chaput | +// | Author : Remy Escassut | // | E-mail : Jean-Paul.Chaput@lip6.fr | // | =============================================================== | -// | C++ Module : "./DBo.cpp" | +// | C++ Module : "./DBo.cpp" | // | *************************************************************** | // | U p d a t e s | // | | diff --git a/hurricane/src/hurricane/DRCError.cpp b/hurricane/src/hurricane/DRCError.cpp index 8b5a6f20..11219070 100644 --- a/hurricane/src/hurricane/DRCError.cpp +++ b/hurricane/src/hurricane/DRCError.cpp @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: DRCError.h +// File: ./DRCError.cpp // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #include "hurricane/DRCError.h" @@ -70,3 +83,7 @@ Record* DRCError::_getRecord() const } } // End of Hurricane namespace. + +// **************************************************************************************************** +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// **************************************************************************************************** diff --git a/hurricane/src/hurricane/DataBase.cpp b/hurricane/src/hurricane/DataBase.cpp index abbbadde..794d513a 100644 --- a/hurricane/src/hurricane/DataBase.cpp +++ b/hurricane/src/hurricane/DataBase.cpp @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: DataBase.cpp +// File: ./DataBase.cpp // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #include "hurricane/DataBase.h" @@ -93,6 +106,7 @@ DataBase* DataBase::getDB() } // End of Hurricane namespace. + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/DbU.cpp b/hurricane/src/hurricane/DbU.cpp index a92ef9a3..abe09b33 100644 --- a/hurricane/src/hurricane/DbU.cpp +++ b/hurricane/src/hurricane/DbU.cpp @@ -1,8 +1,23 @@ // -*- C++ -*- // -// This file is part of the Coriolis Software. -// Copyright (c) UPMC/LIP6 2008-2009, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN- +// TABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public +// License along with Hurricane. If not, see +// . // // =================================================================== // @@ -16,7 +31,7 @@ // | Author : Remy Escassut | // | E-mail : Jean-Paul.Chaput@lip6.fr | // | =============================================================== | -// | C++ Module : "./DbU.cpp" | +// | C++ Module : "./DbU.cpp" | // | *************************************************************** | // | U p d a t e s | // | | diff --git a/hurricane/src/hurricane/DebugSession.cpp b/hurricane/src/hurricane/DebugSession.cpp index 2caaeae1..4179f459 100644 --- a/hurricane/src/hurricane/DebugSession.cpp +++ b/hurricane/src/hurricane/DebugSession.cpp @@ -1,8 +1,23 @@ // -*- C++ -*- // -// This file is part of the Coriolis Software. -// Copyright (c) UPMC/LIP6 2008-2008, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN- +// TABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public +// License along with Hurricane. If not, see +// . // // =================================================================== // @@ -10,7 +25,7 @@ // // x-----------------------------------------------------------------x // | | -// | C O R I O L I S | +// | H U R R I C A N E | // | V L S I B a c k e n d D a t a - B a s e | // | | // | Author : Jean-Paul Chaput | @@ -23,7 +38,6 @@ // x-----------------------------------------------------------------x - #include #include diff --git a/hurricane/src/hurricane/DeepNet.cpp b/hurricane/src/hurricane/DeepNet.cpp index 1eab9c5d..9ac9b4d2 100644 --- a/hurricane/src/hurricane/DeepNet.cpp +++ b/hurricane/src/hurricane/DeepNet.cpp @@ -1,37 +1,27 @@ - // -*- C++ -*- // -// This file is part of the Coriolis Project. -// Copyright (C) Laboratoire LIP6 - Departement ASIM -// Universite Pierre et Marie Curie +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // -// Main contributors : -// Christophe Alexandre -// Hugo Clément -// Jean-Paul Chaput -// Christian Masson +// This file is part of Hurricane. // -// The Coriolis Project 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. +// Hurricane is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. // -// The Coriolis Project 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. +// Hurricane is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN- +// TABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser GNU +// General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with the Coriolis Project; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 -// USA +// You should have received a copy of the Lesser GNU General Public +// License along with Hurricane. If not, see +// . // -// License-Tag -// Authors-Tag // =================================================================== // -// $Id: DeepNet.cpp,v 1.4 2008/02/15 12:26:38 dosfin Exp $ +// $Id$ // // x-----------------------------------------------------------------x // | | @@ -39,17 +29,15 @@ // | V L S I B a c k e n d D a t a - B a s e | // | | // | Author : Jean-Paul CHAPUT | -// | E-mail : Jean-Paul.Chaput@asim.lip6.fr | +// | E-mail : Jean-Paul.Chaput@lip6.fr | // | =============================================================== | -// | C++ Header : "./DeepNet.cpp" | +// | C++ Module : "./DeepNet.cpp" | // | *************************************************************** | // | U p d a t e s | // | | // x-----------------------------------------------------------------x - - #include "hurricane/DeepNet.h" #include "hurricane/Cell.h" #include "hurricane/Instance.h" diff --git a/hurricane/src/hurricane/DiffusionLayer.cpp b/hurricane/src/hurricane/DiffusionLayer.cpp index 42af01c4..a07dad21 100644 --- a/hurricane/src/hurricane/DiffusionLayer.cpp +++ b/hurricane/src/hurricane/DiffusionLayer.cpp @@ -1,8 +1,23 @@ // -*- C++ -*- // -// This file is part of the Coriolis Software. -// Copyright (c) UPMC/LIP6 2008-2009, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN- +// TABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public +// License along with Hurricane. If not, see +// . // // =================================================================== // @@ -16,7 +31,7 @@ // | Author : Jean-Paul Chaput | // | E-mail : Jean-Paul.Chaput@lip6.fr | // | =============================================================== | -// | C++ Module : "./DiffusionLayer.cpp" | +// | C++ Module : "./DiffusionLayer.cpp" | // | *************************************************************** | // | U p d a t e s | // | | diff --git a/hurricane/src/hurricane/DisplaySlot.cpp b/hurricane/src/hurricane/DisplaySlot.cpp deleted file mode 100644 index a5cc34cb..00000000 --- a/hurricane/src/hurricane/DisplaySlot.cpp +++ /dev/null @@ -1,172 +0,0 @@ -// **************************************************************************************************** -// -// This file is part of the Tsunami Project. -// Copyright (c) 2001-2004 Laboratoire LIP6 - Departement ASIM -// Universite Pierre et Marie Curie. -// -// File: DisplaySlot.cpp -// Author: C. Alexandre -// **************************************************************************************************** - -#include "hurricane/Error.h" -#include "hurricane/UserGo.h" -#include "hurricane/Relation.h" -#include "hurricane/Cell.h" -#include "hurricane/UpdateSession.h" - -#include "hurricane/DisplaySlot.h" - -namespace Hurricane { - -static Name DisplaySlotsCellRelationName("DisplaySlotsCellRelation"); - -static StandardRelation* getDisplaySlotRelation(const Cell* cell) -{ - Property* property = cell->getProperty(DisplaySlotsCellRelationName); - if (!property) - return NULL; - else - { - StandardRelation* relation = dynamic_cast(property); - if (!relation) - throw Error("Bad Property type: Must be a Standard Relation"); - return relation; - } -} - -// **************************************************************************************************** -// DisplaySlot implementation -// **************************************************************************************************** - -DisplaySlot::DisplaySlot(Cell* cell,const Name& name, unsigned short red1, unsigned short green1, unsigned short blue1, const string& pattern1, unsigned linewidth1, unsigned short red2, unsigned short green2, unsigned short blue2, const string& pattern2, unsigned linewidth2) -// *********************** - : Inherit() - , _cell(cell) - , _name(name) - , _quadTree() - //, _drawGC(NULL) - //, _fillGC(NULL) - , _isVisible(true) -{ - //_drawGC = gtk_gc_new(red1, green1, blue1, pattern1, linewidth1); - //_fillGC = gtk_gc_new(red2, green2, blue2, pattern2, linewidth2); -} - -DisplaySlot* DisplaySlot::create(Cell* cell, const Name& name, unsigned short red1, unsigned short green1, unsigned short blue1, const string& pattern1, unsigned linewidth1, unsigned short red2, unsigned short green2, unsigned short blue2, const string& pattern2, unsigned linewidth2) -// ****************************************** -{ - DisplaySlot* displaySlot = new DisplaySlot(cell, name, red1, green1, blue1, pattern1, linewidth1, red2, green2, blue2, pattern2, linewidth2); - - displaySlot->_postCreate(); - - return displaySlot; -} - -void DisplaySlot::_postCreate() -// *********************** -{ - Inherit::_postCreate(); - StandardRelation* relation = getDisplaySlotRelation(_cell); - if (!relation) - relation = StandardRelation::create(_cell, DisplaySlotsCellRelationName); - put(relation); -} - -void DisplaySlot::show() -// ********************* -{ - if (!_isVisible) { - _isVisible = true; - //for_each_view(view, _cell->getViews()) - //{ - // view->Invalidate(); - // end_for; - //} - } -} - -void DisplaySlot::hide() -// ********************* -{ - if (_isVisible) { - _isVisible = false; - } -} - -void DisplaySlot::flush() -// ********************** -{ - UpdateSession::open(); - vector govect; - _quadTree.getGos().fill(govect); - for (unsigned i = 0 ; i < govect.size() ; i++) { - govect[i]->destroy(); - } - UpdateSession::close(); -} - -UserGos DisplaySlot::getUserGos() const -// ************************************ -{ - return _quadTree.getGos().getSubSet(); -} - -UserGos DisplaySlot::getUserGosUnder(const Box& area) const -// ******************************************************** -{ - return _quadTree.getGosUnder(area).getSubSet(); -} - -string DisplaySlot::_getString() const -// *********************************** -{ - string s = Inherit::_getString(); - s.insert(s.length() - 1, " " + getString(getName())); - return s; -} - -Record* DisplaySlot::_getRecord() const -// ****************************** -{ - Record* record = Inherit::_getRecord(); - if (record) { - record->add(getSlot("Cell", _cell)); - record->add(getSlot("Name", _name)); - record->add(getSlot("QuadTree", &_quadTree)); - record->add(getSlot("Is Visible", _isVisible)); - } - return record; -} - -DisplaySlots getDisplaySlots(const Cell* cell) -{ - if (!cell) - throw Error("Null pointer on cell while getting display slots"); - - StandardRelation* relation = getDisplaySlotRelation(cell); - if (!relation) - return DisplaySlots(); - return relation->getSlaveOwners().getSubSet(); -} - -DisplaySlot* getDisplaySlot(const Cell* cell,const Name& name) -{ - if (!cell) - throw Error("Null pointer on cell while getting display slots"); - - StandardRelation* relation = getDisplaySlotRelation(cell); - if (!relation) - return NULL; - else - { - for_each_display_slot(displaySlot,relation->getSlaveOwners().getSubSet()) { - if (displaySlot->getName() == name) - return displaySlot; - end_for; - } - return NULL; - } -} - - -} // End of Hurricane namespace. diff --git a/hurricane/src/hurricane/Entity.cpp b/hurricane/src/hurricane/Entity.cpp index 06c69803..3a8d813d 100644 --- a/hurricane/src/hurricane/Entity.cpp +++ b/hurricane/src/hurricane/Entity.cpp @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Entity.cpp +// File: ./Entity.cpp // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #include "hurricane/Entity.h" @@ -91,6 +104,7 @@ Record* Entity::_getRecord() const } // End of Hurricane namespace. + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/Error.cpp b/hurricane/src/hurricane/Error.cpp index 4eeb307d..bb8f5c70 100644 --- a/hurricane/src/hurricane/Error.cpp +++ b/hurricane/src/hurricane/Error.cpp @@ -1,8 +1,23 @@ // -*- C++ -*- // -// This file is part of the Hurricane Software. -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN- +// TABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public +// License along with Hurricane. If not, see +// . // // =================================================================== // @@ -16,7 +31,7 @@ // | Author : Remy Escassut | // | E-mail : Jean-Paul.Chaput@lip6.fr | // | =============================================================== | -// | C++ Module : "./Error.cpp" | +// | C++ Module : "./Error.cpp" | // | *************************************************************** | // | U p d a t e s | // | | diff --git a/hurricane/src/hurricane/Exception.cpp b/hurricane/src/hurricane/Exception.cpp index 0b2f0520..69a031ef 100644 --- a/hurricane/src/hurricane/Exception.cpp +++ b/hurricane/src/hurricane/Exception.cpp @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Exception.cpp +// File: ./Exception.cpp // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #include "hurricane/Exception.h" @@ -34,6 +47,7 @@ Exception::~Exception() } // End of Hurricane namespace. + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/ExtensionGo.cpp b/hurricane/src/hurricane/ExtensionGo.cpp index 200480d1..64273cf4 100644 --- a/hurricane/src/hurricane/ExtensionGo.cpp +++ b/hurricane/src/hurricane/ExtensionGo.cpp @@ -1,8 +1,23 @@ // -*- C++ -*- // -// This file is part of the Hurricane Software. -// Copyright (c) UPMC/LIP6 2008-2008, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN- +// TABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public +// License along with Hurricane. If not, see +// . // // =================================================================== // @@ -16,7 +31,7 @@ // | Author : Jean-Paul Chaput | // | E-mail : Jean-Paul.Chaput@lip6.fr | // | =============================================================== | -// | C++ Module : "./ExtensionGo.cpp" | +// | C++ Module : "./ExtensionGo.cpp" | // | *************************************************************** | // | U p d a t e s | // | | diff --git a/hurricane/src/hurricane/ExtensionSlice.cpp b/hurricane/src/hurricane/ExtensionSlice.cpp index 8ea95296..daa4e507 100644 --- a/hurricane/src/hurricane/ExtensionSlice.cpp +++ b/hurricane/src/hurricane/ExtensionSlice.cpp @@ -1,8 +1,23 @@ // -*- C++ -*- // -// This file is part of the Hurricane Software. -// Copyright (c) UPMC/LIP6 2008-2008, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN- +// TABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public +// License along with Hurricane. If not, see +// . // // =================================================================== // @@ -16,7 +31,7 @@ // | Author : Jean-Paul Chaput | // | E-mail : Jean-Paul.Chaput@lip6.fr | // | =============================================================== | -// | C++ Module : "./ExtensionSlice.cpp" | +// | C++ Module : "./ExtensionSlice.cpp" | // | *************************************************************** | // | U p d a t e s | // | | diff --git a/hurricane/src/hurricane/GPL.txt b/hurricane/src/hurricane/GPL.txt new file mode 100644 index 00000000..94a9ed02 --- /dev/null +++ b/hurricane/src/hurricane/GPL.txt @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/hurricane/src/hurricane/Go.cpp b/hurricane/src/hurricane/Go.cpp index 5d0f5c60..d8dae671 100644 --- a/hurricane/src/hurricane/Go.cpp +++ b/hurricane/src/hurricane/Go.cpp @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Go.cpp +// File: ./Go.cpp // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #include "hurricane/Go.h" @@ -86,6 +99,7 @@ Record* Go::_getRecord() const } // End of Hurricane namespace. + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/Hook.cpp b/hurricane/src/hurricane/Hook.cpp index dabdcaf7..793ea179 100644 --- a/hurricane/src/hurricane/Hook.cpp +++ b/hurricane/src/hurricane/Hook.cpp @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Hook.cpp +// File: ./Hook.cpp // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #include "hurricane/Hook.h" @@ -613,6 +626,7 @@ string Hook_SlaveHooks::Locator::_getString() const } // End of Hurricane namespace. + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/Horizontal.cpp b/hurricane/src/hurricane/Horizontal.cpp index 38669e80..133dcd26 100644 --- a/hurricane/src/hurricane/Horizontal.cpp +++ b/hurricane/src/hurricane/Horizontal.cpp @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Horizontal.cpp +// File: ./Horizontal.cpp // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #include "hurricane/Horizontal.h" @@ -170,6 +183,7 @@ Record* Horizontal::_getRecord() const } // End of Hurricane namespace. + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/HyperNet.cpp b/hurricane/src/hurricane/HyperNet.cpp index 87577a2b..8f9cf633 100644 --- a/hurricane/src/hurricane/HyperNet.cpp +++ b/hurricane/src/hurricane/HyperNet.cpp @@ -1,9 +1,21 @@ // **************************************************************************************************** -// File: HyperNet.cpp +// File: ./HyperNet.cpp // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** -// 21-10-2003 Alignment BULL-LIP6 #include "hurricane/HyperNet.h" #include "hurricane/Cell.h" @@ -998,6 +1010,7 @@ string HyperNet_LeafPlugOccurrences::Locator::_getString() const } // End of Hurricane namespace. + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/Instance.cpp b/hurricane/src/hurricane/Instance.cpp index b4baac1c..aed30e9b 100644 --- a/hurricane/src/hurricane/Instance.cpp +++ b/hurricane/src/hurricane/Instance.cpp @@ -1,9 +1,21 @@ // **************************************************************************************************** -// File: Instance.cpp +// File: ./Instance.cpp // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** -// 21-10-2003 Alignment BULL-LIP6 #include "hurricane/Instance.h" #include "hurricane/Cell.h" @@ -703,6 +715,7 @@ Record* Instance::PlacementStatus::_getRecord() const } // End of Hurricane namespace. + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/Interruption.cpp b/hurricane/src/hurricane/Interruption.cpp index 47410a8c..c2b9773e 100644 --- a/hurricane/src/hurricane/Interruption.cpp +++ b/hurricane/src/hurricane/Interruption.cpp @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Interruption.cpp +// File: ./Interruption.cpp // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #include "hurricane/Interruption.h" @@ -50,6 +63,7 @@ string Interruption::_getString() const } // End of Hurricane namespace. + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/Interval.cpp b/hurricane/src/hurricane/Interval.cpp index 27875143..c186a9bf 100644 --- a/hurricane/src/hurricane/Interval.cpp +++ b/hurricane/src/hurricane/Interval.cpp @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Interval.cpp +// File: ./Interval.cpp // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #include "hurricane/Interval.h" @@ -243,6 +256,7 @@ Record* Interval::_getRecord() const } // End of Hurricane namespace. + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/LGPL.txt b/hurricane/src/hurricane/LGPL.txt new file mode 100644 index 00000000..cca7fc27 --- /dev/null +++ b/hurricane/src/hurricane/LGPL.txt @@ -0,0 +1,165 @@ + GNU LESSER GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + + This version of the GNU Lesser General Public License incorporates +the terms and conditions of version 3 of the GNU General Public +License, supplemented by the additional permissions listed below. + + 0. Additional Definitions. + + As used herein, "this License" refers to version 3 of the GNU Lesser +General Public License, and the "GNU GPL" refers to version 3 of the GNU +General Public License. + + "The Library" refers to a covered work governed by this License, +other than an Application or a Combined Work as defined below. + + An "Application" is any work that makes use of an interface provided +by the Library, but which is not otherwise based on the Library. +Defining a subclass of a class defined by the Library is deemed a mode +of using an interface provided by the Library. + + A "Combined Work" is a work produced by combining or linking an +Application with the Library. The particular version of the Library +with which the Combined Work was made is also called the "Linked +Version". + + The "Minimal Corresponding Source" for a Combined Work means the +Corresponding Source for the Combined Work, excluding any source code +for portions of the Combined Work that, considered in isolation, are +based on the Application, and not on the Linked Version. + + The "Corresponding Application Code" for a Combined Work means the +object code and/or source code for the Application, including any data +and utility programs needed for reproducing the Combined Work from the +Application, but excluding the System Libraries of the Combined Work. + + 1. Exception to Section 3 of the GNU GPL. + + You may convey a covered work under sections 3 and 4 of this License +without being bound by section 3 of the GNU GPL. + + 2. Conveying Modified Versions. + + If you modify a copy of the Library, and, in your modifications, a +facility refers to a function or data to be supplied by an Application +that uses the facility (other than as an argument passed when the +facility is invoked), then you may convey a copy of the modified +version: + + a) under this License, provided that you make a good faith effort to + ensure that, in the event an Application does not supply the + function or data, the facility still operates, and performs + whatever part of its purpose remains meaningful, or + + b) under the GNU GPL, with none of the additional permissions of + this License applicable to that copy. + + 3. Object Code Incorporating Material from Library Header Files. + + The object code form of an Application may incorporate material from +a header file that is part of the Library. You may convey such object +code under terms of your choice, provided that, if the incorporated +material is not limited to numerical parameters, data structure +layouts and accessors, or small macros, inline functions and templates +(ten or fewer lines in length), you do both of the following: + + a) Give prominent notice with each copy of the object code that the + Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the object code with a copy of the GNU GPL and this license + document. + + 4. Combined Works. + + You may convey a Combined Work under terms of your choice that, +taken together, effectively do not restrict modification of the +portions of the Library contained in the Combined Work and reverse +engineering for debugging such modifications, if you also do each of +the following: + + a) Give prominent notice with each copy of the Combined Work that + the Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the Combined Work with a copy of the GNU GPL and this license + document. + + c) For a Combined Work that displays copyright notices during + execution, include the copyright notice for the Library among + these notices, as well as a reference directing the user to the + copies of the GNU GPL and this license document. + + d) Do one of the following: + + 0) Convey the Minimal Corresponding Source under the terms of this + License, and the Corresponding Application Code in a form + suitable for, and under terms that permit, the user to + recombine or relink the Application with a modified version of + the Linked Version to produce a modified Combined Work, in the + manner specified by section 6 of the GNU GPL for conveying + Corresponding Source. + + 1) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (a) uses at run time + a copy of the Library already present on the user's computer + system, and (b) will operate properly with a modified version + of the Library that is interface-compatible with the Linked + Version. + + e) Provide Installation Information, but only if you would otherwise + be required to provide such information under section 6 of the + GNU GPL, and only to the extent that such information is + necessary to install and execute a modified version of the + Combined Work produced by recombining or relinking the + Application with a modified version of the Linked Version. (If + you use option 4d0, the Installation Information must accompany + the Minimal Corresponding Source and Corresponding Application + Code. If you use option 4d1, you must provide the Installation + Information in the manner specified by section 6 of the GNU GPL + for conveying Corresponding Source.) + + 5. Combined Libraries. + + You may place library facilities that are a work based on the +Library side by side in a single library together with other library +facilities that are not Applications and are not covered by this +License, and convey such a combined library under terms of your +choice, if you do both of the following: + + a) Accompany the combined library with a copy of the same work based + on the Library, uncombined with any other library facilities, + conveyed under the terms of this License. + + b) Give prominent notice with the combined library that part of it + is a work based on the Library, and explaining where to find the + accompanying uncombined form of the same work. + + 6. Revised Versions of the GNU Lesser General Public License. + + The Free Software Foundation may publish revised and/or new versions +of the GNU Lesser General Public License from time to time. Such new +versions will be similar in spirit to the present version, but may +differ in detail to address new problems or concerns. + + Each version is given a distinguishing version number. If the +Library as you received it specifies that a certain numbered version +of the GNU Lesser General Public License "or any later version" +applies to it, you have the option of following the terms and +conditions either of that published version or of any later version +published by the Free Software Foundation. If the Library as you +received it does not specify a version number of the GNU Lesser +General Public License, you may choose any version of the GNU Lesser +General Public License ever published by the Free Software Foundation. + + If the Library as you received it specifies that a proxy can decide +whether future versions of the GNU Lesser General Public License shall +apply, that proxy's public statement of acceptance of any version is +permanent authorization for you to choose that version for the +Library. diff --git a/hurricane/src/hurricane/Layer.cpp b/hurricane/src/hurricane/Layer.cpp index f514e088..240d008c 100644 --- a/hurricane/src/hurricane/Layer.cpp +++ b/hurricane/src/hurricane/Layer.cpp @@ -1,9 +1,23 @@ - // -*- C++ -*- // -// This file is part of the Hurricane Software. -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN- +// TABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public +// License along with Hurricane. If not, see +// . // // =================================================================== // @@ -17,7 +31,7 @@ // | Author : Remy Escassut | // | E-mail : Jean-Paul.Chaput@lip6.fr | // | =============================================================== | -// | C++ Module : "./Layer.cpp" | +// | C++ Module : "./Layer.cpp" | // | *************************************************************** | // | U p d a t e s | // | | diff --git a/hurricane/src/hurricane/Library.cpp b/hurricane/src/hurricane/Library.cpp index 6b27372f..c75987e7 100644 --- a/hurricane/src/hurricane/Library.cpp +++ b/hurricane/src/hurricane/Library.cpp @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Library.cpp +// File: ./Library.cpp // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #include "hurricane/Library.h" @@ -204,6 +217,7 @@ void Library::CellMap::_setNextElement(Cell* cell, Cell* nextCell) const } // End of Hurricane namespace. + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/Marker.cpp b/hurricane/src/hurricane/Marker.cpp index dfa86f93..08bc8e7f 100644 --- a/hurricane/src/hurricane/Marker.cpp +++ b/hurricane/src/hurricane/Marker.cpp @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Marker.cpp +// File: ./Marker.cpp // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #include "hurricane/Marker.h" @@ -86,6 +99,7 @@ Record* Marker::_getRecord() const } // End of Hurricane namespace. + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/Name.cpp b/hurricane/src/hurricane/Name.cpp index 5fc5e95b..66c74205 100644 --- a/hurricane/src/hurricane/Name.cpp +++ b/hurricane/src/hurricane/Name.cpp @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Name.cpp +// File: ./Name.cpp // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #include "hurricane/Name.h" @@ -183,6 +196,7 @@ Record* Name::_getRecord() const // **************************************************************************************************** + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/Net.cpp b/hurricane/src/hurricane/Net.cpp index 3677ccc1..2558f60b 100644 --- a/hurricane/src/hurricane/Net.cpp +++ b/hurricane/src/hurricane/Net.cpp @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Net.cpp +// File: ./Net.cpp // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #include "hurricane/Net.h" @@ -924,6 +937,7 @@ string Net_SlavePlugs::Locator::_getString() const } // End of Hurricane namespace. + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/NetExternalComponents.cpp b/hurricane/src/hurricane/NetExternalComponents.cpp index 9d57d378..3d6c6d4c 100644 --- a/hurricane/src/hurricane/NetExternalComponents.cpp +++ b/hurricane/src/hurricane/NetExternalComponents.cpp @@ -1,22 +1,37 @@ // -*- C++ -*- // -// This file is part of the Coriolis Software. -// Copyright (c) UPMC/LIP6 2008-2009, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN- +// TABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public +// License along with Hurricane. If not, see +// . // // =================================================================== // // $Id$ // -// x-----------------------------------------------------------------x +// x-----------------------------------------------------------------x // | | -// | C O R I O L I S | -// | Alliance / Hurricane Interface | +// | H U R R I C A N E | +// | V L S I B a c k e n d D a t a - B a s e | // | | // | Author : Christophe Alexandre | -// | E-mail : Christophe.Alexandre@asim.lip6.fr | +// | E-mail : Jean-Paul.Chaput@lip6.fr | // | =============================================================== | -// | C++ Module : "./NetExternalComponents.cpp" | +// | C++ Module : "./NetExternalComponents.cpp" | // | *************************************************************** | // | U p d a t e s | // | | diff --git a/hurricane/src/hurricane/Occurrence.cpp b/hurricane/src/hurricane/Occurrence.cpp index 9c9ef327..3aeb7140 100644 --- a/hurricane/src/hurricane/Occurrence.cpp +++ b/hurricane/src/hurricane/Occurrence.cpp @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Occurrence.cpp +// File: ./Occurrence.cpp // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #include "hurricane/Occurrence.h" @@ -242,6 +255,7 @@ string Occurrence::getName() const } // End of Hurricane namespace. + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/Pad.cpp b/hurricane/src/hurricane/Pad.cpp index d1354feb..d1f212ac 100644 --- a/hurricane/src/hurricane/Pad.cpp +++ b/hurricane/src/hurricane/Pad.cpp @@ -1,9 +1,21 @@ // **************************************************************************************************** -// File: Pad.cpp +// File: ./Pad.cpp // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** -// 21-10-2003 Alignment BULL-LIP6 (to be seen : PROVISOIREMENT in _Draw & _Highlight) #include "hurricane/Pad.h" #include "hurricane/Net.h" @@ -127,6 +139,7 @@ Record* Pad::_getRecord() const } // End of Hurricane namespace. + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/Path.cpp b/hurricane/src/hurricane/Path.cpp index 71cb866d..3a19de40 100644 --- a/hurricane/src/hurricane/Path.cpp +++ b/hurricane/src/hurricane/Path.cpp @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Path.cpp +// File: ./Path.cpp // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #include "hurricane/Path.h" @@ -259,6 +272,7 @@ Record* Path::_getRecord() const } // End of Hurricane namespace. + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/Pin.cpp b/hurricane/src/hurricane/Pin.cpp index 64e06ac4..5ecf2821 100644 --- a/hurricane/src/hurricane/Pin.cpp +++ b/hurricane/src/hurricane/Pin.cpp @@ -1,11 +1,20 @@ // **************************************************************************************************** -// -// This file is part of the Tsunami Project. -// Copyright (c) 2001-2004 Laboratoire LIP6 - Departement ASIM -// Universite Pierre et Marie Curie. -// -// File: Pin.cpp +// File: ./Pin.cpp // Authors: Christophe Alexandre. +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #include "hurricane/Cell.h" @@ -243,3 +252,7 @@ Record* Pin::PlacementStatus::_getRecord() const } // End of Hurricane namespace. + +// **************************************************************************************************** +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// **************************************************************************************************** diff --git a/hurricane/src/hurricane/Plug.cpp b/hurricane/src/hurricane/Plug.cpp index a5f2e35e..2a806f6b 100644 --- a/hurricane/src/hurricane/Plug.cpp +++ b/hurricane/src/hurricane/Plug.cpp @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Plug.cpp +// File: ./Plug.cpp // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #include "hurricane/Plug.h" @@ -202,6 +215,7 @@ string Plug::getName() const } // End of Hurricane namespace. + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/Point.cpp b/hurricane/src/hurricane/Point.cpp index 9321bf51..87c1ac77 100644 --- a/hurricane/src/hurricane/Point.cpp +++ b/hurricane/src/hurricane/Point.cpp @@ -1,9 +1,21 @@ // **************************************************************************************************** -// File: Point.cpp +// File: ./Point.cpp // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** -// 21-10-2003 Alignment BULL-LIP6 : added operators+ += ... (questionnable!) #include "hurricane/Point.h" @@ -115,6 +127,7 @@ Record* Point::_getRecord() const } // End of Hurricane namespace. + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/Property.cpp b/hurricane/src/hurricane/Property.cpp index 52fba60c..518f93e4 100644 --- a/hurricane/src/hurricane/Property.cpp +++ b/hurricane/src/hurricane/Property.cpp @@ -1,8 +1,23 @@ // -*- C++ -*- // -// This file is part of the Hurricane Software. -// Copyright (c) UPMC/LIP6 2008-2008, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN- +// TABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public +// License along with Hurricane. If not, see +// . // // =================================================================== // @@ -13,10 +28,10 @@ // | H U R R I C A N E | // | V L S I B a c k e n d D a t a - B a s e | // | | -// | Author : Jean-Paul Chaput | +// | Author : Remy Escassut | // | E-mail : Jean-Paul.Chaput@lip6.fr | // | =============================================================== | -// | C++ Module : "./Property.cpp" | +// | C++ Module : "./Property.cpp" | // | *************************************************************** | // | U p d a t e s | // | | diff --git a/hurricane/src/hurricane/QuadTree.cpp b/hurricane/src/hurricane/QuadTree.cpp index 49db4dd8..6be1da46 100644 --- a/hurricane/src/hurricane/QuadTree.cpp +++ b/hurricane/src/hurricane/QuadTree.cpp @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: QuadTree.cpp +// File: ./QuadTree.cpp // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #include "hurricane/QuadTree.h" @@ -834,6 +847,7 @@ string QuadTree_GosUnder::Locator::_getString() const } // End of Hurricane namespace. + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/Quark.cpp b/hurricane/src/hurricane/Quark.cpp index 723f0d94..2e66c153 100644 --- a/hurricane/src/hurricane/Quark.cpp +++ b/hurricane/src/hurricane/Quark.cpp @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Quark.cpp +// File: ./Quark.cpp // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #include "hurricane/Quark.h" @@ -123,6 +136,7 @@ Quark* Entity::_getQuark(SharedPath* sharedPath) const } // End of Hurricane namespace. + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/Query.cpp b/hurricane/src/hurricane/Query.cpp index bb5b2668..8068d496 100644 --- a/hurricane/src/hurricane/Query.cpp +++ b/hurricane/src/hurricane/Query.cpp @@ -1,21 +1,37 @@ // -*- C++ -*- // -// This file is part of the Coriolis Software. -// Copyright (c) UPMC/LIP6 2008-2008, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN- +// TABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public +// License along with Hurricane. If not, see +// . // // =================================================================== // // $Id$ // -// x-----------------------------------------------------------------x +// x-----------------------------------------------------------------x // | | // | H U R R I C A N E | +// | V L S I B a c k e n d D a t a - B a s e | // | | // | Author : Jean-Paul CHAPUT | -// | E-mail : Jean-Paul.Chaput@asim.lip6.fr | +// | E-mail : Jean-Paul.Chaput@lip6.fr | // | =============================================================== | -// | C++ Module : "./Query.cpp" | +// | C++ Module : "./Query.cpp" | // | *************************************************************** | // | U p d a t e s | // | | diff --git a/hurricane/src/hurricane/Record.cpp b/hurricane/src/hurricane/Record.cpp index baa833bd..670f7dfc 100644 --- a/hurricane/src/hurricane/Record.cpp +++ b/hurricane/src/hurricane/Record.cpp @@ -1,13 +1,27 @@ - // -*- C++ -*- // -// This file is part of the Hurricane Software. -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN- +// TABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public +// License along with Hurricane. If not, see +// . // // =================================================================== // -// $Id: Record.h,v 1.7 2007/07/29 15:24:58 jpc Exp $ +// $Id$ // // x-----------------------------------------------------------------x // | | @@ -17,7 +31,7 @@ // | Author : Remy Escassut | // | E-mail : Jean-Paul.Chaput@lip6.fr | // | =============================================================== | -// | C++ Module : "./Record.cpp" | +// | C++ Module : "./Record.cpp" | // | *************************************************************** | // | U p d a t e s | // | | diff --git a/hurricane/src/hurricane/Reference.cpp b/hurricane/src/hurricane/Reference.cpp index 725f32cd..38efdcbf 100644 --- a/hurricane/src/hurricane/Reference.cpp +++ b/hurricane/src/hurricane/Reference.cpp @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Reference.cpp +// File: ./Reference.cpp // Authors: J.-P. Chaput -// Copyright (c) LIP6/UPMC 2006-2006, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #include "hurricane/Reference.h" @@ -89,6 +102,7 @@ Record* Reference::_getRecord() const } // End of Hurricane namespace. + // **************************************************************************************************** -// Copyright (c) LIP6/UPMC 2006-2006, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/Region.cpp b/hurricane/src/hurricane/Region.cpp index 0b0dda8f..7ef62b5e 100644 --- a/hurricane/src/hurricane/Region.cpp +++ b/hurricane/src/hurricane/Region.cpp @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Region.cpp +// File: ./Region.cpp // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #include "hurricane/Region.h" @@ -3127,6 +3140,7 @@ Region::leftRightFacing (const Box box) const } // End of Hurricane namespace. + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/RegularLayer.cpp b/hurricane/src/hurricane/RegularLayer.cpp index afa56b1d..5a8defee 100644 --- a/hurricane/src/hurricane/RegularLayer.cpp +++ b/hurricane/src/hurricane/RegularLayer.cpp @@ -1,8 +1,23 @@ // -*- C++ -*- // -// This file is part of the Coriolis Software. -// Copyright (c) UPMC/LIP6 2008-2009, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN- +// TABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public +// License along with Hurricane. If not, see +// . // // =================================================================== // @@ -16,7 +31,7 @@ // | Author : Jean-Paul Chaput | // | E-mail : Jean-Paul.Chaput@lip6.fr | // | =============================================================== | -// | C++ Module : "./RegularLayer.cpp" | +// | C++ Module : "./RegularLayer.cpp" | // | *************************************************************** | // | U p d a t e s | // | | diff --git a/hurricane/src/hurricane/Relation.cpp b/hurricane/src/hurricane/Relation.cpp index 122b581e..1d03181b 100644 --- a/hurricane/src/hurricane/Relation.cpp +++ b/hurricane/src/hurricane/Relation.cpp @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Relation.cpp +// File: ./Relation.cpp // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #include "hurricane/Relation.h" @@ -158,6 +171,7 @@ Record* StandardRelation::_getRecord() const } // End of Hurricane namespace. + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/RoutingPad.cpp b/hurricane/src/hurricane/RoutingPad.cpp index 48e7990d..2c56f61f 100644 --- a/hurricane/src/hurricane/RoutingPad.cpp +++ b/hurricane/src/hurricane/RoutingPad.cpp @@ -1,11 +1,20 @@ // **************************************************************************************************** -// -// This file is part of the Coriolis Project. -// Copyright (c) 2001-2006 Laboratoire LIP6 - Departement ASIM -// Universite Pierre et Marie Curie. -// -// File: RoutingPad.cpp +// File: ./RoutingPad.cpp // Authors: H.Clement, M.Sroka +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #include "hurricane/RoutingPad.h" @@ -381,3 +390,7 @@ RoutingPad* createRoutingPad ( Pin* pin ) } // End of Hurricane namespace. + +// **************************************************************************************************** +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// **************************************************************************************************** diff --git a/hurricane/src/hurricane/Rubber.cpp b/hurricane/src/hurricane/Rubber.cpp index 73dd225a..87047782 100644 --- a/hurricane/src/hurricane/Rubber.cpp +++ b/hurricane/src/hurricane/Rubber.cpp @@ -1,9 +1,21 @@ // **************************************************************************************************** -// File: Rubber.cpp +// File: ./Rubber.cpp // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** -// 21-10-2003 Alignment BULL-LIP6 : Rubbers end at component center #include "hurricane/Rubber.h" #include "hurricane/Net.h" @@ -256,6 +268,7 @@ typedef struct pcmp_s { } // End of Hurricane namespace. + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/Segment.cpp b/hurricane/src/hurricane/Segment.cpp index 29103655..1c28ed11 100644 --- a/hurricane/src/hurricane/Segment.cpp +++ b/hurricane/src/hurricane/Segment.cpp @@ -1,9 +1,21 @@ // **************************************************************************************************** -// File: Segment.cpp +// File: ./Segment.cpp // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** -// 21-10-2003 Alignment BULL-LIP6 #include "hurricane/Segment.h" #include "hurricane/BasicLayer.h" @@ -618,6 +630,7 @@ string Segment_Anchors::Locator::_getString() const } // End of Hurricane namespace. + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/SharedName.cpp b/hurricane/src/hurricane/SharedName.cpp index d551ba07..84eafa53 100644 --- a/hurricane/src/hurricane/SharedName.cpp +++ b/hurricane/src/hurricane/SharedName.cpp @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: SharedName.cpp +// File: ./SharedName.cpp // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #include "hurricane/SharedName.h" @@ -74,6 +87,7 @@ bool SharedName::SharedNameMapComparator::operator()(string* s1, string* s2) con } // End of Hurricane namespace. + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/SharedPath.cpp b/hurricane/src/hurricane/SharedPath.cpp index 960b4dce..c755931b 100644 --- a/hurricane/src/hurricane/SharedPath.cpp +++ b/hurricane/src/hurricane/SharedPath.cpp @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: SharedPath.cpp +// File: ./SharedPath.cpp // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #include "hurricane/SharedPath.h" @@ -367,6 +380,7 @@ string SharedPath_Instances::Locator::_getString() const } // End of Hurricane namespace. + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/Slice.cpp b/hurricane/src/hurricane/Slice.cpp index 92681bcf..4c92881e 100644 --- a/hurricane/src/hurricane/Slice.cpp +++ b/hurricane/src/hurricane/Slice.cpp @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Slice.cpp +// File: ./Slice.cpp // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #include "hurricane/Slice.h" @@ -110,6 +123,7 @@ Record* Slice::_getRecord() const } // End of Hurricane namespace. + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/Slot.cpp b/hurricane/src/hurricane/Slot.cpp index 9b1d3b2b..49727e5a 100644 --- a/hurricane/src/hurricane/Slot.cpp +++ b/hurricane/src/hurricane/Slot.cpp @@ -1,12 +1,27 @@ // -*- C++ -*- // -// This file is part of the Hurricane Software. -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN- +// TABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public +// License along with Hurricane. If not, see +// . // // =================================================================== // -// $Id: Slot.cpp,v 1.9 2007/07/29 15:25:00 jpc Exp $ +// $Id$ // // x-----------------------------------------------------------------x // | | @@ -14,17 +29,15 @@ // | V L S I B a c k e n d D a t a - B a s e | // | | // | Author : Jean-Paul CHAPUT | -// | E-mail : Jean-Paul.Chaput@asim.lip6.fr | +// | E-mail : Jean-Paul.Chaput@lip6.fr | // | =============================================================== | -// | C++ Module : "./Slot.cpp" | +// | C++ Module : "./Slot.cpp" | // | *************************************************************** | // | U p d a t e s | // | | // x-----------------------------------------------------------------x - - #include "hurricane/Commons.h" diff --git a/hurricane/src/hurricane/Tabulation.cpp b/hurricane/src/hurricane/Tabulation.cpp index 2d53eb0a..41f95731 100644 --- a/hurricane/src/hurricane/Tabulation.cpp +++ b/hurricane/src/hurricane/Tabulation.cpp @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Tabulation.cpp +// File: ./Tabulation.cpp // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #include "hurricane/Tabulation.h" @@ -92,6 +105,7 @@ Tabulation tab(" "); } // End of Hurricane namespace. + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/Technology.cpp b/hurricane/src/hurricane/Technology.cpp index b01275b9..24ee9c47 100644 --- a/hurricane/src/hurricane/Technology.cpp +++ b/hurricane/src/hurricane/Technology.cpp @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Technology.cpp +// File: ./Technology.cpp // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #include "hurricane/Technology.h" @@ -562,6 +575,7 @@ string Technology_BasicLayers::Locator::_getString() const } // End of Hurricane namespace. + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/Timer.cpp b/hurricane/src/hurricane/Timer.cpp index 00deb4ac..ee670059 100644 --- a/hurricane/src/hurricane/Timer.cpp +++ b/hurricane/src/hurricane/Timer.cpp @@ -1,4 +1,3 @@ - /************************************************************************** *** *** Copyright (c) 1995-2000 Regents of the University of California, diff --git a/hurricane/src/hurricane/Transformation.cpp b/hurricane/src/hurricane/Transformation.cpp index 4482c433..b394870b 100644 --- a/hurricane/src/hurricane/Transformation.cpp +++ b/hurricane/src/hurricane/Transformation.cpp @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Transformation.cpp +// File: ./Transformation.cpp // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #include "hurricane/Transformation.h" @@ -285,6 +298,7 @@ Record* Transformation::Orientation::_getRecord() const } // End of Hurricane namespace. + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/TransistorLayer.cpp b/hurricane/src/hurricane/TransistorLayer.cpp index 91a8c2ef..24854a3a 100644 --- a/hurricane/src/hurricane/TransistorLayer.cpp +++ b/hurricane/src/hurricane/TransistorLayer.cpp @@ -1,14 +1,28 @@ // -*- C++ -*- // -// This file is part of the Coriolis Software. -// Copyright (c) UPMC/LIP6 2008-2008, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN- +// TABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public +// License along with Hurricane. If not, see +// . // // =================================================================== // // $Id$ // -// // x-----------------------------------------------------------------x // | | // | H U R R I C A N E | @@ -17,7 +31,7 @@ // | Author : Jean-Paul Chaput | // | E-mail : Jean-Paul.Chaput@lip6.fr | // | =============================================================== | -// | C++ Module : "./TransistorLayer.cpp" | +// | C++ Module : "./TransistorLayer.cpp" | // | *************************************************************** | // | U p d a t e s | // | | diff --git a/hurricane/src/hurricane/UpdateSession.cpp b/hurricane/src/hurricane/UpdateSession.cpp index bcc91edc..2adf4924 100644 --- a/hurricane/src/hurricane/UpdateSession.cpp +++ b/hurricane/src/hurricane/UpdateSession.cpp @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: UpdateSession.cpp +// File: ./UpdateSession.cpp // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #include "hurricane/UpdateSession.h" @@ -176,6 +189,7 @@ void UpdateSession::close() { } // End of Hurricane namespace. + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/Vertical.cpp b/hurricane/src/hurricane/Vertical.cpp index 62e0efe8..3c40aef7 100644 --- a/hurricane/src/hurricane/Vertical.cpp +++ b/hurricane/src/hurricane/Vertical.cpp @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Vertical.cpp +// File: ./Vertical.cpp // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #include "hurricane/Vertical.h" @@ -173,6 +186,7 @@ Record* Vertical::_getRecord() const } // End of Hurricane namespace. + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/ViaLayer.cpp b/hurricane/src/hurricane/ViaLayer.cpp index f1f46039..5f564cd9 100644 --- a/hurricane/src/hurricane/ViaLayer.cpp +++ b/hurricane/src/hurricane/ViaLayer.cpp @@ -1,37 +1,23 @@ - // -*- C++ -*- // -// This file is part of the Coriolis Project. -// Copyright (C) Laboratoire LIP6 - Departement ASIM -// Universite Pierre et Marie Curie +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // -// Main contributors : -// Christophe Alexandre -// Sophie Belloeil -// Hugo Clément -// Jean-Paul Chaput -// Damien Dupuis -// Christian Masson -// Marek Sroka -// -// The Coriolis Project 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. -// -// The Coriolis Project 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 the Coriolis Project; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 -// USA +// This file is part of Hurricane. // -// License-Tag -// Authors-Tag +// Hurricane is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN- +// TABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public +// License along with Hurricane. If not, see +// . // // =================================================================== // @@ -45,7 +31,7 @@ // | Author : Jean-Paul Chaput | // | E-mail : Jean-Paul.Chaput@lip6.fr | // | =============================================================== | -// | C++ Module : "./ViaLayer.cpp" | +// | C++ Module : "./ViaLayer.cpp" | // | *************************************************************** | // | U p d a t e s | // | | diff --git a/hurricane/src/hurricane/Warning.cpp b/hurricane/src/hurricane/Warning.cpp index e9127be6..18da2c39 100644 --- a/hurricane/src/hurricane/Warning.cpp +++ b/hurricane/src/hurricane/Warning.cpp @@ -1,8 +1,23 @@ // -*- C++ -*- // -// This file is part of the Hurricane Software. -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN- +// TABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public +// License along with Hurricane. If not, see +// . // // =================================================================== // @@ -16,7 +31,7 @@ // | Author : Remy Escassut | // | E-mail : Jean-Paul.Chaput@lip6.fr | // | =============================================================== | -// | C++ Module : "./Warning.cpp" | +// | C++ Module : "./Warning.cpp" | // | *************************************************************** | // | U p d a t e s | // | | diff --git a/hurricane/src/hurricane/hurricane/BasicLayer.h b/hurricane/src/hurricane/hurricane/BasicLayer.h index f92be236..c14e3ad5 100644 --- a/hurricane/src/hurricane/hurricane/BasicLayer.h +++ b/hurricane/src/hurricane/hurricane/BasicLayer.h @@ -1,9 +1,23 @@ - // -*- C++ -*- // -// This file is part of the Hurricane Software. -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN- +// TABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public +// License along with Hurricane. If not, see +// . // // =================================================================== // @@ -17,7 +31,7 @@ // | Author : Remy Escassut | // | E-mail : Jean-Paul.Chaput@lip6.fr | // | =============================================================== | -// | C++ Header : "./BasicLayer.h" | +// | C++ Header : "./hurricane/BasicLayer.h" | // | *************************************************************** | // | U p d a t e s | // | | diff --git a/hurricane/src/hurricane/hurricane/BasicLayers.h b/hurricane/src/hurricane/hurricane/BasicLayers.h index 940fe518..faa6c8ba 100644 --- a/hurricane/src/hurricane/hurricane/BasicLayers.h +++ b/hurricane/src/hurricane/hurricane/BasicLayers.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: BasicLayers.h +// File: ./hurricane/BasicLayers.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_BASIC_LAYERS @@ -57,6 +70,7 @@ typedef GenericFilter BasicLayerFilter; #endif // HURRICANE_BASIC_LAYERS + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/Box.h b/hurricane/src/hurricane/hurricane/Box.h index 8206833a..e8e4f17a 100644 --- a/hurricane/src/hurricane/hurricane/Box.h +++ b/hurricane/src/hurricane/hurricane/Box.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Box.h +// File: ./hurricane/Box.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_BOX @@ -125,6 +138,7 @@ INSPECTOR_PV_SUPPORT(Hurricane::Box); #endif // HURRICANE_BOX + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/Boxes.h b/hurricane/src/hurricane/hurricane/Boxes.h index b45c1c81..91c9311b 100644 --- a/hurricane/src/hurricane/hurricane/Boxes.h +++ b/hurricane/src/hurricane/hurricane/Boxes.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Boxes.h +// File: ./hurricane/Boxes.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_BOXES @@ -56,6 +69,7 @@ typedef GenericFilter BoxFilter; #endif // HURRICANE_BOXES + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/Breakpoint.h b/hurricane/src/hurricane/hurricane/Breakpoint.h index 8c8fe92b..c21fc19c 100644 --- a/hurricane/src/hurricane/hurricane/Breakpoint.h +++ b/hurricane/src/hurricane/hurricane/Breakpoint.h @@ -1,8 +1,23 @@ // -*- C++ -*- // -// This file is part of the Coriolis Software. -// Copyright (c) UPMC/LIP6 2008-2009, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN- +// TABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public +// License along with Hurricane. If not, see +// . // // =================================================================== // @@ -16,7 +31,7 @@ // | Author : Jean-Paul Chaput | // | E-mail : Jean-Paul.Chaput@lip6.fr | // | =============================================================== | -// | C++ Header : "./Breakpoint.h" | +// | C++ Header : "./hurricane/Breakpoint.h" | // | *************************************************************** | // | U p d a t e s | // | | diff --git a/hurricane/src/hurricane/hurricane/Bug.h b/hurricane/src/hurricane/hurricane/Bug.h index 250afdb3..2f65e755 100644 --- a/hurricane/src/hurricane/hurricane/Bug.h +++ b/hurricane/src/hurricane/hurricane/Bug.h @@ -1,8 +1,23 @@ // -*- C++ -*- // -// This file is part of the Hurricane Software. -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN- +// TABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public +// License along with Hurricane. If not, see +// . // // =================================================================== // @@ -16,7 +31,7 @@ // | Author : Remy Escassut | // | E-mail : Jean-Paul.Chaput@lip6.fr | // | =============================================================== | -// | C++ Header : "./Bug.h" | +// | C++ Header : "./hurricane/Bug.h" | // | *************************************************************** | // | U p d a t e s | // | | diff --git a/hurricane/src/hurricane/hurricane/Cell.h b/hurricane/src/hurricane/hurricane/Cell.h index 8efe78fc..bf537553 100644 --- a/hurricane/src/hurricane/hurricane/Cell.h +++ b/hurricane/src/hurricane/hurricane/Cell.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Cell.h +// File: ./hurricane/Cell.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_CELL @@ -312,6 +325,7 @@ INSPECTOR_P_SUPPORT(Hurricane::Cell::MarkerSet); #endif // HURRICANE_CELL + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/Cells.h b/hurricane/src/hurricane/hurricane/Cells.h index 40ba5b5d..4257339e 100644 --- a/hurricane/src/hurricane/hurricane/Cells.h +++ b/hurricane/src/hurricane/hurricane/Cells.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Cells.h +// File: ./hurricane/Cells.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_CELLS @@ -57,6 +70,7 @@ typedef GenericFilter CellFilter; #endif // HURRICANE_CELLS + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/Collection.h b/hurricane/src/hurricane/hurricane/Collection.h index 1a673888..ca7d11de 100644 --- a/hurricane/src/hurricane/hurricane/Collection.h +++ b/hurricane/src/hurricane/hurricane/Collection.h @@ -1,9 +1,21 @@ // **************************************************************************************************** -// File: Collection.h +// File: ./hurricane/Collection.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** -// 21-10-2003 Alignment LIP6 & BULL versions #ifndef HURRICANE_COLLECTION #define HURRICANE_COLLECTION @@ -911,6 +923,7 @@ template inline Hurricane::Record* getRecord ( const Hurricane::C #endif // HURRICANE_COLLECTION + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/Commons.h b/hurricane/src/hurricane/hurricane/Commons.h index 774a082f..9b3b3a11 100644 --- a/hurricane/src/hurricane/hurricane/Commons.h +++ b/hurricane/src/hurricane/hurricane/Commons.h @@ -1,9 +1,23 @@ - // -*- C++ -*- // -// This file is part of the Hurricane Software. -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN- +// TABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public +// License along with Hurricane. If not, see +// . // // =================================================================== // @@ -17,15 +31,13 @@ // | Author : Remy Escassut | // | E-mail : Jean-Paul.Chaput@lip6.fr | // | =============================================================== | -// | C++ Header : "./Commons.h" | +// | C++ Header : "./hurricane/Commons.h" | // | *************************************************************** | // | U p d a t e s | // | | // x-----------------------------------------------------------------x - - #ifndef __HURRICANE_COMMONS__ #define __HURRICANE_COMMONS__ diff --git a/hurricane/src/hurricane/hurricane/Component.h b/hurricane/src/hurricane/hurricane/Component.h index 6f2d6ee1..2fcd31ad 100644 --- a/hurricane/src/hurricane/hurricane/Component.h +++ b/hurricane/src/hurricane/hurricane/Component.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Component.h +// File: ./hurricane/Component.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_COMPONENT @@ -125,6 +138,7 @@ INSPECTOR_P_SUPPORT(Hurricane::Component::BodyHook); #endif // HURRICANE_COMPONENT + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/Components.h b/hurricane/src/hurricane/hurricane/Components.h index b0f85426..f4a5a911 100644 --- a/hurricane/src/hurricane/hurricane/Components.h +++ b/hurricane/src/hurricane/hurricane/Components.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Components.h +// File: ./hurricane/Components.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_COMPONENTS @@ -57,6 +70,7 @@ typedef GenericFilter ComponentFilter; #endif // HURRICANE_COMPONENTS + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/CompositeLayers.h b/hurricane/src/hurricane/hurricane/CompositeLayers.h index e93e1219..cb3de3cf 100644 --- a/hurricane/src/hurricane/hurricane/CompositeLayers.h +++ b/hurricane/src/hurricane/hurricane/CompositeLayers.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: CompositeLayers.h +// File: ./hurricane/CompositeLayers.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_COMPOSITE_LAYERS @@ -57,6 +70,7 @@ typedef GenericFilter CompositeLayerFilter; #endif // HURRICANE_COMPOSITE_LAYERS + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/Contact.h b/hurricane/src/hurricane/hurricane/Contact.h index 387dd631..e4915862 100644 --- a/hurricane/src/hurricane/hurricane/Contact.h +++ b/hurricane/src/hurricane/hurricane/Contact.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Contact.h +// File: ./hurricane/Contact.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_CONTACT @@ -144,6 +157,7 @@ INSPECTOR_P_SUPPORT(Hurricane::Contact::AnchorHook); #endif // HURRICANE_CONTACT + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/ContactLayer.h b/hurricane/src/hurricane/hurricane/ContactLayer.h index 20a423b2..a7d1e223 100644 --- a/hurricane/src/hurricane/hurricane/ContactLayer.h +++ b/hurricane/src/hurricane/hurricane/ContactLayer.h @@ -1,8 +1,23 @@ // -*- C++ -*- // -// This file is part of the Coriolis Software. -// Copyright (c) UPMC/LIP6 2008-2009, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN- +// TABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public +// License along with Hurricane. If not, see +// . // // =================================================================== // @@ -16,7 +31,7 @@ // | Author : Jean-Paul Chaput | // | E-mail : Jean-Paul.Chaput@lip6.fr | // | =============================================================== | -// | C++ Header : "./ContactLayer.h" | +// | C++ Header : "./hurricane/ContactLayer.h" | // | *************************************************************** | // | U p d a t e s | // | | diff --git a/hurricane/src/hurricane/hurricane/Contacts.h b/hurricane/src/hurricane/hurricane/Contacts.h index 5f63d6b6..f371b293 100644 --- a/hurricane/src/hurricane/hurricane/Contacts.h +++ b/hurricane/src/hurricane/hurricane/Contacts.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Contacts.h +// File: ./hurricane/Contacts.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_CONTACTS @@ -57,6 +70,7 @@ typedef GenericFilter ContactFilter; #endif // HURRICANE_CONTACTS + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/DBo.h b/hurricane/src/hurricane/hurricane/DBo.h index 283f52b6..a2746cf5 100644 --- a/hurricane/src/hurricane/hurricane/DBo.h +++ b/hurricane/src/hurricane/hurricane/DBo.h @@ -1,8 +1,23 @@ // -*- C++ -*- // -// This file is part of the Hurricane Software. -// Copyright (c) UPMC/LIP6 2008-2008, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN- +// TABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public +// License along with Hurricane. If not, see +// . // // =================================================================== // @@ -13,10 +28,10 @@ // | H U R R I C A N E | // | V L S I B a c k e n d D a t a - B a s e | // | | -// | Author : Jean-Paul Chaput | +// | Author : Remy Escassut | // | E-mail : Jean-Paul.Chaput@lip6.fr | // | =============================================================== | -// | C++ Header : "./DBo.h" | +// | C++ Header : "./hurricane/DBo.h" | // | *************************************************************** | // | U p d a t e s | // | | diff --git a/hurricane/src/hurricane/hurricane/DBos.h b/hurricane/src/hurricane/hurricane/DBos.h index 7d215590..d40f37c6 100644 --- a/hurricane/src/hurricane/hurricane/DBos.h +++ b/hurricane/src/hurricane/hurricane/DBos.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: DBos.h +// File: ./hurricane/DBos.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_DBOS @@ -57,6 +70,7 @@ typedef GenericFilter DBoFilter; #endif // HURRICANE_DBOS + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/DRCError.h b/hurricane/src/hurricane/hurricane/DRCError.h index 86b460cf..88ecdd6a 100644 --- a/hurricane/src/hurricane/hurricane/DRCError.h +++ b/hurricane/src/hurricane/hurricane/DRCError.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: DRCError.h +// File: ./hurricane/DRCError.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_DRCERROR @@ -63,6 +76,7 @@ class DRCError : public Marker { #endif // HURRICANE_DRCERROR + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/DataBase.h b/hurricane/src/hurricane/hurricane/DataBase.h index 3f701c5b..0fb4ed98 100644 --- a/hurricane/src/hurricane/hurricane/DataBase.h +++ b/hurricane/src/hurricane/hurricane/DataBase.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: DataBase.h +// File: ./hurricane/DataBase.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_DATA_BASE @@ -78,6 +91,7 @@ INSPECTOR_P_SUPPORT(Hurricane::DataBase); #endif // HURRICANE_DATA_BASE + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/DbU.h b/hurricane/src/hurricane/hurricane/DbU.h index 6f6fe9ba..32641259 100644 --- a/hurricane/src/hurricane/hurricane/DbU.h +++ b/hurricane/src/hurricane/hurricane/DbU.h @@ -1,9 +1,23 @@ - // -*- C++ -*- // -// This file is part of the Hurricane Software. -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN- +// TABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public +// License along with Hurricane. If not, see +// . // // =================================================================== // @@ -17,7 +31,7 @@ // | Author : Remy Escassut | // | E-mail : Jean-Paul.Chaput@lip6.fr | // | =============================================================== | -// | C++ Header : "./DbU.h" | +// | C++ Header : "./hurricane/DbU.h" | // | *************************************************************** | // | U p d a t e s | // | | diff --git a/hurricane/src/hurricane/hurricane/DebugSession.h b/hurricane/src/hurricane/hurricane/DebugSession.h index 80df0a22..5ece25c0 100644 --- a/hurricane/src/hurricane/hurricane/DebugSession.h +++ b/hurricane/src/hurricane/hurricane/DebugSession.h @@ -1,8 +1,23 @@ // -*- C++ -*- // -// This file is part of the Coriolis Software. -// Copyright (c) UPMC/LIP6 2008-2008, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN- +// TABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public +// License along with Hurricane. If not, see +// . // // =================================================================== // @@ -10,13 +25,13 @@ // // x-----------------------------------------------------------------x // | | -// | C O R I O L I S | +// | H U R R I C A N E | // | V L S I B a c k e n d D a t a - B a s e | // | | // | Author : Jean-Paul Chaput | // | E-mail : Jean-Paul.Chaput@lip6.fr | // | =============================================================== | -// | C++ Header : "./DebugSession.h" | +// | C++ Header : "./hurricane/DebugSession.h" | // | *************************************************************** | // | U p d a t e s | // | | diff --git a/hurricane/src/hurricane/hurricane/DeepNet.h b/hurricane/src/hurricane/hurricane/DeepNet.h index 6ba4e479..582e1012 100644 --- a/hurricane/src/hurricane/hurricane/DeepNet.h +++ b/hurricane/src/hurricane/hurricane/DeepNet.h @@ -1,37 +1,27 @@ - // -*- C++ -*- // -// This file is part of the Coriolis Project. -// Copyright (C) Laboratoire LIP6 - Departement ASIM -// Universite Pierre et Marie Curie +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // -// Main contributors : -// Christophe Alexandre -// Hugo Clément -// Jean-Paul Chaput -// Christian Masson +// This file is part of Hurricane. // -// The Coriolis Project 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. +// Hurricane is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. // -// The Coriolis Project 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. +// Hurricane is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN- +// TABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser GNU +// General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with the Coriolis Project; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 -// USA +// You should have received a copy of the Lesser GNU General Public +// License along with Hurricane. If not, see +// . // -// License-Tag -// Authors-Tag // =================================================================== // -// $Id: DeepNet.h,v 1.4 2008/02/15 12:26:38 dosfin Exp $ +// $Id$ // // x-----------------------------------------------------------------x // | | @@ -39,17 +29,15 @@ // | V L S I B a c k e n d D a t a - B a s e | // | | // | Author : Jean-Paul CHAPUT | -// | E-mail : Jean-Paul.Chaput@asim.lip6.fr | +// | E-mail : Jean-Paul.Chaput@lip6.fr | // | =============================================================== | -// | C++ Header : "./DeepNet.h" | +// | C++ Header : "./hurricane/DeepNet.h" | // | *************************************************************** | // | U p d a t e s | // | | // x-----------------------------------------------------------------x - - # ifndef __HURRICANE_DEEPNET__ # define __HURRICANE_DEEPNET__ diff --git a/hurricane/src/hurricane/hurricane/DiffusionLayer.h b/hurricane/src/hurricane/hurricane/DiffusionLayer.h index 1163357f..be67e1a0 100644 --- a/hurricane/src/hurricane/hurricane/DiffusionLayer.h +++ b/hurricane/src/hurricane/hurricane/DiffusionLayer.h @@ -1,8 +1,23 @@ // -*- C++ -*- // -// This file is part of the Coriolis Software. -// Copyright (c) UPMC/LIP6 2008-2009, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN- +// TABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public +// License along with Hurricane. If not, see +// . // // =================================================================== // @@ -16,7 +31,7 @@ // | Author : Jean-Paul Chaput | // | E-mail : Jean-Paul.Chaput@lip6.fr | // | =============================================================== | -// | C++ Header : "./DiffusionLayer.h" | +// | C++ Header : "./hurricane/DiffusionLayer.h" | // | *************************************************************** | // | U p d a t e s | // | | diff --git a/hurricane/src/hurricane/hurricane/DisplaySlot.h b/hurricane/src/hurricane/hurricane/DisplaySlot.h deleted file mode 100644 index 10238dda..00000000 --- a/hurricane/src/hurricane/hurricane/DisplaySlot.h +++ /dev/null @@ -1,84 +0,0 @@ -// **************************************************************************************************** -// -// This file is part of the Tsunami Project. -// Copyright (c) 2001-2004 Laboratoire LIP6 - Departement ASIM -// Universite Pierre et Marie Curie. -// -// File: DisplaySlot.h -// Author: C. Alexandre -// **************************************************************************************************** - -#ifndef HURRICANE_DISPLAY_SLOT -#define HURRICANE_DISPLAY_SLOT - -#include "hurricane/QuadTree.h" -#include "hurricane/UserGos.h" -#include "hurricane/DisplaySlots.h" - -namespace Hurricane { - -// **************************************************************************************************** -// DisplaySlot declaration -// **************************************************************************************************** - -class DisplaySlot : public DBo { -// *************************** - -// Types -// ***** - - public: typedef DBo Inherit; - -// Attributes -// ********** - private: Cell* _cell; - private: Name _name; - private: QuadTree _quadTree; - private: bool _isVisible; - -// Constructors -// ************ - - protected: DisplaySlot(Cell* cell,const Name& name, unsigned short red1, unsigned short green1, unsigned short blue1, const string& pattern1, unsigned linewidth1, unsigned short red2, unsigned short green2, unsigned short blue2, const string& pattern2, unsigned linewidth2); - public: static DisplaySlot* create(Cell* cell, const Name& name, unsigned short red1, unsigned short green1, unsigned short blue1, const string& pattern1 = "FFFFFFFFFFFFFFFF", unsigned linewidth1=0, unsigned short red2 = 0, unsigned short green2 = 0, unsigned short blue2 = 0, const string& pattern2 = "FFFFFFFFFFFFFFFF", unsigned linewidth2=0); - protected: virtual void _postCreate(); - -// Accessors -// ********* - - public: const Name& getName() const {return _name;}; - public: const Box& getBoundingBox() const {return _quadTree.getBoundingBox();}; - public: UserGos getUserGos() const; - public: UserGos getUserGosUnder(const Box& area) const; - -// Predicates -// ********** - - public: bool isVisible() const {return _isVisible;}; - public: void show(); - public: void hide(); - -// Updators -// ******** - public: void flush(); - -// Others -// ****** - public: QuadTree& _getQuadTree() { return _quadTree; } - - public: virtual string _getTypeName() const {return _TName("DisplaySlot");}; - public: virtual string _getString() const; - public: virtual Record* _getRecord() const; - -}; - -DisplaySlots getDisplaySlots(const Cell* cell); - -DisplaySlot* getDisplaySlot(const Cell* cell, const Name& name); - - - - -} // End of Hurricane namespace. - -#endif // HURRICANE_DISPLAY_SLOT diff --git a/hurricane/src/hurricane/hurricane/DisplaySlots.h b/hurricane/src/hurricane/hurricane/DisplaySlots.h deleted file mode 100644 index 1831d119..00000000 --- a/hurricane/src/hurricane/hurricane/DisplaySlots.h +++ /dev/null @@ -1,62 +0,0 @@ -// **************************************************************************************************** -// -// This file is part of the Tsunami Project. -// Copyright (c) 2001-2004 Laboratoire LIP6 - Departement ASIM -// Universite Pierre et Marie Curie. -// -// File: DisplaySlots.h -// Author: C. Alexandre -// **************************************************************************************************** - -#ifndef HURRICANE_DISPLAY_SLOTS -#define HURRICANE_DISPLAY_SLOTS - -#include "hurricane/Collection.h" - -namespace Hurricane { - -class DisplaySlot; - - - -// **************************************************************************************************** -// DisplaySlots declaration -// **************************************************************************************************** - -typedef GenericCollection DisplaySlots; - - - -// **************************************************************************************************** -// DisplaySlotLocator declaration -// **************************************************************************************************** - -typedef GenericLocator DisplaySlotLocator; - - - -// **************************************************************************************************** -// DisplaySlotFilter declaration -// **************************************************************************************************** - -typedef GenericFilter DisplaySlotFilter; - - - -// **************************************************************************************************** -// for_each_view declaration -// **************************************************************************************************** - -#define for_each_display_slot(displaySlot, displaySlots)\ -/******************************************************/\ -{\ - DisplaySlotLocator _locator = displaySlots.getLocator();\ - while (_locator.isValid()) {\ - DisplaySlot* displaySlot = _locator.getElement();\ - _locator.progress(); - - - -} // End of Hurricane namespace. - -#endif // HURRICANE_DISPLAY_SLOTS diff --git a/hurricane/src/hurricane/hurricane/Entities.h b/hurricane/src/hurricane/hurricane/Entities.h index 75f6030a..b7a8b100 100644 --- a/hurricane/src/hurricane/hurricane/Entities.h +++ b/hurricane/src/hurricane/hurricane/Entities.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Entities.h +// File: ./hurricane/Entities.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_ENTITIES @@ -57,6 +70,7 @@ typedef GenericFilter EntityFilter; #endif // HURRICANE_ENTITIES + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/Entity.h b/hurricane/src/hurricane/hurricane/Entity.h index b186c19f..ab2cb112 100644 --- a/hurricane/src/hurricane/hurricane/Entity.h +++ b/hurricane/src/hurricane/hurricane/Entity.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Entity.h +// File: ./hurricane/Entity.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_ENTITY @@ -66,6 +79,7 @@ INSPECTOR_P_SUPPORT(Hurricane::Entity); #endif // HURRICANE_ENTITY + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/Error.h b/hurricane/src/hurricane/hurricane/Error.h index 0a196983..6134ba5f 100644 --- a/hurricane/src/hurricane/hurricane/Error.h +++ b/hurricane/src/hurricane/hurricane/Error.h @@ -1,8 +1,23 @@ // -*- C++ -*- // -// This file is part of the Hurricane Software. -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN- +// TABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public +// License along with Hurricane. If not, see +// . // // =================================================================== // @@ -16,7 +31,7 @@ // | Author : Remy Escassut | // | E-mail : Jean-Paul.Chaput@lip6.fr | // | =============================================================== | -// | C++ Header : "./Error.h" | +// | C++ Header : "./hurricane/Error.h" | // | *************************************************************** | // | U p d a t e s | // | | diff --git a/hurricane/src/hurricane/hurricane/Exception.h b/hurricane/src/hurricane/hurricane/Exception.h index 13d97ebf..6c8d4028 100644 --- a/hurricane/src/hurricane/hurricane/Exception.h +++ b/hurricane/src/hurricane/hurricane/Exception.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Exception.h +// File: ./hurricane/Exception.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_EXCEPTION @@ -55,6 +68,7 @@ class Exception { #endif // HURRICANE_EXCEPTION + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/ExtensionGo.h b/hurricane/src/hurricane/hurricane/ExtensionGo.h index 95c20a03..65bcdab0 100644 --- a/hurricane/src/hurricane/hurricane/ExtensionGo.h +++ b/hurricane/src/hurricane/hurricane/ExtensionGo.h @@ -1,8 +1,23 @@ // -*- C++ -*- // -// This file is part of the Coriolis Software. -// Copyright (c) UPMC/LIP6 2008-2008, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN- +// TABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public +// License along with Hurricane. If not, see +// . // // =================================================================== // @@ -16,7 +31,7 @@ // | Author : Jean-Paul Chaput | // | E-mail : Jean-Paul.Chaput@lip6.fr | // | =============================================================== | -// | C++ Header : "./ExtensionGo.h" | +// | C++ Header : "./hurricane/ExtensionGo.h" | // | *************************************************************** | // | U p d a t e s | // | | diff --git a/hurricane/src/hurricane/hurricane/ExtensionGos.h b/hurricane/src/hurricane/hurricane/ExtensionGos.h index 35fd6a3d..e85c59c6 100644 --- a/hurricane/src/hurricane/hurricane/ExtensionGos.h +++ b/hurricane/src/hurricane/hurricane/ExtensionGos.h @@ -1,8 +1,23 @@ // -*- C++ -*- // -// This file is part of the Hurricane Software. -// Copyright (c) UPMC/LIP6 2008-2008, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN- +// TABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public +// License along with Hurricane. If not, see +// . // // =================================================================== // @@ -16,7 +31,7 @@ // | Author : Jean-Paul Chaput | // | E-mail : Jean-Paul.Chaput@lip6.fr | // | =============================================================== | -// | C++ Header : "./ExtensionGos.h" | +// | C++ Header : "./hurricane/ExtensionGos.h" | // | *************************************************************** | // | U p d a t e s | // | | diff --git a/hurricane/src/hurricane/hurricane/ExtensionSlice.h b/hurricane/src/hurricane/hurricane/ExtensionSlice.h index 7ddd55a1..0ff179a0 100644 --- a/hurricane/src/hurricane/hurricane/ExtensionSlice.h +++ b/hurricane/src/hurricane/hurricane/ExtensionSlice.h @@ -1,8 +1,23 @@ // -*- C++ -*- // -// This file is part of the Hurricane Software. -// Copyright (c) UPMC/LIP6 2008-2008, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN- +// TABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public +// License along with Hurricane. If not, see +// . // // =================================================================== // @@ -16,7 +31,7 @@ // | Author : Jean-Paul Chaput | // | E-mail : Jean-Paul.Chaput@lip6.fr | // | =============================================================== | -// | C++ Header : "./ExtensionSlice.h" | +// | C++ Header : "./hurricane/ExtensionSlice.h" | // | *************************************************************** | // | U p d a t e s | // | | diff --git a/hurricane/src/hurricane/hurricane/ExtensionSlices.h b/hurricane/src/hurricane/hurricane/ExtensionSlices.h index cfb49828..76825925 100644 --- a/hurricane/src/hurricane/hurricane/ExtensionSlices.h +++ b/hurricane/src/hurricane/hurricane/ExtensionSlices.h @@ -1,8 +1,23 @@ // -*- C++ -*- // -// This file is part of the Hurricane Software. -// Copyright (c) UPMC/LIP6 2008-2008, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN- +// TABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public +// License along with Hurricane. If not, see +// . // // =================================================================== // @@ -16,7 +31,7 @@ // | Author : Jean-Paul Chaput | // | E-mail : Jean-Paul.Chaput@lip6.fr | // | =============================================================== | -// | C++ Header : "./ExtensionSlices.h" | +// | C++ Header : "./hurricane/ExtensionSlices.h" | // | *************************************************************** | // | U p d a t e s | // | | diff --git a/hurricane/src/hurricane/hurricane/Filter.h b/hurricane/src/hurricane/hurricane/Filter.h index d84d3f22..1bb08213 100644 --- a/hurricane/src/hurricane/hurricane/Filter.h +++ b/hurricane/src/hurricane/hurricane/Filter.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Filter.h +// File: ./hurricane/Filter.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_FILTER @@ -292,6 +305,7 @@ template class NotFilter : public Filter { #endif // HURRICANE_FILTER + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/Go.h b/hurricane/src/hurricane/hurricane/Go.h index 1ecb47cb..f5fd788b 100644 --- a/hurricane/src/hurricane/hurricane/Go.h +++ b/hurricane/src/hurricane/hurricane/Go.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Go.h +// File: ./hurricane/Go.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_GO @@ -89,6 +102,7 @@ INSPECTOR_P_SUPPORT(Hurricane::Go); #endif // HURRICANE_GO + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/Gos.h b/hurricane/src/hurricane/hurricane/Gos.h index 706c4c78..e140e909 100644 --- a/hurricane/src/hurricane/hurricane/Gos.h +++ b/hurricane/src/hurricane/hurricane/Gos.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Gos.h +// File: ./hurricane/Gos.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_GOS @@ -57,6 +70,7 @@ typedef GenericFilter GoFilter; #endif // HURRICANE_GOS + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/Hook.h b/hurricane/src/hurricane/hurricane/Hook.h index e89344c8..50526834 100644 --- a/hurricane/src/hurricane/hurricane/Hook.h +++ b/hurricane/src/hurricane/hurricane/Hook.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Hook.h +// File: ./hurricane/Hook.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_HOOK @@ -97,6 +110,7 @@ INSPECTOR_P_SUPPORT(Hurricane::Hook); #endif // HURRICANE_HOOK + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/Hooks.h b/hurricane/src/hurricane/hurricane/Hooks.h index f2d49aa7..c0c9798f 100644 --- a/hurricane/src/hurricane/hurricane/Hooks.h +++ b/hurricane/src/hurricane/hurricane/Hooks.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Hooks.h +// File: ./hurricane/Hooks.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_HOOKS @@ -57,6 +70,7 @@ typedef GenericFilter HookFilter; #endif // HURRICANE_HOOKS + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/Horizontal.h b/hurricane/src/hurricane/hurricane/Horizontal.h index 4ee78340..43ea91fb 100644 --- a/hurricane/src/hurricane/hurricane/Horizontal.h +++ b/hurricane/src/hurricane/hurricane/Horizontal.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Horizontal.h +// File: ./hurricane/Horizontal.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_HORIZONTAL @@ -106,6 +119,7 @@ INSPECTOR_P_SUPPORT(Hurricane::Horizontal); #endif // HURRICANE_HORIZONTAL + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/Horizontals.h b/hurricane/src/hurricane/hurricane/Horizontals.h index 1802ef2a..c7b1d444 100644 --- a/hurricane/src/hurricane/hurricane/Horizontals.h +++ b/hurricane/src/hurricane/hurricane/Horizontals.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Horizontals.h +// File: ./hurricane/Horizontals.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_HORIZONTALS @@ -57,6 +70,7 @@ typedef GenericFilter HorizontalFilter; #endif // HURRICANE_HORIZONTALS + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/HyperNet.h b/hurricane/src/hurricane/hurricane/HyperNet.h index 61c7656c..4203b26a 100644 --- a/hurricane/src/hurricane/hurricane/HyperNet.h +++ b/hurricane/src/hurricane/hurricane/HyperNet.h @@ -1,9 +1,21 @@ // **************************************************************************************************** -// File: HyperNet.h +// File: ./hurricane/HyperNet.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** -// 21-10-2003 Alignment BULL-LIP6 #ifndef HURRICANE_HYPER_NET #define HURRICANE_HYPER_NET @@ -82,6 +94,7 @@ INSPECTOR_P_SUPPORT(Hurricane::HyperNet); #endif // HURRICANE_HYPER_NET + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/Instance.h b/hurricane/src/hurricane/hurricane/Instance.h index 36774173..09b977d2 100644 --- a/hurricane/src/hurricane/hurricane/Instance.h +++ b/hurricane/src/hurricane/hurricane/Instance.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Instance.h +// File: ./hurricane/Instance.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_INSTANCE @@ -210,6 +223,7 @@ IOSTREAM_VALUE_SUPPORT(Hurricane::Instance::PlacementStatus::Code); #endif // HURRICANE_INSTANCE + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/Instances.h b/hurricane/src/hurricane/hurricane/Instances.h index 61820126..a2247804 100644 --- a/hurricane/src/hurricane/hurricane/Instances.h +++ b/hurricane/src/hurricane/hurricane/Instances.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Instances.h +// File: ./hurricane/Instances.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_INSTANCES @@ -57,6 +70,7 @@ typedef GenericFilter InstanceFilter; #endif // HURRICANE_INSTANCES + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/Interruption.h b/hurricane/src/hurricane/hurricane/Interruption.h index 47e2c050..2eaff5c2 100644 --- a/hurricane/src/hurricane/hurricane/Interruption.h +++ b/hurricane/src/hurricane/hurricane/Interruption.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Interruption.h +// File: ./hurricane/Interruption.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_INTERRUPTION @@ -63,6 +76,7 @@ class Interruption : public Exception { #endif // HURRICANE_INTERRUPTION + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/Interval.h b/hurricane/src/hurricane/hurricane/Interval.h index 1e393f36..be7e401f 100644 --- a/hurricane/src/hurricane/hurricane/Interval.h +++ b/hurricane/src/hurricane/hurricane/Interval.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Interval.h +// File: ./hurricane/Interval.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_INTERVAL @@ -100,6 +113,7 @@ INSPECTOR_PV_SUPPORT(Hurricane::Interval); #endif // HURRICANE_INTERVAL + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/Intervals.h b/hurricane/src/hurricane/hurricane/Intervals.h index 88cb58c5..fb553827 100644 --- a/hurricane/src/hurricane/hurricane/Intervals.h +++ b/hurricane/src/hurricane/hurricane/Intervals.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Intervals.h +// File: ./hurricane/Intervals.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_INTERVALS @@ -56,6 +69,7 @@ typedef GenericFilter IntervalFilter; #endif // HURRICANE_INTERVALS + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/IntrusiveMap.h b/hurricane/src/hurricane/hurricane/IntrusiveMap.h index 492070cb..963b1613 100644 --- a/hurricane/src/hurricane/hurricane/IntrusiveMap.h +++ b/hurricane/src/hurricane/hurricane/IntrusiveMap.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: IntrusiveMap.h +// File: ./hurricane/IntrusiveMap.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_INTRUSIVE_MAP @@ -459,6 +472,7 @@ inline Hurricane::Record* getRecord ( const Hurricane::IntrusiveMap #endif // HURRICANE_INTRUSIVE_MAP + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/IntrusiveSet.h b/hurricane/src/hurricane/hurricane/IntrusiveSet.h index 92379274..eb24507b 100644 --- a/hurricane/src/hurricane/hurricane/IntrusiveSet.h +++ b/hurricane/src/hurricane/hurricane/IntrusiveSet.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: IntrusiveSet.h +// File: ./hurricane/IntrusiveSet.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_INTRUSIVE_SET @@ -472,6 +485,7 @@ inline Hurricane::Record* getRecord ( Hurricane::IntrusiveSet& intrusiveSe #endif // HURRICANE_INTRUSIVE_SET + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/Layer.h b/hurricane/src/hurricane/hurricane/Layer.h index 99991d93..01d24538 100644 --- a/hurricane/src/hurricane/hurricane/Layer.h +++ b/hurricane/src/hurricane/hurricane/Layer.h @@ -1,8 +1,23 @@ // -*- C++ -*- // -// This file is part of the Hurricane Software. -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN- +// TABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public +// License along with Hurricane. If not, see +// . // // =================================================================== // @@ -16,7 +31,7 @@ // | Author : Remy Escassut | // | E-mail : Jean-Paul.Chaput@lip6.fr | // | =============================================================== | -// | C++ Header : "./Layer.h" | +// | C++ Header : "./hurricane/Layer.h" | // | *************************************************************** | // | U p d a t e s | // | | diff --git a/hurricane/src/hurricane/hurricane/Layers.h b/hurricane/src/hurricane/hurricane/Layers.h index f54be862..51bcda5a 100644 --- a/hurricane/src/hurricane/hurricane/Layers.h +++ b/hurricane/src/hurricane/hurricane/Layers.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Layers.h +// File: ./hurricane/Layers.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_LAYERS @@ -57,6 +70,7 @@ typedef GenericFilter LayerFilter; #endif // HURRICANE_LAYERS + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/Libraries.h b/hurricane/src/hurricane/hurricane/Libraries.h index 23340841..85f07bd2 100644 --- a/hurricane/src/hurricane/hurricane/Libraries.h +++ b/hurricane/src/hurricane/hurricane/Libraries.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Libraries.h +// File: ./hurricane/Libraries.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_LIBRARIES @@ -57,6 +70,7 @@ typedef GenericFilter LibraryFilter; #endif // HURRICANE_LIBRARIES + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/Library.h b/hurricane/src/hurricane/hurricane/Library.h index 0ad6addf..81e7dca0 100644 --- a/hurricane/src/hurricane/hurricane/Library.h +++ b/hurricane/src/hurricane/hurricane/Library.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Library.h +// File: ./hurricane/Library.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_LIBRARY @@ -120,6 +133,7 @@ INSPECTOR_P_SUPPORT(Hurricane::Library::CellMap); #endif // HURRICANE_LIBRARY + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/ListCollection.h b/hurricane/src/hurricane/hurricane/ListCollection.h index bdd5c883..a08f12b2 100644 --- a/hurricane/src/hurricane/hurricane/ListCollection.h +++ b/hurricane/src/hurricane/hurricane/ListCollection.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: ListCollection.h +// File: ./hurricane/ListCollection.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_LIST_COLLECTION @@ -200,6 +213,7 @@ template #endif // HURRICANE_LIST_COLLECTION + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/Locator.h b/hurricane/src/hurricane/hurricane/Locator.h index ef76a5de..89015ed4 100644 --- a/hurricane/src/hurricane/hurricane/Locator.h +++ b/hurricane/src/hurricane/hurricane/Locator.h @@ -1,9 +1,21 @@ // **************************************************************************************************** -// File: Locator.h +// File: ./hurricane/Locator.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** -// 21-10-2003 Alignment BULL-LIP6 #ifndef HURRICANE_LOCATOR #define HURRICANE_LOCATOR @@ -254,6 +266,7 @@ template class GenericLocator : public Locator { #endif // HURRICANE_LOCATOR + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/MapCollection.h b/hurricane/src/hurricane/hurricane/MapCollection.h index 7045b206..afab05e9 100644 --- a/hurricane/src/hurricane/hurricane/MapCollection.h +++ b/hurricane/src/hurricane/hurricane/MapCollection.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: MapCollection.h +// File: ./hurricane/MapCollection.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_MAP_COLLECTION @@ -198,6 +211,7 @@ template #endif // HURRICANE_MAP_COLLECTION + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/Marker.h b/hurricane/src/hurricane/hurricane/Marker.h index 4460aec0..ef6ecc0f 100644 --- a/hurricane/src/hurricane/hurricane/Marker.h +++ b/hurricane/src/hurricane/hurricane/Marker.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Marker.h +// File: ./hurricane/Marker.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_MARKER @@ -70,6 +83,7 @@ class Marker : public Go { #endif // HURRICANE_MARKER + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/Markers.h b/hurricane/src/hurricane/hurricane/Markers.h index 7046ecb8..157d2b46 100644 --- a/hurricane/src/hurricane/hurricane/Markers.h +++ b/hurricane/src/hurricane/hurricane/Markers.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Markers.h +// File: ./hurricane/Markers.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_MARKERS @@ -57,6 +70,7 @@ typedef GenericFilter MarkerFilter; #endif // HURRICANE_MARKERS + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/Mask.h b/hurricane/src/hurricane/hurricane/Mask.h index 6a960125..4e86b94d 100644 --- a/hurricane/src/hurricane/hurricane/Mask.h +++ b/hurricane/src/hurricane/hurricane/Mask.h @@ -1,8 +1,23 @@ // -*- C++ -*- // -// This file is part of the Coriolis Software. -// Copyright (c) UPMC/LIP6 2008-2009, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN- +// TABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public +// License along with Hurricane. If not, see +// . // // =================================================================== // @@ -16,7 +31,7 @@ // | Author : Jean-Paul Chaput | // | E-mail : Jean-Paul.Chaput@lip6.fr | // | =============================================================== | -// | C++ Header : "./Mask.h" | +// | C++ Header : "./hurricane/Mask.h" | // | *************************************************************** | // | U p d a t e s | // | | diff --git a/hurricane/src/hurricane/hurricane/MultimapCollection.h b/hurricane/src/hurricane/hurricane/MultimapCollection.h index 761dd850..9c51ad55 100644 --- a/hurricane/src/hurricane/hurricane/MultimapCollection.h +++ b/hurricane/src/hurricane/hurricane/MultimapCollection.h @@ -1,8 +1,23 @@ // -*- C++ -*- // -// This file is part of the Coriolis Software. -// Copyright (c) UPMC/LIP6 2008-2008, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN- +// TABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public +// License along with Hurricane. If not, see +// . // // =================================================================== // @@ -16,7 +31,7 @@ // | Author : Jean-Paul Chaput | // | E-mail : Jean-Paul.Chaput@lip6.fr | // | =============================================================== | -// | C++ Header : "./MultimapCollection.h" | +// | C++ Header : "./hurricane/MultimapCollection.h" | // | *************************************************************** | // | U p d a t e s | // | | diff --git a/hurricane/src/hurricane/hurricane/MultisetCollection.h b/hurricane/src/hurricane/hurricane/MultisetCollection.h index bc6bfdb1..b75b6d8c 100644 --- a/hurricane/src/hurricane/hurricane/MultisetCollection.h +++ b/hurricane/src/hurricane/hurricane/MultisetCollection.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: MultisetCollection.h +// File: ./hurricane/MultisetCollection.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_MULTISET_COLLECTION @@ -194,6 +207,7 @@ template #endif // HURRICANE_SET_COLLECTION + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/Name.h b/hurricane/src/hurricane/hurricane/Name.h index 4bca69c9..c6d1152f 100644 --- a/hurricane/src/hurricane/hurricane/Name.h +++ b/hurricane/src/hurricane/hurricane/Name.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Name.h +// File: ./hurricane/Name.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_NAME @@ -84,6 +97,7 @@ INSPECTOR_PV_SUPPORT(Hurricane::Name); #endif // HURRICANE_NAME + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/Names.h b/hurricane/src/hurricane/hurricane/Names.h index 0d589885..6dfbcc4e 100644 --- a/hurricane/src/hurricane/hurricane/Names.h +++ b/hurricane/src/hurricane/hurricane/Names.h @@ -1,9 +1,23 @@ +// **************************************************************************************************** +// File: ./hurricane/Names.h +// Authors: R. Escassut +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . +// **************************************************************************************************** + #ifndef HURRICANE_NAMES -// -// This file is part of the Tsunami Project. -// Copyright (c) 2001-2004 Laboratoire LIP6 - Departement ASIM -// Universite Pierre et Marie Curie. -// #define HURRICANE_NAMES #include "hurricane/Collection.h" @@ -53,3 +67,7 @@ typedef GenericFilter NameFilter; } // End of Hurricane namespace. #endif // HURRICANE_NAMES + +// **************************************************************************************************** +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/Net.h b/hurricane/src/hurricane/hurricane/Net.h index d71110e2..0122ce7e 100644 --- a/hurricane/src/hurricane/hurricane/Net.h +++ b/hurricane/src/hurricane/hurricane/Net.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Net.h +// File: ./hurricane/Net.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_NET @@ -287,6 +300,7 @@ INSPECTOR_PV_SUPPORT(Hurricane::Net::Direction); #endif // HURRICANE_NET + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/NetExternalComponents.h b/hurricane/src/hurricane/hurricane/NetExternalComponents.h index af5f7664..905210eb 100644 --- a/hurricane/src/hurricane/hurricane/NetExternalComponents.h +++ b/hurricane/src/hurricane/hurricane/NetExternalComponents.h @@ -1,22 +1,37 @@ // -*- C++ -*- // -// This file is part of the Coriolis Software. -// Copyright (c) UPMC/LIP6 2008-2009, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN- +// TABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public +// License along with Hurricane. If not, see +// . // // =================================================================== // // $Id$ // -// x-----------------------------------------------------------------x +// x-----------------------------------------------------------------x // | | -// | C O R I O L I S | -// | Alliance / Hurricane Interface | +// | H U R R I C A N E | +// | V L S I B a c k e n d D a t a - B a s e | // | | // | Author : Christophe Alexandre | -// | E-mail : Christophe.Alexandre@asim.lip6.fr | +// | E-mail : Jean-Paul.Chaput@lip6.fr | // | =============================================================== | -// | C++ Header : "./NetExternalComponents.h" | +// | C++ Header : "./hurricane/NetExternalComponents.h" | // | *************************************************************** | // | U p d a t e s | // | | diff --git a/hurricane/src/hurricane/hurricane/Nets.h b/hurricane/src/hurricane/hurricane/Nets.h index b6e8a59d..70a231d2 100644 --- a/hurricane/src/hurricane/hurricane/Nets.h +++ b/hurricane/src/hurricane/hurricane/Nets.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Nets.h +// File: ./hurricane/Nets.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_NETS @@ -60,6 +73,7 @@ typedef GenericFilter NetFilter; #endif // HURRICANE_NETS + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/Occurrence.h b/hurricane/src/hurricane/hurricane/Occurrence.h index 558194c9..80cd3414 100644 --- a/hurricane/src/hurricane/hurricane/Occurrence.h +++ b/hurricane/src/hurricane/hurricane/Occurrence.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Occurrence.h +// File: ./hurricane/Occurrence.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_OCCURENCE @@ -97,6 +110,7 @@ INSPECTOR_PV_SUPPORT(Hurricane::Occurrence); #endif // HURRICANE_OCCURENCE + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/Occurrences.h b/hurricane/src/hurricane/hurricane/Occurrences.h index 6d4c61bc..3328de13 100644 --- a/hurricane/src/hurricane/hurricane/Occurrences.h +++ b/hurricane/src/hurricane/hurricane/Occurrences.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Occurrences.h +// File: ./hurricane/Occurrences.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_OCCURENCES @@ -57,6 +70,7 @@ typedef GenericFilter OccurrenceFilter; #endif // HURRICANE_OCCURENCES + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/Pad.h b/hurricane/src/hurricane/hurricane/Pad.h index 6d38503b..f14a61f0 100644 --- a/hurricane/src/hurricane/hurricane/Pad.h +++ b/hurricane/src/hurricane/hurricane/Pad.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Pad.h +// File: ./hurricane/Pad.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_PAD @@ -75,6 +88,7 @@ INSPECTOR_P_SUPPORT(Hurricane::Pad); #endif // HURRICANE_PAD + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/Pads.h b/hurricane/src/hurricane/hurricane/Pads.h index def75072..6de9cbcd 100644 --- a/hurricane/src/hurricane/hurricane/Pads.h +++ b/hurricane/src/hurricane/hurricane/Pads.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Pads.h +// File: ./hurricane/Pads.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_PADS @@ -57,6 +70,7 @@ typedef GenericFilter PadFilter; #endif // HURRICANE_PADS + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/Path.h b/hurricane/src/hurricane/hurricane/Path.h index 84a3ca76..6738ac33 100644 --- a/hurricane/src/hurricane/hurricane/Path.h +++ b/hurricane/src/hurricane/hurricane/Path.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Path.h +// File: ./hurricane/Path.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_PATH @@ -102,6 +115,7 @@ INSPECTOR_PV_SUPPORT(Hurricane::Path); #endif // HURRICANE_PATH + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/Pathes.h b/hurricane/src/hurricane/hurricane/Pathes.h index ee04ed60..1a0dc422 100644 --- a/hurricane/src/hurricane/hurricane/Pathes.h +++ b/hurricane/src/hurricane/hurricane/Pathes.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Pathes.h +// File: ./hurricane/Pathes.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_PATHES @@ -56,6 +69,7 @@ typedef GenericFilter PathFilter; #endif // HURRICANE_PATHES + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/Pin.h b/hurricane/src/hurricane/hurricane/Pin.h index 084fccb6..689c7951 100644 --- a/hurricane/src/hurricane/hurricane/Pin.h +++ b/hurricane/src/hurricane/hurricane/Pin.h @@ -1,11 +1,20 @@ // **************************************************************************************************** -// -// This file is part of the Tsunami Project. -// Copyright (c) 2001-2004 Laboratoire LIP6 - Departement ASIM -// Universite Pierre et Marie Curie. -// -// File: Pin.h -// Author: C. Alexandre freely inspired from Remy's Contact.h +// File: ./hurricane/Pin.h +// Authors: C. Alexandre +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_PIN @@ -147,3 +156,7 @@ class Pin : public Contact { #endif // HURRICANE_PIN + +// **************************************************************************************************** +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/Pins.h b/hurricane/src/hurricane/hurricane/Pins.h index 9909413f..87b504b9 100644 --- a/hurricane/src/hurricane/hurricane/Pins.h +++ b/hurricane/src/hurricane/hurricane/Pins.h @@ -1,11 +1,20 @@ // **************************************************************************************************** -// -// This file is part of the Tsunami Project. -// Copyright (c) 2001-2004 Laboratoire LIP6 - Departement ASIM -// Universite Pierre et Marie Curie. -// -// File: Pins.h +// File: ./hurricane/Pins.h // Authors: Christophe Alexandre. +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_PINS @@ -60,3 +69,7 @@ typedef GenericFilter PinFilter; } // End of Hurricane namespace. #endif // HURRICANE_PINS + +// **************************************************************************************************** +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/Plug.h b/hurricane/src/hurricane/hurricane/Plug.h index 2516c263..1cd69f91 100644 --- a/hurricane/src/hurricane/hurricane/Plug.h +++ b/hurricane/src/hurricane/hurricane/Plug.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Plug.h +// File: ./hurricane/Plug.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_PLUG @@ -109,6 +122,7 @@ INSPECTOR_P_SUPPORT(Hurricane::Plug); #endif // HURRICANE_PLUG + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/Plugs.h b/hurricane/src/hurricane/hurricane/Plugs.h index 7089d57f..ca937576 100644 --- a/hurricane/src/hurricane/hurricane/Plugs.h +++ b/hurricane/src/hurricane/hurricane/Plugs.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Plugs.h +// File: ./hurricane/Plugs.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_PLUGS @@ -57,6 +70,7 @@ typedef GenericFilter PlugFilter; #endif // HURRICANE_PLUGS + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/Point.h b/hurricane/src/hurricane/hurricane/Point.h index 200f5b93..06422a1a 100644 --- a/hurricane/src/hurricane/hurricane/Point.h +++ b/hurricane/src/hurricane/hurricane/Point.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Point.h +// File: ./hurricane/Point.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_POINT @@ -83,6 +96,7 @@ INSPECTOR_PV_SUPPORT(Hurricane::Point); #endif // HURRICANE_POINT + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/Points.h b/hurricane/src/hurricane/hurricane/Points.h index 0aca9d14..1d70e051 100644 --- a/hurricane/src/hurricane/hurricane/Points.h +++ b/hurricane/src/hurricane/hurricane/Points.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Points.h +// File: ./hurricane/Points.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_POINTS @@ -56,6 +69,7 @@ typedef GenericFilter PointFilter; #endif // HURRICANE_POINTS + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/Primitives.h b/hurricane/src/hurricane/hurricane/Primitives.h index 65bc3117..97dc09d5 100644 --- a/hurricane/src/hurricane/hurricane/Primitives.h +++ b/hurricane/src/hurricane/hurricane/Primitives.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Primitives.h +// File: ./hurricane/Primitives.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_PRIMITIVES @@ -57,6 +70,7 @@ typedef GenericFilter PrimitiveFilter; #endif // HURRICANE_PRIMITIVES + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/Properties.h b/hurricane/src/hurricane/hurricane/Properties.h index 991ed38b..5f6b0bb2 100644 --- a/hurricane/src/hurricane/hurricane/Properties.h +++ b/hurricane/src/hurricane/hurricane/Properties.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Properties.h +// File: ./hurricane/Properties.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_PROPERTIES @@ -57,6 +70,7 @@ typedef GenericFilter PropertyFilter; #endif // HURRICANE_PROPERTIES + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/Property.h b/hurricane/src/hurricane/hurricane/Property.h index 8b3f48d8..ebe5bb71 100644 --- a/hurricane/src/hurricane/hurricane/Property.h +++ b/hurricane/src/hurricane/hurricane/Property.h @@ -1,8 +1,23 @@ // -*- C++ -*- // -// This file is part of the Hurricane Software. -// Copyright (c) UPMC/LIP6 2008-2008, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN- +// TABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public +// License along with Hurricane. If not, see +// . // // =================================================================== // @@ -13,10 +28,10 @@ // | H U R R I C A N E | // | V L S I B a c k e n d D a t a - B a s e | // | | -// | Author : Jean-Paul Chaput | +// | Author : Remy Escassut | // | E-mail : Jean-Paul.Chaput@lip6.fr | // | =============================================================== | -// | C++ Header : "./Property.h" | +// | C++ Header : "./hurricane/Property.h" | // | *************************************************************** | // | U p d a t e s | // | | diff --git a/hurricane/src/hurricane/hurricane/QuadTree.h b/hurricane/src/hurricane/hurricane/QuadTree.h index 8fe32a5d..e88b8151 100644 --- a/hurricane/src/hurricane/hurricane/QuadTree.h +++ b/hurricane/src/hurricane/hurricane/QuadTree.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: QuadTree.h +// File: ./hurricane/QuadTree.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_QUAD_TREE @@ -119,6 +132,7 @@ INSPECTOR_P_SUPPORT(Hurricane::QuadTree::GoSet); #endif // HURRICANE_QUAD_TREE + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/Quark.h b/hurricane/src/hurricane/hurricane/Quark.h index df3c18fd..1e13a601 100644 --- a/hurricane/src/hurricane/hurricane/Quark.h +++ b/hurricane/src/hurricane/hurricane/Quark.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Quark.h +// File: ./hurricane/Quark.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_QUARK @@ -69,6 +82,7 @@ INSPECTOR_P_SUPPORT(Hurricane::Quark); #endif // HURRICANE_QUARK + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/Quarks.h b/hurricane/src/hurricane/hurricane/Quarks.h index 4429bd4b..cf2bcf0c 100644 --- a/hurricane/src/hurricane/hurricane/Quarks.h +++ b/hurricane/src/hurricane/hurricane/Quarks.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Quarks.h +// File: ./hurricane/Quarks.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_QUARKS @@ -57,6 +70,7 @@ typedef GenericFilter QuarkFilter; #endif // HURRICANE_QUARKS + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/Query.h b/hurricane/src/hurricane/hurricane/Query.h index 4b6d7acd..7d9dd7fa 100644 --- a/hurricane/src/hurricane/hurricane/Query.h +++ b/hurricane/src/hurricane/hurricane/Query.h @@ -1,22 +1,37 @@ // -*- C++ -*- // -// This file is part of the Coriolis Software. -// Copyright (c) UPMC/LIP6 2008-2009, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN- +// TABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public +// License along with Hurricane. If not, see +// . // // =================================================================== // // $Id$ // -// x-----------------------------------------------------------------x +// x-----------------------------------------------------------------x // | | // | H U R R I C A N E | // | V L S I B a c k e n d D a t a - B a s e | // | | // | Author : Jean-Paul CHAPUT | -// | E-mail : Jean-Paul.Chaput@asim.lip6.fr | +// | E-mail : Jean-Paul.Chaput@lip6.fr | // | =============================================================== | -// | C++ Header : "./Query.h" | +// | C++ Header : "./hurricane/Query.h" | // | *************************************************************** | // | U p d a t e s | // | | diff --git a/hurricane/src/hurricane/hurricane/Record.h b/hurricane/src/hurricane/hurricane/Record.h index 24ccb73f..80ee509f 100644 --- a/hurricane/src/hurricane/hurricane/Record.h +++ b/hurricane/src/hurricane/hurricane/Record.h @@ -1,13 +1,27 @@ - // -*- C++ -*- // -// This file is part of the Hurricane Software. -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN- +// TABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public +// License along with Hurricane. If not, see +// . // // =================================================================== // -// $Id: Record.h,v 1.7 2007/07/29 15:24:58 jpc Exp $ +// $Id$ // // x-----------------------------------------------------------------x // | | @@ -17,15 +31,13 @@ // | Author : Remy Escassut | // | E-mail : Jean-Paul.Chaput@lip6.fr | // | =============================================================== | -// | C++ Header : "./Record.h" | +// | C++ Header : "./hurricane/Record.h" | // | *************************************************************** | // | U p d a t e s | // | | // x-----------------------------------------------------------------x - - #ifndef __HURRICANE_RECORD__ #define __HURRICANE_RECORD__ diff --git a/hurricane/src/hurricane/hurricane/Reference.h b/hurricane/src/hurricane/hurricane/Reference.h index b48bdae6..f5432933 100644 --- a/hurricane/src/hurricane/hurricane/Reference.h +++ b/hurricane/src/hurricane/hurricane/Reference.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Reference.h +// File: ./hurricane/Reference.h // Authors: J.-P. Chaput -// Copyright (c) LIP6/UPMC 2006-2006, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_REFERENCE @@ -68,6 +81,7 @@ class Reference : public Marker { #endif // HURRICANE_REFERENCE + // **************************************************************************************************** -// Copyright (c) LIP6/UPMC 2006-2006, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/References.h b/hurricane/src/hurricane/hurricane/References.h index 50f813f9..26c34886 100644 --- a/hurricane/src/hurricane/hurricane/References.h +++ b/hurricane/src/hurricane/hurricane/References.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: References.h +// File: ./hurricane/References.h // Authors: J.-P. Chaput -// Copyright (c) LIP6/UPMC 2006-2006, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_REFERENCES @@ -57,6 +70,7 @@ typedef GenericFilter ReferenceFilter; #endif // HURRICANE_REFERENCES + // **************************************************************************************************** -// Copyright (c) LIP6/UPMC 2006-2006, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/Region.h b/hurricane/src/hurricane/hurricane/Region.h index e11b2a46..1cfc8596 100644 --- a/hurricane/src/hurricane/hurricane/Region.h +++ b/hurricane/src/hurricane/hurricane/Region.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Region.h +// File: ./hurricane/Region.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_REGION @@ -224,6 +237,7 @@ class Region { #endif // HURRICANE_REGION + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/RegularLayer.h b/hurricane/src/hurricane/hurricane/RegularLayer.h index 165c27bb..304cead4 100644 --- a/hurricane/src/hurricane/hurricane/RegularLayer.h +++ b/hurricane/src/hurricane/hurricane/RegularLayer.h @@ -1,8 +1,23 @@ // -*- C++ -*- // -// This file is part of the Coriolis Software. -// Copyright (c) UPMC/LIP6 2008-2009, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN- +// TABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public +// License along with Hurricane. If not, see +// . // // =================================================================== // @@ -16,7 +31,7 @@ // | Author : Jean-Paul Chaput | // | E-mail : Jean-Paul.Chaput@lip6.fr | // | =============================================================== | -// | C++ Header : "./RegularLayer.h" | +// | C++ Header : "./hurricane/RegularLayer.h" | // | *************************************************************** | // | U p d a t e s | // | | diff --git a/hurricane/src/hurricane/hurricane/RegularLayers.h b/hurricane/src/hurricane/hurricane/RegularLayers.h index a90b464a..b5a9995a 100644 --- a/hurricane/src/hurricane/hurricane/RegularLayers.h +++ b/hurricane/src/hurricane/hurricane/RegularLayers.h @@ -1,45 +1,48 @@ - // -*- C++ -*- // -// This file is part of the Coriolis Project. -// Copyright (C) Laboratoire LIP6 - Departement ASIM -// Universite Pierre et Marie Curie +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // -// Main contributors : -// Christophe Alexandre -// Sophie Belloeil -// Hugo Clément -// Jean-Paul Chaput -// Damien Dupuis -// Christian Masson -// Marek Sroka -// -// The Coriolis Project 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. -// -// The Coriolis Project 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 the Coriolis Project; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 -// USA +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN- +// TABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public +// License along with Hurricane. If not, see +// . // -// License-Tag -// Authors-Tag // =================================================================== +// +// $Id$ +// +// x-----------------------------------------------------------------x +// | | +// | H U R R I C A N E | +// | V L S I B a c k e n d D a t a - B a s e | +// | | +// | Author : Jean-Paul Chaput | +// | E-mail : Jean-Paul.Chaput@lip6.fr | +// | =============================================================== | +// | C++ Header : "./hurricane/RegularLayers.h" | +// | *************************************************************** | +// | U p d a t e s | +// | | +// x-----------------------------------------------------------------x -# ifndef __HURRICANE_REGULAR_LAYERS_H__ -# define __HURRICANE_REGULAR_LAYERS_H__ +#ifndef __HURRICANE_REGULAR_LAYERS_H__ +#define __HURRICANE_REGULAR_LAYERS_H__ -# include "hurricane/Collection.h" +#include "hurricane/Collection.h" namespace Hurricane { @@ -52,11 +55,11 @@ namespace Hurricane { typedef GenericLocator RegularLayerLocator; typedef GenericFilter RegularLayerFilter; -# define for_each_regular_layer(regularLayer, regularLayers) { \ - RegularLayerLocator _locator = regularLayers.getLocator(); \ - while ( _locator.isValid() ) { \ - RegularLayer* regularLayer = _locator.getElement(); \ - _locator.progress(); +#define for_each_regular_layer(regularLayer, regularLayers) { \ + RegularLayerLocator _locator = regularLayers.getLocator(); \ + while ( _locator.isValid() ) { \ + RegularLayer* regularLayer = _locator.getElement(); \ + _locator.progress(); } diff --git a/hurricane/src/hurricane/hurricane/Relation.h b/hurricane/src/hurricane/hurricane/Relation.h index 19c4a899..7cefd0ae 100644 --- a/hurricane/src/hurricane/hurricane/Relation.h +++ b/hurricane/src/hurricane/hurricane/Relation.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Relation.h +// File: ./hurricane/Relation.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_RELATION @@ -103,6 +116,7 @@ class StandardRelation : public Relation { #endif // HURRICANE_RELATION + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/RoutingPad.h b/hurricane/src/hurricane/hurricane/RoutingPad.h index 3420cf43..8810d1e3 100644 --- a/hurricane/src/hurricane/hurricane/RoutingPad.h +++ b/hurricane/src/hurricane/hurricane/RoutingPad.h @@ -1,11 +1,20 @@ // **************************************************************************************************** -// -// This file is part of the Coriolis Project. -// Copyright (c) 2001-2006 Laboratoire LIP6 - Departement ASIM -// Universite Pierre et Marie Curie. -// -// File: RoutingPad.h +// File: ./hurricane/RoutingPad.h // Authors: H.Clement, M.Sroka +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_ROUTINGPAD @@ -107,3 +116,7 @@ RoutingPad* createRoutingPad ( Pin* pin ); INSPECTOR_P_SUPPORT(Hurricane::RoutingPad); #endif // HURRICANE_ROUTINGPAD + +// **************************************************************************************************** +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/RoutingPads.h b/hurricane/src/hurricane/hurricane/RoutingPads.h index 9c817bbe..30cbe5a0 100644 --- a/hurricane/src/hurricane/hurricane/RoutingPads.h +++ b/hurricane/src/hurricane/hurricane/RoutingPads.h @@ -1,11 +1,20 @@ // **************************************************************************************************** -// -// This file is part of the Coriolis Project. -// Copyright (c) 2001-2006 Laboratoire LIP6 - Departement ASIM -// Universite Pierre et Marie Curie. -// -// File: RoutingPads.h +// File: ./hurricane/RoutingPads.h // Authors: H.Clement M.Sroka +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_ROUTINGPADS @@ -61,6 +70,7 @@ typedef GenericFilter RoutingPadFilter; #endif // HURRICANE_ROUTINGPADS + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/Rubber.h b/hurricane/src/hurricane/hurricane/Rubber.h index 0d9bfed3..50de18c0 100644 --- a/hurricane/src/hurricane/hurricane/Rubber.h +++ b/hurricane/src/hurricane/hurricane/Rubber.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Rubber.h +// File: ./hurricane/Rubber.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_RUBBER @@ -101,6 +114,7 @@ INSPECTOR_P_SUPPORT(Hurricane::Rubber); #endif // HURRICANE_RUBBER + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/Rubbers.h b/hurricane/src/hurricane/hurricane/Rubbers.h index 975c8b12..a3259a65 100644 --- a/hurricane/src/hurricane/hurricane/Rubbers.h +++ b/hurricane/src/hurricane/hurricane/Rubbers.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Rubbers.h +// File: ./hurricane/Rubbers.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_RUBBERS @@ -57,6 +70,7 @@ typedef GenericFilter RubberFilter; #endif // HURRICANE_RUBBERS + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/Segment.h b/hurricane/src/hurricane/hurricane/Segment.h index b32f8bc1..007ed0b4 100644 --- a/hurricane/src/hurricane/hurricane/Segment.h +++ b/hurricane/src/hurricane/hurricane/Segment.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Segment.h +// File: ./hurricane/Segment.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_SEGMENT @@ -130,6 +143,7 @@ INSPECTOR_P_SUPPORT(Hurricane::Segment::TargetHook); #endif // HURRICANE_SEGMENT + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/Segments.h b/hurricane/src/hurricane/hurricane/Segments.h index a9192740..987a1afb 100644 --- a/hurricane/src/hurricane/hurricane/Segments.h +++ b/hurricane/src/hurricane/hurricane/Segments.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Segments.h +// File: ./hurricane/Segments.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_SEGMENTS @@ -57,6 +70,7 @@ typedef GenericFilter SegmentFilter; #endif // HURRICANE_SEGMENTS + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/Selectors.h b/hurricane/src/hurricane/hurricane/Selectors.h index c93475dc..7f811860 100644 --- a/hurricane/src/hurricane/hurricane/Selectors.h +++ b/hurricane/src/hurricane/hurricane/Selectors.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Selectors.h +// File: ./hurricane/Selectors.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_SELECTORS @@ -57,6 +70,7 @@ typedef GenericFilter SelectorFilter; #endif // HURRICANE_SELECTORS + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/SetCollection.h b/hurricane/src/hurricane/hurricane/SetCollection.h index a6796dfa..d0f39f1b 100644 --- a/hurricane/src/hurricane/hurricane/SetCollection.h +++ b/hurricane/src/hurricane/hurricane/SetCollection.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: SetCollection.h +// File: ./hurricane/SetCollection.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_SET_COLLECTION @@ -208,6 +221,7 @@ template #endif // HURRICANE_SET_COLLECTION + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/SharedName.h b/hurricane/src/hurricane/hurricane/SharedName.h index 82cd0547..c8c4019e 100644 --- a/hurricane/src/hurricane/hurricane/SharedName.h +++ b/hurricane/src/hurricane/hurricane/SharedName.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: SharedName.h +// File: ./hurricane/SharedName.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_SHARED_NAME @@ -89,6 +102,7 @@ INSPECTOR_P_SUPPORT(Hurricane::SharedName); #endif // HURRICANE_SHARED_NAME + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/SharedPath.h b/hurricane/src/hurricane/hurricane/SharedPath.h index f49f0510..56d04996 100644 --- a/hurricane/src/hurricane/hurricane/SharedPath.h +++ b/hurricane/src/hurricane/hurricane/SharedPath.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: SharedPath.h +// File: ./hurricane/SharedPath.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_SHARED_PATH @@ -118,6 +131,7 @@ INSPECTOR_P_SUPPORT(Hurricane::SharedPath); #endif // HURRICANE_SHARED_PATH + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/SharedPathes.h b/hurricane/src/hurricane/hurricane/SharedPathes.h index 0b933656..497396ec 100644 --- a/hurricane/src/hurricane/hurricane/SharedPathes.h +++ b/hurricane/src/hurricane/hurricane/SharedPathes.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: SharedPathes.h +// File: ./hurricane/SharedPathes.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_SHARED_PATHES @@ -57,6 +70,7 @@ typedef GenericFilter SharedPathFilter; #endif // HURRICANE_SHARED_PATHES + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/Slice.h b/hurricane/src/hurricane/hurricane/Slice.h index 648f0dbb..77e16b6a 100644 --- a/hurricane/src/hurricane/hurricane/Slice.h +++ b/hurricane/src/hurricane/hurricane/Slice.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Slice.h +// File: ./hurricane/Slice.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_SLICE @@ -96,6 +109,7 @@ INSPECTOR_P_SUPPORT(Hurricane::Slice); #endif // HURRICANE_SLICE + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/Slices.h b/hurricane/src/hurricane/hurricane/Slices.h index a748df7e..aec53ef1 100644 --- a/hurricane/src/hurricane/hurricane/Slices.h +++ b/hurricane/src/hurricane/hurricane/Slices.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Slices.h +// File: ./hurricane/Slices.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_SLICES @@ -57,6 +70,7 @@ typedef GenericFilter SliceFilter; #endif // HURRICANE_SLICES + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/Slot.h b/hurricane/src/hurricane/hurricane/Slot.h index 0c19917c..16739d69 100644 --- a/hurricane/src/hurricane/hurricane/Slot.h +++ b/hurricane/src/hurricane/hurricane/Slot.h @@ -1,8 +1,23 @@ // -*- C++ -*- // -// This file is part of the Hurricane Software. -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN- +// TABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public +// License along with Hurricane. If not, see +// . // // =================================================================== // @@ -16,15 +31,13 @@ // | Author : Remy Escassut | // | E-mail : Jean-Paul.Chaput@lip6.fr | // | =============================================================== | -// | C++ Header : "./Slot.h" | +// | C++ Header : "./hurricane/Slot.h" | // | *************************************************************** | // | U p d a t e s | // | | // x-----------------------------------------------------------------x - - #ifndef __HURRICANE_SLOT__ #define __HURRICANE_SLOT__ diff --git a/hurricane/src/hurricane/hurricane/Symbols.h b/hurricane/src/hurricane/hurricane/Symbols.h index a0f649dd..b4cd1840 100644 --- a/hurricane/src/hurricane/hurricane/Symbols.h +++ b/hurricane/src/hurricane/hurricane/Symbols.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Symbols.h +// File: ./hurricane/Symbols.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_SYMBOLS @@ -57,6 +70,7 @@ typedef GenericFilter SymbolFilter; #endif // HURRICANE_SYMBOLS + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/Tabulation.h b/hurricane/src/hurricane/hurricane/Tabulation.h index 767a43f7..aaf0d188 100644 --- a/hurricane/src/hurricane/hurricane/Tabulation.h +++ b/hurricane/src/hurricane/hurricane/Tabulation.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Tabulation.h +// File: ./hurricane/Tabulation.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_TABULATION @@ -85,6 +98,7 @@ INSPECTOR_PV_SUPPORT(Hurricane::Tabulation); #endif // HURRICANE_TABULATION + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/Technology.h b/hurricane/src/hurricane/hurricane/Technology.h index 58f3748b..4c065721 100644 --- a/hurricane/src/hurricane/hurricane/Technology.h +++ b/hurricane/src/hurricane/hurricane/Technology.h @@ -1,8 +1,23 @@ // -*- C++ -*- // -// This file is part of the Coriolis Software. -// Copyright (c) UPMC/LIP6 2008-2008, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN- +// TABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public +// License along with Hurricane. If not, see +// . // // =================================================================== // @@ -10,13 +25,13 @@ // // x-----------------------------------------------------------------x // | | -// | C O R I O L I S | +// | H U R R I C A N E | // | V L S I B a c k e n d D a t a - B a s e | // | | -// | Author : Jean-Paul Chaput | +// | Author : Remy Escassut | // | E-mail : Jean-Paul.Chaput@lip6.fr | // | =============================================================== | -// | C++ Header : "./Technology.h" | +// | C++ Header : "./hurricane/Technology.h" | // | *************************************************************** | // | U p d a t e s | // | | diff --git a/hurricane/src/hurricane/hurricane/Timer.h b/hurricane/src/hurricane/hurricane/Timer.h index 2d6856ee..a1d0addc 100644 --- a/hurricane/src/hurricane/hurricane/Timer.h +++ b/hurricane/src/hurricane/hurricane/Timer.h @@ -1,4 +1,3 @@ - /************************************************************************** *** *** Copyright (c) 1995-2000 Regents of the University of California, @@ -184,8 +183,6 @@ namespace Hurricane { GETSTRING_VALUE_SUPPORT(Hurricane::Timer); IOSTREAM_VALUE_SUPPORT(Hurricane::Timer); -//inline std::ostream& operator<< ( std::ostream& o, Hurricane::Timer d ) -//{ return o << "<" << "Hurricane::Timer" << ">" << getString(d); } #endif // __HURRICANE_TIMER__ diff --git a/hurricane/src/hurricane/hurricane/Transformation.h b/hurricane/src/hurricane/hurricane/Transformation.h index d9afe71c..3e3650dd 100644 --- a/hurricane/src/hurricane/hurricane/Transformation.h +++ b/hurricane/src/hurricane/hurricane/Transformation.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Transformation.h +// File: ./hurricane/Transformation.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_TRANSFORMATION @@ -193,6 +206,7 @@ IOSTREAM_POINTER_SUPPORT(Hurricane::Transformation::Orientation::Code); #endif // HURRICANE_TRANSFORMATION + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/TransistorLayer.h b/hurricane/src/hurricane/hurricane/TransistorLayer.h index 1382f5ea..fb565357 100644 --- a/hurricane/src/hurricane/hurricane/TransistorLayer.h +++ b/hurricane/src/hurricane/hurricane/TransistorLayer.h @@ -1,8 +1,23 @@ // -*- C++ -*- // -// This file is part of the Coriolis Software. -// Copyright (c) UPMC/LIP6 2008-2009, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN- +// TABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public +// License along with Hurricane. If not, see +// . // // =================================================================== // @@ -16,7 +31,7 @@ // | Author : Jean-Paul Chaput | // | E-mail : Jean-Paul.Chaput@lip6.fr | // | =============================================================== | -// | C++ Header : "./TransistorLayer.h" | +// | C++ Header : "./hurricane/TransistorLayer.h" | // | *************************************************************** | // | U p d a t e s | // | | diff --git a/hurricane/src/hurricane/hurricane/TransistorLayers.h b/hurricane/src/hurricane/hurricane/TransistorLayers.h index a80317fd..937da046 100644 --- a/hurricane/src/hurricane/hurricane/TransistorLayers.h +++ b/hurricane/src/hurricane/hurricane/TransistorLayers.h @@ -1,45 +1,48 @@ - // -*- C++ -*- // -// This file is part of the Coriolis Project. -// Copyright (C) Laboratoire LIP6 - Departement ASIM -// Universite Pierre et Marie Curie +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // -// Main contributors : -// Christophe Alexandre -// Sophie Belloeil -// Hugo Clément -// Jean-Paul Chaput -// Damien Dupuis -// Christian Masson -// Marek Sroka -// -// The Coriolis Project 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. -// -// The Coriolis Project 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 the Coriolis Project; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 -// USA +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN- +// TABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public +// License along with Hurricane. If not, see +// . // -// License-Tag -// Authors-Tag // =================================================================== +// +// $Id$ +// +// x-----------------------------------------------------------------x +// | | +// | H U R R I C A N E | +// | V L S I B a c k e n d D a t a - B a s e | +// | | +// | Author : Jean-Paul Chaput | +// | E-mail : Jean-Paul.Chaput@lip6.fr | +// | =============================================================== | +// | C++ Header : "./hurricane/TransistorLayers.h" | +// | *************************************************************** | +// | U p d a t e s | +// | | +// x-----------------------------------------------------------------x -# ifndef __HURRICANE_TRANSISTOR_LAYERS_H__ -# define __HURRICANE_TRANSISTOR_LAYERS_H__ +#ifndef __HURRICANE_TRANSISTOR_LAYERS_H__ +#define __HURRICANE_TRANSISTOR_LAYERS_H__ -# include "hurricane/Collection.h" +#include "hurricane/Collection.h" namespace Hurricane { @@ -52,13 +55,13 @@ namespace Hurricane { typedef GenericLocator TransistorLayerLocator; typedef GenericFilter TransistorLayerFilter; -# define for_each_transistor_layer(transistorLayer, transistorLayers) { \ - TransistorLayerLocator _locator = transistorLayers.getLocator(); \ - while ( _locator.isValid() ) { \ - TransistorLayer* transistorLayer = _locator.getElement(); \ - _locator.progress(); +#define for_each_transistor_layer(transistorLayer, transistorLayers) { \ + TransistorLayerLocator _locator = transistorLayers.getLocator(); \ + while ( _locator.isValid() ) { \ + TransistorLayer* transistorLayer = _locator.getElement(); \ + _locator.progress(); } -# endif // __HURRICANE_TRANSISTOR_LAYERS__ +#endif // __HURRICANE_TRANSISTOR_LAYERS__ diff --git a/hurricane/src/hurricane/hurricane/UpdateSession.h b/hurricane/src/hurricane/hurricane/UpdateSession.h index b6b4a943..1fe4d906 100644 --- a/hurricane/src/hurricane/hurricane/UpdateSession.h +++ b/hurricane/src/hurricane/hurricane/UpdateSession.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: UpdateSession.h +// File: ./hurricane/UpdateSession.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_UPDATE_SESSION @@ -81,6 +94,7 @@ class UpdateSession : public SharedProperty { #endif // HURRICANE_UPDATE_SESSION + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/VectorCollection.h b/hurricane/src/hurricane/hurricane/VectorCollection.h index e064e0fa..b5a664da 100644 --- a/hurricane/src/hurricane/hurricane/VectorCollection.h +++ b/hurricane/src/hurricane/hurricane/VectorCollection.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: VectorCollection.h +// File: ./hurricane/VectorCollection.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_VECTOR_COLLECTION @@ -198,6 +211,7 @@ template #endif // HURRICANE_VECTOR_COLLECTION + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/Vertical.h b/hurricane/src/hurricane/hurricane/Vertical.h index 15657d65..b0c70a67 100644 --- a/hurricane/src/hurricane/hurricane/Vertical.h +++ b/hurricane/src/hurricane/hurricane/Vertical.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Vertical.h +// File: ./hurricane/Vertical.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_VERTICAL @@ -107,6 +120,7 @@ INSPECTOR_P_SUPPORT(Hurricane::Vertical); #endif // HURRICANE_VERTICAL + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/Verticals.h b/hurricane/src/hurricane/hurricane/Verticals.h index ce12ced8..5bf8c1d1 100644 --- a/hurricane/src/hurricane/hurricane/Verticals.h +++ b/hurricane/src/hurricane/hurricane/Verticals.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Verticals.h +// File: ./hurricane/Verticals.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_VERTICALS @@ -57,6 +70,7 @@ typedef GenericFilter VerticalFilter; #endif // HURRICANE_VERTICALS + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/ViaLayer.h b/hurricane/src/hurricane/hurricane/ViaLayer.h index f3381b59..ae253c27 100644 --- a/hurricane/src/hurricane/hurricane/ViaLayer.h +++ b/hurricane/src/hurricane/hurricane/ViaLayer.h @@ -1,8 +1,23 @@ // -*- C++ -*- // -// This file is part of the Coriolis Software. -// Copyright (c) UPMC/LIP6 2008-2009, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN- +// TABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public +// License along with Hurricane. If not, see +// . // // =================================================================== // @@ -16,7 +31,7 @@ // | Author : Jean-Paul Chaput | // | E-mail : Jean-Paul.Chaput@lip6.fr | // | =============================================================== | -// | C++ Header : "./ViaLayer.h" | +// | C++ Header : "./hurricane/ViaLayer.h" | // | *************************************************************** | // | U p d a t e s | // | | diff --git a/hurricane/src/hurricane/hurricane/ViaLayers.h b/hurricane/src/hurricane/hurricane/ViaLayers.h index 3e59de70..71321ef4 100644 --- a/hurricane/src/hurricane/hurricane/ViaLayers.h +++ b/hurricane/src/hurricane/hurricane/ViaLayers.h @@ -1,45 +1,48 @@ - // -*- C++ -*- // -// This file is part of the Coriolis Project. -// Copyright (C) Laboratoire LIP6 - Departement ASIM -// Universite Pierre et Marie Curie +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // -// Main contributors : -// Christophe Alexandre -// Sophie Belloeil -// Hugo Clément -// Jean-Paul Chaput -// Damien Dupuis -// Christian Masson -// Marek Sroka -// -// The Coriolis Project 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. -// -// The Coriolis Project 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 the Coriolis Project; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 -// USA +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN- +// TABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public +// License along with Hurricane. If not, see +// . // -// License-Tag -// Authors-Tag // =================================================================== +// +// $Id$ +// +// x-----------------------------------------------------------------x +// | | +// | H U R R I C A N E | +// | V L S I B a c k e n d D a t a - B a s e | +// | | +// | Author : Jean-Paul Chaput | +// | E-mail : Jean-Paul.Chaput@lip6.fr | +// | =============================================================== | +// | C++ Header : "./hurricane/ViaLayers.h" | +// | *************************************************************** | +// | U p d a t e s | +// | | +// x-----------------------------------------------------------------x -# ifndef __HURRICANE_VIA_LAYERS_H__ -# define __HURRICANE_VIA_LAYERS_H__ +#ifndef __HURRICANE_VIA_LAYERS_H__ +#define __HURRICANE_VIA_LAYERS_H__ -# include "hurricane/Collection.h" +#include "hurricane/Collection.h" namespace Hurricane { @@ -52,13 +55,13 @@ namespace Hurricane { typedef GenericLocator ViaLayerLocator; typedef GenericFilter ViaLayerFilter; -# define for_each_via_layer(viaLayer, viaLayers) { \ - ViaLayerLocator _locator = viaLayers.getLocator(); \ - while ( _locator.isValid() ) { \ - ViaLayer* viaLayer = _locator.getElement(); \ - _locator.progress(); +#define for_each_via_layer(viaLayer, viaLayers) { \ + ViaLayerLocator _locator = viaLayers.getLocator(); \ + while ( _locator.isValid() ) { \ + ViaLayer* viaLayer = _locator.getElement(); \ + _locator.progress(); } -# endif // __HURRICANE_VIA_LAYERS__ +#endif // __HURRICANE_VIA_LAYERS__ diff --git a/hurricane/src/hurricane/hurricane/Views.h b/hurricane/src/hurricane/hurricane/Views.h index 411db17f..5708cc81 100644 --- a/hurricane/src/hurricane/hurricane/Views.h +++ b/hurricane/src/hurricane/hurricane/Views.h @@ -1,7 +1,20 @@ // **************************************************************************************************** -// File: Views.h +// File: ./hurricane/Views.h // Authors: R. Escassut -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify it under the terms of the GNU +// Lesser General Public License as published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane 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 Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public License along with Hurricane. If +// not, see . // **************************************************************************************************** #ifndef HURRICANE_VIEWS @@ -57,6 +70,7 @@ typedef GenericFilter ViewFilter; #endif // HURRICANE_VIEWS + // **************************************************************************************************** -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved // **************************************************************************************************** diff --git a/hurricane/src/hurricane/hurricane/Warning.h b/hurricane/src/hurricane/hurricane/Warning.h index c9cb966a..5b45c7e2 100644 --- a/hurricane/src/hurricane/hurricane/Warning.h +++ b/hurricane/src/hurricane/hurricane/Warning.h @@ -1,8 +1,23 @@ // -*- C++ -*- // -// This file is part of the Hurricane Software. -// Copyright (c) BULL S.A. 2000-2004, All Rights Reserved +// Copyright (c) BULL S.A. 2000-2009, All Rights Reserved +// +// This file is part of Hurricane. +// +// Hurricane is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// Hurricane is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN- +// TABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser GNU +// General Public License for more details. +// +// You should have received a copy of the Lesser GNU General Public +// License along with Hurricane. If not, see +// . // // =================================================================== // @@ -16,7 +31,7 @@ // | Author : Remy Escassut | // | E-mail : Jean-Paul.Chaput@lip6.fr | // | =============================================================== | -// | C++ Header : "./Warning.h" | +// | C++ Header : "./hurricane/Warning.h" | // | *************************************************************** | // | U p d a t e s | // | |