public inbox for frysk@sourceware.org
 help / color / mirror / Atom feed
From: Mark Wielaard <mark@klomp.org>
To: frysk@sourceware.org
Subject: add copyright boilerplate
Date: Sun, 20 Jan 2008 15:08:00 -0000	[thread overview]
Message-ID: <1200739872.12412.6.camel@localhost.localdomain> (raw)

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

                 reply	other threads:[~2008-01-20 15:08 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1200739872.12412.6.camel@localhost.localdomain \
    --to=mark@klomp.org \
    --cc=frysk@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).