diff --git a/alliance/src/ocp/src/common/PBBox.cpp b/alliance/src/ocp/src/common/PBBox.cpp index 39f8fe3b..8b21bac3 100644 --- a/alliance/src/ocp/src/common/PBBox.cpp +++ b/alliance/src/ocp/src/common/PBBox.cpp @@ -1,29 +1,29 @@ -/*------------------------------------------------------------\ -| | -| This file is part of the Alliance CAD System Copyright | -| (C) Laboratoire LIP6 - Département ASIM Universite P&M Curie| -| | -| Home page : http://www-asim.lip6.fr/alliance/ | -| E-mail : mailto:alliance-users@asim.lip6.fr | -| | -| This progam is free software; you can redistribute it | -| and/or modify it under the terms of the GNU Library General| -| Public License as published by the Free Software Foundation | -| either version 2 of the License, or (at your option) any | -| later version. | -| | -| Alliance VLSI CAD System is distributed in the hope 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 GNU C Library; see the file COPYING. | -| If not, write to the Free Software Foundation, Inc., | -| 675 Mass Ave, Cambridge, MA 02139, USA. | -| | -\------------------------------------------------------------*/ + +// This file is part of the Alliance Project. +// Copyright (C) Laboratoire LIP6 - Departement ASIM +// Universite Pierre et Marie Curie +// +// The Alliance 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 Alliance 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 Alliance Project; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// +// License-Tag +// +// Date : 29/01/2004 +// Author : Christophe Alexandre +// +// Authors-Tag #include "PBBox.h" PBBox& diff --git a/alliance/src/ocp/src/common/PBBox.h b/alliance/src/ocp/src/common/PBBox.h index 7f98fe73..dcc61610 100644 --- a/alliance/src/ocp/src/common/PBBox.h +++ b/alliance/src/ocp/src/common/PBBox.h @@ -1,29 +1,29 @@ -/*------------------------------------------------------------\ -| | -| This file is part of the Alliance CAD System Copyright | -| (C) Laboratoire LIP6 - Département ASIM Universite P&M Curie| -| | -| Home page : http://www-asim.lip6.fr/alliance/ | -| E-mail : mailto:alliance-users@asim.lip6.fr | -| | -| This progam is free software; you can redistribute it | -| and/or modify it under the terms of the GNU Library General| -| Public License as published by the Free Software Foundation | -| either version 2 of the License, or (at your option) any | -| later version. | -| | -| Alliance VLSI CAD System is distributed in the hope 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 GNU C Library; see the file COPYING. | -| If not, write to the Free Software Foundation, Inc., | -| 675 Mass Ave, Cambridge, MA 02139, USA. | -| | -\------------------------------------------------------------*/ + +// This file is part of the Alliance Project. +// Copyright (C) Laboratoire LIP6 - Departement ASIM +// Universite Pierre et Marie Curie +// +// The Alliance 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 Alliance 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 Alliance Project; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// +// License-Tag +// +// Date : 29/01/2004 +// Author : Christophe Alexandre +// +// Authors-Tag #ifndef __PBBOX_H #define __PBBOX_H diff --git a/alliance/src/ocp/src/common/PCommon.cpp b/alliance/src/ocp/src/common/PCommon.cpp index b40d3aef..661c1f19 100644 --- a/alliance/src/ocp/src/common/PCommon.cpp +++ b/alliance/src/ocp/src/common/PCommon.cpp @@ -1,29 +1,29 @@ -/*------------------------------------------------------------\ -| | -| This file is part of the Alliance CAD System Copyright | -| (C) Laboratoire LIP6 - Département ASIM Universite P&M Curie| -| | -| Home page : http://www-asim.lip6.fr/alliance/ | -| E-mail : mailto:alliance-users@asim.lip6.fr | -| | -| This progam is free software; you can redistribute it | -| and/or modify it under the terms of the GNU Library General| -| Public License as published by the Free Software Foundation | -| either version 2 of the License, or (at your option) any | -| later version. | -| | -| Alliance VLSI CAD System is distributed in the hope 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 GNU C Library; see the file COPYING. | -| If not, write to the Free Software Foundation, Inc., | -| 675 Mass Ave, Cambridge, MA 02139, USA. | -| | -\------------------------------------------------------------*/ + +// This file is part of the Alliance Project. +// Copyright (C) Laboratoire LIP6 - Departement ASIM +// Universite Pierre et Marie Curie +// +// The Alliance 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 Alliance 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 Alliance Project; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// +// License-Tag +// +// Date : 29/01/2004 +// Author : Christophe Alexandre +// +// Authors-Tag #include "PCommon.h" #include #include diff --git a/alliance/src/ocp/src/common/PCommon.h b/alliance/src/ocp/src/common/PCommon.h index 002d2124..f42e554d 100644 --- a/alliance/src/ocp/src/common/PCommon.h +++ b/alliance/src/ocp/src/common/PCommon.h @@ -1,29 +1,29 @@ -/*------------------------------------------------------------\ -| | -| This file is part of the Alliance CAD System Copyright | -| (C) Laboratoire LIP6 - Département ASIM Universite P&M Curie| -| | -| Home page : http://www-asim.lip6.fr/alliance/ | -| E-mail : mailto:alliance-users@asim.lip6.fr | -| | -| This progam is free software; you can redistribute it | -| and/or modify it under the terms of the GNU Library General| -| Public License as published by the Free Software Foundation | -| either version 2 of the License, or (at your option) any | -| later version. | -| | -| Alliance VLSI CAD System is distributed in the hope 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 GNU C Library; see the file COPYING. | -| If not, write to the Free Software Foundation, Inc., | -| 675 Mass Ave, Cambridge, MA 02139, USA. | -| | -\------------------------------------------------------------*/ + +// This file is part of the Alliance Project. +// Copyright (C) Laboratoire LIP6 - Departement ASIM +// Universite Pierre et Marie Curie +// +// The Alliance 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 Alliance 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 Alliance Project; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// +// License-Tag +// +// Date : 29/01/2004 +// Author : Christophe Alexandre +// +// Authors-Tag #ifndef __PCOMMON_H #define __PCOMMON_H diff --git a/alliance/src/ocp/src/common/PConstants.h b/alliance/src/ocp/src/common/PConstants.h index 66e7f82e..bb4e9928 100644 --- a/alliance/src/ocp/src/common/PConstants.h +++ b/alliance/src/ocp/src/common/PConstants.h @@ -1,29 +1,29 @@ -/*------------------------------------------------------------\ -| | -| This file is part of the Alliance CAD System Copyright | -| (C) Laboratoire LIP6 - Département ASIM Universite P&M Curie| -| | -| Home page : http://www-asim.lip6.fr/alliance/ | -| E-mail : mailto:alliance-users@asim.lip6.fr | -| | -| This progam is free software; you can redistribute it | -| and/or modify it under the terms of the GNU Library General| -| Public License as published by the Free Software Foundation | -| either version 2 of the License, or (at your option) any | -| later version. | -| | -| Alliance VLSI CAD System is distributed in the hope 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 GNU C Library; see the file COPYING. | -| If not, write to the Free Software Foundation, Inc., | -| 675 Mass Ave, Cambridge, MA 02139, USA. | -| | -\------------------------------------------------------------*/ + +// This file is part of the Alliance Project. +// Copyright (C) Laboratoire LIP6 - Departement ASIM +// Universite Pierre et Marie Curie +// +// The Alliance 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 Alliance 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 Alliance Project; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// +// License-Tag +// +// Date : 29/01/2004 +// Author : Christophe Alexandre +// +// Authors-Tag #ifndef __PCONSTANTS_H #define __PCONSTANTS_H diff --git a/alliance/src/ocp/src/common/PContainer.h b/alliance/src/ocp/src/common/PContainer.h index f426ad09..19e6f703 100644 --- a/alliance/src/ocp/src/common/PContainer.h +++ b/alliance/src/ocp/src/common/PContainer.h @@ -1,29 +1,29 @@ -/*------------------------------------------------------------\ -| | -| This file is part of the Alliance CAD System Copyright | -| (C) Laboratoire LIP6 - Département ASIM Universite P&M Curie| -| | -| Home page : http://www-asim.lip6.fr/alliance/ | -| E-mail : mailto:alliance-users@asim.lip6.fr | -| | -| This progam is free software; you can redistribute it | -| and/or modify it under the terms of the GNU Library General| -| Public License as published by the Free Software Foundation | -| either version 2 of the License, or (at your option) any | -| later version. | -| | -| Alliance VLSI CAD System is distributed in the hope 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 GNU C Library; see the file COPYING. | -| If not, write to the Free Software Foundation, Inc., | -| 675 Mass Ave, Cambridge, MA 02139, USA. | -| | -\------------------------------------------------------------*/ + +// This file is part of the Alliance Project. +// Copyright (C) Laboratoire LIP6 - Departement ASIM +// Universite Pierre et Marie Curie +// +// The Alliance 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 Alliance 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 Alliance Project; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// +// License-Tag +// +// Date : 29/01/2004 +// Author : Christophe Alexandre +// +// Authors-Tag #ifndef __PContainer_h #define __PContainer_h diff --git a/alliance/src/ocp/src/common/PPos.cpp b/alliance/src/ocp/src/common/PPos.cpp index 9ee280ec..db924757 100644 --- a/alliance/src/ocp/src/common/PPos.cpp +++ b/alliance/src/ocp/src/common/PPos.cpp @@ -1,29 +1,29 @@ -/*------------------------------------------------------------\ -| | -| This file is part of the Alliance CAD System Copyright | -| (C) Laboratoire LIP6 - Département ASIM Universite P&M Curie| -| | -| Home page : http://www-asim.lip6.fr/alliance/ | -| E-mail : mailto:alliance-users@asim.lip6.fr | -| | -| This progam is free software; you can redistribute it | -| and/or modify it under the terms of the GNU Library General| -| Public License as published by the Free Software Foundation | -| either version 2 of the License, or (at your option) any | -| later version. | -| | -| Alliance VLSI CAD System is distributed in the hope 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 GNU C Library; see the file COPYING. | -| If not, write to the Free Software Foundation, Inc., | -| 675 Mass Ave, Cambridge, MA 02139, USA. | -| | -\------------------------------------------------------------*/ + +// This file is part of the Alliance Project. +// Copyright (C) Laboratoire LIP6 - Departement ASIM +// Universite Pierre et Marie Curie +// +// The Alliance 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 Alliance 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 Alliance Project; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// +// License-Tag +// +// Date : 29/01/2004 +// Author : Christophe Alexandre +// +// Authors-Tag #include "PPos.h" #include diff --git a/alliance/src/ocp/src/common/PPos.h b/alliance/src/ocp/src/common/PPos.h index 783077bd..54c4e444 100644 --- a/alliance/src/ocp/src/common/PPos.h +++ b/alliance/src/ocp/src/common/PPos.h @@ -1,29 +1,29 @@ -/*------------------------------------------------------------\ -| | -| This file is part of the Alliance CAD System Copyright | -| (C) Laboratoire LIP6 - Département ASIM Universite P&M Curie| -| | -| Home page : http://www-asim.lip6.fr/alliance/ | -| E-mail : mailto:alliance-users@asim.lip6.fr | -| | -| This progam is free software; you can redistribute it | -| and/or modify it under the terms of the GNU Library General| -| Public License as published by the Free Software Foundation | -| either version 2 of the License, or (at your option) any | -| later version. | -| | -| Alliance VLSI CAD System is distributed in the hope 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 GNU C Library; see the file COPYING. | -| If not, write to the Free Software Foundation, Inc., | -| 675 Mass Ave, Cambridge, MA 02139, USA. | -| | -\------------------------------------------------------------*/ + +// This file is part of the Alliance Project. +// Copyright (C) Laboratoire LIP6 - Departement ASIM +// Universite Pierre et Marie Curie +// +// The Alliance 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 Alliance 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 Alliance Project; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// +// License-Tag +// +// Date : 29/01/2004 +// Author : Christophe Alexandre +// +// Authors-Tag #ifndef __PPOS_H #define __PPOS_H diff --git a/alliance/src/ocp/src/placer/Ocp.cpp b/alliance/src/ocp/src/placer/Ocp.cpp index 5ab07a0a..eaf5ec8a 100644 --- a/alliance/src/ocp/src/placer/Ocp.cpp +++ b/alliance/src/ocp/src/placer/Ocp.cpp @@ -1,30 +1,29 @@ -/*------------------------------------------------------------\ -| | -| This file is part of the Alliance CAD System Copyright | -| (C) Laboratoire LIP6 - Département ASIM Universite P&M Curie| -| | -| Home page : http://www-asim.lip6.fr/alliance/ | -| E-mail : mailto:alliance-users@asim.lip6.fr | -| | -| This progam is free software; you can redistribute it | -| and/or modify it under the terms of the GNU Library General| -| Public License as published by the Free Software Foundation | -| either version 2 of the License, or (at your option) any | -| later version. | -| | -| Alliance VLSI CAD System is distributed in the hope 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 GNU C Library; see the file COPYING. | -| If not, write to the Free Software Foundation, Inc., | -| 675 Mass Ave, Cambridge, MA 02139, USA. | -| | -\------------------------------------------------------------*/ +// This file is part of the Alliance Project. +// Copyright (C) Laboratoire LIP6 - Departement ASIM +// Universite Pierre et Marie Curie +// +// The Alliance 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 Alliance 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 Alliance Project; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// +// License-Tag +// +// Date : 29/01/2004 +// Author : Christophe Alexandre +// +// Authors-Tag #include #include #include diff --git a/alliance/src/ocp/src/placer/PBin.cpp b/alliance/src/ocp/src/placer/PBin.cpp index 2f53ce43..418b2f89 100644 --- a/alliance/src/ocp/src/placer/PBin.cpp +++ b/alliance/src/ocp/src/placer/PBin.cpp @@ -1,29 +1,29 @@ -/*------------------------------------------------------------\ -| | -| This file is part of the Alliance CAD System Copyright | -| (C) Laboratoire LIP6 - Département ASIM Universite P&M Curie| -| | -| Home page : http://www-asim.lip6.fr/alliance/ | -| E-mail : mailto:alliance-users@asim.lip6.fr | -| | -| This progam is free software; you can redistribute it | -| and/or modify it under the terms of the GNU Library General| -| Public License as published by the Free Software Foundation | -| either version 2 of the License, or (at your option) any | -| later version. | -| | -| Alliance VLSI CAD System is distributed in the hope 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 GNU C Library; see the file COPYING. | -| If not, write to the Free Software Foundation, Inc., | -| 675 Mass Ave, Cambridge, MA 02139, USA. | -| | -\------------------------------------------------------------*/ + +// This file is part of the Alliance Project. +// Copyright (C) Laboratoire LIP6 - Departement ASIM +// Universite Pierre et Marie Curie +// +// The Alliance 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 Alliance 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 Alliance Project; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// +// License-Tag +// +// Date : 29/01/2004 +// Author : Christophe Alexandre +// +// Authors-Tag #include #include using namespace std; diff --git a/alliance/src/ocp/src/placer/PBin.h b/alliance/src/ocp/src/placer/PBin.h index 67c02c15..4972549d 100644 --- a/alliance/src/ocp/src/placer/PBin.h +++ b/alliance/src/ocp/src/placer/PBin.h @@ -1,29 +1,29 @@ -/*------------------------------------------------------------\ -| | -| This file is part of the Alliance CAD System Copyright | -| (C) Laboratoire LIP6 - Département ASIM Universite P&M Curie| -| | -| Home page : http://www-asim.lip6.fr/alliance/ | -| E-mail : mailto:alliance-users@asim.lip6.fr | -| | -| This progam is free software; you can redistribute it | -| and/or modify it under the terms of the GNU Library General| -| Public License as published by the Free Software Foundation | -| either version 2 of the License, or (at your option) any | -| later version. | -| | -| Alliance VLSI CAD System is distributed in the hope 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 GNU C Library; see the file COPYING. | -| If not, write to the Free Software Foundation, Inc., | -| 675 Mass Ave, Cambridge, MA 02139, USA. | -| | -\------------------------------------------------------------*/ + +// This file is part of the Alliance Project. +// Copyright (C) Laboratoire LIP6 - Departement ASIM +// Universite Pierre et Marie Curie +// +// The Alliance 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 Alliance 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 Alliance Project; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// +// License-Tag +// +// Date : 29/01/2004 +// Author : Christophe Alexandre +// +// Authors-Tag #ifndef __PBIN_H #define __PBIN_H diff --git a/alliance/src/ocp/src/placer/PCon.cpp b/alliance/src/ocp/src/placer/PCon.cpp index 2f45cecb..c0c3ddd6 100644 --- a/alliance/src/ocp/src/placer/PCon.cpp +++ b/alliance/src/ocp/src/placer/PCon.cpp @@ -1,29 +1,29 @@ -/*------------------------------------------------------------\ -| | -| This file is part of the Alliance CAD System Copyright | -| (C) Laboratoire LIP6 - Département ASIM Universite P&M Curie| -| | -| Home page : http://www-asim.lip6.fr/alliance/ | -| E-mail : mailto:alliance-users@asim.lip6.fr | -| | -| This progam is free software; you can redistribute it | -| and/or modify it under the terms of the GNU Library General| -| Public License as published by the Free Software Foundation | -| either version 2 of the License, or (at your option) any | -| later version. | -| | -| Alliance VLSI CAD System is distributed in the hope 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 GNU C Library; see the file COPYING. | -| If not, write to the Free Software Foundation, Inc., | -| 675 Mass Ave, Cambridge, MA 02139, USA. | -| | -\------------------------------------------------------------*/ + +// This file is part of the Alliance Project. +// Copyright (C) Laboratoire LIP6 - Departement ASIM +// Universite Pierre et Marie Curie +// +// The Alliance 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 Alliance 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 Alliance Project; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// +// License-Tag +// +// Date : 29/01/2004 +// Author : Christophe Alexandre +// +// Authors-Tag #include "mut.h" #include "mph.h" diff --git a/alliance/src/ocp/src/placer/PCon.h b/alliance/src/ocp/src/placer/PCon.h index 153a64dc..60806761 100644 --- a/alliance/src/ocp/src/placer/PCon.h +++ b/alliance/src/ocp/src/placer/PCon.h @@ -1,29 +1,29 @@ -/*------------------------------------------------------------\ -| | -| This file is part of the Alliance CAD System Copyright | -| (C) Laboratoire LIP6 - Département ASIM Universite P&M Curie| -| | -| Home page : http://www-asim.lip6.fr/alliance/ | -| E-mail : mailto:alliance-users@asim.lip6.fr | -| | -| This progam is free software; you can redistribute it | -| and/or modify it under the terms of the GNU Library General| -| Public License as published by the Free Software Foundation | -| either version 2 of the License, or (at your option) any | -| later version. | -| | -| Alliance VLSI CAD System is distributed in the hope 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 GNU C Library; see the file COPYING. | -| If not, write to the Free Software Foundation, Inc., | -| 675 Mass Ave, Cambridge, MA 02139, USA. | -| | -\------------------------------------------------------------*/ + +// This file is part of the Alliance Project. +// Copyright (C) Laboratoire LIP6 - Departement ASIM +// Universite Pierre et Marie Curie +// +// The Alliance 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 Alliance 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 Alliance Project; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// +// License-Tag +// +// Date : 29/01/2004 +// Author : Christophe Alexandre +// +// Authors-Tag #ifndef __PCON_H #define __PCON_H diff --git a/alliance/src/ocp/src/placer/PDetPlacement.cpp b/alliance/src/ocp/src/placer/PDetPlacement.cpp index c1147015..11630e15 100644 --- a/alliance/src/ocp/src/placer/PDetPlacement.cpp +++ b/alliance/src/ocp/src/placer/PDetPlacement.cpp @@ -1,29 +1,29 @@ -/*------------------------------------------------------------\ -| | -| This file is part of the Alliance CAD System Copyright | -| (C) Laboratoire LIP6 - Département ASIM Universite P&M Curie| -| | -| Home page : http://www-asim.lip6.fr/alliance/ | -| E-mail : mailto:alliance-users@asim.lip6.fr | -| | -| This progam is free software; you can redistribute it | -| and/or modify it under the terms of the GNU Library General| -| Public License as published by the Free Software Foundation | -| either version 2 of the License, or (at your option) any | -| later version. | -| | -| Alliance VLSI CAD System is distributed in the hope 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 GNU C Library; see the file COPYING. | -| If not, write to the Free Software Foundation, Inc., | -| 675 Mass Ave, Cambridge, MA 02139, USA. | -| | -\------------------------------------------------------------*/ + +// This file is part of the Alliance Project. +// Copyright (C) Laboratoire LIP6 - Departement ASIM +// Universite Pierre et Marie Curie +// +// The Alliance 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 Alliance 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 Alliance Project; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// +// License-Tag +// +// Date : 29/01/2004 +// Author : Christophe Alexandre +// +// Authors-Tag #include "PBin.h" #include "PPlacement.h" diff --git a/alliance/src/ocp/src/placer/PDetPlacement.h b/alliance/src/ocp/src/placer/PDetPlacement.h index 8cfdb003..6c8c61bc 100644 --- a/alliance/src/ocp/src/placer/PDetPlacement.h +++ b/alliance/src/ocp/src/placer/PDetPlacement.h @@ -1,29 +1,29 @@ -/*------------------------------------------------------------\ -| | -| This file is part of the Alliance CAD System Copyright | -| (C) Laboratoire LIP6 - Département ASIM Universite P&M Curie| -| | -| Home page : http://www-asim.lip6.fr/alliance/ | -| E-mail : mailto:alliance-users@asim.lip6.fr | -| | -| This progam is free software; you can redistribute it | -| and/or modify it under the terms of the GNU Library General| -| Public License as published by the Free Software Foundation | -| either version 2 of the License, or (at your option) any | -| later version. | -| | -| Alliance VLSI CAD System is distributed in the hope 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 GNU C Library; see the file COPYING. | -| If not, write to the Free Software Foundation, Inc., | -| 675 Mass Ave, Cambridge, MA 02139, USA. | -| | -\------------------------------------------------------------*/ + +// This file is part of the Alliance Project. +// Copyright (C) Laboratoire LIP6 - Departement ASIM +// Universite Pierre et Marie Curie +// +// The Alliance 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 Alliance 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 Alliance Project; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// +// License-Tag +// +// Date : 29/01/2004 +// Author : Christophe Alexandre +// +// Authors-Tag #ifndef __PDETPLACEMENT_H #define __PDETPLACEMENT_H diff --git a/alliance/src/ocp/src/placer/PDetSubRow.cpp b/alliance/src/ocp/src/placer/PDetSubRow.cpp index bee9147b..1889aa86 100644 --- a/alliance/src/ocp/src/placer/PDetSubRow.cpp +++ b/alliance/src/ocp/src/placer/PDetSubRow.cpp @@ -1,29 +1,29 @@ -/*------------------------------------------------------------\ -| | -| This file is part of the Alliance CAD System Copyright | -| (C) Laboratoire LIP6 - Département ASIM Universite P&M Curie| -| | -| Home page : http://www-asim.lip6.fr/alliance/ | -| E-mail : mailto:alliance-users@asim.lip6.fr | -| | -| This progam is free software; you can redistribute it | -| and/or modify it under the terms of the GNU Library General| -| Public License as published by the Free Software Foundation | -| either version 2 of the License, or (at your option) any | -| later version. | -| | -| Alliance VLSI CAD System is distributed in the hope 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 GNU C Library; see the file COPYING. | -| If not, write to the Free Software Foundation, Inc., | -| 675 Mass Ave, Cambridge, MA 02139, USA. | -| | -\------------------------------------------------------------*/ + +// This file is part of the Alliance Project. +// Copyright (C) Laboratoire LIP6 - Departement ASIM +// Universite Pierre et Marie Curie +// +// The Alliance 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 Alliance 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 Alliance Project; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// +// License-Tag +// +// Date : 29/01/2004 +// Author : Christophe Alexandre +// +// Authors-Tag #include using namespace std; diff --git a/alliance/src/ocp/src/placer/PDetSubRow.h b/alliance/src/ocp/src/placer/PDetSubRow.h index 7a8aeb0c..5d4c61b9 100644 --- a/alliance/src/ocp/src/placer/PDetSubRow.h +++ b/alliance/src/ocp/src/placer/PDetSubRow.h @@ -1,29 +1,29 @@ -/*------------------------------------------------------------\ -| | -| This file is part of the Alliance CAD System Copyright | -| (C) Laboratoire LIP6 - Département ASIM Universite P&M Curie| -| | -| Home page : http://www-asim.lip6.fr/alliance/ | -| E-mail : mailto:alliance-users@asim.lip6.fr | -| | -| This progam is free software; you can redistribute it | -| and/or modify it under the terms of the GNU Library General| -| Public License as published by the Free Software Foundation | -| either version 2 of the License, or (at your option) any | -| later version. | -| | -| Alliance VLSI CAD System is distributed in the hope 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 GNU C Library; see the file COPYING. | -| If not, write to the Free Software Foundation, Inc., | -| 675 Mass Ave, Cambridge, MA 02139, USA. | -| | -\------------------------------------------------------------*/ + +// This file is part of the Alliance Project. +// Copyright (C) Laboratoire LIP6 - Departement ASIM +// Universite Pierre et Marie Curie +// +// The Alliance 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 Alliance 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 Alliance Project; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// +// License-Tag +// +// Date : 29/01/2004 +// Author : Christophe Alexandre +// +// Authors-Tag #ifndef __PDETSUBROW_H #define __PDETSUBROW_H diff --git a/alliance/src/ocp/src/placer/PDetToPlaceIns.cpp b/alliance/src/ocp/src/placer/PDetToPlaceIns.cpp index 61a1146b..3413cbbd 100644 --- a/alliance/src/ocp/src/placer/PDetToPlaceIns.cpp +++ b/alliance/src/ocp/src/placer/PDetToPlaceIns.cpp @@ -1,29 +1,29 @@ -/*------------------------------------------------------------\ -| | -| This file is part of the Alliance CAD System Copyright | -| (C) Laboratoire LIP6 - Département ASIM Universite P&M Curie| -| | -| Home page : http://www-asim.lip6.fr/alliance/ | -| E-mail : mailto:alliance-users@asim.lip6.fr | -| | -| This progam is free software; you can redistribute it | -| and/or modify it under the terms of the GNU Library General| -| Public License as published by the Free Software Foundation | -| either version 2 of the License, or (at your option) any | -| later version. | -| | -| Alliance VLSI CAD System is distributed in the hope 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 GNU C Library; see the file COPYING. | -| If not, write to the Free Software Foundation, Inc., | -| 675 Mass Ave, Cambridge, MA 02139, USA. | -| | -\------------------------------------------------------------*/ + +// This file is part of the Alliance Project. +// Copyright (C) Laboratoire LIP6 - Departement ASIM +// Universite Pierre et Marie Curie +// +// The Alliance 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 Alliance 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 Alliance Project; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// +// License-Tag +// +// Date : 29/01/2004 +// Author : Christophe Alexandre +// +// Authors-Tag #include using namespace std; diff --git a/alliance/src/ocp/src/placer/PDetToPlaceIns.h b/alliance/src/ocp/src/placer/PDetToPlaceIns.h index 15231c11..916fdece 100644 --- a/alliance/src/ocp/src/placer/PDetToPlaceIns.h +++ b/alliance/src/ocp/src/placer/PDetToPlaceIns.h @@ -1,29 +1,29 @@ -/*------------------------------------------------------------\ -| | -| This file is part of the Alliance CAD System Copyright | -| (C) Laboratoire LIP6 - Département ASIM Universite P&M Curie| -| | -| Home page : http://www-asim.lip6.fr/alliance/ | -| E-mail : mailto:alliance-users@asim.lip6.fr | -| | -| This progam is free software; you can redistribute it | -| and/or modify it under the terms of the GNU Library General| -| Public License as published by the Free Software Foundation | -| either version 2 of the License, or (at your option) any | -| later version. | -| | -| Alliance VLSI CAD System is distributed in the hope 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 GNU C Library; see the file COPYING. | -| If not, write to the Free Software Foundation, Inc., | -| 675 Mass Ave, Cambridge, MA 02139, USA. | -| | -\------------------------------------------------------------*/ + +// This file is part of the Alliance Project. +// Copyright (C) Laboratoire LIP6 - Departement ASIM +// Universite Pierre et Marie Curie +// +// The Alliance 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 Alliance 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 Alliance Project; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// +// License-Tag +// +// Date : 29/01/2004 +// Author : Christophe Alexandre +// +// Authors-Tag #ifndef __PDETTOPLACEINS_H #define __PDETTOPLACEINS_H diff --git a/alliance/src/ocp/src/placer/PElem.cpp b/alliance/src/ocp/src/placer/PElem.cpp index 9d7adaef..a2288030 100644 --- a/alliance/src/ocp/src/placer/PElem.cpp +++ b/alliance/src/ocp/src/placer/PElem.cpp @@ -1,29 +1,29 @@ -/*------------------------------------------------------------\ -| | -| This file is part of the Alliance CAD System Copyright | -| (C) Laboratoire LIP6 - Département ASIM Universite P&M Curie| -| | -| Home page : http://www-asim.lip6.fr/alliance/ | -| E-mail : mailto:alliance-users@asim.lip6.fr | -| | -| This progam is free software; you can redistribute it | -| and/or modify it under the terms of the GNU Library General| -| Public License as published by the Free Software Foundation | -| either version 2 of the License, or (at your option) any | -| later version. | -| | -| Alliance VLSI CAD System is distributed in the hope 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 GNU C Library; see the file COPYING. | -| If not, write to the Free Software Foundation, Inc., | -| 675 Mass Ave, Cambridge, MA 02139, USA. | -| | -\------------------------------------------------------------*/ + +// This file is part of the Alliance Project. +// Copyright (C) Laboratoire LIP6 - Departement ASIM +// Universite Pierre et Marie Curie +// +// The Alliance 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 Alliance 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 Alliance Project; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// +// License-Tag +// +// Date : 29/01/2004 +// Author : Christophe Alexandre +// +// Authors-Tag #include "PNet.h" #include "PElem.h" diff --git a/alliance/src/ocp/src/placer/PElem.h b/alliance/src/ocp/src/placer/PElem.h index cd01ca18..bc251271 100644 --- a/alliance/src/ocp/src/placer/PElem.h +++ b/alliance/src/ocp/src/placer/PElem.h @@ -1,29 +1,29 @@ -/*------------------------------------------------------------\ -| | -| This file is part of the Alliance CAD System Copyright | -| (C) Laboratoire LIP6 - Département ASIM Universite P&M Curie| -| | -| Home page : http://www-asim.lip6.fr/alliance/ | -| E-mail : mailto:alliance-users@asim.lip6.fr | -| | -| This progam is free software; you can redistribute it | -| and/or modify it under the terms of the GNU Library General| -| Public License as published by the Free Software Foundation | -| either version 2 of the License, or (at your option) any | -| later version. | -| | -| Alliance VLSI CAD System is distributed in the hope 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 GNU C Library; see the file COPYING. | -| If not, write to the Free Software Foundation, Inc., | -| 675 Mass Ave, Cambridge, MA 02139, USA. | -| | -\------------------------------------------------------------*/ + +// This file is part of the Alliance Project. +// Copyright (C) Laboratoire LIP6 - Departement ASIM +// Universite Pierre et Marie Curie +// +// The Alliance 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 Alliance 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 Alliance Project; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// +// License-Tag +// +// Date : 29/01/2004 +// Author : Christophe Alexandre +// +// Authors-Tag #ifndef __PELEM_H #define __PELEM_H diff --git a/alliance/src/ocp/src/placer/PFixedIns.cpp b/alliance/src/ocp/src/placer/PFixedIns.cpp index ef08997c..96bd2ef6 100644 --- a/alliance/src/ocp/src/placer/PFixedIns.cpp +++ b/alliance/src/ocp/src/placer/PFixedIns.cpp @@ -1,29 +1,29 @@ -/*------------------------------------------------------------\ -| | -| This file is part of the Alliance CAD System Copyright | -| (C) Laboratoire LIP6 - Département ASIM Universite P&M Curie| -| | -| Home page : http://www-asim.lip6.fr/alliance/ | -| E-mail : mailto:alliance-users@asim.lip6.fr | -| | -| This progam is free software; you can redistribute it | -| and/or modify it under the terms of the GNU Library General| -| Public License as published by the Free Software Foundation | -| either version 2 of the License, or (at your option) any | -| later version. | -| | -| Alliance VLSI CAD System is distributed in the hope 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 GNU C Library; see the file COPYING. | -| If not, write to the Free Software Foundation, Inc., | -| 675 Mass Ave, Cambridge, MA 02139, USA. | -| | -\------------------------------------------------------------*/ + +// This file is part of the Alliance Project. +// Copyright (C) Laboratoire LIP6 - Departement ASIM +// Universite Pierre et Marie Curie +// +// The Alliance 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 Alliance 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 Alliance Project; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// +// License-Tag +// +// Date : 29/01/2004 +// Author : Christophe Alexandre +// +// Authors-Tag #include "PConstants.h" #include "PFixedIns.h" diff --git a/alliance/src/ocp/src/placer/PFixedIns.h b/alliance/src/ocp/src/placer/PFixedIns.h index b61d93b7..adc46712 100644 --- a/alliance/src/ocp/src/placer/PFixedIns.h +++ b/alliance/src/ocp/src/placer/PFixedIns.h @@ -1,29 +1,29 @@ -/*------------------------------------------------------------\ -| | -| This file is part of the Alliance CAD System Copyright | -| (C) Laboratoire LIP6 - Département ASIM Universite P&M Curie| -| | -| Home page : http://www-asim.lip6.fr/alliance/ | -| E-mail : mailto:alliance-users@asim.lip6.fr | -| | -| This progam is free software; you can redistribute it | -| and/or modify it under the terms of the GNU Library General| -| Public License as published by the Free Software Foundation | -| either version 2 of the License, or (at your option) any | -| later version. | -| | -| Alliance VLSI CAD System is distributed in the hope 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 GNU C Library; see the file COPYING. | -| If not, write to the Free Software Foundation, Inc., | -| 675 Mass Ave, Cambridge, MA 02139, USA. | -| | -\------------------------------------------------------------*/ + +// This file is part of the Alliance Project. +// Copyright (C) Laboratoire LIP6 - Departement ASIM +// Universite Pierre et Marie Curie +// +// The Alliance 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 Alliance 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 Alliance Project; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// +// License-Tag +// +// Date : 29/01/2004 +// Author : Christophe Alexandre +// +// Authors-Tag #ifndef __PFIXEDINS_H #define __PFIXEDINS_H diff --git a/alliance/src/ocp/src/placer/PIns.cpp b/alliance/src/ocp/src/placer/PIns.cpp index f2b00d0f..e8556f69 100644 --- a/alliance/src/ocp/src/placer/PIns.cpp +++ b/alliance/src/ocp/src/placer/PIns.cpp @@ -1,29 +1,29 @@ -/*------------------------------------------------------------\ -| | -| This file is part of the Alliance CAD System Copyright | -| (C) Laboratoire LIP6 - Département ASIM Universite P&M Curie| -| | -| Home page : http://www-asim.lip6.fr/alliance/ | -| E-mail : mailto:alliance-users@asim.lip6.fr | -| | -| This progam is free software; you can redistribute it | -| and/or modify it under the terms of the GNU Library General| -| Public License as published by the Free Software Foundation | -| either version 2 of the License, or (at your option) any | -| later version. | -| | -| Alliance VLSI CAD System is distributed in the hope 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 GNU C Library; see the file COPYING. | -| If not, write to the Free Software Foundation, Inc., | -| 675 Mass Ave, Cambridge, MA 02139, USA. | -| | -\------------------------------------------------------------*/ + +// This file is part of the Alliance Project. +// Copyright (C) Laboratoire LIP6 - Departement ASIM +// Universite Pierre et Marie Curie +// +// The Alliance 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 Alliance 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 Alliance Project; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// +// License-Tag +// +// Date : 29/01/2004 +// Author : Christophe Alexandre +// +// Authors-Tag #include "mut.h" #include "mph.h" diff --git a/alliance/src/ocp/src/placer/PIns.h b/alliance/src/ocp/src/placer/PIns.h index 26e07441..ac2d79d2 100644 --- a/alliance/src/ocp/src/placer/PIns.h +++ b/alliance/src/ocp/src/placer/PIns.h @@ -1,29 +1,29 @@ -/*------------------------------------------------------------\ -| | -| This file is part of the Alliance CAD System Copyright | -| (C) Laboratoire LIP6 - Département ASIM Universite P&M Curie| -| | -| Home page : http://www-asim.lip6.fr/alliance/ | -| E-mail : mailto:alliance-users@asim.lip6.fr | -| | -| This progam is free software; you can redistribute it | -| and/or modify it under the terms of the GNU Library General| -| Public License as published by the Free Software Foundation | -| either version 2 of the License, or (at your option) any | -| later version. | -| | -| Alliance VLSI CAD System is distributed in the hope 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 GNU C Library; see the file COPYING. | -| If not, write to the Free Software Foundation, Inc., | -| 675 Mass Ave, Cambridge, MA 02139, USA. | -| | -\------------------------------------------------------------*/ + +// This file is part of the Alliance Project. +// Copyright (C) Laboratoire LIP6 - Departement ASIM +// Universite Pierre et Marie Curie +// +// The Alliance 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 Alliance 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 Alliance Project; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// +// License-Tag +// +// Date : 29/01/2004 +// Author : Christophe Alexandre +// +// Authors-Tag #ifndef __PINS_H #define __PINS_H diff --git a/alliance/src/ocp/src/placer/PMove.cpp b/alliance/src/ocp/src/placer/PMove.cpp index cbf6573d..de46f2a6 100644 --- a/alliance/src/ocp/src/placer/PMove.cpp +++ b/alliance/src/ocp/src/placer/PMove.cpp @@ -1,29 +1,29 @@ -/*------------------------------------------------------------\ -| | -| This file is part of the Alliance CAD System Copyright | -| (C) Laboratoire LIP6 - Département ASIM Universite P&M Curie| -| | -| Home page : http://www-asim.lip6.fr/alliance/ | -| E-mail : mailto:alliance-users@asim.lip6.fr | -| | -| This progam is free software; you can redistribute it | -| and/or modify it under the terms of the GNU Library General| -| Public License as published by the Free Software Foundation | -| either version 2 of the License, or (at your option) any | -| later version. | -| | -| Alliance VLSI CAD System is distributed in the hope 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 GNU C Library; see the file COPYING. | -| If not, write to the Free Software Foundation, Inc., | -| 675 Mass Ave, Cambridge, MA 02139, USA. | -| | -\------------------------------------------------------------*/ + +// This file is part of the Alliance Project. +// Copyright (C) Laboratoire LIP6 - Departement ASIM +// Universite Pierre et Marie Curie +// +// The Alliance 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 Alliance 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 Alliance Project; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// +// License-Tag +// +// Date : 29/01/2004 +// Author : Christophe Alexandre +// +// Authors-Tag #include #include using namespace std; diff --git a/alliance/src/ocp/src/placer/PMove.h b/alliance/src/ocp/src/placer/PMove.h index e920121f..698b36f3 100644 --- a/alliance/src/ocp/src/placer/PMove.h +++ b/alliance/src/ocp/src/placer/PMove.h @@ -1,29 +1,29 @@ -/*------------------------------------------------------------\ -| | -| This file is part of the Alliance CAD System Copyright | -| (C) Laboratoire LIP6 - Département ASIM Universite P&M Curie| -| | -| Home page : http://www-asim.lip6.fr/alliance/ | -| E-mail : mailto:alliance-users@asim.lip6.fr | -| | -| This progam is free software; you can redistribute it | -| and/or modify it under the terms of the GNU Library General| -| Public License as published by the Free Software Foundation | -| either version 2 of the License, or (at your option) any | -| later version. | -| | -| Alliance VLSI CAD System is distributed in the hope 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 GNU C Library; see the file COPYING. | -| If not, write to the Free Software Foundation, Inc., | -| 675 Mass Ave, Cambridge, MA 02139, USA. | -| | -\------------------------------------------------------------*/ + +// This file is part of the Alliance Project. +// Copyright (C) Laboratoire LIP6 - Departement ASIM +// Universite Pierre et Marie Curie +// +// The Alliance 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 Alliance 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 Alliance Project; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// +// License-Tag +// +// Date : 29/01/2004 +// Author : Christophe Alexandre +// +// Authors-Tag #ifndef __PMove_h #define __PMove_h diff --git a/alliance/src/ocp/src/placer/PNet.cpp b/alliance/src/ocp/src/placer/PNet.cpp index 9d954fa2..4b7e67fe 100644 --- a/alliance/src/ocp/src/placer/PNet.cpp +++ b/alliance/src/ocp/src/placer/PNet.cpp @@ -1,29 +1,29 @@ -/*------------------------------------------------------------\ -| | -| This file is part of the Alliance CAD System Copyright | -| (C) Laboratoire LIP6 - Département ASIM Universite P&M Curie| -| | -| Home page : http://www-asim.lip6.fr/alliance/ | -| E-mail : mailto:alliance-users@asim.lip6.fr | -| | -| This progam is free software; you can redistribute it | -| and/or modify it under the terms of the GNU Library General| -| Public License as published by the Free Software Foundation | -| either version 2 of the License, or (at your option) any | -| later version. | -| | -| Alliance VLSI CAD System is distributed in the hope 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 GNU C Library; see the file COPYING. | -| If not, write to the Free Software Foundation, Inc., | -| 675 Mass Ave, Cambridge, MA 02139, USA. | -| | -\------------------------------------------------------------*/ + +// This file is part of the Alliance Project. +// Copyright (C) Laboratoire LIP6 - Departement ASIM +// Universite Pierre et Marie Curie +// +// The Alliance 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 Alliance 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 Alliance Project; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// +// License-Tag +// +// Date : 29/01/2004 +// Author : Christophe Alexandre +// +// Authors-Tag #include "PElem.h" #include "PNet.h" diff --git a/alliance/src/ocp/src/placer/PNet.h b/alliance/src/ocp/src/placer/PNet.h index 285f55e3..4079466a 100644 --- a/alliance/src/ocp/src/placer/PNet.h +++ b/alliance/src/ocp/src/placer/PNet.h @@ -1,29 +1,29 @@ -/*------------------------------------------------------------\ -| | -| This file is part of the Alliance CAD System Copyright | -| (C) Laboratoire LIP6 - Département ASIM Universite P&M Curie| -| | -| Home page : http://www-asim.lip6.fr/alliance/ | -| E-mail : mailto:alliance-users@asim.lip6.fr | -| | -| This progam is free software; you can redistribute it | -| and/or modify it under the terms of the GNU Library General| -| Public License as published by the Free Software Foundation | -| either version 2 of the License, or (at your option) any | -| later version. | -| | -| Alliance VLSI CAD System is distributed in the hope 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 GNU C Library; see the file COPYING. | -| If not, write to the Free Software Foundation, Inc., | -| 675 Mass Ave, Cambridge, MA 02139, USA. | -| | -\------------------------------------------------------------*/ + +// This file is part of the Alliance Project. +// Copyright (C) Laboratoire LIP6 - Departement ASIM +// Universite Pierre et Marie Curie +// +// The Alliance 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 Alliance 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 Alliance Project; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// +// License-Tag +// +// Date : 29/01/2004 +// Author : Christophe Alexandre +// +// Authors-Tag #ifndef __PNET_H #define __PNET_H diff --git a/alliance/src/ocp/src/placer/PONet.cpp b/alliance/src/ocp/src/placer/PONet.cpp index ec088a94..1eaa5c2e 100644 --- a/alliance/src/ocp/src/placer/PONet.cpp +++ b/alliance/src/ocp/src/placer/PONet.cpp @@ -1,29 +1,29 @@ -/*------------------------------------------------------------\ -| | -| This file is part of the Alliance CAD System Copyright | -| (C) Laboratoire LIP6 - Département ASIM Universite P&M Curie| -| | -| Home page : http://www-asim.lip6.fr/alliance/ | -| E-mail : mailto:alliance-users@asim.lip6.fr | -| | -| This progam is free software; you can redistribute it | -| and/or modify it under the terms of the GNU Library General| -| Public License as published by the Free Software Foundation | -| either version 2 of the License, or (at your option) any | -| later version. | -| | -| Alliance VLSI CAD System is distributed in the hope 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 GNU C Library; see the file COPYING. | -| If not, write to the Free Software Foundation, Inc., | -| 675 Mass Ave, Cambridge, MA 02139, USA. | -| | -\------------------------------------------------------------*/ + +// This file is part of the Alliance Project. +// Copyright (C) Laboratoire LIP6 - Departement ASIM +// Universite Pierre et Marie Curie +// +// The Alliance 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 Alliance 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 Alliance Project; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// +// License-Tag +// +// Date : 29/01/2004 +// Author : Christophe Alexandre +// +// Authors-Tag #include "PDetToPlaceIns.h" #include "PONet.h" diff --git a/alliance/src/ocp/src/placer/PONet.h b/alliance/src/ocp/src/placer/PONet.h index 89bbb284..7ea389c4 100644 --- a/alliance/src/ocp/src/placer/PONet.h +++ b/alliance/src/ocp/src/placer/PONet.h @@ -1,29 +1,29 @@ -/*------------------------------------------------------------\ -| | -| This file is part of the Alliance CAD System Copyright | -| (C) Laboratoire LIP6 - Département ASIM Universite P&M Curie| -| | -| Home page : http://www-asim.lip6.fr/alliance/ | -| E-mail : mailto:alliance-users@asim.lip6.fr | -| | -| This progam is free software; you can redistribute it | -| and/or modify it under the terms of the GNU Library General| -| Public License as published by the Free Software Foundation | -| either version 2 of the License, or (at your option) any | -| later version. | -| | -| Alliance VLSI CAD System is distributed in the hope 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 GNU C Library; see the file COPYING. | -| If not, write to the Free Software Foundation, Inc., | -| 675 Mass Ave, Cambridge, MA 02139, USA. | -| | -\------------------------------------------------------------*/ + +// This file is part of the Alliance Project. +// Copyright (C) Laboratoire LIP6 - Departement ASIM +// Universite Pierre et Marie Curie +// +// The Alliance 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 Alliance 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 Alliance Project; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// +// License-Tag +// +// Date : 29/01/2004 +// Author : Christophe Alexandre +// +// Authors-Tag #ifndef __PONET_H #define __PONET_H diff --git a/alliance/src/ocp/src/placer/PPlacement.cpp b/alliance/src/ocp/src/placer/PPlacement.cpp index 26647908..dd642b37 100644 --- a/alliance/src/ocp/src/placer/PPlacement.cpp +++ b/alliance/src/ocp/src/placer/PPlacement.cpp @@ -1,29 +1,29 @@ -/*------------------------------------------------------------\ -| | -| This file is part of the Alliance CAD System Copyright | -| (C) Laboratoire LIP6 - Département ASIM Universite P&M Curie| -| | -| Home page : http://www-asim.lip6.fr/alliance/ | -| E-mail : mailto:alliance-users@asim.lip6.fr | -| | -| This progam is free software; you can redistribute it | -| and/or modify it under the terms of the GNU Library General| -| Public License as published by the Free Software Foundation | -| either version 2 of the License, or (at your option) any | -| later version. | -| | -| Alliance VLSI CAD System is distributed in the hope 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 GNU C Library; see the file COPYING. | -| If not, write to the Free Software Foundation, Inc., | -| 675 Mass Ave, Cambridge, MA 02139, USA. | -| | -\------------------------------------------------------------*/ + +// This file is part of the Alliance Project. +// Copyright (C) Laboratoire LIP6 - Departement ASIM +// Universite Pierre et Marie Curie +// +// The Alliance 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 Alliance 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 Alliance Project; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// +// License-Tag +// +// Date : 29/01/2004 +// Author : Christophe Alexandre +// +// Authors-Tag #include #include #include diff --git a/alliance/src/ocp/src/placer/PPlacement.h b/alliance/src/ocp/src/placer/PPlacement.h index 9c3d0236..a07f88a4 100644 --- a/alliance/src/ocp/src/placer/PPlacement.h +++ b/alliance/src/ocp/src/placer/PPlacement.h @@ -1,29 +1,29 @@ -/*------------------------------------------------------------\ -| | -| This file is part of the Alliance CAD System Copyright | -| (C) Laboratoire LIP6 - Département ASIM Universite P&M Curie| -| | -| Home page : http://www-asim.lip6.fr/alliance/ | -| E-mail : mailto:alliance-users@asim.lip6.fr | -| | -| This progam is free software; you can redistribute it | -| and/or modify it under the terms of the GNU Library General| -| Public License as published by the Free Software Foundation | -| either version 2 of the License, or (at your option) any | -| later version. | -| | -| Alliance VLSI CAD System is distributed in the hope 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 GNU C Library; see the file COPYING. | -| If not, write to the Free Software Foundation, Inc., | -| 675 Mass Ave, Cambridge, MA 02139, USA. | -| | -\------------------------------------------------------------*/ + +// This file is part of the Alliance Project. +// Copyright (C) Laboratoire LIP6 - Departement ASIM +// Universite Pierre et Marie Curie +// +// The Alliance 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 Alliance 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 Alliance Project; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// +// License-Tag +// +// Date : 29/01/2004 +// Author : Christophe Alexandre +// +// Authors-Tag #ifndef __PPLACEMENT_H #define __PPLACEMENT_H diff --git a/alliance/src/ocp/src/placer/PPlacementFinal.cpp b/alliance/src/ocp/src/placer/PPlacementFinal.cpp index aa8fc20b..d3be0031 100644 --- a/alliance/src/ocp/src/placer/PPlacementFinal.cpp +++ b/alliance/src/ocp/src/placer/PPlacementFinal.cpp @@ -1,29 +1,29 @@ -/*------------------------------------------------------------\ -| | -| This file is part of the Alliance CAD System Copyright | -| (C) Laboratoire LIP6 - Département ASIM Universite P&M Curie| -| | -| Home page : http://www-asim.lip6.fr/alliance/ | -| E-mail : mailto:alliance-users@asim.lip6.fr | -| | -| This progam is free software; you can redistribute it | -| and/or modify it under the terms of the GNU Library General| -| Public License as published by the Free Software Foundation | -| either version 2 of the License, or (at your option) any | -| later version. | -| | -| Alliance VLSI CAD System is distributed in the hope 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 GNU C Library; see the file COPYING. | -| If not, write to the Free Software Foundation, Inc., | -| 675 Mass Ave, Cambridge, MA 02139, USA. | -| | -\------------------------------------------------------------*/ + +// This file is part of the Alliance Project. +// Copyright (C) Laboratoire LIP6 - Departement ASIM +// Universite Pierre et Marie Curie +// +// The Alliance 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 Alliance 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 Alliance Project; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// +// License-Tag +// +// Date : 29/01/2004 +// Author : Christophe Alexandre +// +// Authors-Tag #ifdef __GNUC__ #if __GNUC__ < 3 #include diff --git a/alliance/src/ocp/src/placer/PPlacementGlobal.cpp b/alliance/src/ocp/src/placer/PPlacementGlobal.cpp index 74f12928..18419743 100644 --- a/alliance/src/ocp/src/placer/PPlacementGlobal.cpp +++ b/alliance/src/ocp/src/placer/PPlacementGlobal.cpp @@ -1,29 +1,29 @@ -/*------------------------------------------------------------\ -| | -| This file is part of the Alliance CAD System Copyright | -| (C) Laboratoire LIP6 - Département ASIM Universite P&M Curie| -| | -| Home page : http://www-asim.lip6.fr/alliance/ | -| E-mail : mailto:alliance-users@asim.lip6.fr | -| | -| This progam is free software; you can redistribute it | -| and/or modify it under the terms of the GNU Library General| -| Public License as published by the Free Software Foundation | -| either version 2 of the License, or (at your option) any | -| later version. | -| | -| Alliance VLSI CAD System is distributed in the hope 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 GNU C Library; see the file COPYING. | -| If not, write to the Free Software Foundation, Inc., | -| 675 Mass Ave, Cambridge, MA 02139, USA. | -| | -\------------------------------------------------------------*/ + +// This file is part of the Alliance Project. +// Copyright (C) Laboratoire LIP6 - Departement ASIM +// Universite Pierre et Marie Curie +// +// The Alliance 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 Alliance 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 Alliance Project; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// +// License-Tag +// +// Date : 29/01/2004 +// Author : Christophe Alexandre +// +// Authors-Tag #include #include #include diff --git a/alliance/src/ocp/src/placer/PRow.cpp b/alliance/src/ocp/src/placer/PRow.cpp index c4e144a2..ca9f7533 100644 --- a/alliance/src/ocp/src/placer/PRow.cpp +++ b/alliance/src/ocp/src/placer/PRow.cpp @@ -1,29 +1,29 @@ -/*------------------------------------------------------------\ -| | -| This file is part of the Alliance CAD System Copyright | -| (C) Laboratoire LIP6 - Département ASIM Universite P&M Curie| -| | -| Home page : http://www-asim.lip6.fr/alliance/ | -| E-mail : mailto:alliance-users@asim.lip6.fr | -| | -| This progam is free software; you can redistribute it | -| and/or modify it under the terms of the GNU Library General| -| Public License as published by the Free Software Foundation | -| either version 2 of the License, or (at your option) any | -| later version. | -| | -| Alliance VLSI CAD System is distributed in the hope 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 GNU C Library; see the file COPYING. | -| If not, write to the Free Software Foundation, Inc., | -| 675 Mass Ave, Cambridge, MA 02139, USA. | -| | -\------------------------------------------------------------*/ + +// This file is part of the Alliance Project. +// Copyright (C) Laboratoire LIP6 - Departement ASIM +// Universite Pierre et Marie Curie +// +// The Alliance 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 Alliance 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 Alliance Project; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// +// License-Tag +// +// Date : 29/01/2004 +// Author : Christophe Alexandre +// +// Authors-Tag #include "PPlacement.h" #include "PConstants.h" #include "PBBox.h" diff --git a/alliance/src/ocp/src/placer/PRow.h b/alliance/src/ocp/src/placer/PRow.h index 2b0cddfe..60f232e1 100644 --- a/alliance/src/ocp/src/placer/PRow.h +++ b/alliance/src/ocp/src/placer/PRow.h @@ -1,29 +1,29 @@ -/*------------------------------------------------------------\ -| | -| This file is part of the Alliance CAD System Copyright | -| (C) Laboratoire LIP6 - Département ASIM Universite P&M Curie| -| | -| Home page : http://www-asim.lip6.fr/alliance/ | -| E-mail : mailto:alliance-users@asim.lip6.fr | -| | -| This progam is free software; you can redistribute it | -| and/or modify it under the terms of the GNU Library General| -| Public License as published by the Free Software Foundation | -| either version 2 of the License, or (at your option) any | -| later version. | -| | -| Alliance VLSI CAD System is distributed in the hope 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 GNU C Library; see the file COPYING. | -| If not, write to the Free Software Foundation, Inc., | -| 675 Mass Ave, Cambridge, MA 02139, USA. | -| | -\------------------------------------------------------------*/ + +// This file is part of the Alliance Project. +// Copyright (C) Laboratoire LIP6 - Departement ASIM +// Universite Pierre et Marie Curie +// +// The Alliance 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 Alliance 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 Alliance Project; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// +// License-Tag +// +// Date : 29/01/2004 +// Author : Christophe Alexandre +// +// Authors-Tag #ifndef __PROW_H #define __PROW_H diff --git a/alliance/src/ocp/src/placer/PSubRow.cpp b/alliance/src/ocp/src/placer/PSubRow.cpp index ea2b2c20..55e2e766 100644 --- a/alliance/src/ocp/src/placer/PSubRow.cpp +++ b/alliance/src/ocp/src/placer/PSubRow.cpp @@ -1,29 +1,29 @@ -/*------------------------------------------------------------\ -| | -| This file is part of the Alliance CAD System Copyright | -| (C) Laboratoire LIP6 - Département ASIM Universite P&M Curie| -| | -| Home page : http://www-asim.lip6.fr/alliance/ | -| E-mail : mailto:alliance-users@asim.lip6.fr | -| | -| This progam is free software; you can redistribute it | -| and/or modify it under the terms of the GNU Library General| -| Public License as published by the Free Software Foundation | -| either version 2 of the License, or (at your option) any | -| later version. | -| | -| Alliance VLSI CAD System is distributed in the hope 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 GNU C Library; see the file COPYING. | -| If not, write to the Free Software Foundation, Inc., | -| 675 Mass Ave, Cambridge, MA 02139, USA. | -| | -\------------------------------------------------------------*/ + +// This file is part of the Alliance Project. +// Copyright (C) Laboratoire LIP6 - Departement ASIM +// Universite Pierre et Marie Curie +// +// The Alliance 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 Alliance 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 Alliance Project; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// +// License-Tag +// +// Date : 29/01/2004 +// Author : Christophe Alexandre +// +// Authors-Tag #include "PBin.h" #include "PToPlaceIns.h" #include "PConstants.h" diff --git a/alliance/src/ocp/src/placer/PSubRow.h b/alliance/src/ocp/src/placer/PSubRow.h index a6f138e3..3cb603a6 100644 --- a/alliance/src/ocp/src/placer/PSubRow.h +++ b/alliance/src/ocp/src/placer/PSubRow.h @@ -1,29 +1,29 @@ -/*------------------------------------------------------------\ -| | -| This file is part of the Alliance CAD System Copyright | -| (C) Laboratoire LIP6 - Département ASIM Universite P&M Curie| -| | -| Home page : http://www-asim.lip6.fr/alliance/ | -| E-mail : mailto:alliance-users@asim.lip6.fr | -| | -| This progam is free software; you can redistribute it | -| and/or modify it under the terms of the GNU Library General| -| Public License as published by the Free Software Foundation | -| either version 2 of the License, or (at your option) any | -| later version. | -| | -| Alliance VLSI CAD System is distributed in the hope 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 GNU C Library; see the file COPYING. | -| If not, write to the Free Software Foundation, Inc., | -| 675 Mass Ave, Cambridge, MA 02139, USA. | -| | -\------------------------------------------------------------*/ + +// This file is part of the Alliance Project. +// Copyright (C) Laboratoire LIP6 - Departement ASIM +// Universite Pierre et Marie Curie +// +// The Alliance 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 Alliance 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 Alliance Project; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// +// License-Tag +// +// Date : 29/01/2004 +// Author : Christophe Alexandre +// +// Authors-Tag #ifndef __PSubRow_h #define __PSubRow_h diff --git a/alliance/src/ocp/src/placer/PToPlaceIns.cpp b/alliance/src/ocp/src/placer/PToPlaceIns.cpp index 8c186fec..74e8273a 100644 --- a/alliance/src/ocp/src/placer/PToPlaceIns.cpp +++ b/alliance/src/ocp/src/placer/PToPlaceIns.cpp @@ -1,29 +1,29 @@ -/*------------------------------------------------------------\ -| | -| This file is part of the Alliance CAD System Copyright | -| (C) Laboratoire LIP6 - Département ASIM Universite P&M Curie| -| | -| Home page : http://www-asim.lip6.fr/alliance/ | -| E-mail : mailto:alliance-users@asim.lip6.fr | -| | -| This progam is free software; you can redistribute it | -| and/or modify it under the terms of the GNU Library General| -| Public License as published by the Free Software Foundation | -| either version 2 of the License, or (at your option) any | -| later version. | -| | -| Alliance VLSI CAD System is distributed in the hope 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 GNU C Library; see the file COPYING. | -| If not, write to the Free Software Foundation, Inc., | -| 675 Mass Ave, Cambridge, MA 02139, USA. | -| | -\------------------------------------------------------------*/ + +// This file is part of the Alliance Project. +// Copyright (C) Laboratoire LIP6 - Departement ASIM +// Universite Pierre et Marie Curie +// +// The Alliance 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 Alliance 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 Alliance Project; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// +// License-Tag +// +// Date : 29/01/2004 +// Author : Christophe Alexandre +// +// Authors-Tag #include "mut.h" #include "mph.h" diff --git a/alliance/src/ocp/src/placer/PToPlaceIns.h b/alliance/src/ocp/src/placer/PToPlaceIns.h index f4807c2c..b2ef1b77 100644 --- a/alliance/src/ocp/src/placer/PToPlaceIns.h +++ b/alliance/src/ocp/src/placer/PToPlaceIns.h @@ -1,29 +1,29 @@ -/*------------------------------------------------------------\ -| | -| This file is part of the Alliance CAD System Copyright | -| (C) Laboratoire LIP6 - Département ASIM Universite P&M Curie| -| | -| Home page : http://www-asim.lip6.fr/alliance/ | -| E-mail : mailto:alliance-users@asim.lip6.fr | -| | -| This progam is free software; you can redistribute it | -| and/or modify it under the terms of the GNU Library General| -| Public License as published by the Free Software Foundation | -| either version 2 of the License, or (at your option) any | -| later version. | -| | -| Alliance VLSI CAD System is distributed in the hope 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 GNU C Library; see the file COPYING. | -| If not, write to the Free Software Foundation, Inc., | -| 675 Mass Ave, Cambridge, MA 02139, USA. | -| | -\------------------------------------------------------------*/ + +// This file is part of the Alliance Project. +// Copyright (C) Laboratoire LIP6 - Departement ASIM +// Universite Pierre et Marie Curie +// +// The Alliance 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 Alliance 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 Alliance Project; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// +// License-Tag +// +// Date : 29/01/2004 +// Author : Christophe Alexandre +// +// Authors-Tag #ifndef __PTOPLACEINS_H #define __PTOPLACEINS_H diff --git a/alliance/src/ocp/src/placer/iocgram.y b/alliance/src/ocp/src/placer/iocgram.y index f160959b..3da7d4c1 100644 --- a/alliance/src/ocp/src/placer/iocgram.y +++ b/alliance/src/ocp/src/placer/iocgram.y @@ -1,29 +1,29 @@ -/*------------------------------------------------------------\ -| | -| This file is part of the Alliance CAD System Copyright | -| (C) Laboratoire LIP6 - Département ASIM Universite P&M Curie| -| | -| Home page : http://www-asim.lip6.fr/alliance/ | -| E-mail : mailto:alliance-users@asim.lip6.fr | -| | -| This progam is free software; you can redistribute it | -| and/or modify it under the terms of the GNU Library General| -| Public License as published by the Free Software Foundation | -| either version 2 of the License, or (at your option) any | -| later version. | -| | -| Alliance VLSI CAD System is distributed in the hope 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 GNU C Library; see the file COPYING. | -| If not, write to the Free Software Foundation, Inc., | -| 675 Mass Ave, Cambridge, MA 02139, USA. | -| | -\------------------------------------------------------------*/ +/* This file is part of the Alliance Project. + Copyright (C) Laboratoire LIP6 - Departement ASIM + Universite Pierre et Marie Curie + + The Alliance 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 Alliance 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 Alliance Project; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + + License-Tag + + Date : 29/01/2004 + Author : Christophe Alexandre + + Authors-Tag +*/ %{ #include #include diff --git a/alliance/src/ocp/src/placer/iocheader.h b/alliance/src/ocp/src/placer/iocheader.h index 1070e085..d8b9ca43 100644 --- a/alliance/src/ocp/src/placer/iocheader.h +++ b/alliance/src/ocp/src/placer/iocheader.h @@ -1,29 +1,29 @@ -/*------------------------------------------------------------\ -| | -| This file is part of the Alliance CAD System Copyright | -| (C) Laboratoire LIP6 - Département ASIM Universite P&M Curie| -| | -| Home page : http://www-asim.lip6.fr/alliance/ | -| E-mail : mailto:alliance-users@asim.lip6.fr | -| | -| This progam is free software; you can redistribute it | -| and/or modify it under the terms of the GNU Library General| -| Public License as published by the Free Software Foundation | -| either version 2 of the License, or (at your option) any | -| later version. | -| | -| Alliance VLSI CAD System is distributed in the hope 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 GNU C Library; see the file COPYING. | -| If not, write to the Free Software Foundation, Inc., | -| 675 Mass Ave, Cambridge, MA 02139, USA. | -| | -\------------------------------------------------------------*/ + +// This file is part of the Alliance Project. +// Copyright (C) Laboratoire LIP6 - Departement ASIM +// Universite Pierre et Marie Curie +// +// The Alliance 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 Alliance 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 Alliance Project; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// +// License-Tag +// +// Date : 29/01/2004 +// Author : Christophe Alexandre +// +// Authors-Tag #ifndef __IOC_HEADER_H #define __IOC_HEADER_H diff --git a/alliance/src/ocp/src/placer/iocscan.l b/alliance/src/ocp/src/placer/iocscan.l index 4d311e73..1b936808 100644 --- a/alliance/src/ocp/src/placer/iocscan.l +++ b/alliance/src/ocp/src/placer/iocscan.l @@ -1,29 +1,29 @@ -/*------------------------------------------------------------\ -| | -| This file is part of the Alliance CAD System Copyright | -| (C) Laboratoire LIP6 - Département ASIM Universite P&M Curie| -| | -| Home page : http://www-asim.lip6.fr/alliance/ | -| E-mail : mailto:alliance-users@asim.lip6.fr | -| | -| This progam is free software; you can redistribute it | -| and/or modify it under the terms of the GNU Library General| -| Public License as published by the Free Software Foundation | -| either version 2 of the License, or (at your option) any | -| later version. | -| | -| Alliance VLSI CAD System is distributed in the hope 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 GNU C Library; see the file COPYING. | -| If not, write to the Free Software Foundation, Inc., | -| 675 Mass Ave, Cambridge, MA 02139, USA. | -| | -\------------------------------------------------------------*/ +/* This file is part of the Alliance Project. + Copyright (C) Laboratoire LIP6 - Departement ASIM + Universite Pierre et Marie Curie + + The Alliance 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 Alliance 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 Alliance Project; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + + License-Tag + + Date : 29/01/2004 + Author : Christophe Alexandre + + Authors-Tag +*/ %{ #include #include "iocgram.h"