Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Meta: remove year from copyright line #5668

Merged
merged 1 commit into from
Jun 29, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright © 2018 WHATWG (Apple, Google, Mozilla, Microsoft).
Copyright © WHATWG (Apple, Google, Mozilla, Microsoft).
This work is licensed under a Creative Commons Attribution 4.0 International License:

Attribution 4.0 International
Expand Down
7 changes: 3 additions & 4 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -122179,10 +122179,9 @@ INSERT INTERFACES HERE
Skelton</a>. (<a itemprop="license" href="https://opensource.org/licenses/MIT">MIT</a>)</p>
</div>

<p>Copyright © <span class="pubyear">[DATE: 1901]</span> WHATWG (Apple, Google, Mozilla,
Microsoft). This work is licensed under a <a rel="license"
href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International
License</a>.</p>
<p>Copyright © WHATWG (Apple, Google, Mozilla, Microsoft). This work is licensed under a <a
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, oops. I didn't update https://whatwg.org/workstream-policy#publications thinking that since we use Bikeshed, we could just leave that alone. But let's just remove it from the Bikeshed templates to match this.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I created a PR for that already.

rel="license" href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0
International License</a>.</p>

<!-- Hopefully Kam and Tess won't notice they're covered by these acknowledgments three times! -->

Expand Down