From b78768f76191af333abb16cbc84ec6ff7136b7a0 Mon Sep 17 00:00:00 2001 From: Tom Igoe Date: Tue, 27 Jul 2010 10:09:09 +0000 Subject: [PATCH] checked in Xiaoyang Feng's changes to String library --- hardware/arduino/cores/arduino/WString.cpp | 1 + hardware/arduino/cores/arduino/WString.h | 2 ++ 2 files changed, 3 insertions(+) diff --git a/hardware/arduino/cores/arduino/WString.cpp b/hardware/arduino/cores/arduino/WString.cpp index b07edc3d5..57e4e8122 100644 --- a/hardware/arduino/cores/arduino/WString.cpp +++ b/hardware/arduino/cores/arduino/WString.cpp @@ -1,6 +1,7 @@ /* WString.cpp - String library for Wiring & Arduino Copyright (c) 2009-10 Hernando Barragan. All rights reserved. + Changes for version 1.0 by Xiaoyang Feng This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/hardware/arduino/cores/arduino/WString.h b/hardware/arduino/cores/arduino/WString.h index afeb93544..c49e0c56d 100644 --- a/hardware/arduino/cores/arduino/WString.h +++ b/hardware/arduino/cores/arduino/WString.h @@ -1,6 +1,8 @@ /* WString.h - String library for Wiring & Arduino Copyright (c) 2009-10 Hernando Barragan. All right reserved. + Changes for version 1.0 by Xiaoyang Feng + This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public