Skip to content
This repository has been archived by the owner on Dec 29, 2018. It is now read-only.

Commit

Permalink
Removed old MPL headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim Burgess committed Dec 15, 2011
1 parent f9f6c55 commit c98e3a1
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 198 deletions.
26 changes: 0 additions & 26 deletions array.axi
Original file line number Diff line number Diff line change
@@ -1,29 +1,3 @@
/**
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* 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.
*
* The Original Code provides a collection of useful functions to assist in
* array manipulation and parsing within the NetLinx language.
*
* Portions created by the Initial Developer are Copyright (C) 2010 the
* Initial Developer. All Rights Reserved.
*
* Contributor(s):
* true <amx at trueserve dot org>
* Kim Burgess <[email protected]>
*
*
* $Id$
* tab-width: 4 columns: 80
*/

program_name='array'
#if_not_defined __NCL_LIB_ARRAY
#define __NCL_LIB_ARRAY
Expand Down
26 changes: 0 additions & 26 deletions debug.axi
Original file line number Diff line number Diff line change
@@ -1,29 +1,3 @@
/* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* 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.
*
* The Original Code is a collection of system messaging functions to assist
* with run-time debugging and console output.
*
* The Initial Developer of the Original Code is Queensland Department of
* Justice and Attorney-General.
* Portions created by the Initial Developer are Copyright (C) 2010 the
* Initial Developer. All Rights Reserved.
*
* Contributor(s):
* Kim Burgess <[email protected]>
*
*
* $Id$
* tab-width: 4 columns: 80
*/

program_name='debug'
#if_not_defined __NCL_LIB_DEBUG
#define __NCL_LIB_DEBUG
Expand Down
25 changes: 0 additions & 25 deletions io.axi
Original file line number Diff line number Diff line change
@@ -1,28 +1,3 @@
/* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* 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.
*
* The Original Code is an input/output (IO) library designed to expand on the
* base functionality provided in the NetLinx language.
*
* The Initial Developer of the Original Code is Queensland Department of
* Justice and Attorney-General.
* Portions created by the Initial Developer are Copyright (C) 2010 the
* Initial Developer. All Rights Reserved.
*
* Contributor(s):
* Kim Burgess <[email protected]>
*
* $Id: io.axi 23 2010-05-12 16:29:43Z kim.john.burgess $
* tab-width: 4 columns: 80
*/

program_name='io'
#if_not_defined __NCL_LIB_IO
#define __NCL_LIB_IO
Expand Down
25 changes: 0 additions & 25 deletions math.axi
Original file line number Diff line number Diff line change
@@ -1,28 +1,3 @@
/* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* 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.
*
* The Original Code is a math library to expand on the base math
* functionality provided by the NetLinx language.
*
* The Initial Developer of the Original Code is Queensland Department of
* Justice and Attorney-General.
* Portions created by the Initial Developer are Copyright (C) 2010 the
* Initial Developer. All Rights Reserved.
*
* Contributor(s):
* Kim Burgess <[email protected]>
*
* $Id$
* tab-width: 4 columns: 80
*/

program_name='math'
#if_not_defined __NCL_LIB_MATH
#define __NCL_LIB_MATH
Expand Down
28 changes: 0 additions & 28 deletions string.axi
Original file line number Diff line number Diff line change
@@ -1,31 +1,3 @@
/**
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* 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.
*
* The Original Code provides a collection of useful functions to assist in
* string manipulation and parsing within the NetLinx language.
*
* The Initial Developer of the Original Code is Queensland Department of
* Justice and Attorney-General.
* Portions created by the Initial Developer are Copyright (C) 2010 the
* Initial Developer. All Rights Reserved.
*
* Contributor(s):
* Kim Burgess <[email protected]>
* true <amx at trueserve dot org>
*
*
* $Id$
* tab-width: 4 columns: 80
*/

program_name='string'
#if_not_defined __NCL_LIB_STRING
#define __NCL_LIB_STRING
Expand Down
25 changes: 0 additions & 25 deletions test/test_math.axi
Original file line number Diff line number Diff line change
@@ -1,28 +1,3 @@
/* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* 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.
*
* The Original Code is a test suite for the NetLinx common libraries math
* library.
*
* The Initial Developer of the Original Code is Queensland Department of
* Justice and Attorney-General.
* Portions created by the Initial Developer are Copyright (C) 2010 the
* Initial Developer. All Rights Reserved.
*
* Contributor(s):
* Kim Burgess <[email protected]>
*
* $Id: $
* tab-width: 4 columns: 80
*/

program_name='test_math'
#if_not_defined __NCL_LIB_TEST_MATH
#define __NCL_LIB_TEST_MATH
Expand Down
25 changes: 0 additions & 25 deletions test_utils.axi
Original file line number Diff line number Diff line change
@@ -1,28 +1,3 @@
/* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* 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.
*
* The Original Code is a collection of test and code benchmarking utilities.
*
* The Initial Developer of the Original Code is Queensland Department of
* Justice and Attorney-General.
* Portions created by the Initial Developer are Copyright (C) 2010 the
* Initial Developer. All Rights Reserved.
*
* Contributor(s):
* Kim Burgess <[email protected]>
*
*
* $Id: $
* tab-width: 4 columns: 80
*/

program_name='test_utils'
#if_not_defined __NCL_LIB_TEST_UTILS
#define __NCL_LIB_TEST_UTILS
Expand Down
18 changes: 0 additions & 18 deletions unixtime.axi
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,6 @@
* Copyright (c) 2010, true
* amx at trueserve dot org
*
* The contents of this file are subject to the Mozilla Public License
* Version 1.1 (the "License"); you may not use this file except in
* compliance with the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* 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.
*
* Contributor(s):
* true <amx at trueserve dot org>
*
*
* This implementation relies on newer firmwares with clkmgr set up
* properly. Check your timezone settings for correct operation.
*
Expand All @@ -32,10 +18,6 @@
* Fixed with stack_vars.
* * Negative values aren't supported in this version. Don't try it.
* Epoch-2038 only...
*
*
* $Id$
* tab-width: 4, columns: 120
*/

program_name='unixtime'
Expand Down

0 comments on commit c98e3a1

Please sign in to comment.