Skip to content

Commit

Permalink
added openmrs license to a couple files
Browse files Browse the repository at this point in the history
  • Loading branch information
mogoodrich committed Feb 21, 2013
1 parent f5c5af6 commit a5906fd
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
@@ -1,9 +1,22 @@
/**
* The contents of this file are subject to the OpenMRS Public License
* Version 1.0 (the "License"); you may not use this file except in
* compliance with the License. You may obtain a copy of the License at
* http://license.openmrs.org
*
* Software distributed under the License is distributed on an "AS IS"
* basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
* License for the specific language governing rights and limitations
* under the License.
*
* Copyright (C) OpenMRS, LLC. All Rights Reserved.
*/
package org.openmrs.util;

import org.openmrs.Provider;

import java.util.Comparator;

import org.openmrs.Provider;

/**
* Sorts providers by the primary person name associated with the underlying person
*
Expand Down
@@ -1,3 +1,16 @@
/**
* The contents of this file are subject to the OpenMRS Public License
* Version 1.0 (the "License"); you may not use this file except in
* compliance with the License. You may obtain a copy of the License at
* http://license.openmrs.org
*
* Software distributed under the License is distributed on an "AS IS"
* basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
* License for the specific language governing rights and limitations
* under the License.
*
* Copyright (C) OpenMRS, LLC. All Rights Reserved.
*/
package org.openmrs.util;

import org.junit.Assert;
Expand Down

0 comments on commit a5906fd

Please sign in to comment.