This is the mail archive of the frysk@sourceware.org mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

add copyright boilerplate


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))


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]