aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/builtin-objects/ecma-builtin-math.c
diff options
context:
space:
mode:
authorTilmann Scheller <t.scheller@samsung.com>2016-12-08 06:39:11 +0100
committerGitHub <noreply@github.com>2016-12-08 06:39:11 +0100
commit0511091e8ab6b8d0eb993383e1f2134ec650f273 (patch)
treef0b4edc00d18854bf001ee559edc43dd13d75a01 /jerry-core/ecma/builtin-objects/ecma-builtin-math.c
parent29d058cec4548c7e461cf11cd7c87d3b5cdfc1df (diff)
Streamline copyright notices across the codebase. (#1473)
Since the project is now hosted at the JS Foundation we can move to unified copyright notices for the project. Starting with this commit all future contributions to the project should only carry the following copyright notice (except for third-party code which requires copyright information to be preserved): "Copyright JS Foundation and other contributors, http://js.foundation" (without the quotes) This avoids cluttering the codebase with contributor-specific copyright notices which have a higher maintenance overhead and tend to get outdated quickly. Also dropping the year from the copyright notices helps to avoid yearly code changes just to update the copyright notices. Note that each contributor still retains full copyright ownership of his/her contributions and the respective authorship is tracked very accurately via Git. JerryScript-DCO-1.0-Signed-off-by: Tilmann Scheller t.scheller@samsung.com
Diffstat (limited to 'jerry-core/ecma/builtin-objects/ecma-builtin-math.c')
-rw-r--r--jerry-core/ecma/builtin-objects/ecma-builtin-math.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-math.c b/jerry-core/ecma/builtin-objects/ecma-builtin-math.c
index 30c3ac58..ef6f748c 100644
--- a/jerry-core/ecma/builtin-objects/ecma-builtin-math.c
+++ b/jerry-core/ecma/builtin-objects/ecma-builtin-math.c
@@ -1,5 +1,4 @@
-/* Copyright 2014-2016 Samsung Electronics Co., Ltd.
- * Copyright 2015-2016 University of Szeged.
+/* Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.