Title: [234721] trunk/Source/WebCore
Revision
234721
Author
[email protected]
Date
2018-08-09 04:50:49 -0700 (Thu, 09 Aug 2018)

Log Message

Fix copyright headers on new ISO parsing class
https://bugs.webkit.org/show_bug.cgi?id=188432

Unreviewed fix.

This was left off from a previous bug by mistake, retrospectively
adding the correct copyright headers.

No tests required.


* platform/graphics/iso/ISOProtectionSystemSpecificHeaderBox.cpp:
* platform/graphics/iso/ISOProtectionSystemSpecificHeaderBox.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (234720 => 234721)


--- trunk/Source/WebCore/ChangeLog	2018-08-09 05:42:42 UTC (rev 234720)
+++ trunk/Source/WebCore/ChangeLog	2018-08-09 11:50:49 UTC (rev 234721)
@@ -1,3 +1,18 @@
+2018-08-09  Charlie Turner  <[email protected]>
+
+        Fix copyright headers on new ISO parsing class
+        https://bugs.webkit.org/show_bug.cgi?id=188432
+
+        Unreviewed fix.
+
+        This was left off from a previous bug by mistake, retrospectively
+        adding the correct copyright headers.
+
+        No tests required.
+
+        * platform/graphics/iso/ISOProtectionSystemSpecificHeaderBox.cpp:
+        * platform/graphics/iso/ISOProtectionSystemSpecificHeaderBox.h:
+
 2018-08-08  Ross Kirsling  <[email protected]>
 
         run-bindings-tests is not Win32-compatible

Modified: trunk/Source/WebCore/platform/graphics/iso/ISOProtectionSystemSpecificHeaderBox.cpp (234720 => 234721)


--- trunk/Source/WebCore/platform/graphics/iso/ISOProtectionSystemSpecificHeaderBox.cpp	2018-08-09 05:42:42 UTC (rev 234720)
+++ trunk/Source/WebCore/platform/graphics/iso/ISOProtectionSystemSpecificHeaderBox.cpp	2018-08-09 11:50:49 UTC (rev 234721)
@@ -1,5 +1,7 @@
 /*
- * Copyright (C) 2018 Apple Inc. All rights reserved.
+ * Copyright (C) 2017 Apple Inc. All rights reserved.
+ * Copyright (C) 2018 Metrological Group B.V.
+ * Copyright (C) 2018 Igalia S.L
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: trunk/Source/WebCore/platform/graphics/iso/ISOProtectionSystemSpecificHeaderBox.h (234720 => 234721)


--- trunk/Source/WebCore/platform/graphics/iso/ISOProtectionSystemSpecificHeaderBox.h	2018-08-09 05:42:42 UTC (rev 234720)
+++ trunk/Source/WebCore/platform/graphics/iso/ISOProtectionSystemSpecificHeaderBox.h	2018-08-09 11:50:49 UTC (rev 234721)
@@ -1,5 +1,7 @@
 /*
- * Copyright (C) 2018 Apple Inc. All rights reserved.
+ * Copyright (C) 2017 Apple Inc. All rights reserved.
+ * Copyright (C) 2018 Metrological Group B.V.
+ * Copyright (C) 2018 Igalia S.L
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to