Changeset 12301 in webkit for trunk/JavaScriptCore/kjs
- Timestamp:
- Jan 22, 2006, 10:10:54 PM (19 years ago)
- Location:
- trunk/JavaScriptCore/kjs
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
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 */
Note:
See TracChangeset
for help on using the changeset viewer.