You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by pk...@apache.org on 2015/05/20 15:05:06 UTC

svn commit: r1680555 - in /uima/ruta/trunk/example-projects: ExampleProject/script/uima/ruta/example/ ExtensionsExample/script/uima/ruta/example/ GermanNovels/script/uima/ruta/example/ Misc/script/uima/ruta/example/ TextRulerExample/script/uima/ruta/ex...

Author: pkluegl
Date: Wed May 20 13:05:06 2015
New Revision: 1680555

URL: http://svn.apache.org/r1680555
Log:
UIMA-4176
- added more license headers in script files

Modified:
    uima/ruta/trunk/example-projects/ExampleProject/script/uima/ruta/example/Author.ruta
    uima/ruta/trunk/example-projects/ExampleProject/script/uima/ruta/example/Main.ruta
    uima/ruta/trunk/example-projects/ExampleProject/script/uima/ruta/example/Title.ruta
    uima/ruta/trunk/example-projects/ExampleProject/script/uima/ruta/example/Year.ruta
    uima/ruta/trunk/example-projects/ExtensionsExample/script/uima/ruta/example/ExampleAction.ruta
    uima/ruta/trunk/example-projects/ExtensionsExample/script/uima/ruta/example/ExampleBlock.ruta
    uima/ruta/trunk/example-projects/ExtensionsExample/script/uima/ruta/example/ExampleBooleanFunction.ruta
    uima/ruta/trunk/example-projects/ExtensionsExample/script/uima/ruta/example/ExampleCondition.ruta
    uima/ruta/trunk/example-projects/ExtensionsExample/script/uima/ruta/example/ExampleNumberFunction.ruta
    uima/ruta/trunk/example-projects/ExtensionsExample/script/uima/ruta/example/ExampleStringFunction.ruta
    uima/ruta/trunk/example-projects/ExtensionsExample/script/uima/ruta/example/ExampleTypeFunction.ruta
    uima/ruta/trunk/example-projects/GermanNovels/script/uima/ruta/example/DirectSpeech.ruta
    uima/ruta/trunk/example-projects/GermanNovels/script/uima/ruta/example/Main.ruta
    uima/ruta/trunk/example-projects/GermanNovels/script/uima/ruta/example/Name.ruta
    uima/ruta/trunk/example-projects/Misc/script/uima/ruta/example/HtmlConverter.ruta
    uima/ruta/trunk/example-projects/Misc/script/uima/ruta/example/Sorter.ruta
    uima/ruta/trunk/example-projects/Misc/script/uima/ruta/example/TEIConverter.ruta
    uima/ruta/trunk/example-projects/TextRulerExample/script/uima/ruta/example/Base.ruta
    uima/ruta/trunk/example-projects/TextRulerExample/script/uima/ruta/example/Features.ruta
    uima/ruta/trunk/example-projects/TextRulerExample/script/uima/ruta/example/KEP.ruta
    uima/ruta/trunk/example-projects/TextRulerExample/script/uima/ruta/example/LP2.ruta
    uima/ruta/trunk/example-projects/TextRulerExample/script/uima/ruta/example/TraBaL.ruta
    uima/ruta/trunk/example-projects/TextRulerExample/script/uima/ruta/example/Whisk.ruta

Modified: uima/ruta/trunk/example-projects/ExampleProject/script/uima/ruta/example/Author.ruta
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/example-projects/ExampleProject/script/uima/ruta/example/Author.ruta?rev=1680555&r1=1680554&r2=1680555&view=diff
==============================================================================
--- uima/ruta/trunk/example-projects/ExampleProject/script/uima/ruta/example/Author.ruta (original)
+++ uima/ruta/trunk/example-projects/ExampleProject/script/uima/ruta/example/Author.ruta Wed May 20 13:05:06 2015
@@ -1,3 +1,20 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.  See the NOTICE file
+// distributed with this work for additional information
+// regarding copyright ownership.  The ASF licenses this file
+// to you under the Apache License, Version 2.0 (the
+// "License"); you may not use this file except in compliance
+// with the License.  You may obtain a copy of the License at
+// 
+//   http://www.apache.org/licenses/LICENSE-2.0
+// 
+// Unless required by applicable law or agreed to in writing,
+// software distributed under the License is distributed on an
+// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+// KIND, either express or implied.  See the License for the
+// specific language governing permissions and limitations
+// under the License.
+
 PACKAGE uima.ruta.example;
 
 // import the types of this type system:

Modified: uima/ruta/trunk/example-projects/ExampleProject/script/uima/ruta/example/Main.ruta
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/example-projects/ExampleProject/script/uima/ruta/example/Main.ruta?rev=1680555&r1=1680554&r2=1680555&view=diff
==============================================================================
--- uima/ruta/trunk/example-projects/ExampleProject/script/uima/ruta/example/Main.ruta (original)
+++ uima/ruta/trunk/example-projects/ExampleProject/script/uima/ruta/example/Main.ruta Wed May 20 13:05:06 2015
@@ -1,3 +1,20 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.  See the NOTICE file
+// distributed with this work for additional information
+// regarding copyright ownership.  The ASF licenses this file
+// to you under the Apache License, Version 2.0 (the
+// "License"); you may not use this file except in compliance
+// with the License.  You may obtain a copy of the License at
+// 
+//   http://www.apache.org/licenses/LICENSE-2.0
+// 
+// Unless required by applicable law or agreed to in writing,
+// software distributed under the License is distributed on an
+// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+// KIND, either express or implied.  See the License for the
+// specific language governing permissions and limitations
+// under the License.
+
 PACKAGE uima.ruta.example;
 
 // import the types of this type system 

Modified: uima/ruta/trunk/example-projects/ExampleProject/script/uima/ruta/example/Title.ruta
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/example-projects/ExampleProject/script/uima/ruta/example/Title.ruta?rev=1680555&r1=1680554&r2=1680555&view=diff
==============================================================================
--- uima/ruta/trunk/example-projects/ExampleProject/script/uima/ruta/example/Title.ruta (original)
+++ uima/ruta/trunk/example-projects/ExampleProject/script/uima/ruta/example/Title.ruta Wed May 20 13:05:06 2015
@@ -1,3 +1,20 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.  See the NOTICE file
+// distributed with this work for additional information
+// regarding copyright ownership.  The ASF licenses this file
+// to you under the Apache License, Version 2.0 (the
+// "License"); you may not use this file except in compliance
+// with the License.  You may obtain a copy of the License at
+// 
+//   http://www.apache.org/licenses/LICENSE-2.0
+// 
+// Unless required by applicable law or agreed to in writing,
+// software distributed under the License is distributed on an
+// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+// KIND, either express or implied.  See the License for the
+// specific language governing permissions and limitations
+// under the License.
+
 PACKAGE uima.ruta.example;
 
 // import the types of this type system:

Modified: uima/ruta/trunk/example-projects/ExampleProject/script/uima/ruta/example/Year.ruta
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/example-projects/ExampleProject/script/uima/ruta/example/Year.ruta?rev=1680555&r1=1680554&r2=1680555&view=diff
==============================================================================
--- uima/ruta/trunk/example-projects/ExampleProject/script/uima/ruta/example/Year.ruta (original)
+++ uima/ruta/trunk/example-projects/ExampleProject/script/uima/ruta/example/Year.ruta Wed May 20 13:05:06 2015
@@ -1,3 +1,20 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.  See the NOTICE file
+// distributed with this work for additional information
+// regarding copyright ownership.  The ASF licenses this file
+// to you under the Apache License, Version 2.0 (the
+// "License"); you may not use this file except in compliance
+// with the License.  You may obtain a copy of the License at
+// 
+//   http://www.apache.org/licenses/LICENSE-2.0
+// 
+// Unless required by applicable law or agreed to in writing,
+// software distributed under the License is distributed on an
+// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+// KIND, either express or implied.  See the License for the
+// specific language governing permissions and limitations
+// under the License.
+
 PACKAGE uima.ruta.example;
 
 // import the types of this type system:

Modified: uima/ruta/trunk/example-projects/ExtensionsExample/script/uima/ruta/example/ExampleAction.ruta
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/example-projects/ExtensionsExample/script/uima/ruta/example/ExampleAction.ruta?rev=1680555&r1=1680554&r2=1680555&view=diff
==============================================================================
--- uima/ruta/trunk/example-projects/ExtensionsExample/script/uima/ruta/example/ExampleAction.ruta (original)
+++ uima/ruta/trunk/example-projects/ExtensionsExample/script/uima/ruta/example/ExampleAction.ruta Wed May 20 13:05:06 2015
@@ -1,3 +1,20 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.  See the NOTICE file
+// distributed with this work for additional information
+// regarding copyright ownership.  The ASF licenses this file
+// to you under the Apache License, Version 2.0 (the
+// "License"); you may not use this file except in compliance
+// with the License.  You may obtain a copy of the License at
+// 
+//   http://www.apache.org/licenses/LICENSE-2.0
+// 
+// Unless required by applicable law or agreed to in writing,
+// software distributed under the License is distributed on an
+// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+// KIND, either express or implied.  See the License for the
+// specific language governing permissions and limitations
+// under the License.
+
 PACKAGE uima.ruta.example;
 
 CW{ -> ExampleAction(1, 2, 3, 4, 5)} SW SW SW PERIOD;

Modified: uima/ruta/trunk/example-projects/ExtensionsExample/script/uima/ruta/example/ExampleBlock.ruta
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/example-projects/ExtensionsExample/script/uima/ruta/example/ExampleBlock.ruta?rev=1680555&r1=1680554&r2=1680555&view=diff
==============================================================================
--- uima/ruta/trunk/example-projects/ExtensionsExample/script/uima/ruta/example/ExampleBlock.ruta (original)
+++ uima/ruta/trunk/example-projects/ExtensionsExample/script/uima/ruta/example/ExampleBlock.ruta Wed May 20 13:05:06 2015
@@ -1,3 +1,20 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.  See the NOTICE file
+// distributed with this work for additional information
+// regarding copyright ownership.  The ASF licenses this file
+// to you under the Apache License, Version 2.0 (the
+// "License"); you may not use this file except in compliance
+// with the License.  You may obtain a copy of the License at
+// 
+//   http://www.apache.org/licenses/LICENSE-2.0
+// 
+// Unless required by applicable law or agreed to in writing,
+// software distributed under the License is distributed on an
+// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+// KIND, either express or implied.  See the License for the
+// specific language governing permissions and limitations
+// under the License.
+
 PACKAGE uima.ruta.example;
 
 DECLARE T1, T2, T3, T4;

Modified: uima/ruta/trunk/example-projects/ExtensionsExample/script/uima/ruta/example/ExampleBooleanFunction.ruta
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/example-projects/ExtensionsExample/script/uima/ruta/example/ExampleBooleanFunction.ruta?rev=1680555&r1=1680554&r2=1680555&view=diff
==============================================================================
--- uima/ruta/trunk/example-projects/ExtensionsExample/script/uima/ruta/example/ExampleBooleanFunction.ruta (original)
+++ uima/ruta/trunk/example-projects/ExtensionsExample/script/uima/ruta/example/ExampleBooleanFunction.ruta Wed May 20 13:05:06 2015
@@ -1,3 +1,20 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.  See the NOTICE file
+// distributed with this work for additional information
+// regarding copyright ownership.  The ASF licenses this file
+// to you under the Apache License, Version 2.0 (the
+// "License"); you may not use this file except in compliance
+// with the License.  You may obtain a copy of the License at
+// 
+//   http://www.apache.org/licenses/LICENSE-2.0
+// 
+// Unless required by applicable law or agreed to in writing,
+// software distributed under the License is distributed on an
+// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+// KIND, either express or implied.  See the License for the
+// specific language governing permissions and limitations
+// under the License.
+
 PACKAGE uima.ruta.example;
 
 DECLARE T1, T2, T3;

Modified: uima/ruta/trunk/example-projects/ExtensionsExample/script/uima/ruta/example/ExampleCondition.ruta
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/example-projects/ExtensionsExample/script/uima/ruta/example/ExampleCondition.ruta?rev=1680555&r1=1680554&r2=1680555&view=diff
==============================================================================
--- uima/ruta/trunk/example-projects/ExtensionsExample/script/uima/ruta/example/ExampleCondition.ruta (original)
+++ uima/ruta/trunk/example-projects/ExtensionsExample/script/uima/ruta/example/ExampleCondition.ruta Wed May 20 13:05:06 2015
@@ -1,3 +1,20 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.  See the NOTICE file
+// distributed with this work for additional information
+// regarding copyright ownership.  The ASF licenses this file
+// to you under the Apache License, Version 2.0 (the
+// "License"); you may not use this file except in compliance
+// with the License.  You may obtain a copy of the License at
+// 
+//   http://www.apache.org/licenses/LICENSE-2.0
+// 
+// Unless required by applicable law or agreed to in writing,
+// software distributed under the License is distributed on an
+// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+// KIND, either express or implied.  See the License for the
+// specific language governing permissions and limitations
+// under the License.
+
 PACKAGE uima.ruta.example;
 
 

Modified: uima/ruta/trunk/example-projects/ExtensionsExample/script/uima/ruta/example/ExampleNumberFunction.ruta
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/example-projects/ExtensionsExample/script/uima/ruta/example/ExampleNumberFunction.ruta?rev=1680555&r1=1680554&r2=1680555&view=diff
==============================================================================
--- uima/ruta/trunk/example-projects/ExtensionsExample/script/uima/ruta/example/ExampleNumberFunction.ruta (original)
+++ uima/ruta/trunk/example-projects/ExtensionsExample/script/uima/ruta/example/ExampleNumberFunction.ruta Wed May 20 13:05:06 2015
@@ -1,3 +1,20 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.  See the NOTICE file
+// distributed with this work for additional information
+// regarding copyright ownership.  The ASF licenses this file
+// to you under the Apache License, Version 2.0 (the
+// "License"); you may not use this file except in compliance
+// with the License.  You may obtain a copy of the License at
+// 
+//   http://www.apache.org/licenses/LICENSE-2.0
+// 
+// Unless required by applicable law or agreed to in writing,
+// software distributed under the License is distributed on an
+// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+// KIND, either express or implied.  See the License for the
+// specific language governing permissions and limitations
+// under the License.
+
 PACKAGE uima.ruta.example;
 
 DECLARE T1, T2, T3;

Modified: uima/ruta/trunk/example-projects/ExtensionsExample/script/uima/ruta/example/ExampleStringFunction.ruta
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/example-projects/ExtensionsExample/script/uima/ruta/example/ExampleStringFunction.ruta?rev=1680555&r1=1680554&r2=1680555&view=diff
==============================================================================
--- uima/ruta/trunk/example-projects/ExtensionsExample/script/uima/ruta/example/ExampleStringFunction.ruta (original)
+++ uima/ruta/trunk/example-projects/ExtensionsExample/script/uima/ruta/example/ExampleStringFunction.ruta Wed May 20 13:05:06 2015
@@ -1,3 +1,20 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.  See the NOTICE file
+// distributed with this work for additional information
+// regarding copyright ownership.  The ASF licenses this file
+// to you under the Apache License, Version 2.0 (the
+// "License"); you may not use this file except in compliance
+// with the License.  You may obtain a copy of the License at
+// 
+//   http://www.apache.org/licenses/LICENSE-2.0
+// 
+// Unless required by applicable law or agreed to in writing,
+// software distributed under the License is distributed on an
+// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+// KIND, either express or implied.  See the License for the
+// specific language governing permissions and limitations
+// under the License.
+
 PACKAGE uima.ruta.example;
 
 DECLARE T1, T2, T3;

Modified: uima/ruta/trunk/example-projects/ExtensionsExample/script/uima/ruta/example/ExampleTypeFunction.ruta
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/example-projects/ExtensionsExample/script/uima/ruta/example/ExampleTypeFunction.ruta?rev=1680555&r1=1680554&r2=1680555&view=diff
==============================================================================
--- uima/ruta/trunk/example-projects/ExtensionsExample/script/uima/ruta/example/ExampleTypeFunction.ruta (original)
+++ uima/ruta/trunk/example-projects/ExtensionsExample/script/uima/ruta/example/ExampleTypeFunction.ruta Wed May 20 13:05:06 2015
@@ -1,3 +1,20 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.  See the NOTICE file
+// distributed with this work for additional information
+// regarding copyright ownership.  The ASF licenses this file
+// to you under the Apache License, Version 2.0 (the
+// "License"); you may not use this file except in compliance
+// with the License.  You may obtain a copy of the License at
+// 
+//   http://www.apache.org/licenses/LICENSE-2.0
+// 
+// Unless required by applicable law or agreed to in writing,
+// software distributed under the License is distributed on an
+// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+// KIND, either express or implied.  See the License for the
+// specific language governing permissions and limitations
+// under the License.
+
 PACKAGE uima.ruta.example;
 
 DECLARE T1, T2, T3;

Modified: uima/ruta/trunk/example-projects/GermanNovels/script/uima/ruta/example/DirectSpeech.ruta
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/example-projects/GermanNovels/script/uima/ruta/example/DirectSpeech.ruta?rev=1680555&r1=1680554&r2=1680555&view=diff
==============================================================================
--- uima/ruta/trunk/example-projects/GermanNovels/script/uima/ruta/example/DirectSpeech.ruta (original)
+++ uima/ruta/trunk/example-projects/GermanNovels/script/uima/ruta/example/DirectSpeech.ruta Wed May 20 13:05:06 2015
@@ -1,3 +1,20 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.  See the NOTICE file
+// distributed with this work for additional information
+// regarding copyright ownership.  The ASF licenses this file
+// to you under the Apache License, Version 2.0 (the
+// "License"); you may not use this file except in compliance
+// with the License.  You may obtain a copy of the License at
+// 
+//   http://www.apache.org/licenses/LICENSE-2.0
+// 
+// Unless required by applicable law or agreed to in writing,
+// software distributed under the License is distributed on an
+// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+// KIND, either express or implied.  See the License for the
+// specific language governing permissions and limitations
+// under the License.
+
 PACKAGE uima.ruta.example;
 
 DECLARE DirectSpeech;

Modified: uima/ruta/trunk/example-projects/GermanNovels/script/uima/ruta/example/Main.ruta
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/example-projects/GermanNovels/script/uima/ruta/example/Main.ruta?rev=1680555&r1=1680554&r2=1680555&view=diff
==============================================================================
--- uima/ruta/trunk/example-projects/GermanNovels/script/uima/ruta/example/Main.ruta (original)
+++ uima/ruta/trunk/example-projects/GermanNovels/script/uima/ruta/example/Main.ruta Wed May 20 13:05:06 2015
@@ -1,3 +1,20 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.  See the NOTICE file
+// distributed with this work for additional information
+// regarding copyright ownership.  The ASF licenses this file
+// to you under the Apache License, Version 2.0 (the
+// "License"); you may not use this file except in compliance
+// with the License.  You may obtain a copy of the License at
+// 
+//   http://www.apache.org/licenses/LICENSE-2.0
+// 
+// Unless required by applicable law or agreed to in writing,
+// software distributed under the License is distributed on an
+// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+// KIND, either express or implied.  See the License for the
+// specific language governing permissions and limitations
+// under the License.
+
 PACKAGE uima.ruta.example;
 
 IMPORT PACKAGE de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos FROM GeneratedDKProCoreTypes AS pos;

Modified: uima/ruta/trunk/example-projects/GermanNovels/script/uima/ruta/example/Name.ruta
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/example-projects/GermanNovels/script/uima/ruta/example/Name.ruta?rev=1680555&r1=1680554&r2=1680555&view=diff
==============================================================================
--- uima/ruta/trunk/example-projects/GermanNovels/script/uima/ruta/example/Name.ruta (original)
+++ uima/ruta/trunk/example-projects/GermanNovels/script/uima/ruta/example/Name.ruta Wed May 20 13:05:06 2015
@@ -1,3 +1,20 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.  See the NOTICE file
+// distributed with this work for additional information
+// regarding copyright ownership.  The ASF licenses this file
+// to you under the Apache License, Version 2.0 (the
+// "License"); you may not use this file except in compliance
+// with the License.  You may obtain a copy of the License at
+// 
+//   http://www.apache.org/licenses/LICENSE-2.0
+// 
+// Unless required by applicable law or agreed to in writing,
+// software distributed under the License is distributed on an
+// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+// KIND, either express or implied.  See the License for the
+// specific language governing permissions and limitations
+// under the License.
+
 PACKAGE uima.ruta.example;
 
 IMPORT PACKAGE de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos FROM GeneratedDKProCoreTypes AS pos;

Modified: uima/ruta/trunk/example-projects/Misc/script/uima/ruta/example/HtmlConverter.ruta
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/example-projects/Misc/script/uima/ruta/example/HtmlConverter.ruta?rev=1680555&r1=1680554&r2=1680555&view=diff
==============================================================================
--- uima/ruta/trunk/example-projects/Misc/script/uima/ruta/example/HtmlConverter.ruta (original)
+++ uima/ruta/trunk/example-projects/Misc/script/uima/ruta/example/HtmlConverter.ruta Wed May 20 13:05:06 2015
@@ -1,3 +1,20 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.  See the NOTICE file
+// distributed with this work for additional information
+// regarding copyright ownership.  The ASF licenses this file
+// to you under the Apache License, Version 2.0 (the
+// "License"); you may not use this file except in compliance
+// with the License.  You may obtain a copy of the License at
+// 
+//   http://www.apache.org/licenses/LICENSE-2.0
+// 
+// Unless required by applicable law or agreed to in writing,
+// software distributed under the License is distributed on an
+// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+// KIND, either express or implied.  See the License for the
+// specific language governing permissions and limitations
+// under the License.
+
 PACKAGE uima.ruta.example;
 
 ENGINE utils.HtmlAnnotator;

Modified: uima/ruta/trunk/example-projects/Misc/script/uima/ruta/example/Sorter.ruta
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/example-projects/Misc/script/uima/ruta/example/Sorter.ruta?rev=1680555&r1=1680554&r2=1680555&view=diff
==============================================================================
--- uima/ruta/trunk/example-projects/Misc/script/uima/ruta/example/Sorter.ruta (original)
+++ uima/ruta/trunk/example-projects/Misc/script/uima/ruta/example/Sorter.ruta Wed May 20 13:05:06 2015
@@ -1,3 +1,20 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.  See the NOTICE file
+// distributed with this work for additional information
+// regarding copyright ownership.  The ASF licenses this file
+// to you under the Apache License, Version 2.0 (the
+// "License"); you may not use this file except in compliance
+// with the License.  You may obtain a copy of the License at
+// 
+//   http://www.apache.org/licenses/LICENSE-2.0
+// 
+// Unless required by applicable law or agreed to in writing,
+// software distributed under the License is distributed on an
+// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+// KIND, either express or implied.  See the License for the
+// specific language governing permissions and limitations
+// under the License.
+
 ENGINE utils.XMIWriter;
 TYPESYSTEM utils.SourceDocumentInformation;
 

Modified: uima/ruta/trunk/example-projects/Misc/script/uima/ruta/example/TEIConverter.ruta
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/example-projects/Misc/script/uima/ruta/example/TEIConverter.ruta?rev=1680555&r1=1680554&r2=1680555&view=diff
==============================================================================
--- uima/ruta/trunk/example-projects/Misc/script/uima/ruta/example/TEIConverter.ruta (original)
+++ uima/ruta/trunk/example-projects/Misc/script/uima/ruta/example/TEIConverter.ruta Wed May 20 13:05:06 2015
@@ -1,3 +1,20 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.  See the NOTICE file
+// distributed with this work for additional information
+// regarding copyright ownership.  The ASF licenses this file
+// to you under the Apache License, Version 2.0 (the
+// "License"); you may not use this file except in compliance
+// with the License.  You may obtain a copy of the License at
+// 
+//   http://www.apache.org/licenses/LICENSE-2.0
+// 
+// Unless required by applicable law or agreed to in writing,
+// software distributed under the License is distributed on an
+// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+// KIND, either express or implied.  See the License for the
+// specific language governing permissions and limitations
+// under the License.
+
 ENGINE utils.HtmlAnnotator;
 TYPESYSTEM utils.HtmlTypeSystem;
 ENGINE utils.HtmlConverter;

Modified: uima/ruta/trunk/example-projects/TextRulerExample/script/uima/ruta/example/Base.ruta
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/example-projects/TextRulerExample/script/uima/ruta/example/Base.ruta?rev=1680555&r1=1680554&r2=1680555&view=diff
==============================================================================
--- uima/ruta/trunk/example-projects/TextRulerExample/script/uima/ruta/example/Base.ruta (original)
+++ uima/ruta/trunk/example-projects/TextRulerExample/script/uima/ruta/example/Base.ruta Wed May 20 13:05:06 2015
@@ -1,3 +1,20 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.  See the NOTICE file
+// distributed with this work for additional information
+// regarding copyright ownership.  The ASF licenses this file
+// to you under the Apache License, Version 2.0 (the
+// "License"); you may not use this file except in compliance
+// with the License.  You may obtain a copy of the License at
+// 
+//   http://www.apache.org/licenses/LICENSE-2.0
+// 
+// Unless required by applicable law or agreed to in writing,
+// software distributed under the License is distributed on an
+// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+// KIND, either express or implied.  See the License for the
+// specific language governing permissions and limitations
+// under the License.
+
 PACKAGE uima.ruta.example;
 
 TYPESYSTEM types.Bibtex;

Modified: uima/ruta/trunk/example-projects/TextRulerExample/script/uima/ruta/example/Features.ruta
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/example-projects/TextRulerExample/script/uima/ruta/example/Features.ruta?rev=1680555&r1=1680554&r2=1680555&view=diff
==============================================================================
--- uima/ruta/trunk/example-projects/TextRulerExample/script/uima/ruta/example/Features.ruta (original)
+++ uima/ruta/trunk/example-projects/TextRulerExample/script/uima/ruta/example/Features.ruta Wed May 20 13:05:06 2015
@@ -1,3 +1,20 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.  See the NOTICE file
+// distributed with this work for additional information
+// regarding copyright ownership.  The ASF licenses this file
+// to you under the Apache License, Version 2.0 (the
+// "License"); you may not use this file except in compliance
+// with the License.  You may obtain a copy of the License at
+// 
+//   http://www.apache.org/licenses/LICENSE-2.0
+// 
+// Unless required by applicable law or agreed to in writing,
+// software distributed under the License is distributed on an
+// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+// KIND, either express or implied.  See the License for the
+// specific language governing permissions and limitations
+// under the License.
+
 PACKAGE uima.ruta.example;
 
 SCRIPT uima.ruta.example.Base;

Modified: uima/ruta/trunk/example-projects/TextRulerExample/script/uima/ruta/example/KEP.ruta
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/example-projects/TextRulerExample/script/uima/ruta/example/KEP.ruta?rev=1680555&r1=1680554&r2=1680555&view=diff
==============================================================================
--- uima/ruta/trunk/example-projects/TextRulerExample/script/uima/ruta/example/KEP.ruta (original)
+++ uima/ruta/trunk/example-projects/TextRulerExample/script/uima/ruta/example/KEP.ruta Wed May 20 13:05:06 2015
@@ -1,3 +1,20 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.  See the NOTICE file
+// distributed with this work for additional information
+// regarding copyright ownership.  The ASF licenses this file
+// to you under the Apache License, Version 2.0 (the
+// "License"); you may not use this file except in compliance
+// with the License.  You may obtain a copy of the License at
+// 
+//   http://www.apache.org/licenses/LICENSE-2.0
+// 
+// Unless required by applicable law or agreed to in writing,
+// software distributed under the License is distributed on an
+// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+// KIND, either express or implied.  See the License for the
+// specific language governing permissions and limitations
+// under the License.
+
 PACKAGE uima.ruta.example;
 
 SCRIPT uima.ruta.example.Features;

Modified: uima/ruta/trunk/example-projects/TextRulerExample/script/uima/ruta/example/LP2.ruta
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/example-projects/TextRulerExample/script/uima/ruta/example/LP2.ruta?rev=1680555&r1=1680554&r2=1680555&view=diff
==============================================================================
--- uima/ruta/trunk/example-projects/TextRulerExample/script/uima/ruta/example/LP2.ruta (original)
+++ uima/ruta/trunk/example-projects/TextRulerExample/script/uima/ruta/example/LP2.ruta Wed May 20 13:05:06 2015
@@ -1,3 +1,20 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.  See the NOTICE file
+// distributed with this work for additional information
+// regarding copyright ownership.  The ASF licenses this file
+// to you under the Apache License, Version 2.0 (the
+// "License"); you may not use this file except in compliance
+// with the License.  You may obtain a copy of the License at
+// 
+//   http://www.apache.org/licenses/LICENSE-2.0
+// 
+// Unless required by applicable law or agreed to in writing,
+// software distributed under the License is distributed on an
+// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+// KIND, either express or implied.  See the License for the
+// specific language governing permissions and limitations
+// under the License.
+
 PACKAGE uima.ruta.example;
 
 

Modified: uima/ruta/trunk/example-projects/TextRulerExample/script/uima/ruta/example/TraBaL.ruta
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/example-projects/TextRulerExample/script/uima/ruta/example/TraBaL.ruta?rev=1680555&r1=1680554&r2=1680555&view=diff
==============================================================================
--- uima/ruta/trunk/example-projects/TextRulerExample/script/uima/ruta/example/TraBaL.ruta (original)
+++ uima/ruta/trunk/example-projects/TextRulerExample/script/uima/ruta/example/TraBaL.ruta Wed May 20 13:05:06 2015
@@ -1,3 +1,20 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.  See the NOTICE file
+// distributed with this work for additional information
+// regarding copyright ownership.  The ASF licenses this file
+// to you under the Apache License, Version 2.0 (the
+// "License"); you may not use this file except in compliance
+// with the License.  You may obtain a copy of the License at
+// 
+//   http://www.apache.org/licenses/LICENSE-2.0
+// 
+// Unless required by applicable law or agreed to in writing,
+// software distributed under the License is distributed on an
+// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+// KIND, either express or implied.  See the License for the
+// specific language governing permissions and limitations
+// under the License.
+
 PACKAGE uima.ruta.example;
 
 SCRIPT uima.ruta.example.Features;

Modified: uima/ruta/trunk/example-projects/TextRulerExample/script/uima/ruta/example/Whisk.ruta
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/example-projects/TextRulerExample/script/uima/ruta/example/Whisk.ruta?rev=1680555&r1=1680554&r2=1680555&view=diff
==============================================================================
--- uima/ruta/trunk/example-projects/TextRulerExample/script/uima/ruta/example/Whisk.ruta (original)
+++ uima/ruta/trunk/example-projects/TextRulerExample/script/uima/ruta/example/Whisk.ruta Wed May 20 13:05:06 2015
@@ -1,3 +1,20 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.  See the NOTICE file
+// distributed with this work for additional information
+// regarding copyright ownership.  The ASF licenses this file
+// to you under the Apache License, Version 2.0 (the
+// "License"); you may not use this file except in compliance
+// with the License.  You may obtain a copy of the License at
+// 
+//   http://www.apache.org/licenses/LICENSE-2.0
+// 
+// Unless required by applicable law or agreed to in writing,
+// software distributed under the License is distributed on an
+// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+// KIND, either express or implied.  See the License for the
+// specific language governing permissions and limitations
+// under the License.
+
 PACKAGE uima.ruta.example;
 
 // learnt using TextRulerExample\data\single