diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-12-08 12:58:10 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-12-08 13:04:06 -0600 |
commit | f2825ed71ada129c4e165815d005d80c34bd919f (patch) | |
tree | 632a5ea763d57c3fcfc5e26f57d99154a254e016 /solenv | |
parent | cfcbcc8939f12b58568fe37899b55f76c26aaae7 (diff) |
clean-up header and set the modfiel appropriately
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/extensions/post_AuxTargets.mk | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/solenv/gbuild/extensions/post_AuxTargets.mk b/solenv/gbuild/extensions/post_AuxTargets.mk index 5e118507b7c7..a193869e0947 100644 --- a/solenv/gbuild/extensions/post_AuxTargets.mk +++ b/solenv/gbuild/extensions/post_AuxTargets.mk @@ -1,24 +1,24 @@ -# -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -# +# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- +# # Version: MPL 1.1 / GPLv3+ / LGPLv3+ -# +# # The contents of this file are subject to the Mozilla Public License Version # 1.1 (the "License"); you may not use this file except in compliance with # the License or as specified alternatively below. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ -# +# # Software distributed under the License is distributed on an "AS IS" basis, # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License # for the specific language governing rights and limitations under the # License. -# +# # Major Contributor(s): # [ Copyright (C) 2011 Bjoern Michaelsen <bjoern.michaelsen@canonical.com> (initial developer) ] -# +# # All Rights Reserved. -# +# # For minor contributions see the git repository. -# +# # Alternatively, the contents of this file may be used under the terms of # either the GNU General Public License Version 3 or later (the "GPLv3+"), or # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), |