commit 7bebb08e7d06d685f34c228b1822a564953f800d Author: vaydheesh Date: Sun Jul 14 01:06:31 2019 +0530 Build wrapper on travis diff --git a/.travis.yml b/.travis.yml index 095963c..6af4cdf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,9 +5,9 @@ compiler: - gcc before_install: - wget https://apertium.projectjj.com/apt/install-nightly.sh -O - | sudo bash - - sudo apt-get install -y lttoolbox-dev libxml2-utils xsltproc libpcre3 + - sudo apt-get install -y lttoolbox-dev libxml2-utils xsltproc libpcre3 swig script: - - ./autogen.sh + - ./autogen.sh --enable-python-bindings - ./configure - make - make test diff --git a/apertium/tagger.cc b/apertium/tagger.cc index 6693778..2bd17b4 100644 --- a/apertium/tagger.cc +++ b/apertium/tagger.cc @@ -1,4 +1,19 @@ -#include +// Copyright (C) 2005 Universitat d'Alacant / Universidad de Alicante +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of the GNU General Public License as +// published by the Free Software Foundation; either version 2 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, see . + +#include #include "apertium_config.h"