Skip to content
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.

Commit

Permalink
update license and code headers
Browse files Browse the repository at this point in the history
  • Loading branch information
narram committed Aug 4, 2013
1 parent 244dcb0 commit fee938a
Show file tree
Hide file tree
Showing 6,375 changed files with 49,709 additions and 317 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
85 changes: 85 additions & 0 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
=================
How to Contribute
=================

We welcome community contributions to the caDSR cgMDR project.
Your contributions back to this repository will allow the broader
research community to benefit from your work and will allow your
enhancements to be integrated with those of others. There are a few
guidelines that we ask contributors to follow so that we can have a
chance of keeping on top of things.

---------------
Getting Started
---------------

* Make sure you have a `GitHub Account`_.

* Fork the repository on GitHub to publish any proposed changes

* Submit a ticket for your issue at [tracker] (http://gforge.nci.nih.gov/frs/?group_id=541),
assuming one does not already exist.

- Click [here] (https://gforge.nci.nih.gov/account/register.php) to get a new account.
- Clearly describe the issue including steps to reproduce when it is a bug.
- Make sure you fill in the earliest version that you know has the issue.

.. _`GitHub Account`: https://github.com/signup/free

--------------
Making Changes
--------------

* Create a topic branch from where you want to base your work.

- This is usually the master branch.
- Only target release branches if you are certain your fix must be
on that branch.
- To quickly create a topic branch based on master::

git checkout -b fix/master/my_contribution master

Please avoid working directly on the master branch.

* Make commits of logical units.

* Please provide tests and documentation with your changes.

* Check for unnecessary whitespace with ``git diff --check`` before committing.

* Follow the `NCIP Good Practices for Commit Messages`_.
Start with a one-line summary followed by a blank line followed by a
detailed free-form description.

.. _`NCIP Good Practices for Commit Messages`: https://github.com/NCIP/ncip.github.com/wiki/Good-Practices#wiki-commit-messages

------------------
Submitting Changes
------------------

* In general, we require that the OSI-approved `BSD 3-Clause License`_
be applied to code contributions. There may be cases, however, that
warrant the use of an alternate OSI-approved license and we will
evaluate this situations case-by-case.

* Push your changes to a topic branch in your fork of the repository.

* Submit a pull request to the repository in the NCIP organization.

.. If the project uses an issue tracker, use the next bullet.
Otherwise, remove the next bullet. Delete this note either way.
* Update your [tracker] (http://gforge.nci.nih.gov/frs/?group_id=541) ticket to mark that you have submitted
code and are ready for it to be reviewed.

- Include a link to the pull request in the ticket

.. _`BSD-3-Clause License`: http://opensource.org/licenses/BSD-3-Clause

--------------------
Additional Resources
--------------------

For help learning Git and Github, see the `NCIP Learning Resources`_.

.. _`NCIP Learning Resources`: https://github.com/NCIP/ncip.github.com/wiki/Learning-Resources
10 changes: 10 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
cgMDR-NCI-UK
Copyright 2009, Oracle Inc.

This project is distributed under the BSD 3-Clause License.
Please see LICENSE file for details.

This project was developed as part of the NCI caBIG initiative.

In 2013, as part of the National Cancer Informatics Program (NCIP) Open Development Initiative,
the cgMDR-NCI-UK source code was migrated to GitHub to allow further development by the broader community
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Welcome to the caDSR cgMDR-NCI-UK Project!
=====================================

cgMDR has tools enabling semantic annotation from its own metadata repository but also can resolve metadata and terminologies from remote metadata resources such as the caDSR and EVS.

The caDSR cgMDR-NCI-UK is distributed under the BSD 3-Clause License.
Please see the NOTICE and LICENSE files for details.

You will find more details about the caDSR cgMDR-NCI-UK in the following links:
* [Community Wiki] (https://wiki.nci.nih.gov/x/-bWl)
* [Code Repository] (https://github.com/NCIP/cadsr-cgmdr-nci-uk)
* [Issue Tracker] (https://gforge.nci.nih.gov/tracker/?group_id=541)
* [Downloads] (https://gforge.nci.nih.gov/frs/?group_id=541)


Please join us in further developing and improving the caDSR cgMDR-NCI-UK project.
8 changes: 8 additions & 0 deletions atom-services.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--L
Copyright Oracle Inc
Distributed under the OSI-approved BSD 3-Clause License.
See http://ncip.github.com/cadsr-cgmdr-nci-uk/LICENSE.txt for details.
L-->

<atom-services xmlns="http://www.exist-db.org/Vocabulary/AtomConfiguration/2006/1/0">
<module name="edit" class="org.exist.atom.modules.AtomProtocol"/>
<module name="content" class="org.exist.atom.modules.AtomFeeds"/>
Expand Down
7 changes: 7 additions & 0 deletions backup.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
#L
# Copyright Oracle Inc
#
# Distributed under the OSI-approved BSD 3-Clause License.
# See http://ncip.github.com/cadsr-cgmdr-nci-uk/LICENSE.txt for details.
#L

# properties used for backup/restore

# XMLDB driver
Expand Down
7 changes: 7 additions & 0 deletions build.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
#L
# Copyright Oracle Inc
#
# Distributed under the OSI-approved BSD 3-Clause License.
# See http://ncip.github.com/cadsr-cgmdr-nci-uk/LICENSE.txt for details.
#L

# $Id: build.properties 7802 2008-05-25 09:57:21Z dizzzz $
project.name = eXist
project.version = 1.2.2
Expand Down
7 changes: 7 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--L
Copyright Oracle Inc
Distributed under the OSI-approved BSD 3-Clause License.
See http://ncip.github.com/cadsr-cgmdr-nci-uk/LICENSE.txt for details.
L-->

<!-- ======================================================================= -->
<!-- eXist 1.x build file -->
<!-- ======================================================================= -->
Expand Down
7 changes: 7 additions & 0 deletions build/scripts/build-impl.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--L
Copyright Oracle Inc
Distributed under the OSI-approved BSD 3-Clause License.
See http://ncip.github.com/cadsr-cgmdr-nci-uk/LICENSE.txt for details.
L-->

<!-- ======================================================================= -->
<!-- eXist build file -->
<!-- ======================================================================= -->
Expand Down
7 changes: 7 additions & 0 deletions build/scripts/cocoon/build.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
#L
# Copyright Oracle Inc
#
# Distributed under the OSI-approved BSD 3-Clause License.
# See http://ncip.github.com/cadsr-cgmdr-nci-uk/LICENSE.txt for details.
#L

#Mon Oct 16 22:56:52 CEST 2006

# Edit to point to the directory where you unpacked the Cocoon source distribution
Expand Down
7 changes: 7 additions & 0 deletions build/scripts/cocoon/build.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<!--L
Copyright Oracle Inc
Distributed under the OSI-approved BSD 3-Clause License.
See http://ncip.github.com/cadsr-cgmdr-nci-uk/LICENSE.txt for details.
L-->

<!--
Inject eXist as a Cocoon block into the Cocoon source distribution.
Execute this script with
Expand Down
7 changes: 7 additions & 0 deletions build/scripts/cruisecontrol/config.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<!--L
Copyright Oracle Inc
Distributed under the OSI-approved BSD 3-Clause License.
See http://ncip.github.com/cadsr-cgmdr-nci-uk/LICENSE.txt for details.
L-->

<cruisecontrol>
<!-- ********************************************************** -->
<!--
Expand Down
7 changes: 7 additions & 0 deletions build/scripts/cruisecontrol/projects/build.exist.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<!--L
Copyright Oracle Inc
Distributed under the OSI-approved BSD 3-Clause License.
See http://ncip.github.com/cadsr-cgmdr-nci-uk/LICENSE.txt for details.
L-->

<project name="exist" default="nothing" basedir=".">

<property name="exist.target.dir" location="${current.checkout.dir}/exist${project-suffix}"/>
Expand Down
7 changes: 7 additions & 0 deletions build/scripts/cruisecontrol/projects/build.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<!--L
Copyright Oracle Inc
Distributed under the OSI-approved BSD 3-Clause License.
See http://ncip.github.com/cadsr-cgmdr-nci-uk/LICENSE.txt for details.
L-->

<project name="build" default="nothing" basedir=".">
<taskdef name="svn" classname="org.tigris.subversion.svnant.SvnTask"/>
<property file="${build.properties.file}"/>
Expand Down
7 changes: 7 additions & 0 deletions build/scripts/demoserver.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--L
Copyright Oracle Inc
Distributed under the OSI-approved BSD 3-Clause License.
See http://ncip.github.com/cadsr-cgmdr-nci-uk/LICENSE.txt for details.
L-->

<!-- ======================================================================= -->
<!-- eXist build file : Create HTML files for docs on http://exist-db.org -->
<!-- ======================================================================= -->
Expand Down
8 changes: 8 additions & 0 deletions build/scripts/dist.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<?xml version="1.0" encoding="iso-8859-1" ?>

<!--L
Copyright Oracle Inc
Distributed under the OSI-approved BSD 3-Clause License.
See http://ncip.github.com/cadsr-cgmdr-nci-uk/LICENSE.txt for details.
L-->

<!-- $Id: dist.xml 7071 2007-12-20 16:12:21Z dizzzz $ -->
<project basedir="../.." default="dist" name="dist">

Expand Down
8 changes: 8 additions & 0 deletions build/scripts/installer.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--L
Copyright Oracle Inc
Distributed under the OSI-approved BSD 3-Clause License.
See http://ncip.github.com/cadsr-cgmdr-nci-uk/LICENSE.txt for details.
L-->

<!-- ======================================================================= -->
<!-- eXist build file : Build installer -->
<!-- ======================================================================= -->
Expand Down
8 changes: 8 additions & 0 deletions build/scripts/jarsigner.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<?xml version="1.0"?>

<!--L
Copyright Oracle Inc
Distributed under the OSI-approved BSD 3-Clause License.
See http://ncip.github.com/cadsr-cgmdr-nci-uk/LICENSE.txt for details.
L-->

<!--
Dedicated ant "build" file for signing eXist jar files.
Expand Down
7 changes: 7 additions & 0 deletions build/scripts/junit.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--L
Copyright Oracle Inc
Distributed under the OSI-approved BSD 3-Clause License.
See http://ncip.github.com/cadsr-cgmdr-nci-uk/LICENSE.txt for details.
L-->

<!-- ======================================================================= -->
<!-- eXist build file : Run jUnit tests -->
<!-- ======================================================================= -->
Expand Down
8 changes: 8 additions & 0 deletions build/scripts/minimal.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--L
Copyright Oracle Inc
Distributed under the OSI-approved BSD 3-Clause License.
See http://ncip.github.com/cadsr-cgmdr-nci-uk/LICENSE.txt for details.
L-->

<!-- $Id: minimal.xml 5616 2007-04-07 13:19:18Z dizzzz $ -->
<project name="minimal" basedir="../.." default="dist-minimal">

Expand Down
7 changes: 7 additions & 0 deletions build/scripts/performance.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--L
Copyright Oracle Inc
Distributed under the OSI-approved BSD 3-Clause License.
See http://ncip.github.com/cadsr-cgmdr-nci-uk/LICENSE.txt for details.
L-->

<!-- ======================================================================= -->
<!-- eXist build file : Run jUnit tests -->
<!-- ======================================================================= -->
Expand Down
7 changes: 7 additions & 0 deletions build/scripts/quality.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
<?xml version="1.0" encoding="iso-8859-1" ?>

<!--L
Copyright Oracle Inc
Distributed under the OSI-approved BSD 3-Clause License.
See http://ncip.github.com/cadsr-cgmdr-nci-uk/LICENSE.txt for details.
L-->

<!--
Test the quality of code with PMD, JDepend, ...
Designed to be imported by main build.xml ,
Expand Down
7 changes: 7 additions & 0 deletions build/scripts/soap.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--L
Copyright Oracle Inc
Distributed under the OSI-approved BSD 3-Clause License.
See http://ncip.github.com/cadsr-cgmdr-nci-uk/LICENSE.txt for details.
L-->

<!-- ======================================================================= -->
<!-- eXist build file : Axis SOAP -->
<!-- ======================================================================= -->
Expand Down
7 changes: 7 additions & 0 deletions build/scripts/subversion.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--L
Copyright Oracle Inc
Distributed under the OSI-approved BSD 3-Clause License.
See http://ncip.github.com/cadsr-cgmdr-nci-uk/LICENSE.txt for details.
L-->

<!-- ======================================================================= -->
<!-- eXist build file : Subversion -->
<!-- ======================================================================= -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--L
Copyright Oracle Inc
Distributed under the OSI-approved BSD 3-Clause License.
See http://ncip.github.com/cadsr-cgmdr-nci-uk/LICENSE.txt for details.
L-->

<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui" onLoad="Ribbon_Load">
<ribbon>
<tabs>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<!--L
Copyright Oracle Inc
Distributed under the OSI-approved BSD 3-Clause License.
See http://ncip.github.com/cadsr-cgmdr-nci-uk/LICENSE.txt for details.
L-->

<hostitem:hostItem hostitem:baseType="Microsoft.Office.Tools.AddIn" hostitem:interfaceType="Microsoft.VisualStudio.Tools.Office.IOfficeEntryPoint" hostitem:namespace="ExcelQueryServiceAddIn" hostitem:className="ThisAddIn" hostitem:identifier="ThisAddIn" hostitem:primaryCookie="AddIn" hostitem:master="true" hostitem:startupIndex="0" xmlns:hostitem="http://schemas.microsoft.com/2004/VisualStudio/Tools/Applications/HostItem.xsd">
<hostitem:hostObject hostitem:name="Application" hostitem:identifier="Application" hostitem:type="Microsoft.Office.Interop.Excel.Application" hostitem:cookie="Application" hostitem:modifier="Internal" />
<hostitem:hostControl hostitem:name="CustomTaskPanes" hostitem:identifier="CustomTaskPanes" hostitem:type="Microsoft.Office.Tools.CustomTaskPaneCollection" hostitem:primaryCookie="CustomTaskPanes" hostitem:modifier="Internal" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<!--L
Copyright Oracle Inc
Distributed under the OSI-approved BSD 3-Clause License.
See http://ncip.github.com/cadsr-cgmdr-nci-uk/LICENSE.txt for details.
L-->

<hostitem:hostItem hostitem:baseType="Microsoft.Office.Tools.AddIn" hostitem:interfaceType="Microsoft.VisualStudio.Tools.Office.IOfficeEntryPoint" hostitem:namespace="InfoPathQueryServiceAddIn" hostitem:className="ThisAddIn" hostitem:identifier="ThisAddIn" hostitem:primaryCookie="AddIn" hostitem:master="true" hostitem:startupIndex="0" xmlns:hostitem="http://schemas.microsoft.com/2004/VisualStudio/Tools/Applications/HostItem.xsd">
<hostitem:hostObject hostitem:name="Application" hostitem:identifier="Application" hostitem:type="Microsoft.Office.Interop.InfoPath.Application" hostitem:cookie="Application" hostitem:modifier="Internal" />
<hostitem:hostControl hostitem:name="CustomTaskPanes" hostitem:identifier="CustomTaskPanes" hostitem:type="Microsoft.Office.Tools.CustomTaskPaneCollection" hostitem:primaryCookie="CustomTaskPanes" hostitem:modifier="Internal" />
Expand Down
Loading

0 comments on commit fee938a

Please sign in to comment.