Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register

Ticket #188 (closed task: fixed)

Opened 4 years ago

Last modified 2 years ago

Add license to websites and code

Reported by: bmamlin Assigned to: bmamlin
Priority: major Milestone: (Completed) OpenMRS 1.2.02
Component: OpenMRS Code Base Keywords:
Cc: pbiondich, bwolfe Introductory Ticket:
Code Review Status:

Description

We need to license our code. I suggest that we just adopt the Mozilla Public License 1.1, put it on the website and matching headers in our code...then we can debate about edits and/or switching to another license.

Attachments

LicenseCommentPatch.patch (0.5 MB) - added by sunbiz on 03/20/08 19:03:13.
LicenseCommentPatch
AddLicense.java (2.9 kB) - added by sunbiz on 03/23/08 22:33:57.
The java program to add license comments

Change History

06/25/07 13:44:02 changed by bmamlin

  • cc changed from pbiondich to pbiondich, bwolfe.

We've adopted the OpenMRS Public License, but we still need to create a copyright statement that can be put at the top of each document (in the code).

06/25/07 18:04:50 changed by bmamlin

Added this as header template for new classes (before package declaration):

/**
 * 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.
 */

We'll need to retrofit this into all existing code.

03/20/08 19:03:13 changed by sunbiz

  • attachment LicenseCommentPatch.patch added.

LicenseCommentPatch

03/23/08 22:33:57 changed by sunbiz

  • attachment AddLicense.java added.

The java program to add license comments

03/24/08 13:23:46 changed by bwolfe

The patch was committed to trunk in revision [3685]. All java files now have the license. Do we want to put this in some of the /metadata files? (mapping files, scripts, etc)

04/08/08 13:36:01 changed by bwolfe

  • status changed from new to closed.
  • resolution set to fixed.
  • milestone changed from OpenMRS 1.3 to OpenMRS 1.2.01.