Changeset 12317 in webkit for trunk/JavaScriptCore/kjs
- Timestamp:
- Jan 23, 2006, 1:41:36 PM (19 years ago)
- Location:
- trunk/JavaScriptCore/kjs
- Files:
-
- 69 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/array_instance.h
r11962 r12317 17 17 * You should have received a copy of the GNU Lesser General Public 18 18 * License along with this library; if not, write to the Free Software 19 * Foundation, Inc., 51 Franklin St eet, Fifth Floor, Boston, MA 02110-1301 USA19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 20 * 21 21 */ -
trunk/JavaScriptCore/kjs/array_object.cpp
r12305 r12317 18 18 * You should have received a copy of the GNU Lesser General Public 19 19 * License along with this library; if not, write to the Free Software 20 * Foundation, Inc., 51 Franklin St eet, Fifth Floor, Boston, MA 02110-1301 USA20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 21 21 * 22 22 */ -
trunk/JavaScriptCore/kjs/array_object.h
r12076 r12317 16 16 * You should have received a copy of the GNU Lesser General Public 17 17 * License along with this library; if not, write to the Free Software 18 * Foundation, Inc., 51 Franklin St eet, Fifth Floor, Boston, MA 02110-1301 USA18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 19 * 20 20 */ -
trunk/JavaScriptCore/kjs/bool_object.cpp
r11962 r12317 17 17 * You should have received a copy of the GNU Lesser General Public 18 18 * License along with this library; if not, write to the Free Software 19 * Foundation, Inc., 51 Franklin St eet, Fifth Floor, Boston, MA 02110-1301 USA19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 20 * 21 21 */ -
trunk/JavaScriptCore/kjs/bool_object.h
r11962 r12317 16 16 * You should have received a copy of the GNU Lesser General Public 17 17 * License along with this library; if not, write to the Free Software 18 * Foundation, Inc., 51 Franklin St eet, Fifth Floor, Boston, MA 02110-1301 USA18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 19 * 20 20 */ -
trunk/JavaScriptCore/kjs/collector.cpp
r12300 r12317 16 16 * You should have received a copy of the GNU Lesser General Public 17 17 * License along with this library; if not, write to the Free Software 18 * Foundation, Inc., 51 Franklin St eet, Fifth Floor, Boston, MA 02110-1301 USA18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 19 * 20 20 */ -
trunk/JavaScriptCore/kjs/collector.h
r12028 r12317 18 18 * You should have received a copy of the GNU Lesser General Public 19 19 * License along with this library; if not, write to the Free Software 20 * Foundation, Inc., 51 Franklin St eet, Fifth Floor, Boston, MA 02110-1301 USA20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 21 21 * 22 22 */ -
trunk/JavaScriptCore/kjs/completion.h
r11962 r12317 18 18 * You should have received a copy of the GNU Library General Public License 19 19 * along with this library; see the file COPYING.LIB. If not, write to 20 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,20 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 21 21 * Boston, MA 02110-1301, USA. 22 22 * -
trunk/JavaScriptCore/kjs/context.h
r11962 r12317 18 18 * You should have received a copy of the GNU Library General Public License 19 19 * along with this library; see the file COPYING.LIB. If not, write to 20 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,20 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 21 21 * Boston, MA 02110-1301, USA. 22 22 * -
trunk/JavaScriptCore/kjs/date_object.cpp
r12141 r12317 16 16 * You should have received a copy of the GNU Lesser General Public 17 17 * License along with this library; if not, write to the Free Software 18 * Foundation, Inc., 51 Franklin St eet, Fifth Floor, Boston, MA 02110-1301 USA18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 19 * 20 20 */ -
trunk/JavaScriptCore/kjs/date_object.h
r11962 r12317 15 15 * You should have received a copy of the GNU Lesser General Public 16 16 * License along with this library; if not, write to the Free Software 17 * Foundation, Inc., 51 Franklin St eet, Fifth Floor, Boston, MA 02110-1301 USA17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 18 18 * 19 19 */ -
trunk/JavaScriptCore/kjs/debugger.cpp
r11962 r12317 17 17 * You should have received a copy of the GNU Lesser General Public 18 18 * License along with this library; if not, write to the Free Software 19 * Foundation, Inc., 51 Franklin St eet, Fifth Floor, Boston, MA 02110-1301 USA19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 20 * 21 21 */ -
trunk/JavaScriptCore/kjs/debugger.h
r12280 r12317 17 17 * You should have received a copy of the GNU Lesser General Public 18 18 * License along with this library; if not, write to the Free Software 19 * Foundation, Inc., 51 Franklin St eet, Fifth Floor, Boston, MA 02110-1301 USA19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 20 * 21 21 */ -
trunk/JavaScriptCore/kjs/dtoa.h
r12069 r12317 16 16 * You should have received a copy of the GNU Library General Public License 17 17 * along with this library; see the file COPYING.LIB. If not, write to 18 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,18 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 19 19 * Boston, MA 02110-1301, USA. 20 20 * -
trunk/JavaScriptCore/kjs/error_object.cpp
r11962 r12317 17 17 * You should have received a copy of the GNU Lesser General Public 18 18 * License along with this library; if not, write to the Free Software 19 * Foundation, Inc., 51 Franklin St eet, Fifth Floor, Boston, MA 02110-1301 USA19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 20 * 21 21 */ -
trunk/JavaScriptCore/kjs/error_object.h
r11962 r12317 16 16 * You should have received a copy of the GNU Lesser General Public 17 17 * License along with this library; if not, write to the Free Software 18 * Foundation, Inc., 51 Franklin St eet, Fifth Floor, Boston, MA 02110-1301 USA18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 19 * 20 20 */ -
trunk/JavaScriptCore/kjs/function.cpp
r12069 r12317 18 18 * You should have received a copy of the GNU Library General Public License 19 19 * along with this library; see the file COPYING.LIB. If not, write to 20 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,20 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 21 21 * Boston, MA 02110-1301, USA. 22 22 * -
trunk/JavaScriptCore/kjs/function.h
r12069 r12317 17 17 * You should have received a copy of the GNU Library General Public License 18 18 * along with this library; see the file COPYING.LIB. If not, write to 19 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,19 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 20 20 * Boston, MA 02110-1301, USA. 21 21 * -
trunk/JavaScriptCore/kjs/function_object.cpp
r11962 r12317 17 17 * You should have received a copy of the GNU Lesser General Public 18 18 * License along with this library; if not, write to the Free Software 19 * Foundation, Inc., 51 Franklin St eet, Fifth Floor, Boston, MA 02110-1301 USA19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 20 * 21 21 */ -
trunk/JavaScriptCore/kjs/function_object.h
r11962 r12317 16 16 * You should have received a copy of the GNU Lesser General Public 17 17 * License along with this library; if not, write to the Free Software 18 * Foundation, Inc., 51 Franklin St eet, Fifth Floor, Boston, MA 02110-1301 USA18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 19 * 20 20 */ -
trunk/JavaScriptCore/kjs/grammar.y
r12028 r12317 17 17 * You should have received a copy of the GNU Lesser General Public 18 18 * License along with this library; if not, write to the Free Software 19 * Foundation, Inc., 51 Franklin St eet, Fifth Floor, Boston, MA 02110-1301 USA19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 20 * 21 21 */ -
trunk/JavaScriptCore/kjs/identifier.cpp
r11962 r12317 15 15 * You should have received a copy of the GNU Library General Public License 16 16 * along with this library; see the file COPYING.LIB. If not, write to 17 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,17 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 18 18 * Boston, MA 02110-1301, USA. 19 19 * -
trunk/JavaScriptCore/kjs/identifier.h
r11962 r12317 15 15 * You should have received a copy of the GNU Library General Public License 16 16 * along with this library; see the file COPYING.LIB. If not, write to 17 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,17 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 18 18 * Boston, MA 02110-1301, USA. 19 19 * -
trunk/JavaScriptCore/kjs/internal.cpp
r12069 r12317 17 17 * You should have received a copy of the GNU Library General Public License 18 18 * along with this library; see the file COPYING.LIB. If not, write to 19 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,19 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 20 20 * Boston, MA 02110-1301, USA. 21 21 * -
trunk/JavaScriptCore/kjs/internal.h
r12069 r12317 18 18 * You should have received a copy of the GNU Library General Public License 19 19 * along with this library; see the file COPYING.LIB. If not, write to 20 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,20 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 21 21 * Boston, MA 02110-1301, USA. 22 22 * -
trunk/JavaScriptCore/kjs/interpreter.cpp
r12305 r12317 18 18 * You should have received a copy of the GNU Library General Public License 19 19 * along with this library; see the file COPYING.LIB. If not, write to 20 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,20 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 21 21 * Boston, MA 02110-1301, USA. 22 22 * -
trunk/JavaScriptCore/kjs/interpreter.h
r12308 r12317 17 17 * You should have received a copy of the GNU Library General Public License 18 18 * along with this library; see the file COPYING.LIB. If not, write to 19 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,19 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 20 20 * Boston, MA 02110-1301, USA. 21 21 * -
trunk/JavaScriptCore/kjs/lexer.cpp
r12024 r12317 16 16 * You should have received a copy of the GNU Library General Public License 17 17 * along with this library; see the file COPYING.LIB. If not, write to 18 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,18 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 19 19 * Boston, MA 02110-1301, USA. 20 20 * -
trunk/JavaScriptCore/kjs/lexer.h
r11962 r12317 16 16 * You should have received a copy of the GNU Library General Public License 17 17 * along with this library; see the file COPYING.LIB. If not, write to 18 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,18 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 19 19 * Boston, MA 02110-1301, USA. 20 20 * -
trunk/JavaScriptCore/kjs/list.cpp
r12069 r12317 15 15 * You should have received a copy of the GNU Library General Public License 16 16 * along with this library; see the file COPYING.LIB. If not, write to 17 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,17 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 18 18 * Boston, MA 02110-1301, USA. 19 19 * -
trunk/JavaScriptCore/kjs/list.h
r12069 r12317 16 16 * You should have received a copy of the GNU Library General Public License 17 17 * along with this library; see the file COPYING.LIB. If not, write to 18 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,18 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 19 19 * Boston, MA 02110-1301, USA. 20 20 * -
trunk/JavaScriptCore/kjs/lookup.cpp
r12069 r12317 17 17 * You should have received a copy of the GNU Lesser General Public 18 18 * License along with this library; if not, write to the Free Software 19 * Foundation, Inc., 51 Franklin St eet, Fifth Floor, Boston, MA 02110-1301 USA19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 20 * 21 21 */ -
trunk/JavaScriptCore/kjs/lookup.h
r12069 r12317 17 17 * You should have received a copy of the GNU Lesser General Public 18 18 * License along with this library; if not, write to the Free Software 19 * Foundation, Inc., 51 Franklin St eet, Fifth Floor, Boston, MA 02110-1301 USA19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 20 * 21 21 */ -
trunk/JavaScriptCore/kjs/math_object.cpp
r12028 r12317 16 16 * You should have received a copy of the GNU Lesser General Public 17 17 * License along with this library; if not, write to the Free Software 18 * Foundation, Inc., 51 Franklin St eet, Fifth Floor, Boston, MA 02110-1301 USA18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 19 * 20 20 */ -
trunk/JavaScriptCore/kjs/math_object.h
r11962 r12317 16 16 * You should have received a copy of the GNU Lesser General Public 17 17 * License along with this library; if not, write to the Free Software 18 * Foundation, Inc., 51 Franklin St eet, Fifth Floor, Boston, MA 02110-1301 USA18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 19 * 20 20 */ -
trunk/JavaScriptCore/kjs/nodes.cpp
r12069 r12317 17 17 * You should have received a copy of the GNU Library General Public License 18 18 * along with this library; see the file COPYING.LIB. If not, write to 19 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,19 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 20 20 * Boston, MA 02110-1301, USA. 21 21 * -
trunk/JavaScriptCore/kjs/nodes.h
r12069 r12317 18 18 * You should have received a copy of the GNU Library General Public License 19 19 * along with this library; see the file COPYING.LIB. If not, write to 20 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,20 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 21 21 * Boston, MA 02110-1301, USA. 22 22 * -
trunk/JavaScriptCore/kjs/nodes2string.cpp
r12280 r12317 16 16 * You should have received a copy of the GNU Library General Public License 17 17 * along with this library; see the file COPYING.LIB. If not, write to 18 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,18 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 19 19 * Boston, MA 02110-1301, USA. 20 20 * -
trunk/JavaScriptCore/kjs/number_object.cpp
r12069 r12317 16 16 * You should have received a copy of the GNU Lesser General Public 17 17 * License along with this library; if not, write to the Free Software 18 * Foundation, Inc., 51 Franklin St eet, Fifth Floor, Boston, MA 02110-1301 USA18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 19 * 20 20 */ -
trunk/JavaScriptCore/kjs/number_object.h
r11962 r12317 16 16 * You should have received a copy of the GNU Lesser General Public 17 17 * License along with this library; if not, write to the Free Software 18 * Foundation, Inc., 51 Franklin St eet, Fifth Floor, Boston, MA 02110-1301 USA18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 19 * 20 20 */ -
trunk/JavaScriptCore/kjs/object.cpp
r11962 r12317 18 18 * You should have received a copy of the GNU Library General Public License 19 19 * along with this library; see the file COPYING.LIB. If not, write to 20 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,20 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 21 21 * Boston, MA 02110-1301, USA. 22 22 * -
trunk/JavaScriptCore/kjs/object.h
r12028 r12317 18 18 * You should have received a copy of the GNU Library General Public License 19 19 * along with this library; see the file COPYING.LIB. If not, write to 20 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,20 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 21 21 * Boston, MA 02110-1301, USA. 22 22 * -
trunk/JavaScriptCore/kjs/object_object.cpp
r11962 r12317 16 16 * You should have received a copy of the GNU Lesser General Public 17 17 * License along with this library; if not, write to the Free Software 18 * Foundation, Inc., 51 Franklin St eet, Fifth Floor, Boston, MA 02110-1301 USA18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 19 * 20 20 */ -
trunk/JavaScriptCore/kjs/object_object.h
r11962 r12317 16 16 * You should have received a copy of the GNU Lesser General Public 17 17 * License along with this library; if not, write to the Free Software 18 * Foundation, Inc., 51 Franklin St eet, Fifth Floor, Boston, MA 02110-1301 USA18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 19 * 20 20 */ -
trunk/JavaScriptCore/kjs/operations.cpp
r12028 r12317 16 16 * You should have received a copy of the GNU Library General Public License 17 17 * along with this library; see the file COPYING.LIB. If not, write to 18 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,18 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 19 19 * Boston, MA 02110-1301, USA. 20 20 * -
trunk/JavaScriptCore/kjs/operations.h
r12280 r12317 16 16 * You should have received a copy of the GNU Library General Public License 17 17 * along with this library; see the file COPYING.LIB. If not, write to 18 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,18 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 19 19 * Boston, MA 02110-1301, USA. 20 20 * -
trunk/JavaScriptCore/kjs/property_map.cpp
r12069 r12317 15 15 * You should have received a copy of the GNU Library General Public License 16 16 * along with this library; see the file COPYING.LIB. If not, write to 17 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,17 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 18 18 * Boston, MA 02110-1301, USA. 19 19 * -
trunk/JavaScriptCore/kjs/property_map.h
r12069 r12317 16 16 * You should have received a copy of the GNU Library General Public License 17 17 * along with this library; see the file COPYING.LIB. If not, write to 18 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,18 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 19 19 * Boston, MA 02110-1301, USA. 20 20 * -
trunk/JavaScriptCore/kjs/property_slot.cpp
r11962 r12317 16 16 * You should have received a copy of the GNU Library General Public License 17 17 * along with this library; see the file COPYING.LIB. If not, write to 18 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,18 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 19 19 * Boston, MA 02110-1301, USA. 20 20 * -
trunk/JavaScriptCore/kjs/property_slot.h
r11962 r12317 16 16 * You should have received a copy of the GNU Library General Public License 17 17 * along with this library; see the file COPYING.LIB. If not, write to 18 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,18 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 19 19 * Boston, MA 02110-1301, USA. 20 20 * -
trunk/JavaScriptCore/kjs/reference.cpp
r11962 r12317 16 16 * You should have received a copy of the GNU Library General Public License 17 17 * along with this library; see the file COPYING.LIB. If not, write to 18 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,18 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 19 19 * Boston, MA 02110-1301, USA. 20 20 * -
trunk/JavaScriptCore/kjs/reference.h
r11962 r12317 16 16 * You should have received a copy of the GNU Library General Public License 17 17 * along with this library; see the file COPYING.LIB. If not, write to 18 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,18 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 19 19 * Boston, MA 02110-1301, USA. 20 20 * -
trunk/JavaScriptCore/kjs/reference_list.cpp
r12069 r12317 16 16 * You should have received a copy of the GNU Library General Public License 17 17 * along with this library; see the file COPYING.LIB. If not, write to 18 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,18 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 19 19 * Boston, MA 02110-1301, USA. 20 20 * -
trunk/JavaScriptCore/kjs/reference_list.h
r11962 r12317 16 16 * You should have received a copy of the GNU Library General Public License 17 17 * along with this library; see the file COPYING.LIB. If not, write to 18 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,18 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 19 19 * Boston, MA 02110-1301, USA. 20 20 * -
trunk/JavaScriptCore/kjs/regexp.cpp
r11962 r12317 16 16 * You should have received a copy of the GNU Lesser General Public 17 17 * License along with this library; if not, write to the Free Software 18 * Foundation, Inc., 51 Franklin St eet, Fifth Floor, Boston, MA 02110-1301 USA18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 19 * 20 20 */ -
trunk/JavaScriptCore/kjs/regexp.h
r11962 r12317 16 16 * You should have received a copy of the GNU Lesser General Public 17 17 * License along with this library; if not, write to the Free Software 18 * Foundation, Inc., 51 Franklin St eet, Fifth Floor, Boston, MA 02110-1301 USA18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 19 * 20 20 */ -
trunk/JavaScriptCore/kjs/regexp_object.cpp
r12069 r12317 17 17 * You should have received a copy of the GNU Lesser General Public 18 18 * License along with this library; if not, write to the Free Software 19 * Foundation, Inc., 51 Franklin St eet, Fifth Floor, Boston, MA 02110-1301 USA19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 20 * 21 21 */ -
trunk/JavaScriptCore/kjs/regexp_object.h
r11962 r12317 16 16 * You should have received a copy of the GNU Lesser General Public 17 17 * License along with this library; if not, write to the Free Software 18 * Foundation, Inc., 51 Franklin St eet, Fifth Floor, Boston, MA 02110-1301 USA18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 19 * 20 20 */ -
trunk/JavaScriptCore/kjs/scope_chain.cpp
r11962 r12317 15 15 * You should have received a copy of the GNU Library General Public License 16 16 * along with this library; see the file COPYING.LIB. If not, write to 17 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,17 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 18 18 * Boston, MA 02110-1301, USA. 19 19 * -
trunk/JavaScriptCore/kjs/scope_chain.h
r12069 r12317 15 15 * You should have received a copy of the GNU Library General Public License 16 16 * along with this library; see the file COPYING.LIB. If not, write to 17 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,17 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 18 18 * Boston, MA 02110-1301, USA. 19 19 * -
trunk/JavaScriptCore/kjs/simple_number.h
r12305 r12317 15 15 * You should have received a copy of the GNU Library General Public License 16 16 * along with this library; see the file COPYING.LIB. If not, write to 17 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,17 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 18 18 * Boston, MA 02110-1301, USA. 19 19 * -
trunk/JavaScriptCore/kjs/string_object.cpp
r12069 r12317 17 17 * You should have received a copy of the GNU Lesser General Public 18 18 * License along with this library; if not, write to the Free Software 19 * Foundation, Inc., 51 Franklin St eet, Fifth Floor, Boston, MA 02110-1301 USA19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 20 * 21 21 */ -
trunk/JavaScriptCore/kjs/string_object.h
r12069 r12317 16 16 * You should have received a copy of the GNU Lesser General Public 17 17 * License along with this library; if not, write to the Free Software 18 * Foundation, Inc., 51 Franklin St eet, Fifth Floor, Boston, MA 02110-1301 USA18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 19 * 20 20 */ -
trunk/JavaScriptCore/kjs/testkjs.cpp
r12305 r12317 17 17 * You should have received a copy of the GNU Library General Public License 18 18 * along with this library; see the file COPYING.LIB. If not, write to 19 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,19 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 20 20 * Boston, MA 02110-1301, USA. 21 21 * -
trunk/JavaScriptCore/kjs/types.h
r11962 r12317 17 17 * You should have received a copy of the GNU Library General Public License 18 18 * along with this library; see the file COPYING.LIB. If not, write to 19 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,19 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 20 20 * Boston, MA 02110-1301, USA. 21 21 * -
trunk/JavaScriptCore/kjs/ustring.cpp
r12069 r12317 17 17 * You should have received a copy of the GNU Library General Public License 18 18 * along with this library; see the file COPYING.LIB. If not, write to 19 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,19 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 20 20 * Boston, MA 02110-1301, USA. 21 21 * -
trunk/JavaScriptCore/kjs/ustring.h
r12028 r12317 17 17 * You should have received a copy of the GNU Library General Public License 18 18 * along with this library; see the file COPYING.LIB. If not, write to 19 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,19 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 20 20 * Boston, MA 02110-1301, USA. 21 21 * -
trunk/JavaScriptCore/kjs/value.cpp
r11962 r12317 17 17 * You should have received a copy of the GNU Library General Public License 18 18 * along with this library; see the file COPYING.LIB. If not, write to 19 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,19 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 20 20 * Boston, MA 02110-1301, USA. 21 21 * -
trunk/JavaScriptCore/kjs/value.h
r11962 r12317 17 17 * You should have received a copy of the GNU Library General Public License 18 18 * along with this library; see the file COPYING.LIB. If not, write to 19 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,19 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 20 20 * Boston, MA 02110-1301, USA. 21 21 *
Note:
See TracChangeset
for help on using the changeset viewer.