Browse Source

Don't claim copyright on machine-generated data

Note that the pattern has changed because sorting  differs in PHP 8, not
because of a specification change
split-manual
J. King 3 years ago
parent
commit
28525a2c9f
  1. 4
      RoboFile.php
  2. 6
      lib/CharacterReference.php

4
RoboFile.php

@ -162,10 +162,6 @@ class RoboFile extends \Robo\Tasks {
public function charref() {
$template = <<<'FILE'
<?php
/** @license MIT
* Copyright 2017 , Dustin Wilson, J. King et al.
* See LICENSE and AUTHORS files for details */
declare(strict_types=1);
namespace MensBeam\HTML;

6
lib/CharacterReference.php

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save