summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-11-15 10:39:52 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-11-15 10:39:52 +0200
commitf3eaa4f2de419f5cb96608341ac7d979f5a07625 (patch)
tree7ad0df8a940739b464569780a9947dc3f69bd3c5 /include
parentd7d12bf1ff10570de5f3392058f7f9c2de04c0a2 (diff)
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
Diffstat (limited to 'include')
-rw-r--r--include/svl/typedwhich.hxx14
1 files changed, 2 insertions, 12 deletions
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: */