From 43df500d1441955e3bc932be2e76318f759f7295 Mon Sep 17 00:00:00 2001 From: Lucca Hirschi Date: Wed, 4 Jul 2012 17:36:50 +0200 Subject: [PATCH] License --- run_tests | 10 +++++----- src/asta.ml | 4 ++-- src/asta.mli | 4 ++-- src/compil.ml | 4 ++-- src/compil.mli | 4 ++-- src/run.ml | 6 ++++-- src/run.mli | 6 ++++-- tests/docs/my.xml | 10 ++++++++++ 8 files changed, 31 insertions(+), 17 deletions(-) create mode 100644 tests/docs/my.xml diff --git a/run_tests b/run_tests index 79d9c7b..5d5752d 100755 --- a/run_tests +++ b/run_tests @@ -1,8 +1,8 @@ -./test.native ./tests/docs/tiny.xml '/child::site/child::regions' +./test.native ./tests/docs/my.xml '/child::site/child::regions' echo "________________________________________________________________________________" -./test.native ./tests/docs/tiny.xml -f ./tests/queries/Treebank.xml.queries +./test.native ./tests/docs/my.xml -f ./tests/queries/Treebank.xml.queries echo "________________________________________________________________________________" -./test.native ./tests/docs/tiny.xml '/descendant::listitem[not(descendant::keyword/child::emph)]/descendant::parlist' +./test.native ./tests/docs/my.xml '/descendant::listitem[not(descendant::keyword/child::emph)]/descendant::parlist' echo "________________________________________________________________________________" -./test.native ./tests/docs/tiny.xml -f ./tests/queries/my.queries -./test.native ./tests/docs/tiny.xml -f ./tests/queries/my.queries 2> tests/results/my.result \ No newline at end of file +./test.native ./tests/docs/my.xml -f ./tests/queries/my.queries +./test.native ./tests/docs/my.xml -f ./tests/queries/my.queries 2> tests/results/my.result \ No newline at end of file diff --git a/src/asta.ml b/src/asta.ml index 06396be..19fe29f 100644 --- a/src/asta.ml +++ b/src/asta.ml @@ -2,8 +2,8 @@ (* *) (* TAToo *) (* *) -(* Lucca Hirschi, ? *) -(* ? *) +(* Lucca Hirschi, LRI UMR8623 *) +(* Université Paris-Sud & CNRS *) (* *) (* Copyright 2010-2012 Université Paris-Sud and Centre National de la *) (* Recherche Scientifique. All rights reserved. This file is *) diff --git a/src/asta.mli b/src/asta.mli index 76ebdb1..14c2562 100644 --- a/src/asta.mli +++ b/src/asta.mli @@ -2,8 +2,8 @@ (* *) (* TAToo *) (* *) -(* Lucca Hirschi, ? *) -(* ? *) +(* Lucca Hirschi, LRI UMR8623 *) +(* Université Paris-Sud & CNRS *) (* *) (* Copyright 2010-2012 Université Paris-Sud and Centre National de la *) (* Recherche Scientifique. All rights reserved. This file is *) diff --git a/src/compil.ml b/src/compil.ml index 94d321f..1ac98e2 100644 --- a/src/compil.ml +++ b/src/compil.ml @@ -2,8 +2,8 @@ (* *) (* TAToo *) (* *) -(* Lucca Hirschi, ? *) -(* ? *) +(* Lucca Hirschi, LRI UMR8623 *) +(* Université Paris-Sud & CNRS *) (* *) (* Copyright 2010-2012 Université Paris-Sud and Centre National de la *) (* Recherche Scientifique. All rights reserved. This file is *) diff --git a/src/compil.mli b/src/compil.mli index 2552957..d2c27fb 100644 --- a/src/compil.mli +++ b/src/compil.mli @@ -2,8 +2,8 @@ (* *) (* TAToo *) (* *) -(* Lucca Hirschi, ? *) -(* ? *) +(* Lucca Hirschi, LRI UMR8623 *) +(* Université Paris-Sud & CNRS *) (* *) (* Copyright 2010-2012 Université Paris-Sud and Centre National de la *) (* Recherche Scientifique. All rights reserved. This file is *) diff --git a/src/run.ml b/src/run.ml index bd85dd4..d6ca22d 100644 --- a/src/run.ml +++ b/src/run.ml @@ -1,7 +1,9 @@ (***********************************************************************) (* *) -(* Lucca Hirschi, ? *) -(* ? *) +(* TAToo *) +(* *) +(* Lucca Hirschi, LRI UMR8623 *) +(* Université Paris-Sud & CNRS *) (* *) (* Copyright 2010-2012 Université Paris-Sud and Centre National de la *) (* Recherche Scientifique. All rights reserved. This file is *) diff --git a/src/run.mli b/src/run.mli index 38bedd1..c7c34c9 100644 --- a/src/run.mli +++ b/src/run.mli @@ -1,7 +1,9 @@ (***********************************************************************) (* *) -(* Lucca Hirschi, ? *) -(* ? *) +(* TAToo *) +(* *) +(* Lucca Hirschi, LRI UMR8623 *) +(* Université Paris-Sud & CNRS *) (* *) (* Copyright 2010-2012 Université Paris-Sud and Centre National de la *) (* Recherche Scientifique. All rights reserved. This file is *) diff --git a/tests/docs/my.xml b/tests/docs/my.xml new file mode 100644 index 0000000..5d8fa9d --- /dev/null +++ b/tests/docs/my.xml @@ -0,0 +1,10 @@ + + + + + + + + + + -- 2.17.1