From 060eabc9e82cce3d5c3867da0ea738655a7c1618 Mon Sep 17 00:00:00 2001 From: Dave Methvin Date: Wed, 8 Aug 2012 22:12:10 -0400 Subject: [PATCH] Finish the license changes, including Sizzle. --- MIT-LICENSE.txt | 2 +- src/intro.js | 10 ++++------ src/sizzle | 2 +- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/MIT-LICENSE.txt b/MIT-LICENSE.txt index 69c08b81d..7b154c121 100644 --- a/MIT-LICENSE.txt +++ b/MIT-LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2012 jQuery Foundation and other contributors, +Copyright 2012 jQuery Foundation and other contributors http://jquery.com/ Permission is hereby granted, free of charge, to any person obtaining diff --git a/src/intro.js b/src/intro.js index bc6023474..c041bb4ba 100644 --- a/src/intro.js +++ b/src/intro.js @@ -2,14 +2,12 @@ * jQuery JavaScript Library v@VERSION * http://jquery.com/ * - * Copyright (c) 2012 jQuery Foundation and other contributors - * Dual licensed under the MIT or GPL Version 2 licenses. - * http://jquery.org/license - * * Includes Sizzle.js * http://sizzlejs.com/ - * Copyright 2012, The Dojo Foundation - * Released under the MIT, BSD, and GPL Licenses. + * + * Copyright 2012 jQuery Foundation and other contributors + * Released under the MIT license + * http://jquery.org/license * * Date: @DATE */ diff --git a/src/sizzle b/src/sizzle index 3d4f4e943..feb5de3f8 160000 --- a/src/sizzle +++ b/src/sizzle @@ -1 +1 @@ -Subproject commit 3d4f4e9436d7bdcb60e8880848c4a567bebbe91c +Subproject commit feb5de3f8fed345190bf5ae86eb37ace1150f35b -- 2.39.5