Ticket #5112 defect closed fixed

Opened 2 years ago

Last modified 2 years ago

coding-standard.xhtml describes old copyright header format

Reported by: ivank Owned by: exarkun
Priority: normal Milestone:
Component: core Keywords: documentation easy
Cc: ivank-twisted-bugs@… Branch: branches/copyright-policy-5112
Author: exarkun Launchpad Bug:

Description

http://twistedmatrix.com/trac/browser/trunk/doc/core/development/policy/coding-standard.xhtml?format=raw says:

# Copyright (c) 2009 Twisted Matrix Laboratories.
# See LICENSE for details.


    When you update existing files, make sure the year in the copyright
    header is up to date as well. You should add a new copyright header when
    it's completely missing in the file that is being edited.

We don't have years in the copyright headers any more.

Change History

1

Changed 2 years ago by exarkun

  • branch set to branches/copyright-policy-5112
  • branch_author set to exarkun

(In [31925]) Branching to 'copyright-policy-5112'

2

Changed 2 years ago by exarkun

  • keywords review added

Thanks for pointing that out. Fix is in the branch.

3

Changed 2 years ago by ivank

  • cc ivank-twisted-bugs@… added
  • keywords review removed

1. Please fix "including the year the file was added" as well.

Otherwise, looks good.

4

Changed 2 years ago by ivank

  • owner set to exarkun

5

Changed 2 years ago by exarkun

(In [31930]) Oops, remove the other year-related recommendation

refs #5112

6

Changed 2 years ago by exarkun

  • status changed from new to closed
  • resolution set to fixed

(In [31931]) Merge copyright-policy-5112

Author: exarkun Reviewer: ivank Fixes: #5112

Remove the recommendation to include the year in copyright headers, matching what we currently actually want to do with respect to these. See #4857.

Note: See TracTickets for help on using tickets.