Revision 1f7de54346142f05aef5814ee16754fba017b521 authored by KWSys Robot on 18 December 2014, 13:31:15 UTC, committed by Brad King on 18 December 2014, 15:17:16 UTC
Extract upstream KWSys using the following shell commands.

$ git archive --prefix=upstream-kwsys/ 87c65319 | tar x
$ git shortlog --no-merges --abbrev=8 --format='%h %s' cc4046a8..87c65319
Sean McBride (1):
      87c65319 SharedForward: Suppress clang -Wcast-qual warnings with conditional pragma

Change-Id: I2f79780385aca7e0caa24e5bb0c0b4106b786c37
1 parent 6a5ab89
Raw File
CONTRIBUTING.rst
Contributing to KWSys
*********************

Overview
========

KWSys is kept in its own Git repository and shared by several projects
via copies in their source trees.  Changes to KWSys should not be made
directly in a host project, except perhaps in maintenance branches.

Please visit

  http://public.kitware.com/Wiki/KWSys/Git

to contribute changes directly to KWSys upstream.  Once changes are
reviewed, tested, and integrated there then the copies of KWSys within
dependent projects can be updated to get the changes.

Issues
======

KWSys has no independent issue tracker.  After encountering an issue
(bug) please try to submit a patch using the above instructions.
Otherwise please report the issue to the tracker for the project that
hosts the copy of KWSys in which the problem was found.

License
=======

We do not require any formal copyright assignment or contributor license
agreement.  Any contributions intentionally sent upstream are presumed
to be offerred under terms of the OSI-approved BSD 3-clause License.
See `Copyright.txt`_ for details.

.. _`Copyright.txt`: Copyright.txt
back to top