aboutsummaryrefslogtreecommitdiff
path: root/arch/all/cpp/include/new
diff options
context:
space:
mode:
Diffstat (limited to 'arch/all/cpp/include/new')
-rw-r--r--arch/all/cpp/include/new17
1 files changed, 1 insertions, 16 deletions
diff --git a/arch/all/cpp/include/new b/arch/all/cpp/include/new
index a037246..0d7b2ec 100644
--- a/arch/all/cpp/include/new
+++ b/arch/all/cpp/include/new
@@ -1,20 +1,5 @@
/* ****************************************************************************
- * new -- C++ new operator.
- * Copyright (C) 2017 Thomas "Cakeisalie5" Touhey <thomas@touhey.fr>
- *
- * This file is part of libcarrot.
- * libcarrot is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation; either version 3.0 of the License,
- * or (at your option) any later version.
- *
- * libcarrot is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public License
- * along with the libcarrot; if not, see <http://www.gnu.org/licenses/>.
+ * C++ new operator.
* ************************************************************************* */
#if __USE_CXX98 && !defined(_NEW_HPP) && !defined(__NEW__) \
&& !defined(_NEW_) && !defined(__NEW_H)