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,8 +1,3 @@
/*
* Copyright (C) Noverant, Inc - All Rights Reserved Unauthorized copying of this file, via any
* medium is strictly prohibited Proprietary and confidential
*/
// @flow // @flow
import Scorm12API from './Scorm12API'; import Scorm12API from './Scorm12API';
import { import {

View File

@@ -1,11 +1,5 @@
/*
* Copyright (C) Noverant, Inc - All Rights Reserved Unauthorized copying of this file, via any
* medium is strictly prohibited Proprietary and confidential
*/
// @flow // @flow
import {CMIArray} from "./cmi/common"; import {CMIArray} from "./cmi/common";
import {base_error_codes} from "./constants";
const api_constants = { const api_constants = {
SCORM_TRUE: "true", SCORM_TRUE: "true",

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 // @flow
import BaseAPI from './BaseAPI'; import BaseAPI from './BaseAPI';
import { import {
CMI, CMI,
CMIInteractionsCorrectResponsesObject, CMIInteractionsCorrectResponsesObject,
CMIInteractionsObject, CMIInteractionsObjectivesObject, CMIInteractionsObject,
CMIInteractionsObjectivesObject,
CMIObjectivesObject CMIObjectivesObject
} from "./cmi/scorm12_cmi"; } from "./cmi/scorm12_cmi";
import * as Utilities from './utilities'; import * as Utilities from './utilities';

View File

@@ -1,20 +1,17 @@
/*
* Copyright (C) Noverant, Inc - All Rights Reserved Unauthorized copying of this file, via any
* medium is strictly prohibited Proprietary and confidential
*/
// @flow // @flow
import BaseAPI from './BaseAPI'; import BaseAPI from './BaseAPI';
import { import {
CMI,
ADL, ADL,
CMIObjectivesObject, CMI,
CMIInteractionsObject,
CMICommentsFromLearnerObject, CMICommentsFromLearnerObject,
CMICommentsFromLMSObject, CMIInteractionsCorrectResponsesObject, CMIInteractionsObjectivesObject CMICommentsFromLMSObject,
CMIInteractionsCorrectResponsesObject,
CMIInteractionsObject,
CMIInteractionsObjectivesObject,
CMIObjectivesObject
} from './cmi/scorm2004_cmi'; } from './cmi/scorm2004_cmi';
import * as Utilities from "./utilities"; import * as Utilities from "./utilities";
import {scorm2004_constants, correct_responses, scorm2004_error_codes} from "./constants"; import {correct_responses, scorm2004_constants, scorm2004_error_codes} from "./constants";
import {scorm2004_regex} from "./regex"; import {scorm2004_regex} from "./regex";
const constants = scorm2004_constants; const constants = scorm2004_constants;

View File

@@ -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 * as Scorm12CMI from './scorm12_cmi';
import {BaseCMI, CMIArray, CMIScore} from "./common"; import {BaseCMI, CMIArray, CMIScore} from "./common";
import {aicc_constants} from "../constants"; import {aicc_constants} from "../constants";

View File

@@ -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"; import {scorm12_constants, scorm12_error_codes} from "../constants";
export class BaseCMI { export class BaseCMI {

View File

@@ -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 {BaseCMI, CMIArray, CMIScore} from './common';
import {scorm12_constants, scorm12_error_codes} from "../constants"; import {scorm12_constants, scorm12_error_codes} from "../constants";
import {scorm12_regex} from "../regex"; import {scorm12_regex} from "../regex";

View File

@@ -1,10 +1,5 @@
/* import {BaseCMI, CMIArray, CMIScore} from './common';
* Copyright (C) Noverant, Inc - All Rights Reserved Unauthorized copying of this file, via any import {learner_responses, scorm2004_constants} from "../constants";
* medium is strictly prohibited Proprietary and confidential
*/
import {BaseCMI, CMIScore, CMIArray} from './common';
import {scorm2004_constants, learner_responses} from "../constants";
import {scorm2004_regex} from "../regex"; import {scorm2004_regex} from "../regex";
const constants = scorm2004_constants; const constants = scorm2004_constants;

View File

@@ -1,11 +1,4 @@
/*
* Copyright (C) Noverant, Inc - All Rights Reserved Unauthorized copying of this file, via any
* medium is strictly prohibited Proprietary and confidential
*/
// @flow // @flow
import {scorm2004_regex} from "./regex"; import {scorm2004_regex} from "./regex";
export const base_error_codes = { export const base_error_codes = {

View File

@@ -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
*/
// @flow // @flow
export const SECONDS_PER_SECOND = 1; export const SECONDS_PER_SECOND = 1;
export const SECONDS_PER_MINUTE = 60; export const SECONDS_PER_MINUTE = 60;