aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorh.udo <hudokkow@gmail.com>2018-06-12 21:05:58 +0100
committerh.udo <hudokkow@gmail.com>2018-07-27 18:51:49 +0100
commitcb316d273ee0d1b8eaccaa278d95a9e3eee3b466 (patch)
treef96decfc523bbcef1e752c09d0a75bed748681d6
parentab99ae8a1ecd5e55e1acc440cbce374730c84180 (diff)
[xbmc] BSD-3-Clause SPDX license identifier
-rw-r--r--xbmc/cores/VideoPlayer/VideoRenderers/yuv2rgb.neon.S18
-rw-r--r--xbmc/filesystem/NptXbmcFile.cpp39
2 files changed, 18 insertions, 39 deletions
diff --git a/xbmc/cores/VideoPlayer/VideoRenderers/yuv2rgb.neon.S b/xbmc/cores/VideoPlayer/VideoRenderers/yuv2rgb.neon.S
index e6603241b3..223f4ee7ca 100644
--- a/xbmc/cores/VideoPlayer/VideoRenderers/yuv2rgb.neon.S
+++ b/xbmc/cores/VideoPlayer/VideoRenderers/yuv2rgb.neon.S
@@ -1,12 +1,12 @@
-// Copyright (c) 2011 ARM Limited. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-//
-//
-// http://code.google.com/p/chromium/issues/detail?id=71403
-//
-//
-//
+/*
+ * Copyright (c) 2011 ARM Limited. All rights reserved.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ * See LICENSES/README.md for more information.
+ *
+ * http://code.google.com/p/chromium/issues/detail?id=71403
+ */
+
#if defined(HAS_NEON) && !defined(__LP64__)
/* Initial ARM Neon implementation of core YUV2RGB functions. */
diff --git a/xbmc/filesystem/NptXbmcFile.cpp b/xbmc/filesystem/NptXbmcFile.cpp
index 3c7eeb9904..4b7253ed89 100644
--- a/xbmc/filesystem/NptXbmcFile.cpp
+++ b/xbmc/filesystem/NptXbmcFile.cpp
@@ -1,33 +1,12 @@
-/*****************************************************************
-|
-| Neptune - Files :: XBMC Implementation
-|
-| Copyright (c) 2002-2008, Axiomatic Systems, LLC.
-| All rights reserved.
-|
-| Redistribution and use in source and binary forms, with or without
-| modification, are permitted provided that the following conditions are met:
-| * Redistributions of source code must retain the above copyright
-| notice, this list of conditions and the following disclaimer.
-| * Redistributions in binary form must reproduce the above copyright
-| notice, this list of conditions and the following disclaimer in the
-| documentation and/or other materials provided with the distribution.
-| * Neither the name of Axiomatic Systems nor the
-| names of its contributors may be used to endorse or promote products
-| derived from this software without specific prior written permission.
-|
-| THIS SOFTWARE IS PROVIDED BY AXIOMATIC SYSTEMS ''AS IS'' AND ANY
-| EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-| WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-| DISCLAIMED. IN NO EVENT SHALL AXIOMATIC SYSTEMS BE LIABLE FOR ANY
-| DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
-| (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-| LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
-| ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-| (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
-| SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-|
- ****************************************************************/
+/*
+ * Neptune - Files :: XBMC Implementation
+ *
+ * Copyright (c) 2002-2008, Axiomatic Systems, LLC.
+ * All rights reserved.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ * See LICENSES/README.md for more information.
+ */
/*----------------------------------------------------------------------
| includes