aboutsummaryrefslogtreecommitdiff
path: root/math/s_sinf.c
diff options
context:
space:
mode:
authorSzabolcs Nagy <szabolcs.nagy@arm.com>2018-05-14 14:46:40 +0100
committerSzabolcs Nagy <szabolcs.nagy@arm.com>2018-05-16 13:52:12 +0100
commit1b94597807caf216b050fcbd7e212a3dc23ab852 (patch)
treefd2957b261bf664499066bc5527f574e821b9aa5 /math/s_sinf.c
parent96709319a913282f0efeb5ffbb71a40dfdc68dee (diff)
downloadarm-optimized-routines-1b94597807caf216b050fcbd7e212a3dc23ab852.tar.gz
Reformat the license headers
Use standard name for the LICENSE file. Use consistent license text across files: - "ARM" is changed to Arm, - "All Rights Reserved" is dropped (not needed), - "This file is part of.." is dropped, - Text is formatted as is recommended by the LICENSE file.
Diffstat (limited to 'math/s_sinf.c')
-rw-r--r--math/s_sinf.c26
1 files changed, 12 insertions, 14 deletions
diff --git a/math/s_sinf.c b/math/s_sinf.c
index 8c4cd1f..1640329 100644
--- a/math/s_sinf.c
+++ b/math/s_sinf.c
@@ -1,22 +1,20 @@
/*
- * s_sinf.c - single precision sine function
+ * s_sinf.c - single precision sine function
*
- * Copyright (C) 2009-2015, ARM Limited, All Rights Reserved
- * SPDX-License-Identifier: Apache-2.0
+ * Copyright (c) 2009-2015, Arm Limited.
+ * SPDX-License-Identifier: Apache-2.0
*
- * Licensed 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
+ * Licensed 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
+ * http://www.apache.org/licenses/LICENSE-2.0
*
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- *
- * This file is part of the Optimized Routines project
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
#define SINE