From 487e5659efe401683eee0381b0d23f967ffffc3c Mon Sep 17 00:00:00 2001 From: Christian Bauer Date: Tue, 16 Nov 1999 19:35:24 +0000 Subject: [PATCH] - modified the comment blocks so the copyright message no longer appears in the reference manual (made by Doxygen) --- ginac/add.cpp | 5 +++-- ginac/add.h | 5 +++-- ginac/basic.cpp | 5 +++-- ginac/basic.h | 5 +++-- ginac/clifford.cpp | 5 +++-- ginac/clifford.h | 5 +++-- ginac/color.cpp | 5 +++-- ginac/color.h | 5 +++-- ginac/coloridx.cpp | 5 +++-- ginac/coloridx.h | 5 +++-- ginac/constant.cpp | 5 +++-- ginac/constant.h | 5 +++-- ginac/debugmsg.h | 5 +++-- ginac/diff.cpp | 5 +++-- ginac/ex.cpp | 5 +++-- ginac/ex.h | 5 +++-- ginac/expair.h | 3 +++ ginac/expairseq.cpp | 3 +++ ginac/expairseq.h | 3 +++ ginac/exprseq.cpp | 5 +++-- ginac/exprseq.h | 5 +++-- ginac/exprseq_suppl.cpp | 5 +++-- ginac/fail.cpp | 5 +++-- ginac/fail.h | 5 +++-- ginac/flags.h | 5 +++-- ginac/function.cpp | 5 +++-- ginac/function.h | 5 +++-- ginac/ginac.h | 5 +++-- ginac/idx.cpp | 5 +++-- ginac/idx.h | 5 +++-- ginac/indexed.cpp | 5 +++-- ginac/indexed.h | 5 +++-- ginac/inifcns.cpp | 5 +++-- ginac/inifcns.h | 5 +++-- ginac/inifcns_gamma.cpp | 5 +++-- ginac/inifcns_trans.cpp | 5 +++-- ginac/isospin.cpp | 5 +++-- ginac/isospin.h | 5 +++-- ginac/lorentzidx.cpp | 5 +++-- ginac/lorentzidx.h | 5 +++-- ginac/lst.cpp | 5 +++-- ginac/lst.h | 5 +++-- ginac/lst_suppl.cpp | 5 +++-- ginac/matrix.cpp | 5 +++-- ginac/matrix.h | 5 +++-- ginac/mul.cpp | 5 +++-- ginac/mul.h | 5 +++-- ginac/ncmul.cpp | 5 +++-- ginac/ncmul.h | 5 +++-- ginac/normal.cpp | 3 ++- ginac/normal.h | 5 +++-- ginac/numeric.cpp | 5 +++-- ginac/numeric.h | 5 +++-- ginac/operators.cpp | 5 +++-- ginac/operators.h | 5 +++-- ginac/power.cpp | 5 +++-- ginac/power.h | 5 +++-- ginac/print.cpp | 5 +++-- ginac/printcsrc.cpp | 5 +++-- ginac/printraw.cpp | 5 +++-- ginac/printtree.cpp | 5 +++-- ginac/relational.cpp | 5 +++-- ginac/relational.h | 5 +++-- ginac/series.cpp | 5 +++-- ginac/series.h | 5 +++-- ginac/simp_lor.cpp | 5 +++-- ginac/simp_lor.h | 5 +++-- ginac/structure.cpp | 5 +++-- ginac/structure.h | 5 +++-- ginac/symbol.cpp | 5 +++-- ginac/symbol.h | 5 +++-- ginac/tinfos.h | 5 +++-- ginac/utils.cpp | 5 +++-- ginac/utils.h | 5 +++-- 74 files changed, 221 insertions(+), 141 deletions(-) diff --git a/ginac/add.cpp b/ginac/add.cpp index 9d054379..2f3beb13 100644 --- a/ginac/add.cpp +++ b/ginac/add.cpp @@ -1,7 +1,8 @@ /** @file add.cpp * - * Implementation of GiNaC's sums of expressions. - * + * Implementation of GiNaC's sums of expressions. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/add.h b/ginac/add.h index 1b965197..0545bcd2 100644 --- a/ginac/add.h +++ b/ginac/add.h @@ -1,7 +1,8 @@ /** @file add.h * - * Interface to GiNaC's sums of expressions. - * + * Interface to GiNaC's sums of expressions. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/basic.cpp b/ginac/basic.cpp index 0b713b88..097ec574 100644 --- a/ginac/basic.cpp +++ b/ginac/basic.cpp @@ -1,7 +1,8 @@ /** @file basic.cpp * - * Implementation of GiNaC's ABC. - * + * Implementation of GiNaC's ABC. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/basic.h b/ginac/basic.h index ebc130f7..a376855d 100644 --- a/ginac/basic.h +++ b/ginac/basic.h @@ -1,7 +1,8 @@ /** @file basic.h * - * Interface to GiNaC's ABC. - * + * Interface to GiNaC's ABC. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/clifford.cpp b/ginac/clifford.cpp index 1e154b1a..d16f1fe5 100644 --- a/ginac/clifford.cpp +++ b/ginac/clifford.cpp @@ -1,8 +1,9 @@ /** @file clifford.cpp * * Implementation of GiNaC's clifford objects. - * No real implementation yet, to be done. - * + * No real implementation yet, to be done. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/clifford.h b/ginac/clifford.h index 1bfd561a..36a1ff9b 100644 --- a/ginac/clifford.h +++ b/ginac/clifford.h @@ -1,7 +1,8 @@ /** @file clifford.h * - * Interface to GiNaC's clifford objects. - * + * Interface to GiNaC's clifford objects. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/color.cpp b/ginac/color.cpp index f905693e..33dc647c 100644 --- a/ginac/color.cpp +++ b/ginac/color.cpp @@ -1,8 +1,9 @@ /** @file color.cpp * * Implementation of GiNaC's color objects. - * No real implementation yet, to be done. - * + * No real implementation yet, to be done. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/color.h b/ginac/color.h index 266496b2..877e7de5 100644 --- a/ginac/color.h +++ b/ginac/color.h @@ -1,7 +1,8 @@ /** @file color.h * - * Interface to GiNaC's color objects. - * + * Interface to GiNaC's color objects. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/coloridx.cpp b/ginac/coloridx.cpp index ff4a5f45..523c0d2a 100644 --- a/ginac/coloridx.cpp +++ b/ginac/coloridx.cpp @@ -1,7 +1,8 @@ /** @file coloridx.cpp * - * Implementation of GiNaC's color indices. - * + * Implementation of GiNaC's color indices. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/coloridx.h b/ginac/coloridx.h index 4fb6a759..1753b429 100644 --- a/ginac/coloridx.h +++ b/ginac/coloridx.h @@ -1,7 +1,8 @@ /** @file coloridx.h * - * Interface to GiNaC's color indices. - * + * Interface to GiNaC's color indices. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/constant.cpp b/ginac/constant.cpp index 6ea13a00..4e866eaf 100644 --- a/ginac/constant.cpp +++ b/ginac/constant.cpp @@ -1,7 +1,8 @@ /** @file constant.cpp * - * Implementation of GiNaC's constant types and some special constants. - * + * Implementation of GiNaC's constant types and some special constants. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/constant.h b/ginac/constant.h index 488d8a3e..c5c90c03 100644 --- a/ginac/constant.h +++ b/ginac/constant.h @@ -1,7 +1,8 @@ /** @file constant.h * - * Interface to GiNaC's constant types and some special constants. - * + * Interface to GiNaC's constant types and some special constants. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/debugmsg.h b/ginac/debugmsg.h index eae3cbd8..13bd1568 100644 --- a/ginac/debugmsg.h +++ b/ginac/debugmsg.h @@ -1,7 +1,8 @@ /** @file debugmsg.h * - * Utilities needed for debugging only. - * + * Utilities needed for debugging only. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/diff.cpp b/ginac/diff.cpp index ff7855af..dec8dc7d 100644 --- a/ginac/diff.cpp +++ b/ginac/diff.cpp @@ -1,7 +1,8 @@ /** @file diff.cpp * - * Implementation of symbolic differentiation in all of GiNaC's classes. - * + * Implementation of symbolic differentiation in all of GiNaC's classes. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/ex.cpp b/ginac/ex.cpp index c30efdda..147cd97f 100644 --- a/ginac/ex.cpp +++ b/ginac/ex.cpp @@ -1,7 +1,8 @@ /** @file ex.cpp * - * Implementation of GiNaC's light-weight expression handles. - * + * Implementation of GiNaC's light-weight expression handles. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/ex.h b/ginac/ex.h index c07c3edb..de54e7c9 100644 --- a/ginac/ex.h +++ b/ginac/ex.h @@ -1,7 +1,8 @@ /** @file ex.h * - * Interface to GiNaC's light-weight expression handles. - * + * Interface to GiNaC's light-weight expression handles. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/expair.h b/ginac/expair.h index 372091db..a066382a 100644 --- a/ginac/expair.h +++ b/ginac/expair.h @@ -1,5 +1,8 @@ /** @file expair.h * + * Definition of expression pairs (building blocks of expairseq). */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/expairseq.cpp b/ginac/expairseq.cpp index 23ccaa96..f9347e0b 100644 --- a/ginac/expairseq.cpp +++ b/ginac/expairseq.cpp @@ -1,5 +1,8 @@ /** @file expairseq.cpp * + * Implementation of sequences of expression pairs. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/expairseq.h b/ginac/expairseq.h index faaa7532..55be7cfd 100644 --- a/ginac/expairseq.h +++ b/ginac/expairseq.h @@ -1,5 +1,8 @@ /** @file expairseq.h * + * Interface to sequences of expression pairs. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/exprseq.cpp b/ginac/exprseq.cpp index 3a97d4bb..32970155 100644 --- a/ginac/exprseq.cpp +++ b/ginac/exprseq.cpp @@ -9,8 +9,9 @@ * $prepend=0 * $let_op=0 * $open_bracket=( - * $close_bracket=) - * + * $close_bracket=) */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/exprseq.h b/ginac/exprseq.h index f82a21c0..179cfbde 100644 --- a/ginac/exprseq.h +++ b/ginac/exprseq.h @@ -9,8 +9,9 @@ * $prepend=0 * $let_op=0 * $open_bracket=( - * $close_bracket=) - * + * $close_bracket=) */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/exprseq_suppl.cpp b/ginac/exprseq_suppl.cpp index 1482a58b..f4355d79 100644 --- a/ginac/exprseq_suppl.cpp +++ b/ginac/exprseq_suppl.cpp @@ -1,8 +1,9 @@ /** @file exprseq_suppl.cpp * * Supplement to exprseq.cpp, contains the parts which were - * not automatically generated. - * + * not automatically generated. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/fail.cpp b/ginac/fail.cpp index b97d0c4e..3dc847b9 100644 --- a/ginac/fail.cpp +++ b/ginac/fail.cpp @@ -1,8 +1,9 @@ /** @file fail.cpp * * Implementation of class signaling failure of operation. Considered - * obsolete all this stuff ought to be replaced by exceptions. - * + * obsolete all this stuff ought to be replaced by exceptions. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/fail.h b/ginac/fail.h index 40897e2e..2fc383ef 100644 --- a/ginac/fail.h +++ b/ginac/fail.h @@ -1,8 +1,9 @@ /** @file fail.h * * Interface to class signaling failure of operation. Considered obsolete all - * this stuff ought to be replaced by exceptions. - * + * this stuff ought to be replaced by exceptions. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/flags.h b/ginac/flags.h index cc735b64..2057baa2 100644 --- a/ginac/flags.h +++ b/ginac/flags.h @@ -1,7 +1,8 @@ /** @file flags.h * - * Collection of all flags used through the GiNaC framework. - * + * Collection of all flags used through the GiNaC framework. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/function.cpp b/ginac/function.cpp index 0afb41eb..1870dedd 100644 --- a/ginac/function.cpp +++ b/ginac/function.cpp @@ -4,8 +4,9 @@ * * This file was generated automatically by function.pl. * Please do not modify it directly, edit the perl script instead! - * function.pl options: $maxargs=10 - * + * function.pl options: $maxargs=10 */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/function.h b/ginac/function.h index b2fcd7ac..4666e177 100644 --- a/ginac/function.h +++ b/ginac/function.h @@ -4,8 +4,9 @@ * * This file was generated automatically by function.pl. * Please do not modify it directly, edit the perl script instead! - * function.pl options: $maxargs=10 - * + * function.pl options: $maxargs=10 */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/ginac.h b/ginac/ginac.h index ae9a699f..c9661091 100644 --- a/ginac/ginac.h +++ b/ginac/ginac.h @@ -1,7 +1,8 @@ /** @file ginac.h * - * This include file includes all other public GiNaC headers. - * + * This include file includes all other public GiNaC headers. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/idx.cpp b/ginac/idx.cpp index c2484683..8de753c1 100644 --- a/ginac/idx.cpp +++ b/ginac/idx.cpp @@ -1,7 +1,8 @@ /** @file idx.cpp * - * Implementation of GiNaC's indices. - * + * Implementation of GiNaC's indices. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/idx.h b/ginac/idx.h index c742db6b..2faced84 100644 --- a/ginac/idx.h +++ b/ginac/idx.h @@ -1,7 +1,8 @@ /** @file idx.h * - * Interface to GiNaC's indices. - * + * Interface to GiNaC's indices. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/indexed.cpp b/ginac/indexed.cpp index 7fcd8939..0804330b 100644 --- a/ginac/indexed.cpp +++ b/ginac/indexed.cpp @@ -1,7 +1,8 @@ /** @file indexed.cpp * - * Implementation of GiNaC's index carrying objects. - * + * Implementation of GiNaC's index carrying objects. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/indexed.h b/ginac/indexed.h index 97e3e1a7..7f13af51 100644 --- a/ginac/indexed.h +++ b/ginac/indexed.h @@ -1,7 +1,8 @@ /** @file indexed.h * - * Interface to GiNaC's index carrying objects. - * + * Interface to GiNaC's index carrying objects. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/inifcns.cpp b/ginac/inifcns.cpp index 48567821..f9b797ee 100644 --- a/ginac/inifcns.cpp +++ b/ginac/inifcns.cpp @@ -1,7 +1,8 @@ /** @file inifcns.cpp * - * Implementation of GiNaC's initially known functions. - * + * Implementation of GiNaC's initially known functions. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/inifcns.h b/ginac/inifcns.h index 095abf7c..f4af0cb8 100644 --- a/ginac/inifcns.h +++ b/ginac/inifcns.h @@ -1,7 +1,8 @@ /** @file inifcns.h * - * Interface to GiNaC's initially known functions. - * + * Interface to GiNaC's initially known functions. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/inifcns_gamma.cpp b/ginac/inifcns_gamma.cpp index 73a64b3e..34a390ed 100644 --- a/ginac/inifcns_gamma.cpp +++ b/ginac/inifcns_gamma.cpp @@ -1,7 +1,8 @@ /** @file inifcns_gamma.cpp * - * Implementation of Gamma function and some related stuff. - * + * Implementation of Gamma function and some related stuff. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/inifcns_trans.cpp b/ginac/inifcns_trans.cpp index fae65318..41065733 100644 --- a/ginac/inifcns_trans.cpp +++ b/ginac/inifcns_trans.cpp @@ -1,8 +1,9 @@ /** @file inifcns_trans.cpp * * Implementation of transcendental (and trigonometric and hyperbolic) - * functions. - * + * functions. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/isospin.cpp b/ginac/isospin.cpp index 05ca5fbe..3cc6b5e1 100644 --- a/ginac/isospin.cpp +++ b/ginac/isospin.cpp @@ -1,8 +1,9 @@ /** @file isospin.cpp * * Implementation of GiNaC's isospin objects. - * No real implementation yet, to be done. - * + * No real implementation yet, to be done. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/isospin.h b/ginac/isospin.h index 331a70e6..81c96dc3 100644 --- a/ginac/isospin.h +++ b/ginac/isospin.h @@ -1,7 +1,8 @@ /** @file isospin.h * - * Interface to GiNaC's isospin objects. - * + * Interface to GiNaC's isospin objects. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/lorentzidx.cpp b/ginac/lorentzidx.cpp index 02611668..3719f15b 100644 --- a/ginac/lorentzidx.cpp +++ b/ginac/lorentzidx.cpp @@ -1,7 +1,8 @@ /** @file lorentzidx.cpp * - * Implementation of GiNaC's lorentz indices. - * + * Implementation of GiNaC's lorentz indices. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/lorentzidx.h b/ginac/lorentzidx.h index 00149408..7fc2a05d 100644 --- a/ginac/lorentzidx.h +++ b/ginac/lorentzidx.h @@ -1,7 +1,8 @@ /** @file lorentzidx.h * - * Interface to GiNaC's lorentz indices. - * + * Interface to GiNaC's lorentz indices. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/lst.cpp b/ginac/lst.cpp index 0c752ccd..b05c48aa 100644 --- a/ginac/lst.cpp +++ b/ginac/lst.cpp @@ -9,8 +9,9 @@ * $prepend=1 * $let_op=1 * $open_bracket=[ - * $close_bracket=] - * + * $close_bracket=] */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/lst.h b/ginac/lst.h index e96f950e..beeb9a3d 100644 --- a/ginac/lst.h +++ b/ginac/lst.h @@ -9,8 +9,9 @@ * $prepend=1 * $let_op=1 * $open_bracket=[ - * $close_bracket=] - * + * $close_bracket=] */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/lst_suppl.cpp b/ginac/lst_suppl.cpp index 5e507afd..71463df7 100644 --- a/ginac/lst_suppl.cpp +++ b/ginac/lst_suppl.cpp @@ -1,8 +1,9 @@ /** @file lst_suppl.cpp * * Supplement to lst.cpp, contains the parts which were - * not automatically generated. - * + * not automatically generated. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/matrix.cpp b/ginac/matrix.cpp index efece856..34d5f2f9 100644 --- a/ginac/matrix.cpp +++ b/ginac/matrix.cpp @@ -1,7 +1,8 @@ /** @file matrix.cpp * - * Implementation of symbolic matrices - * + * Implementation of symbolic matrices */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/matrix.h b/ginac/matrix.h index f30a39a2..235fbda4 100644 --- a/ginac/matrix.h +++ b/ginac/matrix.h @@ -1,7 +1,8 @@ /** @file matrix.h * - * Interface to symbolic matrices - * + * Interface to symbolic matrices */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/mul.cpp b/ginac/mul.cpp index 021433a8..e3cbd78a 100644 --- a/ginac/mul.cpp +++ b/ginac/mul.cpp @@ -1,7 +1,8 @@ /** @file mul.cpp * - * Implementation of GiNaC's products of expressions. - * + * Implementation of GiNaC's products of expressions. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/mul.h b/ginac/mul.h index b134fc20..46b3791e 100644 --- a/ginac/mul.h +++ b/ginac/mul.h @@ -1,7 +1,8 @@ /** @file mul.h * - * Interface to GiNaC's products of expressions. - * + * Interface to GiNaC's products of expressions. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/ncmul.cpp b/ginac/ncmul.cpp index 6d87597f..74c39546 100644 --- a/ginac/ncmul.cpp +++ b/ginac/ncmul.cpp @@ -1,7 +1,8 @@ /** @file ncmul.cpp * - * Implementation of GiNaC's non-commutative products of expressions. - * + * Implementation of GiNaC's non-commutative products of expressions. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/ncmul.h b/ginac/ncmul.h index 5a8b732b..458c5ecc 100644 --- a/ginac/ncmul.h +++ b/ginac/ncmul.h @@ -1,7 +1,8 @@ /** @file ncmul.h * - * Interface to GiNaC's non-commutative products of expressions. - * + * Interface to GiNaC's non-commutative products of expressions. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/normal.cpp b/ginac/normal.cpp index fe4eb3cc..65c81098 100644 --- a/ginac/normal.cpp +++ b/ginac/normal.cpp @@ -4,8 +4,9 @@ * multivariate polynomials and rational functions. * These functions include polynomial quotient and remainder, GCD and LCM * computation, square-free factorization and rational function normalization. + */ - * +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/normal.h b/ginac/normal.h index d4d8ac16..879e0d4d 100644 --- a/ginac/normal.h +++ b/ginac/normal.h @@ -1,8 +1,9 @@ /** @file normal.h * * Functions for polynomial quotient and remainder, GCD and LCM computation - * and square-free factorization. - * + * and square-free factorization. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/numeric.cpp b/ginac/numeric.cpp index 886fac72..126a4b25 100644 --- a/ginac/numeric.cpp +++ b/ginac/numeric.cpp @@ -4,8 +4,9 @@ * Its most important design principle is to completely hide the inner * working of that other package from the user of GiNaC. It must either * provide implementation of arithmetic operators and numerical evaluation - * of special functions or implement the interface to the bignum package. - * + * of special functions or implement the interface to the bignum package. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/numeric.h b/ginac/numeric.h index b8abb189..01e2ad60 100644 --- a/ginac/numeric.h +++ b/ginac/numeric.h @@ -1,7 +1,8 @@ /** @file numeric.h * - * Makes the interface to the underlying bignum package available. - * + * Makes the interface to the underlying bignum package available. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/operators.cpp b/ginac/operators.cpp index 0448f025..6ccc7a81 100644 --- a/ginac/operators.cpp +++ b/ginac/operators.cpp @@ -1,7 +1,8 @@ /** @file operators.cpp * - * Implementation of GiNaC's overloaded operators. - * + * Implementation of GiNaC's overloaded operators. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/operators.h b/ginac/operators.h index 9cfb01c6..cc354d86 100644 --- a/ginac/operators.h +++ b/ginac/operators.h @@ -1,7 +1,8 @@ /** @file operators.h * - * Interface to GiNaC's overloaded operators. - * + * Interface to GiNaC's overloaded operators. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/power.cpp b/ginac/power.cpp index afb34e68..a459150d 100644 --- a/ginac/power.cpp +++ b/ginac/power.cpp @@ -1,7 +1,8 @@ /** @file power.cpp * - * Implementation of GiNaC's symbolic exponentiation (basis^exponent). - * + * Implementation of GiNaC's symbolic exponentiation (basis^exponent). */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/power.h b/ginac/power.h index 8533a069..37ce8022 100644 --- a/ginac/power.h +++ b/ginac/power.h @@ -1,7 +1,8 @@ /** @file power.h * - * Interface to GiNaC's symbolic exponentiation (basis^exponent). - * + * Interface to GiNaC's symbolic exponentiation (basis^exponent). */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/print.cpp b/ginac/print.cpp index 2d3a9363..f75ad933 100644 --- a/ginac/print.cpp +++ b/ginac/print.cpp @@ -1,8 +1,9 @@ /** @file print.cpp * * The methods .print() are responsible for the nice default-output of - * objects. All related helper-functions go in here as well. - * + * objects. All related helper-functions go in here as well. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/printcsrc.cpp b/ginac/printcsrc.cpp index 2a23ab80..543035eb 100644 --- a/ginac/printcsrc.cpp +++ b/ginac/printcsrc.cpp @@ -1,8 +1,9 @@ /** @file printcsrc.cpp * * The methods .printcsrc() are responsible for C-source output of - * objects. All related helper-functions go in here as well. - * + * objects. All related helper-functions go in here as well. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/printraw.cpp b/ginac/printraw.cpp index 6be1fbfb..d1aac63e 100644 --- a/ginac/printraw.cpp +++ b/ginac/printraw.cpp @@ -1,8 +1,9 @@ /** @file printraw.cpp * * print in ugly raw format, so brave developers can have a look at the - * underlying structure. - * + * underlying structure. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/printtree.cpp b/ginac/printtree.cpp index 89498c5e..38706f69 100644 --- a/ginac/printtree.cpp +++ b/ginac/printtree.cpp @@ -1,8 +1,9 @@ /** @file printtree.cpp * * print in tree- (indented-) form, so developers can have a look at the - * underlying structure. - * + * underlying structure. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/relational.cpp b/ginac/relational.cpp index db6b5cf2..1cce02d9 100644 --- a/ginac/relational.cpp +++ b/ginac/relational.cpp @@ -1,7 +1,8 @@ /** @file relational.cpp * - * Implementation of relations between expressions - * + * Implementation of relations between expressions */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/relational.h b/ginac/relational.h index 6f5009df..317b1d23 100644 --- a/ginac/relational.h +++ b/ginac/relational.h @@ -1,7 +1,8 @@ /** @file relational.h * - * Interface to relations between expressions. - * + * Interface to relations between expressions. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/series.cpp b/ginac/series.cpp index 187a8472..6002d95b 100644 --- a/ginac/series.cpp +++ b/ginac/series.cpp @@ -1,8 +1,9 @@ /** @file series.cpp * * Implementation of class for extended truncated power-series and - * methods for series expansion. - * + * methods for series expansion. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/series.h b/ginac/series.h index 8d7822db..4a757b0a 100644 --- a/ginac/series.h +++ b/ginac/series.h @@ -1,7 +1,8 @@ /** @file series.h * - * Interface to class for extended truncated power series. - * + * Interface to class for extended truncated power series. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/simp_lor.cpp b/ginac/simp_lor.cpp index 5e289aa6..ea488dc6 100644 --- a/ginac/simp_lor.cpp +++ b/ginac/simp_lor.cpp @@ -1,8 +1,9 @@ /** @file simp_lor.cpp * * Implementation of GiNaC's simp_lor objects. - * No real implementation yet, to be done. - * + * No real implementation yet, to be done. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/simp_lor.h b/ginac/simp_lor.h index eefddac7..a3971bf4 100644 --- a/ginac/simp_lor.h +++ b/ginac/simp_lor.h @@ -1,7 +1,8 @@ /** @file simp_lor.h * - * Interface to GiNaC's simp_lor objects. - * + * Interface to GiNaC's simp_lor objects. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/structure.cpp b/ginac/structure.cpp index e7cb8303..dd939c90 100644 --- a/ginac/structure.cpp +++ b/ginac/structure.cpp @@ -1,7 +1,8 @@ /** @file structure.cpp * - * Implementation of 'abstract' class structure. - * + * Implementation of 'abstract' class structure. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/structure.h b/ginac/structure.h index cbe44758..c14a17c8 100644 --- a/ginac/structure.h +++ b/ginac/structure.h @@ -1,7 +1,8 @@ /** @file structure.h * - * Interface to 'abstract' class structure. - * + * Interface to 'abstract' class structure. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/symbol.cpp b/ginac/symbol.cpp index b32418f1..f84d98cb 100644 --- a/ginac/symbol.cpp +++ b/ginac/symbol.cpp @@ -1,7 +1,8 @@ /** @file symbol.cpp * - * Implementation of GiNaC's symbolic objects. - * + * Implementation of GiNaC's symbolic objects. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/symbol.h b/ginac/symbol.h index 5bd60159..ade8d776 100644 --- a/ginac/symbol.h +++ b/ginac/symbol.h @@ -1,7 +1,8 @@ /** @file symbol.h * - * Interface to GiNaC's symbolic objects. - * + * Interface to GiNaC's symbolic objects. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/tinfos.h b/ginac/tinfos.h index 24aeef05..5a70aeed 100644 --- a/ginac/tinfos.h +++ b/ginac/tinfos.h @@ -1,7 +1,8 @@ /** @file tinfos.h * - * Values for a do-it-yourself typeinfo scheme. - * + * Values for a do-it-yourself typeinfo scheme. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/utils.cpp b/ginac/utils.cpp index 15f4cc57..0689d3e7 100644 --- a/ginac/utils.cpp +++ b/ginac/utils.cpp @@ -1,7 +1,8 @@ /** @file utils.cpp * - * Implementation of several small and furry utilities. - * + * Implementation of several small and furry utilities. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify diff --git a/ginac/utils.h b/ginac/utils.h index 259527ee..b78d46a3 100644 --- a/ginac/utils.h +++ b/ginac/utils.h @@ -1,7 +1,8 @@ /** @file utils.h * - * Interface to several small and furry utilities. - * + * Interface to several small and furry utilities. */ + +/* * GiNaC Copyright (C) 1999 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify -- 2.44.0