Removing copyrights

This commit is contained in:
Jonathan Putney
2019-11-10 16:01:03 -05:00
parent f09ea26472
commit 2816220943
10 changed files with 11 additions and 61 deletions

View File

@@ -1,14 +1,10 @@
/*
* Copyright (C) Noverant, Inc - All Rights Reserved Unauthorized copying of this file, via any
* medium is strictly prohibited Proprietary and confidential
*/
// @flow
import BaseAPI from './BaseAPI';
import {
CMI,
CMIInteractionsCorrectResponsesObject,
CMIInteractionsObject, CMIInteractionsObjectivesObject,
CMIInteractionsObject,
CMIInteractionsObjectivesObject,
CMIObjectivesObject
} from "./cmi/scorm12_cmi";
import * as Utilities from './utilities';