Skip to content

Commit

Permalink
Added copyright to files where it was missing.
Browse files Browse the repository at this point in the history
git-svn-id: http://voip.null.ro/svn/ansql/trunk@79 dbfed7de-b0aa-0410-b6a1-c7e608b77fc9
  • Loading branch information
monica committed Feb 6, 2014
1 parent cb257bd commit f79e5d7
Show file tree
Hide file tree
Showing 7 changed files with 98 additions and 3 deletions.
3 changes: 3 additions & 0 deletions COPYING
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This software is distributed under a license that is provided separatly in the
licensing contract. If you received this source code without a contract with
Null Team Impex SRL, please destroy it immediately.
18 changes: 17 additions & 1 deletion ansql_tests/runTest_JsObjFile.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
<?php
/**
* Copyright (C) 2014 Null Team
*
* This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing
* information for this specific distribution.
*
* This use of this software may be subject to additional restrictions.
* See the LEGAL file in the main directory for details.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*/


#include ANSQL project
if (is_dir("../../ansql"))
$ansql_path = "../../";
Expand All @@ -13,4 +29,4 @@

JsObjFile::runUnitTests();

?>
?>
16 changes: 15 additions & 1 deletion base_classes.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
<?php
/**
* Copyright (C) 2014 Null Team
*
* This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing
* information for this specific distribution.
*
* This use of this software may be subject to additional restrictions.
* See the LEGAL file in the main directory for details.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*/

class Response extends GenericStatus
{
Expand Down Expand Up @@ -91,4 +105,4 @@ public function getErrorCode()
}
}

?>
?>
15 changes: 15 additions & 0 deletions javascript.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/**
* Copyright (C) 2008-2009 Null Team
*
* This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing
* information for this specific distribution.
*
* This use of this software may be subject to additional restrictions.
* See the LEGAL file in the main directory for details.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*/

function toggle_column(element)
{
form = document.forms["current_form"];
Expand Down
18 changes: 17 additions & 1 deletion lib_files.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
<?php

/**
* Copyright (C) 2014 Null Team
*
* This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing
* information for this specific distribution.
*
* This use of this software may be subject to additional restrictions.
* See the LEGAL file in the main directory for details.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*/

require_once("ansql/base_classes.php");
require_once("ansql/debug.php");

Expand Down Expand Up @@ -386,4 +402,4 @@ public function getObject()
}
}

?>
?>
16 changes: 16 additions & 0 deletions lib_json_requests.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
<?php

/**
* Copyright (C) 2012-2013 Null Team
*
* This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing
* information for this specific distribution.
*
* This use of this software may be subject to additional restrictions.
* See the LEGAL file in the main directory for details.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*/

$content_sent = false;

function send_content()
Expand Down
15 changes: 15 additions & 0 deletions use_json_requests.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
<?php

/**
* Copyright (C) 2012-2013 Null Team
*
* This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing
* information for this specific distribution.
*
* This use of this software may be subject to additional restrictions.
* See the LEGAL file in the main directory for details.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*/

function make_request($out, $request=null, $response_is_array=true, $recursive=true)
{
global $send_request_function;
Expand Down

0 comments on commit f79e5d7

Please sign in to comment.