Skip to content

Commit 9bbc118

Browse files
committed
Remove relics from svn keyword expansion.
1 parent 159fec2 commit 9bbc118

37 files changed

+1
-74
lines changed

extensions/asymmetricunit_ext.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
*
1515
* boost::python bindings to ObjCryst::AsymmetricUnit.
1616
*
17-
* $Id$
18-
*
1917
*****************************************************************************/
2018

2119
#include <boost/python.hpp>

extensions/atom_ext.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
* - The default constructor has been disabled. When not followed-up by Init, it
1919
* will cause segmentation faults, even if it is printed.
2020
*
21-
* $Id$
22-
*
2321
*****************************************************************************/
2422

2523
#include <boost/python.hpp>

extensions/crystal_ext.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@
2525
* - CreateCrystalFromCIF is placed here instead of in a seperate CIF module. This
2626
* method accepts a python file rather than a CIF object.
2727
*
28-
*
29-
* $Id$
30-
*
3128
*****************************************************************************/
3229

3330
#include <boost/python.hpp>

extensions/general_ext.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
* boost::python bindings to general structures and objects defined in
1616
* ObjCryst/ObjCryst/General.h
1717
*
18-
* $Id$
19-
*
2018
*****************************************************************************/
2119

2220
#include <boost/python.hpp>

extensions/globalscatteringpower_ext.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
* boost::python bindings to ObjCryst::GlobalScatteringPower from
1616
* ObjCryst/ObjCryst/ZScatterer.h
1717
*
18-
* $Id$
19-
*
2018
*****************************************************************************/
2119

2220
#include <boost/python.hpp>

extensions/helpers.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
*
1515
* Implementation of non-template binding-specific helper functions.
1616
*
17-
* $Id$
18-
*
1917
*****************************************************************************/
2018

2119
#include "helpers.hpp"

extensions/helpers.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
* This is home to converters and utility functions that are explicitly applied
1616
* within the extensions, rather than registered in registerconverters.cpp.
1717
*
18-
* $Id$
19-
*
2018
*****************************************************************************/
2119

2220
#ifndef HELPERS_HPP

extensions/io_ext.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
* Changes from ObjCryst::XMLCrystTag
1818
* - The istream constructor of XMLCrystTag is not wrapped.
1919
*
20-
* $Id$
21-
*
2220
*****************************************************************************/
2321

2422
#include <boost/python.hpp>

extensions/molatom_ext.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
* - File IO is disabled
2020
* - X, Y and Z are wrapped as properties rather than methods.
2121
*
22-
* $Id$
23-
*
2422
*****************************************************************************/
2523

2624
#include <boost/python.hpp>

extensions/molbond_ext.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
* - Length0, LengthDelta, LengthSigma and BondOrder are wrapped as properties
2222
* rather than methods.
2323
*
24-
* $Id$
25-
*
2624
*****************************************************************************/
2725

2826
#include <boost/python.hpp>

extensions/molbondangle_ext.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424
* - IsFlexible and SetFlexible are not wrapped, as they are not implemented in
2525
* the library.
2626
*
27-
* $Id$
28-
*
2927
*****************************************************************************/
3028

3129
#include <boost/python.hpp>

extensions/moldihedralangle_ext.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
* - Wrapped as a to-python converter only (no constructor)
1919
* - Added __getitem__ access for MolAtoms.
2020
*
21-
* $Id$
22-
*
2321
*****************************************************************************/
2422

2523
#include <boost/python.hpp>

extensions/molecule_ext.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@
4646
* - StretchMode getters are not wrapped.
4747
* - Quaternion ordinates Q0, Q1, Q2 and Q3 wrapped as properties.
4848
*
49-
* $Id$
50-
*
5149
*****************************************************************************/
5250

5351
#include <boost/python.hpp>

extensions/objregistry_ext.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
* - C++ methods that can return const or non-const objects return non-const
2020
* objects in python.
2121
*
22-
* $Id$
23-
*
2422
*****************************************************************************/
2523

2624
#include <boost/python.hpp>

extensions/polyhedron_ext.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
*
1515
* boost::python bindings to ObjCryst::Polyhedron module.
1616
*
17-
* $Id$
18-
*
1917
*****************************************************************************/
2018

2119
#include <boost/python.hpp>

extensions/pyobjcryst.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
******************************************************************************
1414
*
15-
* $Id$
15+
* definition of the _pyobjcryst Python extension module.
1616
*
1717
*****************************************************************************/
1818

extensions/quaternion_ext.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
* - Q0, Q1, Q2 and Q3 are wrapped as properties, rather than functions.
2020
* - RotateVector overloaded to return tuple of the mutated arguments.
2121
*
22-
* $Id$
23-
*
2422
*****************************************************************************/
2523

2624
#include <boost/python.hpp>

extensions/refinableobj_ext.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@
2929
* - SetDeleteRefParInDestructor is not exposed.
3030
* - RemovePar is overloaded to return None.
3131
*
32-
* $Id$
33-
*
3432
*****************************************************************************/
3533

3634
#include <boost/python.hpp>

extensions/refinableobjclock_ext.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
* - operator= is wrapped as the SetEqual method
1919
* a.SetEqual(b) -> a = b
2020
*
21-
* $Id$
22-
*
2321
*****************************************************************************/
2422

2523
#include <boost/python.hpp>

extensions/refinablepar_ext.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@
2929
* classes are interchangable once instantiated, so users should not notice.
3030
* - XML input/output are not exposed.
3131
*
32-
* $Id$
33-
*
3432
*****************************************************************************/
3533

3634
#include <boost/python.hpp>

extensions/refobjopt_ext.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
*
1515
* boost::python bindings to ObjCryst::RefObjOpt.
1616
*
17-
* $Id$
18-
*
1917
*****************************************************************************/
2018

2119
#include <boost/python.hpp>

extensions/refpartype_ext.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
*
1515
* boost::python bindings to ObjCryst::RefParType.
1616
*
17-
* $Id$
18-
*
1917
*****************************************************************************/
2018

2119
#include <boost/python.hpp>

extensions/registerconverters.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
*
1515
* boost::python bindings for various conversions used in pyobjcryst.
1616
*
17-
* $Id$
18-
*
1917
*****************************************************************************/
2018

2119
#include <boost/python.hpp>

extensions/restraint_ext.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
* trouble.
2020
* - XML input/output are not exposed.
2121
*
22-
* $Id$
23-
*
2422
*****************************************************************************/
2523

2624
#include <boost/python.hpp>

extensions/rigidgroup_ext.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
* - RigidGroup is wrapped to have python-set methods rather than stl::set
1919
* methods.
2020
*
21-
* $Id$
22-
*
2321
*****************************************************************************/
2422

2523
#include <boost/python.hpp>

extensions/scatterer_ext.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@
2626
* implemented in the library.
2727
* - Methods related to visualization are not exposed.
2828
*
29-
*
30-
* $Id$
31-
*
3229
*****************************************************************************/
3330

3431
#include <boost/python.hpp>

extensions/scatteringcomponent_ext.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
* Changes from ObjCryst::ScatteringComponent
1818
* - Added attributes X, Y, Z, Occupancy to conform to MolAtom.
1919
*
20-
* $Id$
21-
*
2220
*****************************************************************************/
2321

2422
#include <boost/python.hpp>

extensions/scatteringcomponentlist_ext.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
* - Wrapped as a to-python converter only (no constructor)
1919
* - Added python list-like access
2020
*
21-
* $Id$
22-
*
2321
*****************************************************************************/
2422

2523
#include <boost/python.hpp>

extensions/scatteringpower_ext.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
*
1515
* boost::python bindings to ObjCryst::ScatteringPower.
1616
*
17-
* $Id$
18-
*
1917
*****************************************************************************/
2018

2119
#include <boost/python.hpp>

extensions/scatteringpoweratom_ext.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
*
1515
* boost::python bindings to ObjCryst::ScatteringPowerAtom.
1616
*
17-
* $Id$
18-
*
1917
*****************************************************************************/
2018

2119
#include <boost/python.hpp>

extensions/scatteringpowersphere_ext.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
*
1515
* boost::python bindings to ObjCryst::ScatteringPowerSphere.
1616
*
17-
* $Id$
18-
*
1917
*****************************************************************************/
2018

2119
#include <boost/python.hpp>

extensions/spacegroup_ext.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
*
1515
* boost::python bindings to ObjCryst::SpaceGroup.
1616
*
17-
* $Id$
18-
*
1917
*****************************************************************************/
2018

2119
#include <boost/python.hpp>

extensions/stretchmode_ext.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
*
1717
* Note that all indices are zero-based.
1818
*
19-
* $Id$
20-
*
2119
*****************************************************************************/
2220

2321
#include <boost/python.hpp>

extensions/unitcell_ext.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
*
1515
* boost::python bindings to ObjCryst::UnitCell.
1616
*
17-
* $Id$
18-
*
1917
*****************************************************************************/
2018

2119
#include <boost/python.hpp>

extensions/zatom_ext.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
* Changes from ObjCryst::ZAtom
1818
* - XMLOutput and Input are not wrapped.
1919
*
20-
* $Id$
21-
*
2220
*****************************************************************************/
2321

2422
#include <boost/python.hpp>

extensions/zpolyhedron_ext.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
*
1515
* boost::python bindings to ObjCryst::ZPolyhedron.
1616
*
17-
* $Id$
18-
*
1917
*****************************************************************************/
2018

2119
#include <boost/python.hpp>

extensions/zscatterer_ext.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
* Changes from ObjCryst++
1818
* - XMLOutput and Input are not wrapped.
1919
*
20-
* $Id$
2120
* - Import and output is not implemented yet.
2221
*
2322
*****************************************************************************/

0 commit comments

Comments
 (0)