Merge "Issue #1870 add package-info.java so that the empty src directory gets pushed to git" into development
Former-commit-id:7e6cbbeca8
[formerly56c1fe7422
] [formerly0cbf561f7c
] [formerly7e6cbbeca8
[formerly56c1fe7422
] [formerly0cbf561f7c
] [formerlyd411aad285
[formerly0cbf561f7c
[formerly 3d866c91c40a5addb5268c274f2cf25eef8b5fc1]]]] Former-commit-id:d411aad285
Former-commit-id:959a8867e9
[formerlyd785d3f1c2
] [formerly 13c131b4ba733ec8bfe111d53be343dd584dd76c [formerly9d0e3fd0c2
]] Former-commit-id: 8612484a7e2a30162bc90a91e8c23595f6b0fdca [formerly2eaf49612c
] Former-commit-id:f8c3cb4589
This commit is contained in:
commit
2fa9a1cc65
1 changed files with 37 additions and 0 deletions
|
@ -0,0 +1,37 @@
|
|||
/**
|
||||
* This software was developed and / or modified by Raytheon Company,
|
||||
* pursuant to Contract DG133W-05-CQ-1067 with the US Government.
|
||||
*
|
||||
* U.S. EXPORT CONTROLLED TECHNICAL DATA
|
||||
* This software product contains export-restricted data whose
|
||||
* export/transfer/disclosure is restricted by U.S. law. Dissemination
|
||||
* to non-U.S. persons whether in the United States or abroad requires
|
||||
* an export license or other authorization.
|
||||
*
|
||||
* Contractor Name: Raytheon Company
|
||||
* Contractor Address: 6825 Pine Street, Suite 340
|
||||
* Mail Stop B8
|
||||
* Omaha, NE 68106
|
||||
* 402.291.0100
|
||||
*
|
||||
* See the AWIPS II Master Rights File ("Master Rights File.pdf") for
|
||||
* further licensing information.
|
||||
**/
|
||||
/**
|
||||
* Contains necessary classes for utilizing Python localization through Java classes. This contains nothing at this time, but will contain overriders and its supporting classes in the future.
|
||||
*
|
||||
* <pre>
|
||||
*
|
||||
* SOFTWARE HISTORY
|
||||
*
|
||||
* Date Ticket# Engineer Description
|
||||
* ------------ ---------- ----------- --------------------------
|
||||
* Apr 15, 2013 mnash Initial creation
|
||||
*
|
||||
* </pre>
|
||||
*
|
||||
* @author mnash
|
||||
* @version 1.0
|
||||
*/
|
||||
|
||||
package com.raytheon.uf.common.localization.python;
|
Loading…
Add table
Reference in a new issue