Changeset 12317 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Jan 23, 2006, 1:41:36 PM (19 years ago)
Author:
mjs
Message:

Reviewed by Tim Hatcher.


  • it's "Franklin Street", not "Franklin Steet"
  • kjs/array_instance.h:
  • kjs/array_object.cpp:
  • kjs/array_object.h:
  • kjs/bool_object.cpp:
  • kjs/bool_object.h:
  • kjs/collector.cpp:
  • kjs/collector.h:
  • kjs/completion.h:
  • kjs/context.h:
  • kjs/date_object.cpp:
  • kjs/date_object.h:
  • kjs/debugger.cpp:
  • kjs/debugger.h:
  • kjs/dtoa.h:
  • kjs/error_object.cpp:
  • kjs/error_object.h:
  • kjs/function.cpp:
  • kjs/function.h:
  • kjs/function_object.cpp:
  • kjs/function_object.h:
  • kjs/grammar.y:
  • kjs/identifier.cpp:
  • kjs/identifier.h:
  • kjs/internal.cpp:
  • kjs/internal.h:
  • kjs/interpreter.cpp:
  • kjs/interpreter.h:
  • kjs/lexer.cpp:
  • kjs/lexer.h:
  • kjs/list.cpp:
  • kjs/list.h:
  • kjs/lookup.cpp:
  • kjs/lookup.h:
  • kjs/math_object.cpp:
  • kjs/math_object.h:
  • kjs/nodes.cpp:
  • kjs/nodes.h:
  • kjs/nodes2string.cpp:
  • kjs/number_object.cpp:
  • kjs/number_object.h:
  • kjs/object.cpp:
  • kjs/object.h:
  • kjs/object_object.cpp:
  • kjs/object_object.h:
  • kjs/operations.cpp:
  • kjs/operations.h:
  • kjs/property_map.cpp:
  • kjs/property_map.h:
  • kjs/property_slot.cpp:
  • kjs/property_slot.h:
  • kjs/reference.cpp:
  • kjs/reference.h:
  • kjs/reference_list.cpp:
  • kjs/reference_list.h:
  • kjs/regexp.cpp:
  • kjs/regexp.h:
  • kjs/regexp_object.cpp:
  • kjs/regexp_object.h:
  • kjs/scope_chain.cpp:
  • kjs/scope_chain.h:
  • kjs/simple_number.h:
  • kjs/string_object.cpp:
  • kjs/string_object.h:
  • kjs/testkjs.cpp:
  • kjs/types.h:
  • kjs/ustring.cpp:
  • kjs/ustring.h:
  • kjs/value.cpp:
  • kjs/value.h:
  • kxmlcore/AlwaysInline.h:
  • kxmlcore/ListRefPtr.h:
  • kxmlcore/PassRefPtr.h:
  • kxmlcore/RefPtr.h:
Location:
trunk/JavaScriptCore
Files:
74 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r12315 r12317  
     12006-01-23  Maciej Stachowiak  <[email protected]>
     2
     3        Reviewed by Tim Hatcher.
     4       
     5        - it's "Franklin Street", not "Franklin Steet"
     6
     7        * kjs/array_instance.h:
     8        * kjs/array_object.cpp:
     9        * kjs/array_object.h:
     10        * kjs/bool_object.cpp:
     11        * kjs/bool_object.h:
     12        * kjs/collector.cpp:
     13        * kjs/collector.h:
     14        * kjs/completion.h:
     15        * kjs/context.h:
     16        * kjs/date_object.cpp:
     17        * kjs/date_object.h:
     18        * kjs/debugger.cpp:
     19        * kjs/debugger.h:
     20        * kjs/dtoa.h:
     21        * kjs/error_object.cpp:
     22        * kjs/error_object.h:
     23        * kjs/function.cpp:
     24        * kjs/function.h:
     25        * kjs/function_object.cpp:
     26        * kjs/function_object.h:
     27        * kjs/grammar.y:
     28        * kjs/identifier.cpp:
     29        * kjs/identifier.h:
     30        * kjs/internal.cpp:
     31        * kjs/internal.h:
     32        * kjs/interpreter.cpp:
     33        * kjs/interpreter.h:
     34        * kjs/lexer.cpp:
     35        * kjs/lexer.h:
     36        * kjs/list.cpp:
     37        * kjs/list.h:
     38        * kjs/lookup.cpp:
     39        * kjs/lookup.h:
     40        * kjs/math_object.cpp:
     41        * kjs/math_object.h:
     42        * kjs/nodes.cpp:
     43        * kjs/nodes.h:
     44        * kjs/nodes2string.cpp:
     45        * kjs/number_object.cpp:
     46        * kjs/number_object.h:
     47        * kjs/object.cpp:
     48        * kjs/object.h:
     49        * kjs/object_object.cpp:
     50        * kjs/object_object.h:
     51        * kjs/operations.cpp:
     52        * kjs/operations.h:
     53        * kjs/property_map.cpp:
     54        * kjs/property_map.h:
     55        * kjs/property_slot.cpp:
     56        * kjs/property_slot.h:
     57        * kjs/reference.cpp:
     58        * kjs/reference.h:
     59        * kjs/reference_list.cpp:
     60        * kjs/reference_list.h:
     61        * kjs/regexp.cpp:
     62        * kjs/regexp.h:
     63        * kjs/regexp_object.cpp:
     64        * kjs/regexp_object.h:
     65        * kjs/scope_chain.cpp:
     66        * kjs/scope_chain.h:
     67        * kjs/simple_number.h:
     68        * kjs/string_object.cpp:
     69        * kjs/string_object.h:
     70        * kjs/testkjs.cpp:
     71        * kjs/types.h:
     72        * kjs/ustring.cpp:
     73        * kjs/ustring.h:
     74        * kjs/value.cpp:
     75        * kjs/value.h:
     76        * kxmlcore/AlwaysInline.h:
     77        * kxmlcore/ListRefPtr.h:
     78        * kxmlcore/PassRefPtr.h:
     79        * kxmlcore/RefPtr.h:
     80
    1812006-01-23  Darin Adler  <[email protected]>
    282
  • trunk/JavaScriptCore/kjs/array_instance.h

    r11962 r12317  
    1717 *  You should have received a copy of the GNU Lesser General Public
    1818 *  License along with this library; if not, write to the Free Software
    19  *  Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA  02110-1301  USA
     19 *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    2020 *
    2121 */
  • trunk/JavaScriptCore/kjs/array_object.cpp

    r12305 r12317  
    1818 *  You should have received a copy of the GNU Lesser General Public
    1919 *  License along with this library; if not, write to the Free Software
    20  *  Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA  02110-1301  USA
     20 *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    2121 *
    2222 */
  • trunk/JavaScriptCore/kjs/array_object.h

    r12076 r12317  
    1616 *  You should have received a copy of the GNU Lesser General Public
    1717 *  License along with this library; if not, write to the Free Software
    18  *  Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA  02110-1301  USA
     18 *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    1919 *
    2020 */
  • trunk/JavaScriptCore/kjs/bool_object.cpp

    r11962 r12317  
    1717 *  You should have received a copy of the GNU Lesser General Public
    1818 *  License along with this library; if not, write to the Free Software
    19  *  Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA  02110-1301  USA
     19 *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    2020 *
    2121 */
  • trunk/JavaScriptCore/kjs/bool_object.h

    r11962 r12317  
    1616 *  You should have received a copy of the GNU Lesser General Public
    1717 *  License along with this library; if not, write to the Free Software
    18  *  Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA  02110-1301  USA
     18 *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    1919 *
    2020 */
  • trunk/JavaScriptCore/kjs/collector.cpp

    r12300 r12317  
    1616 *  You should have received a copy of the GNU Lesser General Public
    1717 *  License along with this library; if not, write to the Free Software
    18  *  Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA  02110-1301  USA
     18 *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    1919 *
    2020 */
  • trunk/JavaScriptCore/kjs/collector.h

    r12028 r12317  
    1818 *  You should have received a copy of the GNU Lesser General Public
    1919 *  License along with this library; if not, write to the Free Software
    20  *  Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA  02110-1301  USA
     20 *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    2121 *
    2222 */
  • trunk/JavaScriptCore/kjs/completion.h

    r11962 r12317  
    1818 *  You should have received a copy of the GNU Library General Public License
    1919 *  along with this library; see the file COPYING.LIB.  If not, write to
    20  *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
     20 *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    2121 *  Boston, MA 02110-1301, USA.
    2222 *
  • trunk/JavaScriptCore/kjs/context.h

    r11962 r12317  
    1818 *  You should have received a copy of the GNU Library General Public License
    1919 *  along with this library; see the file COPYING.LIB.  If not, write to
    20  *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
     20 *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    2121 *  Boston, MA 02110-1301, USA.
    2222 *
  • trunk/JavaScriptCore/kjs/date_object.cpp

    r12141 r12317  
    1616 *  You should have received a copy of the GNU Lesser General Public
    1717 *  License along with this library; if not, write to the Free Software
    18  *  Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA  02110-1301  USA
     18 *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    1919 *
    2020 */
  • trunk/JavaScriptCore/kjs/date_object.h

    r11962 r12317  
    1515 *  You should have received a copy of the GNU Lesser General Public
    1616 *  License along with this library; if not, write to the Free Software
    17  *  Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA  02110-1301  USA
     17 *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    1818 *
    1919 */
  • trunk/JavaScriptCore/kjs/debugger.cpp

    r11962 r12317  
    1717 *  You should have received a copy of the GNU Lesser General Public
    1818 *  License along with this library; if not, write to the Free Software
    19  *  Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA  02110-1301  USA
     19 *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    2020 *
    2121 */
  • trunk/JavaScriptCore/kjs/debugger.h

    r12280 r12317  
    1717 *  You should have received a copy of the GNU Lesser General Public
    1818 *  License along with this library; if not, write to the Free Software
    19  *  Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA  02110-1301  USA
     19 *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    2020 *
    2121 */
  • trunk/JavaScriptCore/kjs/dtoa.h

    r12069 r12317  
    1616 *  You should have received a copy of the GNU Library General Public License
    1717 *  along with this library; see the file COPYING.LIB.  If not, write to
    18  *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
     18 *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    1919 *  Boston, MA 02110-1301, USA.
    2020 *
  • trunk/JavaScriptCore/kjs/error_object.cpp

    r11962 r12317  
    1717 *  You should have received a copy of the GNU Lesser General Public
    1818 *  License along with this library; if not, write to the Free Software
    19  *  Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA  02110-1301  USA
     19 *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    2020 *
    2121 */
  • trunk/JavaScriptCore/kjs/error_object.h

    r11962 r12317  
    1616 *  You should have received a copy of the GNU Lesser General Public
    1717 *  License along with this library; if not, write to the Free Software
    18  *  Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA  02110-1301  USA
     18 *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    1919 *
    2020 */
  • trunk/JavaScriptCore/kjs/function.cpp

    r12069 r12317  
    1818 *  You should have received a copy of the GNU Library General Public License
    1919 *  along with this library; see the file COPYING.LIB.  If not, write to
    20  *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
     20 *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    2121 *  Boston, MA 02110-1301, USA.
    2222 *
  • trunk/JavaScriptCore/kjs/function.h

    r12069 r12317  
    1717 *  You should have received a copy of the GNU Library General Public License
    1818 *  along with this library; see the file COPYING.LIB.  If not, write to
    19  *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
     19 *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    2020 *  Boston, MA 02110-1301, USA.
    2121 *
  • trunk/JavaScriptCore/kjs/function_object.cpp

    r11962 r12317  
    1717 *  You should have received a copy of the GNU Lesser General Public
    1818 *  License along with this library; if not, write to the Free Software
    19  *  Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA  02110-1301  USA
     19 *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    2020 *
    2121 */
  • trunk/JavaScriptCore/kjs/function_object.h

    r11962 r12317  
    1616 *  You should have received a copy of the GNU Lesser General Public
    1717 *  License along with this library; if not, write to the Free Software
    18  *  Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA  02110-1301  USA
     18 *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    1919 *
    2020 */
  • trunk/JavaScriptCore/kjs/grammar.y

    r12028 r12317  
    1717 *  You should have received a copy of the GNU Lesser General Public
    1818 *  License along with this library; if not, write to the Free Software
    19  *  Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA  02110-1301  USA
     19 *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    2020 *
    2121 */
  • trunk/JavaScriptCore/kjs/identifier.cpp

    r11962 r12317  
    1515 *  You should have received a copy of the GNU Library General Public License
    1616 *  along with this library; see the file COPYING.LIB.  If not, write to
    17  *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
     17 *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    1818 *  Boston, MA 02110-1301, USA.
    1919 *
  • trunk/JavaScriptCore/kjs/identifier.h

    r11962 r12317  
    1515 *  You should have received a copy of the GNU Library General Public License
    1616 *  along with this library; see the file COPYING.LIB.  If not, write to
    17  *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
     17 *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    1818 *  Boston, MA 02110-1301, USA.
    1919 *
  • trunk/JavaScriptCore/kjs/internal.cpp

    r12069 r12317  
    1717 *  You should have received a copy of the GNU Library General Public License
    1818 *  along with this library; see the file COPYING.LIB.  If not, write to
    19  *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
     19 *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    2020 *  Boston, MA 02110-1301, USA.
    2121 *
  • trunk/JavaScriptCore/kjs/internal.h

    r12069 r12317  
    1818 *  You should have received a copy of the GNU Library General Public License
    1919 *  along with this library; see the file COPYING.LIB.  If not, write to
    20  *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
     20 *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    2121 *  Boston, MA 02110-1301, USA.
    2222 *
  • trunk/JavaScriptCore/kjs/interpreter.cpp

    r12305 r12317  
    1818 *  You should have received a copy of the GNU Library General Public License
    1919 *  along with this library; see the file COPYING.LIB.  If not, write to
    20  *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
     20 *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    2121 *  Boston, MA 02110-1301, USA.
    2222 *
  • trunk/JavaScriptCore/kjs/interpreter.h

    r12308 r12317  
    1717 *  You should have received a copy of the GNU Library General Public License
    1818 *  along with this library; see the file COPYING.LIB.  If not, write to
    19  *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
     19 *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    2020 *  Boston, MA 02110-1301, USA.
    2121 *
  • trunk/JavaScriptCore/kjs/lexer.cpp

    r12024 r12317  
    1616 *  You should have received a copy of the GNU Library General Public License
    1717 *  along with this library; see the file COPYING.LIB.  If not, write to
    18  *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
     18 *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    1919 *  Boston, MA 02110-1301, USA.
    2020 *
  • trunk/JavaScriptCore/kjs/lexer.h

    r11962 r12317  
    1616 *  You should have received a copy of the GNU Library General Public License
    1717 *  along with this library; see the file COPYING.LIB.  If not, write to
    18  *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
     18 *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    1919 *  Boston, MA 02110-1301, USA.
    2020 *
  • trunk/JavaScriptCore/kjs/list.cpp

    r12069 r12317  
    1515 *  You should have received a copy of the GNU Library General Public License
    1616 *  along with this library; see the file COPYING.LIB.  If not, write to
    17  *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
     17 *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    1818 *  Boston, MA 02110-1301, USA.
    1919 *
  • trunk/JavaScriptCore/kjs/list.h

    r12069 r12317  
    1616 *  You should have received a copy of the GNU Library General Public License
    1717 *  along with this library; see the file COPYING.LIB.  If not, write to
    18  *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
     18 *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    1919 *  Boston, MA 02110-1301, USA.
    2020 *
  • trunk/JavaScriptCore/kjs/lookup.cpp

    r12069 r12317  
    1717 *  You should have received a copy of the GNU Lesser General Public
    1818 *  License along with this library; if not, write to the Free Software
    19  *  Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA  02110-1301  USA
     19 *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    2020 *
    2121 */
  • trunk/JavaScriptCore/kjs/lookup.h

    r12069 r12317  
    1717 *  You should have received a copy of the GNU Lesser General Public
    1818 *  License along with this library; if not, write to the Free Software
    19  *  Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA  02110-1301  USA
     19 *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    2020 *
    2121 */
  • trunk/JavaScriptCore/kjs/math_object.cpp

    r12028 r12317  
    1616 *  You should have received a copy of the GNU Lesser General Public
    1717 *  License along with this library; if not, write to the Free Software
    18  *  Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA  02110-1301  USA
     18 *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    1919 *
    2020 */
  • trunk/JavaScriptCore/kjs/math_object.h

    r11962 r12317  
    1616 *  You should have received a copy of the GNU Lesser General Public
    1717 *  License along with this library; if not, write to the Free Software
    18  *  Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA  02110-1301  USA
     18 *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    1919 *
    2020 */
  • trunk/JavaScriptCore/kjs/nodes.cpp

    r12069 r12317  
    1717 *  You should have received a copy of the GNU Library General Public License
    1818 *  along with this library; see the file COPYING.LIB.  If not, write to
    19  *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
     19 *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    2020 *  Boston, MA 02110-1301, USA.
    2121 *
  • trunk/JavaScriptCore/kjs/nodes.h

    r12069 r12317  
    1818 *  You should have received a copy of the GNU Library General Public License
    1919 *  along with this library; see the file COPYING.LIB.  If not, write to
    20  *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
     20 *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    2121 *  Boston, MA 02110-1301, USA.
    2222 *
  • trunk/JavaScriptCore/kjs/nodes2string.cpp

    r12280 r12317  
    1616 *  You should have received a copy of the GNU Library General Public License
    1717 *  along with this library; see the file COPYING.LIB.  If not, write to
    18  *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
     18 *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    1919 *  Boston, MA 02110-1301, USA.
    2020 *
  • trunk/JavaScriptCore/kjs/number_object.cpp

    r12069 r12317  
    1616 *  You should have received a copy of the GNU Lesser General Public
    1717 *  License along with this library; if not, write to the Free Software
    18  *  Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA  02110-1301  USA
     18 *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    1919 *
    2020 */
  • trunk/JavaScriptCore/kjs/number_object.h

    r11962 r12317  
    1616 *  You should have received a copy of the GNU Lesser General Public
    1717 *  License along with this library; if not, write to the Free Software
    18  *  Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA  02110-1301  USA
     18 *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    1919 *
    2020 */
  • trunk/JavaScriptCore/kjs/object.cpp

    r11962 r12317  
    1818 *  You should have received a copy of the GNU Library General Public License
    1919 *  along with this library; see the file COPYING.LIB.  If not, write to
    20  *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
     20 *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    2121 *  Boston, MA 02110-1301, USA.
    2222 *
  • trunk/JavaScriptCore/kjs/object.h

    r12028 r12317  
    1818 *  You should have received a copy of the GNU Library General Public License
    1919 *  along with this library; see the file COPYING.LIB.  If not, write to
    20  *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
     20 *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    2121 *  Boston, MA 02110-1301, USA.
    2222 *
  • trunk/JavaScriptCore/kjs/object_object.cpp

    r11962 r12317  
    1616 *  You should have received a copy of the GNU Lesser General Public
    1717 *  License along with this library; if not, write to the Free Software
    18  *  Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA  02110-1301  USA
     18 *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    1919 *
    2020 */
  • trunk/JavaScriptCore/kjs/object_object.h

    r11962 r12317  
    1616 *  You should have received a copy of the GNU Lesser General Public
    1717 *  License along with this library; if not, write to the Free Software
    18  *  Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA  02110-1301  USA
     18 *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    1919 *
    2020 */
  • trunk/JavaScriptCore/kjs/operations.cpp

    r12028 r12317  
    1616 *  You should have received a copy of the GNU Library General Public License
    1717 *  along with this library; see the file COPYING.LIB.  If not, write to
    18  *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
     18 *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    1919 *  Boston, MA 02110-1301, USA.
    2020 *
  • trunk/JavaScriptCore/kjs/operations.h

    r12280 r12317  
    1616 *  You should have received a copy of the GNU Library General Public License
    1717 *  along with this library; see the file COPYING.LIB.  If not, write to
    18  *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
     18 *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    1919 *  Boston, MA 02110-1301, USA.
    2020 *
  • trunk/JavaScriptCore/kjs/property_map.cpp

    r12069 r12317  
    1515 *  You should have received a copy of the GNU Library General Public License
    1616 *  along with this library; see the file COPYING.LIB.  If not, write to
    17  *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
     17 *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    1818 *  Boston, MA 02110-1301, USA.
    1919 *
  • trunk/JavaScriptCore/kjs/property_map.h

    r12069 r12317  
    1616 *  You should have received a copy of the GNU Library General Public License
    1717 *  along with this library; see the file COPYING.LIB.  If not, write to
    18  *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
     18 *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    1919 *  Boston, MA 02110-1301, USA.
    2020 *
  • trunk/JavaScriptCore/kjs/property_slot.cpp

    r11962 r12317  
    1616 *  You should have received a copy of the GNU Library General Public License
    1717 *  along with this library; see the file COPYING.LIB.  If not, write to
    18  *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
     18 *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    1919 *  Boston, MA 02110-1301, USA.
    2020 *
  • trunk/JavaScriptCore/kjs/property_slot.h

    r11962 r12317  
    1616 *  You should have received a copy of the GNU Library General Public License
    1717 *  along with this library; see the file COPYING.LIB.  If not, write to
    18  *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
     18 *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    1919 *  Boston, MA 02110-1301, USA.
    2020 *
  • trunk/JavaScriptCore/kjs/reference.cpp

    r11962 r12317  
    1616 *  You should have received a copy of the GNU Library General Public License
    1717 *  along with this library; see the file COPYING.LIB.  If not, write to
    18  *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
     18 *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    1919 *  Boston, MA 02110-1301, USA.
    2020 *
  • trunk/JavaScriptCore/kjs/reference.h

    r11962 r12317  
    1616 *  You should have received a copy of the GNU Library General Public License
    1717 *  along with this library; see the file COPYING.LIB.  If not, write to
    18  *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
     18 *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    1919 *  Boston, MA 02110-1301, USA.
    2020 *
  • trunk/JavaScriptCore/kjs/reference_list.cpp

    r12069 r12317  
    1616 *  You should have received a copy of the GNU Library General Public License
    1717 *  along with this library; see the file COPYING.LIB.  If not, write to
    18  *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
     18 *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    1919 *  Boston, MA 02110-1301, USA.
    2020 *
  • trunk/JavaScriptCore/kjs/reference_list.h

    r11962 r12317  
    1616 *  You should have received a copy of the GNU Library General Public License
    1717 *  along with this library; see the file COPYING.LIB.  If not, write to
    18  *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
     18 *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    1919 *  Boston, MA 02110-1301, USA.
    2020 *
  • trunk/JavaScriptCore/kjs/regexp.cpp

    r11962 r12317  
    1616 *  You should have received a copy of the GNU Lesser General Public
    1717 *  License along with this library; if not, write to the Free Software
    18  *  Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA  02110-1301  USA
     18 *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    1919 *
    2020 */
  • trunk/JavaScriptCore/kjs/regexp.h

    r11962 r12317  
    1616 *  You should have received a copy of the GNU Lesser General Public
    1717 *  License along with this library; if not, write to the Free Software
    18  *  Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA  02110-1301  USA
     18 *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    1919 *
    2020 */
  • trunk/JavaScriptCore/kjs/regexp_object.cpp

    r12069 r12317  
    1717 *  You should have received a copy of the GNU Lesser General Public
    1818 *  License along with this library; if not, write to the Free Software
    19  *  Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA  02110-1301  USA
     19 *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    2020 *
    2121 */
  • trunk/JavaScriptCore/kjs/regexp_object.h

    r11962 r12317  
    1616 *  You should have received a copy of the GNU Lesser General Public
    1717 *  License along with this library; if not, write to the Free Software
    18  *  Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA  02110-1301  USA
     18 *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    1919 *
    2020 */
  • trunk/JavaScriptCore/kjs/scope_chain.cpp

    r11962 r12317  
    1515 *  You should have received a copy of the GNU Library General Public License
    1616 *  along with this library; see the file COPYING.LIB.  If not, write to
    17  *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
     17 *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    1818 *  Boston, MA 02110-1301, USA.
    1919 *
  • trunk/JavaScriptCore/kjs/scope_chain.h

    r12069 r12317  
    1515 *  You should have received a copy of the GNU Library General Public License
    1616 *  along with this library; see the file COPYING.LIB.  If not, write to
    17  *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
     17 *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    1818 *  Boston, MA 02110-1301, USA.
    1919 *
  • trunk/JavaScriptCore/kjs/simple_number.h

    r12305 r12317  
    1515 *  You should have received a copy of the GNU Library General Public License
    1616 *  along with this library; see the file COPYING.LIB.  If not, write to
    17  *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
     17 *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    1818 *  Boston, MA 02110-1301, USA.
    1919 *
  • trunk/JavaScriptCore/kjs/string_object.cpp

    r12069 r12317  
    1717 *  You should have received a copy of the GNU Lesser General Public
    1818 *  License along with this library; if not, write to the Free Software
    19  *  Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA  02110-1301  USA
     19 *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    2020 *
    2121 */
  • trunk/JavaScriptCore/kjs/string_object.h

    r12069 r12317  
    1616 *  You should have received a copy of the GNU Lesser General Public
    1717 *  License along with this library; if not, write to the Free Software
    18  *  Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA  02110-1301  USA
     18 *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    1919 *
    2020 */
  • trunk/JavaScriptCore/kjs/testkjs.cpp

    r12305 r12317  
    1717 *  You should have received a copy of the GNU Library General Public License
    1818 *  along with this library; see the file COPYING.LIB.  If not, write to
    19  *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
     19 *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    2020 *  Boston, MA 02110-1301, USA.
    2121 *
  • trunk/JavaScriptCore/kjs/types.h

    r11962 r12317  
    1717 *  You should have received a copy of the GNU Library General Public License
    1818 *  along with this library; see the file COPYING.LIB.  If not, write to
    19  *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
     19 *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    2020 *  Boston, MA 02110-1301, USA.
    2121 *
  • trunk/JavaScriptCore/kjs/ustring.cpp

    r12069 r12317  
    1717 *  You should have received a copy of the GNU Library General Public License
    1818 *  along with this library; see the file COPYING.LIB.  If not, write to
    19  *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
     19 *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    2020 *  Boston, MA 02110-1301, USA.
    2121 *
  • trunk/JavaScriptCore/kjs/ustring.h

    r12028 r12317  
    1717 *  You should have received a copy of the GNU Library General Public License
    1818 *  along with this library; see the file COPYING.LIB.  If not, write to
    19  *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
     19 *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    2020 *  Boston, MA 02110-1301, USA.
    2121 *
  • trunk/JavaScriptCore/kjs/value.cpp

    r11962 r12317  
    1717 *  You should have received a copy of the GNU Library General Public License
    1818 *  along with this library; see the file COPYING.LIB.  If not, write to
    19  *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
     19 *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    2020 *  Boston, MA 02110-1301, USA.
    2121 *
  • trunk/JavaScriptCore/kjs/value.h

    r11962 r12317  
    1717 *  You should have received a copy of the GNU Library General Public License
    1818 *  along with this library; see the file COPYING.LIB.  If not, write to
    19  *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
     19 *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    2020 *  Boston, MA 02110-1301, USA.
    2121 *
  • trunk/JavaScriptCore/kxmlcore/AlwaysInline.h

    r11962 r12317  
    1515 *  You should have received a copy of the GNU Library General Public License
    1616 *  along with this library; see the file COPYING.LIB.  If not, write to
    17  *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
     17 *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    1818 *  Boston, MA 02110-1301, USA.
    1919 *
  • trunk/JavaScriptCore/kxmlcore/ListRefPtr.h

    r11962 r12317  
    1616 *  You should have received a copy of the GNU Library General Public License
    1717 *  along with this library; see the file COPYING.LIB.  If not, write to
    18  *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
     18 *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    1919 *  Boston, MA 02110-1301, USA.
    2020 *
  • trunk/JavaScriptCore/kxmlcore/PassRefPtr.h

    r12315 r12317  
    1616 *  You should have received a copy of the GNU Library General Public License
    1717 *  along with this library; see the file COPYING.LIB.  If not, write to
    18  *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
     18 *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    1919 *  Boston, MA 02110-1301, USA.
    2020 *
  • trunk/JavaScriptCore/kxmlcore/RefPtr.h

    r12315 r12317  
    1616 *  You should have received a copy of the GNU Library General Public License
    1717 *  along with this library; see the file COPYING.LIB.  If not, write to
    18  *  the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
     18 *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    1919 *  Boston, MA 02110-1301, USA.
    2020 *
Note: See TracChangeset for help on using the changeset viewer.