public inbox for frysk@sourceware.org
 help / color / mirror / Atom feed
* add copyright boilerplate
@ 2008-01-20 15:08 Mark Wielaard
  0 siblings, 0 replies; only message in thread
From: Mark Wielaard @ 2008-01-20 15:08 UTC (permalink / raw)
  To: frysk

Hi,

This patch (diff excluded because it is boring) adds the proper
copyright boilerplate for these files (which makes make check shut up
about them). All these files were created and edited in 2007. But for
new files/edits make sure that you update the copyright year to 2008
[*].

    frysk-core/frysk/debuginfo/ChangeLog
    2008-01-18  Mark Wielaard  <mwielaard@redhat.com>
    
           * CompilerVersionFactory.java: Add copyright boilerplate.
    
    frysk-core/frysk/pkglibdir/ChangeLog
    2008-01-18  Mark Wielaard  <mwielaard@redhat.com>
    
           * funit-class-static.cxx: Add copyright boilerplate.
           * funit-class.cxx: Likewise.
           * funit-complex-class.cxx: Likewise.
           * funit-complex-struct.cxx: Likewise.
           * funit-cpp-scopes-class-static.cxx: Likewise.
           * funit-cpp-scopes-class.cxx: Likewise.
           * funit-cpp-scopes-namespace.cxx: Likewise.
           * funit-inherited-struct.cxx: Likewise.
           * funit-simple-class.cxx: Likewise.
           * funit-simple-struct.cxx: Likewise.
    
    frysk-core/frysk/value/ChangeLog
    2008-01-18  Mark Wielaard  <mwielaard@redhat.com>
    
           * TestClass.java: Add copyright boilerplate.

Cheers,

Mark

[*] As always emacs can help you remember. Stick the following in
your .emacs:

(defun fp-copyright-update () 
  (and (not (eq major-mode 'fundamental-mode))
       (copyright-update)))

(if (fboundp 'copyright-update)
    (add-hook 'write-file-hooks 'fp-copyright-update))

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-01-20 15:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-20 15:08 add copyright boilerplate Mark Wielaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).