[Libreoffice-commits] core.git: include/svl
Noel Grandin
noel.grandin at collabora.co.uk
Wed Nov 15 08:43:14 UTC 2017
include/svl/typedwhich.hxx | 14 ++------------
1 file changed, 2 insertions(+), 12 deletions(-)
New commits:
commit f3eaa4f2de419f5cb96608341ac7d979f5a07625
Author: Noel Grandin <noel.grandin at collabora.co.uk>
Date: Wed Nov 15 10:39:52 2017 +0200
update license header on new file
I just copied the license header from a nearby file, which is
wrong, so update from template.
Change-Id: I96d2a8a29eff9020a23b1ccded8642d2f5d0968b
diff --git a/include/svl/typedwhich.hxx b/include/svl/typedwhich.hxx
index 43318cc52303..c9cb3d8e3667 100644
--- a/include/svl/typedwhich.hxx
+++ b/include/svl/typedwhich.hxx
@@ -1,20 +1,10 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */
/*
* 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/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * 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 .
*/
#ifndef INCLUDED_SVL_TYPEDWHICH_HXX
#define INCLUDED_SVL_TYPEDWHICH_HXX
@@ -58,4 +48,4 @@ template <class T> constexpr bool operator!=(TypedWhichId<T> const& lhs, sal_uIn
#endif // INCLUDED_SVL_TYPEDWHICH_HXX
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
+/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */
More information about the Libreoffice-commits
mailing list