From 496222d64d36b69f95b790a8cdd47074b2410add Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 13 Feb 2013 12:00:22 +0000 Subject: add headers to new files Change-Id: Iaa390e50ed3cfe2ba9770c446869158b758bc48d --- helpcompiler/inc/BasCodeTagger.hxx | 11 +++++++++++ helpcompiler/source/BasCodeTagger.cxx | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/helpcompiler/inc/BasCodeTagger.hxx b/helpcompiler/inc/BasCodeTagger.hxx index 9ff376aa8ad3..3f67b4956db7 100644 --- a/helpcompiler/inc/BasCodeTagger.hxx +++ b/helpcompiler/inc/BasCodeTagger.hxx @@ -1,3 +1,12 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + */ + #ifndef BASCODETAGGER_HXX #define BASCODETAGGER_HXX @@ -54,3 +63,5 @@ class L10N_DLLPUBLIC LibXmlTreeWalker }; #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/helpcompiler/source/BasCodeTagger.cxx b/helpcompiler/source/BasCodeTagger.cxx index a984eb742962..fdc81db83c67 100644 --- a/helpcompiler/source/BasCodeTagger.cxx +++ b/helpcompiler/source/BasCodeTagger.cxx @@ -1,3 +1,12 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + */ + #include LibXmlTreeWalker::LibXmlTreeWalker( xmlDocPtr doc ) @@ -230,3 +239,5 @@ xmlChar* BasicCodeTagger::getTypeString( TokenTypes tokenType ) } return xmlCharStrdup( str ); } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit