Changeset 12301 in webkit for trunk/JavaScriptCore
- Timestamp:
- Jan 22, 2006, 10:10:54 PM (19 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 17 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r12300 r12301 1 2006-01-23 George Staikos <[email protected]> 2 3 Approved by Maciej and Darin. 4 5 * kjs/: 6 * kxmlcore/: 7 Update FSF address in license to make merging easier 8 1 9 2006-01-22 George Staikos <[email protected]> 2 10 -
trunk/JavaScriptCore/kjs/JSLock.cpp
r11962 r12301 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., 5 9 Temple Place - Suite 330,19 * Boston, MA 0211 1-1307, USA.18 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 19 * Boston, MA 02110-1301, USA 20 20 * 21 21 */ -
trunk/JavaScriptCore/kjs/JSLock.h
r11962 r12301 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., 5 9 Temple Place - Suite 330,19 * Boston, MA 0211 1-1307, USA.18 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 19 * Boston, MA 02110-1301, USA. 20 20 * 21 21 */ -
trunk/JavaScriptCore/kjs/fpconst.cpp
r11962 r12301 14 14 * You should have received a copy of the GNU Lesser General Public 15 15 * License along with this library; if not, write to the Free Software 16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 17 * USA. 17 18 * 18 19 */ -
trunk/JavaScriptCore/kjs/pointer_hash.h
r11962 r12301 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., 5 9 Temple Place - Suite 330,19 * Boston, MA 0211 1-1307, USA.18 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 19 * Boston, MA 02110-1301, USA. 20 20 * 21 21 */ -
trunk/JavaScriptCore/kjs/protect.h
r12069 r12301 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., 5 9 Temple Place - Suite 330,19 * Boston, MA 0211 1-1307, USA.18 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 19 * Boston, MA 02110-1301, USA. 20 20 * 21 21 */ -
trunk/JavaScriptCore/kjs/protected_reference.h
r12069 r12301 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., 5 9 Temple Place - Suite 330,19 * Boston, MA 0211 1-1307, USA.18 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 19 * Boston, MA 02110-1301, USA. 20 20 * 21 21 */ -
trunk/JavaScriptCore/kxmlcore/FastMalloc.h
r11962 r12301 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., 5 9 Temple Place - Suite 330,19 * Boston, MA 0211 1-1307, USA.18 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 19 * Boston, MA 02110-1301, USA. 20 20 * 21 21 */ -
trunk/JavaScriptCore/kxmlcore/FastMallocInternal.h
r11962 r12301 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., 5 9 Temple Place - Suite 330,19 * Boston, MA 0211 1-1307, USA.18 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 19 * Boston, MA 02110-1301, USA. 20 20 * 21 21 */ -
trunk/JavaScriptCore/kxmlcore/HashCountedSet.h
r11962 r12301 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., 5 9 Temple Place - Suite 330,19 * Boston, MA 0211 1-1307, USA.18 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 19 * Boston, MA 02110-1301, USA. 20 20 * 21 21 */ -
trunk/JavaScriptCore/kxmlcore/HashFunctions.h
r11962 r12301 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., 5 9 Temple Place - Suite 330,19 * Boston, MA 0211 1-1307, USA.18 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 19 * Boston, MA 02110-1301, USA. 20 20 * 21 21 */ -
trunk/JavaScriptCore/kxmlcore/HashMap.h
r11962 r12301 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., 5 9 Temple Place - Suite 330,19 * Boston, MA 0211 1-1307, USA.18 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 19 * Boston, MA 02110-1301, USA. 20 20 * 21 21 */ -
trunk/JavaScriptCore/kxmlcore/HashMapPtrSpec.h
r12127 r12301 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., 5 9 Temple Place - Suite 330,19 * Boston, MA 0211 1-1307, USA.18 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 19 * Boston, MA 02110-1301, USA. 20 20 * 21 21 */ -
trunk/JavaScriptCore/kxmlcore/HashSet.h
r11962 r12301 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., 5 9 Temple Place - Suite 330,19 * Boston, MA 0211 1-1307, USA.18 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 19 * Boston, MA 02110-1301, USA. 20 20 * 21 21 */ -
trunk/JavaScriptCore/kxmlcore/HashTable.cpp
r11962 r12301 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., 5 9 Temple Place - Suite 330,19 Boston, MA 0211 1-1307, USA.18 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 19 Boston, MA 02110-1301, USA. 20 20 */ 21 21 -
trunk/JavaScriptCore/kxmlcore/HashTable.h
r12232 r12301 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., 5 9 Temple Place - Suite 330,19 * Boston, MA 0211 1-1307, USA.18 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 19 * Boston, MA 02110-1301, USA. 20 20 * 21 21 */ -
trunk/JavaScriptCore/kxmlcore/HashTraits.h
r12232 r12301 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., 5 9 Temple Place - Suite 330,19 * Boston, MA 0211 1-1307, USA.18 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 19 * Boston, MA 02110-1301, USA. 20 20 * 21 21 */
Note:
See TracChangeset
for help on using the changeset viewer.