Removing copyrights
This commit is contained in:
@@ -1,8 +1,3 @@
|
||||
/*
|
||||
* Copyright (C) Noverant, Inc - All Rights Reserved Unauthorized copying of this file, via any
|
||||
* medium is strictly prohibited Proprietary and confidential
|
||||
*/
|
||||
|
||||
import * as Scorm12CMI from './scorm12_cmi';
|
||||
import {BaseCMI, CMIArray, CMIScore} from "./common";
|
||||
import {aicc_constants} from "../constants";
|
||||
|
||||
@@ -1,8 +1,3 @@
|
||||
/*
|
||||
* Copyright (C) Noverant, Inc - All Rights Reserved Unauthorized copying of this file, via any
|
||||
* medium is strictly prohibited Proprietary and confidential
|
||||
*/
|
||||
|
||||
import {scorm12_constants, scorm12_error_codes} from "../constants";
|
||||
|
||||
export class BaseCMI {
|
||||
|
||||
@@ -1,8 +1,3 @@
|
||||
/*
|
||||
* Copyright (C) Noverant, Inc - All Rights Reserved Unauthorized copying of this file, via any
|
||||
* medium is strictly prohibited Proprietary and confidential
|
||||
*/
|
||||
|
||||
import {BaseCMI, CMIArray, CMIScore} from './common';
|
||||
import {scorm12_constants, scorm12_error_codes} from "../constants";
|
||||
import {scorm12_regex} from "../regex";
|
||||
|
||||
@@ -1,10 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) Noverant, Inc - All Rights Reserved Unauthorized copying of this file, via any
|
||||
* medium is strictly prohibited Proprietary and confidential
|
||||
*/
|
||||
|
||||
import {BaseCMI, CMIScore, CMIArray} from './common';
|
||||
import {scorm2004_constants, learner_responses} from "../constants";
|
||||
import {BaseCMI, CMIArray, CMIScore} from './common';
|
||||
import {learner_responses, scorm2004_constants} from "../constants";
|
||||
import {scorm2004_regex} from "../regex";
|
||||
|
||||
const constants = scorm2004_constants;
|
||||
|
||||
Reference in New Issue
Block a user