Changeset 12317 in webkit for trunk/JavaScriptCore/kjs


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/kjs
Files:
69 edited

Legend:

Unmodified
Added
Removed
  • 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 *
Note: See TracChangeset for help on using the changeset viewer.