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

Commit

Permalink
adding headers to the master
Browse files Browse the repository at this point in the history
  • Loading branch information
narram committed Apr 12, 2013
1 parent b2bd47d commit ea03ed9
Show file tree
Hide file tree
Showing 251 changed files with 3,624 additions and 4,621 deletions.
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 nci-term-browser 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] (https://gforge.nci.nih.gov/tracker/?group_id=547),
assuming one does not already exist.

- Click [here] (http://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] (https://gforge.nci.nih.gov/tracker/?group_id=547) 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
28 changes: 28 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
Copyright (c) 2011, Northrop Grumman Information Technology.
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.

Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

Neither the name of the National Cancer Institute,Northrop Grumman Information Technology nor the
names of its contributors may be used to endorse or promote products derived
from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

10 changes: 10 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
nci-term-browser
Copyright 2011 Northrop Grumman Information Technology.

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 nci-term-browser source code was migrated to GitHub to allow further development by the broader community
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Welcome to the nci-term-browser Project!
==============================

The NCIt Browser is a web-based terminology browser that allows users to browse and search
the NCI Thesaurus (NCIt), including content from other sources included in or linked to from NCIt.
The terminology information published through the NCIt Browser is retrieved via LexEVS.

nci-term-browser is developed in Java and requires Apache Ant for building.

nci-term-browser is distributed under the BSD 3-Clause License.
Please see the NOTICE and LICENSE files for details.

You will find more details about nci-term-browser in the following links:

* [Home Page] (https://wiki.nci.nih.gov/x/0pLB)
* [Code Repository] (https://github.com/NCIP/nci-term-browser)
* [Issue Tracker] (https://gforge.nci.nih.gov/tracker/?group_id=547)
* [Documentation] (https://wiki.nci.nih.gov/x/0pLB)
* [Installation Instructions] (https://wiki.nci.nih.gov/x/V4DQAw)

An NCI hosted instance of nci-term-browser is publicly available at:

[Production Instance] (http://ncit.nci.nih.gov)

Please join us in further developing and improving nci-term-browser.
7 changes: 7 additions & 0 deletions docs/example.local.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
#L
# Copyright Northrop Grumman Information Technology.
#
# Distributed under the OSI-approved BSD 3-Clause License.
# See http://ncip.github.com/nci-term-browser/LICENSE.txt for details.
#L

###############################
### Local Properties File ###
###############################
Expand Down
7 changes: 7 additions & 0 deletions software/build/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 Northrop Grumman Information Technology.
Distributed under the OSI-approved BSD 3-Clause License.
See http://ncip.github.com/nci-term-browser/LICENSE.txt for details.
L-->

<project name="build" default="usage" basedir="." xmlns:bda="antlib:gov.nih.nci.bdalite">

<description>
Expand Down
7 changes: 7 additions & 0 deletions software/build/project.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
#L
# Copyright Northrop Grumman Information Technology.
#
# Distributed under the OSI-approved BSD 3-Clause License.
# See http://ncip.github.com/nci-term-browser/LICENSE.txt for details.
#L

##############################################################
#
# BDA-Lite Project Property File
Expand Down
7 changes: 7 additions & 0 deletions software/ncitbrowser/conf/NCItBrowserProperties.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--L
Copyright Northrop Grumman Information Technology.
Distributed under the OSI-approved BSD 3-Clause License.
See http://ncip.github.com/nci-term-browser/LICENSE.txt for details.
L-->

<root>
<DisplayItems>
<DisplayItem>
Expand Down
8 changes: 8 additions & 0 deletions software/ncitbrowser/conf/application-config-client-info.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--L
Copyright Northrop Grumman Information Technology.
Distributed under the OSI-approved BSD 3-Clause License.
See http://ncip.github.com/nci-term-browser/LICENSE.txt for details.
L-->

<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">
<beans>

Expand Down
8 changes: 8 additions & 0 deletions software/ncitbrowser/conf/application-config-client.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--L
Copyright Northrop Grumman Information Technology.
Distributed under the OSI-approved BSD 3-Clause License.
See http://ncip.github.com/nci-term-browser/LICENSE.txt for details.
L-->

<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">
<beans>
<bean id="EvsServiceInfo" class="java.util.HashMap" singleton="false">
Expand Down
7 changes: 7 additions & 0 deletions software/ncitbrowser/conf/ehcache.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<!--L
Copyright Northrop Grumman Information Technology.
Distributed under the OSI-approved BSD 3-Clause License.
See http://ncip.github.com/nci-term-browser/LICENSE.txt for details.
L-->

<ehcache>
<diskStore path="@ehcache.cache.path@"/>

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

<!--L
Copyright Northrop Grumman Information Technology.
Distributed under the OSI-approved BSD 3-Clause License.
See http://ncip.github.com/nci-term-browser/LICENSE.txt for details.
L-->

<!DOCTYPE log4j:configuration SYSTEM "@log4j.dtd.path@/log4j.dtd">

<log4j:configuration xmlns:log4j='http://jakarta.apache.org/log4j/'>
Expand Down
Loading

0 comments on commit ea03ed9

Please sign in to comment.