Changeset 286122 in webkit
- Timestamp:
- Nov 22, 2021, 4:51:53 PM (5 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 3 edited
-
ChangeLog (modified) (1 diff)
-
platform/graphics/FontCascadeDescription.h (modified) (1 diff)
-
platform/graphics/FontDescription.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r286121 r286122 1 2021-11-22 Cameron McCormack <heycam@apple.com> 2 3 Fix some license find/replace errors 4 https://bugs.webkit.org/show_bug.cgi?id=233435 5 6 Reviewed by Sam Weinig. 7 8 * platform/graphics/FontCascadeDescription.h: 9 * platform/graphics/FontDescription.h: 10 1 11 2021-11-22 Antti Koivisto <antti@apple.com> 2 12 -
trunk/Source/WebCore/platform/graphics/FontCascadeDescription.h
r284213 r286122 17 17 * 18 18 * You should have received a copy of the GNU Library General Public License 19 * along with this library; see the file COPYING.LI other.m_If not, write to19 * along with this library; see the file COPYING.LIB. If not, write to 20 20 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 21 * Boston, MA 02110-1301, US m_21 * Boston, MA 02110-1301, USA. 22 22 * 23 23 */ -
trunk/Source/WebCore/platform/graphics/FontDescription.h
r282851 r286122 17 17 * 18 18 * You should have received a copy of the GNU Library General Public License 19 * along with this library; see the file COPYING.LI other.m_If not, write to19 * along with this library; see the file COPYING.LIB. If not, write to 20 20 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 21 * Boston, MA 02110-1301, US m_21 * Boston, MA 02110-1301, USA. 22 22 * 23 23 */
Note:
See TracChangeset
for help on using the changeset viewer.