Changeset 133

Show
Ignore:
Timestamp:
21.08.2007 11:39:11 (1 year ago)
Author:
decoder
Message:

Added License tags too all code files

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/devel/FuzzyOcr.pm

    r132 r133  
     1# <@LICENSE> 
     2# Licensed to the Apache Software Foundation (ASF) under one or more 
     3# contributor license agreements.  See the NOTICE file distributed with 
     4# this work for additional information regarding copyright ownership. 
     5# The ASF licenses this file to you under the Apache License, Version 2.0 
     6# (the "License"); you may not use this file except in compliance with 
     7# the License.  You may obtain a copy of the License at: 
     8#  
     9#     http://www.apache.org/licenses/LICENSE-2.0 
     10#  
     11# Unless required by applicable law or agreed to in writing, software 
     12# distributed under the License is distributed on an "AS IS" BASIS, 
     13# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
     14# See the License for the specific language governing permissions and 
     15# limitations under the License. 
     16# </@LICENSE> 
     17 
    118# FuzzyOcr plugin, version 3.4 
    219# 
  • trunk/devel/FuzzyOcr/Config.pm

    r132 r133  
     1# <@LICENSE> 
     2# Licensed to the Apache Software Foundation (ASF) under one or more 
     3# contributor license agreements.  See the NOTICE file distributed with 
     4# this work for additional information regarding copyright ownership. 
     5# The ASF licenses this file to you under the Apache License, Version 2.0 
     6# (the "License"); you may not use this file except in compliance with 
     7# the License.  You may obtain a copy of the License at: 
     8#  
     9#     http://www.apache.org/licenses/LICENSE-2.0 
     10#  
     11# Unless required by applicable law or agreed to in writing, software 
     12# distributed under the License is distributed on an "AS IS" BASIS, 
     13# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
     14# See the License for the specific language governing permissions and 
     15# limitations under the License. 
     16# </@LICENSE> 
     17 
    118use strict; 
    219package FuzzyOcr::Config; 
  • trunk/devel/FuzzyOcr/Deanimate.pm

    r122 r133  
     1# <@LICENSE> 
     2# Licensed to the Apache Software Foundation (ASF) under one or more 
     3# contributor license agreements.  See the NOTICE file distributed with 
     4# this work for additional information regarding copyright ownership. 
     5# The ASF licenses this file to you under the Apache License, Version 2.0 
     6# (the "License"); you may not use this file except in compliance with 
     7# the License.  You may obtain a copy of the License at: 
     8#  
     9#     http://www.apache.org/licenses/LICENSE-2.0 
     10#  
     11# Unless required by applicable law or agreed to in writing, software 
     12# distributed under the License is distributed on an "AS IS" BASIS, 
     13# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
     14# See the License for the specific language governing permissions and 
     15# limitations under the License. 
     16# </@LICENSE> 
     17 
    118use strict; 
    219package FuzzyOcr::Deanimate; 
  • trunk/devel/FuzzyOcr/Hashing.pm

    r116 r133  
     1# <@LICENSE> 
     2# Licensed to the Apache Software Foundation (ASF) under one or more 
     3# contributor license agreements.  See the NOTICE file distributed with 
     4# this work for additional information regarding copyright ownership. 
     5# The ASF licenses this file to you under the Apache License, Version 2.0 
     6# (the "License"); you may not use this file except in compliance with 
     7# the License.  You may obtain a copy of the License at: 
     8#  
     9#     http://www.apache.org/licenses/LICENSE-2.0 
     10#  
     11# Unless required by applicable law or agreed to in writing, software 
     12# distributed under the License is distributed on an "AS IS" BASIS, 
     13# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
     14# See the License for the specific language governing permissions and 
     15# limitations under the License. 
     16# </@LICENSE> 
     17 
    118use strict; 
    219package FuzzyOcr::Hashing; 
  • trunk/devel/FuzzyOcr/Logging.pm

    r99 r133  
     1# <@LICENSE> 
     2# Licensed to the Apache Software Foundation (ASF) under one or more 
     3# contributor license agreements.  See the NOTICE file distributed with 
     4# this work for additional information regarding copyright ownership. 
     5# The ASF licenses this file to you under the Apache License, Version 2.0 
     6# (the "License"); you may not use this file except in compliance with 
     7# the License.  You may obtain a copy of the License at: 
     8#  
     9#     http://www.apache.org/licenses/LICENSE-2.0 
     10#  
     11# Unless required by applicable law or agreed to in writing, software 
     12# distributed under the License is distributed on an "AS IS" BASIS, 
     13# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
     14# See the License for the specific language governing permissions and 
     15# limitations under the License. 
     16# </@LICENSE> 
     17 
    118package FuzzyOcr::Logging; 
    219 
  • trunk/devel/FuzzyOcr/Misc.pm

    r130 r133  
     1# <@LICENSE> 
     2# Licensed to the Apache Software Foundation (ASF) under one or more 
     3# contributor license agreements.  See the NOTICE file distributed with 
     4# this work for additional information regarding copyright ownership. 
     5# The ASF licenses this file to you under the Apache License, Version 2.0 
     6# (the "License"); you may not use this file except in compliance with 
     7# the License.  You may obtain a copy of the License at: 
     8#  
     9#     http://www.apache.org/licenses/LICENSE-2.0 
     10#  
     11# Unless required by applicable law or agreed to in writing, software 
     12# distributed under the License is distributed on an "AS IS" BASIS, 
     13# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
     14# See the License for the specific language governing permissions and 
     15# limitations under the License. 
     16# </@LICENSE> 
     17 
    118use strict; 
    219package FuzzyOcr::Misc; 
  • trunk/devel/FuzzyOcr/Preprocessor.pm

    r81 r133  
     1# <@LICENSE> 
     2# Licensed to the Apache Software Foundation (ASF) under one or more 
     3# contributor license agreements.  See the NOTICE file distributed with 
     4# this work for additional information regarding copyright ownership. 
     5# The ASF licenses this file to you under the Apache License, Version 2.0 
     6# (the "License"); you may not use this file except in compliance with 
     7# the License.  You may obtain a copy of the License at: 
     8#  
     9#     http://www.apache.org/licenses/LICENSE-2.0 
     10#  
     11# Unless required by applicable law or agreed to in writing, software 
     12# distributed under the License is distributed on an "AS IS" BASIS, 
     13# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
     14# See the License for the specific language governing permissions and 
     15# limitations under the License. 
     16# </@LICENSE> 
     17 
    118package FuzzyOcr::Preprocessor; 
    219 
  • trunk/devel/FuzzyOcr/Scanset.pm

    r86 r133  
     1# <@LICENSE> 
     2# Licensed to the Apache Software Foundation (ASF) under one or more 
     3# contributor license agreements.  See the NOTICE file distributed with 
     4# this work for additional information regarding copyright ownership. 
     5# The ASF licenses this file to you under the Apache License, Version 2.0 
     6# (the "License"); you may not use this file except in compliance with 
     7# the License.  You may obtain a copy of the License at: 
     8#  
     9#     http://www.apache.org/licenses/LICENSE-2.0 
     10#  
     11# Unless required by applicable law or agreed to in writing, software 
     12# distributed under the License is distributed on an "AS IS" BASIS, 
     13# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
     14# See the License for the specific language governing permissions and 
     15# limitations under the License. 
     16# </@LICENSE> 
     17 
    118package FuzzyOcr::Scanset; 
    219 
  • trunk/devel/FuzzyOcr/Scoring.pm

    r131 r133  
     1# <@LICENSE> 
     2# Licensed to the Apache Software Foundation (ASF) under one or more 
     3# contributor license agreements.  See the NOTICE file distributed with 
     4# this work for additional information regarding copyright ownership. 
     5# The ASF licenses this file to you under the Apache License, Version 2.0 
     6# (the "License"); you may not use this file except in compliance with 
     7# the License.  You may obtain a copy of the License at: 
     8#  
     9#     http://www.apache.org/licenses/LICENSE-2.0 
     10#  
     11# Unless required by applicable law or agreed to in writing, software 
     12# distributed under the License is distributed on an "AS IS" BASIS, 
     13# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
     14# See the License for the specific language governing permissions and 
     15# limitations under the License. 
     16# </@LICENSE> 
     17 
    118use strict; 
    219package FuzzyOcr::Scoring; 
  • trunk/devel/Utils/fuzzy-cleantmp

    r4 r133  
    11#!/usr/local/bin/perl 
    2 #---- 
     2
     3# <@LICENSE> 
     4# Licensed to the Apache Software Foundation (ASF) under one or more 
     5# contributor license agreements.  See the NOTICE file distributed with 
     6# this work for additional information regarding copyright ownership. 
     7# The ASF licenses this file to you under the Apache License, Version 2.0 
     8# (the "License"); you may not use this file except in compliance with 
     9# the License.  You may obtain a copy of the License at: 
     10#  
     11#     http://www.apache.org/licenses/LICENSE-2.0 
     12#  
     13# Unless required by applicable law or agreed to in writing, software 
     14# distributed under the License is distributed on an "AS IS" BASIS, 
     15# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
     16# See the License for the specific language governing permissions and 
     17# limitations under the License. 
     18# </@LICENSE> 
    319 
    420opendir TMP, "/tmp" or die "Cannot read /tmp\n"; 
  • trunk/devel/Utils/fuzzy-find

    r128 r133  
    11#!/usr/local/bin/perl 
     2# 
     3# <@LICENSE> 
     4# Licensed to the Apache Software Foundation (ASF) under one or more 
     5# contributor license agreements.  See the NOTICE file distributed with 
     6# this work for additional information regarding copyright ownership. 
     7# The ASF licenses this file to you under the Apache License, Version 2.0 
     8# (the "License"); you may not use this file except in compliance with 
     9# the License.  You may obtain a copy of the License at: 
     10#  
     11#     http://www.apache.org/licenses/LICENSE-2.0 
     12#  
     13# Unless required by applicable law or agreed to in writing, software 
     14# distributed under the License is distributed on an "AS IS" BASIS, 
     15# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
     16# See the License for the specific language governing permissions and 
     17# limitations under the License. 
     18# </@LICENSE> 
     19 
    220use Getopt::Long; 
    321use DBI; 
  • trunk/devel/Utils/fuzzy-stats

    r4 r133  
    11#!/usr/local/bin/perl 
    2 #----- 
     2
     3# <@LICENSE> 
     4# Licensed to the Apache Software Foundation (ASF) under one or more 
     5# contributor license agreements.  See the NOTICE file distributed with 
     6# this work for additional information regarding copyright ownership. 
     7# The ASF licenses this file to you under the Apache License, Version 2.0 
     8# (the "License"); you may not use this file except in compliance with 
     9# the License.  You may obtain a copy of the License at: 
     10#  
     11#     http://www.apache.org/licenses/LICENSE-2.0 
     12#  
     13# Unless required by applicable law or agreed to in writing, software 
     14# distributed under the License is distributed on an "AS IS" BASIS, 
     15# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
     16# See the License for the specific language governing permissions and 
     17# limitations under the License. 
     18# </@LICENSE> 
    319 
    420use MLDBM qw(DB_File Storable);