Skip to content

Commit

Permalink
Merge pull request #1 from uts-cic/staging-release
Browse files Browse the repository at this point in the history
add licence
  • Loading branch information
radhikavm authored Apr 22, 2018
2 parents 9c27685 + f18f400 commit c71387e
Show file tree
Hide file tree
Showing 29 changed files with 442 additions and 6 deletions.
17 changes: 17 additions & 0 deletions app/Activity.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
<?php
/**
* Copyright (c) 2018 original UTS CIC. Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under the License
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
* either express or implied. See the License for the specific language governing permissions and
* limitations under the License.
*
* Contributors:
* UTS Connected Intelligence Centre
*/



namespace App;

Expand Down
15 changes: 15 additions & 0 deletions app/Assignment.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
<?php
/**
* Copyright (c) 2018 original UTS CIC. Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under the License
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
* either express or implied. See the License for the specific language governing permissions and
* limitations under the License.
*
* Contributors:
* UTS Connected Intelligence Centre
*/

namespace App;

Expand Down
16 changes: 16 additions & 0 deletions app/Crm.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
<?php

/**
* Copyright (c) 2018 original UTS CIC. Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under the License
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
* either express or implied. See the License for the specific language governing permissions and
* limitations under the License.
*
* Contributors:
* UTS Connected Intelligence Centre
*/

namespace App;

use Illuminate\Database\Eloquent\Model;
Expand Down
15 changes: 15 additions & 0 deletions app/Document.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
<?php
/**
* Copyright (c) 2018 original UTS CIC. Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under the License
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
* either express or implied. See the License for the specific language governing permissions and
* limitations under the License.
*
* Contributors:
* UTS Connected Intelligence Centre
*/

namespace App;

Expand Down
15 changes: 15 additions & 0 deletions app/Draft.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
<?php
/**
* Copyright (c) 2018 original UTS CIC. Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under the License
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
* either express or implied. See the License for the specific language governing permissions and
* limitations under the License.
*
* Contributors:
* UTS Connected Intelligence Centre
*/

namespace App;

Expand Down
16 changes: 15 additions & 1 deletion app/Events/DashboardEvent.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
<?php

/**
* Copyright (c) 2018 original UTS CIC. Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under the License
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
* either express or implied. See the License for the specific language governing permissions and
* limitations under the License.
*
* Contributors:
* UTS Connected Intelligence Centre
*/
namespace App\Events;

use Illuminate\Broadcasting\Channel;
Expand Down
16 changes: 15 additions & 1 deletion app/Events/Event.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
<?php

/**
* Copyright (c) 2018 original UTS CIC. Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under the License
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
* either express or implied. See the License for the specific language governing permissions and
* limitations under the License.
*
* Contributors:
* UTS Connected Intelligence Centre
*/
namespace App\Events;

use Illuminate\Broadcasting\Channel;
Expand Down
16 changes: 15 additions & 1 deletion app/Events/OperationLog.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
<?php

/**
* Copyright (c) 2018 original UTS CIC. Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under the License
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
* either express or implied. See the License for the specific language governing permissions and
* limitations under the License.
*
* Contributors:
* UTS Connected Intelligence Centre
*/
namespace App\Events;

use Illuminate\Broadcasting\Channel;
Expand Down
16 changes: 15 additions & 1 deletion app/Events/UserActivity.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
<?php

/**
* Copyright (c) 2018 original UTS CIC. Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under the License
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
* either express or implied. See the License for the specific language governing permissions and
* limitations under the License.
*
* Contributors:
* UTS Connected Intelligence Centre
*/
namespace App\Events;

use Illuminate\Broadcasting\Channel;
Expand Down
16 changes: 15 additions & 1 deletion app/Events/UserLog.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
<?php

/**
* Copyright (c) 2018 original UTS CIC. Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under the License
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
* either express or implied. See the License for the specific language governing permissions and
* limitations under the License.
*
* Contributors:
* UTS Connected Intelligence Centre
*/
namespace App\Events;

use Illuminate\Broadcasting\Channel;
Expand Down
15 changes: 15 additions & 0 deletions app/Events/UserRegistered.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
<?php
/**
* Copyright (c) 2018 original UTS CIC. Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under the License
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
* either express or implied. See the License for the specific language governing permissions and
* limitations under the License.
*
* Contributors:
* UTS Connected Intelligence Centre
*/

namespace App\Events;

Expand Down
16 changes: 15 additions & 1 deletion app/Example.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
<?php

/**
* Copyright (c) 2018 original UTS CIC. Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under the License
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
* either express or implied. See the License for the specific language governing permissions and
* limitations under the License.
*
* Contributors:
* UTS Connected Intelligence Centre
*/
namespace App;

use Illuminate\Database\Eloquent\Model;
Expand Down
15 changes: 15 additions & 0 deletions app/Feature.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
<?php
/**
* Copyright (c) 2018 original UTS CIC. Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under the License
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
* either express or implied. See the License for the specific language governing permissions and
* limitations under the License.
*
* Contributors:
* UTS Connected Intelligence Centre
*/

namespace App;

Expand Down
17 changes: 17 additions & 0 deletions app/Http/Controllers/AdminController.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
<?php
/**
* Copyright (c) 2018 original UTS CIC. Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under the License
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
* either express or implied. See the License for the specific language governing permissions and
* limitations under the License.
*
* Contributors:
* UTS Connected Intelligence Centre
*/



namespace App\Http\Controllers;

Expand Down
15 changes: 15 additions & 0 deletions app/Http/Controllers/AnalyseController.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
<?php
/**
* Copyright (c) 2018 original UTS CIC. Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under the License
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
* either express or implied. See the License for the specific language governing permissions and
* limitations under the License.
*
* Contributors:
* UTS Connected Intelligence Centre
*/

namespace App\Http\Controllers;

Expand Down
15 changes: 15 additions & 0 deletions app/Http/Controllers/AssignmentController.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
<?php
/**
* Copyright (c) 2018 original UTS CIC. Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under the License
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
* either express or implied. See the License for the specific language governing permissions and
* limitations under the License.
*
* Contributors:
* UTS Connected Intelligence Centre
*/

namespace App\Http\Controllers;

Expand Down
15 changes: 15 additions & 0 deletions app/Http/Controllers/DocumentController.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
<?php
/**
* Copyright (c) 2018 original UTS CIC. Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under the License
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
* either express or implied. See the License for the specific language governing permissions and
* limitations under the License.
*
* Contributors:
* UTS Connected Intelligence Centre
*/

namespace App\Http\Controllers;

Expand Down
15 changes: 15 additions & 0 deletions app/Http/Controllers/ExampleController.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
<?php
/**
* Copyright (c) 2018 original UTS CIC. Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under the License
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
* either express or implied. See the License for the specific language governing permissions and
* limitations under the License.
*
* Contributors:
* UTS Connected Intelligence Centre
*/

namespace App\Http\Controllers;

Expand Down
15 changes: 15 additions & 0 deletions app/Http/Controllers/HomeController.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
<?php
/**
* Copyright (c) 2018 original UTS CIC. Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under the License
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
* either express or implied. See the License for the specific language governing permissions and
* limitations under the License.
*
* Contributors:
* UTS Connected Intelligence Centre
*/

namespace App\Http\Controllers;

Expand Down
Loading

0 comments on commit c71387e

Please sign in to comment.