Remove redundant $Header from files (to minimize conflicts during merges)

This commit is contained in:
vsr 2012-12-20 16:14:16 +00:00
parent ee163da49e
commit e8d16d1174
41 changed files with 4 additions and 47 deletions

View File

@ -26,7 +26,6 @@
# Author : Marc Tajchman - CEA
# Date : 10/10/2002
# Modified by : Alexander BORODIN (OCN) - autotools usage
# $Header$
# 13/03/2007: Alexander BORODIN - OCN
# Reorganization for usage of autotools
#

View File

@ -20,8 +20,7 @@
# -* Makefile *-
# Author : Patrick GOLDBRONN (CEA)
# Date : 30/11/2001
# Modified by : Alexander BORODIN (OCN) - autotools usage
# $Header:
# Modified by : Alexander BORODIN (OCN) - autotools usage
#
SUBDIRS = tui gui
SUBDIRSTUI = tui

View File

@ -20,8 +20,7 @@
# -* Makefile *-
# Author : Patrick GOLDBRONN (CEA)
# Date : 30/11/2001
# Modified by : Alexander BORODIN (OCN) - autotools usage
# $Header:
# Modified by : Alexander BORODIN (OCN) - autotools usage
#
SUBDIRS = GEOM

View File

@ -24,7 +24,6 @@
// File : Archimede_VolumeSection.cxx
// Author : Nicolas REJNERI
// Module : GEOM
// $Header$
//
#include "Archimede_VolumeSection.hxx"
#include "utilities.h"

View File

@ -24,7 +24,6 @@
// File : Archimede_VolumeSection.hxx
// Author : Nicolas REJNERI
// Module : GEOM
// $Header$
//
#ifndef ARCHIMEDE_VOLUMESECTION_HXX
#define ARCHIMEDE_VOLUMESECTION_HXX

View File

@ -22,7 +22,6 @@
# Author : Nicolas REJNERI
# Modified by : Alexander BORODIN (OCN) - autotools usage
# Module : GEOM
# $Header$
#
include $(top_srcdir)/adm_local/unix/make_common_starter.am

View File

@ -21,7 +21,6 @@
# Author : Pavel TELKOV
# Modified by : Alexander BORODIN (OCN) - autotools usage
# Module : GEOM
# $Header$
#
include $(top_srcdir)/adm_local/unix/make_common_starter.am

View File

@ -21,7 +21,6 @@
# Author : Pavel TELKOV
# Modified by : Alexander BORODIN (OCN) - autotools usage
# Module : GEOM
# $Header$
#
include $(top_srcdir)/adm_local/unix/make_common_starter.am

View File

@ -21,7 +21,6 @@
# Author : Damien COQUERET (OCC)
# Modified by : Alexander BORODIN (OCN) - autotools usage
# Module : GEOM
# $Header:
include $(top_srcdir)/adm_local/unix/make_common_starter.am

View File

@ -22,7 +22,6 @@
# Author : Patrick GOLDBRONN (CEA)
# Modified by : Alexander BORODIN (OCN) - autotools usage
# Module : GEOM
# $Header$
#
include $(top_srcdir)/adm_local/unix/make_common_starter.am

View File

@ -22,7 +22,6 @@
# Author : Patrick GOLDBRONN (CEA)
# Modified by : Alexander BORODIN (OCN) - autotools usage
# Module : GEOM
# $Header$
include $(top_srcdir)/adm_local/unix/make_common_starter.am

View File

@ -22,7 +22,6 @@
# Author : Patrick GOLDBRONN (CEA)
# Modified by : Alexander BORODIN (OCN) - autotools usage
# Module : GEOM
# $Header$
# Libraries targets
include $(top_srcdir)/adm_local/unix/make_common_starter.am

View File

@ -22,7 +22,6 @@
# File : GEOM_ObjectInfo.py
# Author : Michael ZORIN
# Module : GEOM
# $Header:
#
import salome
import geompy

View File

@ -25,7 +25,6 @@
# File : GEOM_Sketcher.py
# Author : Damien COQUERET, Open CASCADE
# Module : GEOM
# $Header$
#
import geompy

View File

@ -23,7 +23,6 @@
# File : GEOM_TestOthers.py
# Author : Julia DOROVSKIKH
# Module : GEOM
# $Header$
#
# ! Please, if you edit this example file, update also
# ! GEOM_SRC/doc/salome/gui/GEOM/input/tui_test_others.doc

View File

@ -25,7 +25,6 @@
# File : GEOM_blocks.py
# Author : Julia DOROVSKIKH
# Module : GEOM
# $Header$
#
import salome
import geompy

View File

@ -25,7 +25,6 @@
# File : GEOM_example.py
# Author : Paul RASCLE, EDF
# Module : GEOM
# $Header$
#
import salome
import geompy

View File

@ -25,7 +25,6 @@
# File : GEOM_example2.py
# Author : Paul RASCLE, EDF
# Module : GEOM
# $Header$
#
import salome
import geompy

View File

@ -25,7 +25,6 @@
# File : GEOM_example3.py
# Author : Paul RASCLE, EDF
# Module : GEOM
# $Header$
#
import salome
import geompy

View File

@ -25,7 +25,6 @@
# File : GEOM_example5.py
# Author : Damien COQUERET, Open CASCADE
# Module : GEOM
# $Header$
#
import salome
import geompy

View File

@ -22,7 +22,6 @@
# File : GEOM_example6.py
# Author : Dmitry MATVEITChEV
# Module : GEOM
# $Header$
#
import salome
import geompy

View File

@ -25,7 +25,6 @@
# File : GEOM_moteur.py
# Author : Damien COQUERET, Open CASCADE
# Module : GEOM
# $Header$
#
import salome
import geompy

View File

@ -25,7 +25,6 @@
# File : GEOM_usinggeom.py
# Author : Damien COQUERET, Open CASCADE
# Module : GEOM
# $Header$
#
import geompy
import math

View File

@ -21,11 +21,10 @@
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#
# GEOM GEOM_SWIG : binding of C++ omplementaion with Python
# GEOM GEOM_SWIG : binding of C++ implementaion with Python
# File : batchmode_geompy.py
# Author : Paul RASCLE, EDF
# Module : GEOM
# $Header$
# From Salome version 3.2.0 geompy package suits for work in batch mode
# From Salome version 3.2.0 geompy package suits for work in batch mode
#
from geompy import *

View File

@ -25,7 +25,6 @@
# File : geompy.py
# Author : Paul RASCLE, EDF
# Module : GEOM
# $Header$
#
import salome
import geompyDC

View File

@ -22,7 +22,6 @@
// Author : Nicolas REJNERI, Paul RASCLE
// Project : SALOME
// Module : GEOM
// $Header$
//
%module libGEOM_Swig

View File

@ -21,7 +21,6 @@
# Author : Pavel TELKOV
# Modified by : Alexander BORODIN (OCN) - autotools usage
# Module : GEOM
# $Header$
#
include $(top_srcdir)/adm_local/unix/make_common_starter.am

View File

@ -20,7 +20,6 @@
# Author : Pavel TELKOV
# Modified by : Alexander BORODIN (OCN) - autotools usage
# Module : GEOM
# $Header$
include $(top_srcdir)/adm_local/unix/make_common_starter.am

View File

@ -23,7 +23,6 @@
// GEOM OBJECT : interactive object for Geometry entities visualization
// File : GEOM_AISVector.cxx
// Author : Julia DOROVSKIKH
// $Header$
//
#include <GEOM_AISVector.hxx>

View File

@ -24,7 +24,6 @@
// File : GEOM_Actor.cxx
// Author : Christophe ATTANASIO
// Module : GEOM
// $Header$
//
/*!
\class GEOM_Actor GEOM_Actor.h

View File

@ -24,7 +24,6 @@
// File : GEOM_Actor.h
// Author : Christophe ATTANASIO
// Module : GEOM
// $Header$
//
#ifndef GEOM_ACTOR_H
#define GEOM_ACTOR_H

View File

@ -24,7 +24,6 @@
// File : GEOM_InteractiveObject.cxx
// Author : Christophe ATTANASIO
// Module : GEOM
// $Header$
//
/*!
\class GEOM_InteractiveObject GEOM_InteractiveObject.hxx

View File

@ -24,7 +24,6 @@
// File : GEOM_OCCReader.h
// Author : Christophe ATTANASIO
// Module : GEOM
// $Header$
//
/*!
\class GEOM_OCCReader GEOM_OCCReader.h

View File

@ -24,7 +24,6 @@
// File : GEOM_VTKTrihedron.cxx
// Author : Sergey LITONIN
// Module : SALOME
// $Header:
//
#include "GEOM_VTKTrihedron.hxx"

View File

@ -24,7 +24,6 @@
// File : GEOM_VTKTrihedron.h
// Author : Sergey LITONIN
// Module : SALOME
// $Header:
//
#ifndef GEOM_VTKTrihedron_H
#define GEOM_VTKTrihedron_H

View File

@ -22,7 +22,6 @@
# Author : Patrick GOLDBRONN (CEA)
# Modified by : Alexander BORODIN (OCN) - autotools usage
# Module : GEOM
# $Header$
#
include $(top_srcdir)/adm_local/unix/make_common_starter.am

View File

@ -24,7 +24,6 @@
// File : Sketcher_Profile.h
// Author : Damien COQUERET
// Module : GEOM
// $Header:
//
#include <gp_Pnt.hxx>
#include <gp_Dir.hxx>

View File

@ -21,7 +21,6 @@
# Author : Pavel TELKOV
# Modified by : Alexander BORODIN (OCN) - autotools usage
# Module : GEOM
# $Header$
#
include $(top_srcdir)/adm_local/unix/make_common_starter.am

View File

@ -17,8 +17,6 @@
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#
# $Header$
#
include $(top_srcdir)/adm_local/unix/make_common_starter.am
# header files

View File

@ -22,7 +22,6 @@
# Author : Alexander SLADKOV
# Modified by : Alexander BORODIN (OCN) - autotools usage
# Module : GEOM
# $Header:
#
include $(top_srcdir)/adm_local/unix/make_common_starter.am

View File

@ -17,8 +17,6 @@
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#
# $Header$
#
include $(top_srcdir)/adm_local/unix/make_common_starter.am
# header files