Skip to content

Commit

Permalink
Merge pull request #9 from loupeteam/feature/oss-release
Browse files Browse the repository at this point in the history
Feature/oss release
  • Loading branch information
agrayzel authored Apr 23, 2024
2 parents 075105b + b18fb65 commit f873dd8
Show file tree
Hide file tree
Showing 9 changed files with 78 additions and 11 deletions.
9 changes: 9 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
The MIT License

Copyright 2024 Loupe

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# dev-template
A template folder structure for developing libraries
# Info
This tool is provided by Loupe.
https://loupe.team
info@loupe.team
1-800-240-7042

To use this template:
# Description

- Create a new folder
- lpm install development-template
This library is under active development and is released AS IS, with no warranty of any kind, express or implied.

The local package is for the template and does not need to be retained when deployed
# Installation

This repo is published using github actions when there are new commits on main
This library is currently only available as source.

This repo can be manually published using:
```
lpm publish
```
# Licensing
This project is licensed under the [MIT License](LICENSE).
8 changes: 8 additions & 0 deletions src/HMI/tmplits-login/module.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* File: module.js
* Copyright (c) 2024 Loupe
* https://loupe.team
*
* This file is part of LUX-UserLoginSystem, licensed under the MIT License.
*
*/
//
// TODO: Add descriptive comments here
//
Expand Down
9 changes: 9 additions & 0 deletions src/#LvlServer/Cyclic.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
* File: Cyclic.c
* Copyright (c) 2024 Loupe
* https://loupe.team
*
* This file is part of LUX-UserLoginSystem, licensed under the MIT License.
*
*/

#include <bur/plctypes.h>
#ifdef _DEFAULT_INCLUDES
#include <AsDefault.h>
Expand Down
9 changes: 9 additions & 0 deletions src/#LvlServer/Init.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
* File: Init.c
* Copyright (c) 2024 Loupe
* https://loupe.team
*
* This file is part of LUX-UserLoginSystem, licensed under the MIT License.
*
*/

#include <bur/plctypes.h>
#ifdef _DEFAULT_INCLUDES
#include <AsDefault.h>
Expand Down
8 changes: 8 additions & 0 deletions src/#LvlServer/Types.typ
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
(*
* File: Types.typ
* Copyright (c) 2024 Loupe
* https://loupe.team
*
* This file is part of LUX-UserLoginSystem, licensed under the MIT License.
*
*)
TYPE
Task_typ : STRUCT
status : Task_Status_typ;
Expand Down
8 changes: 8 additions & 0 deletions src/#LvlServer/Variables.var
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
(*
* File: Variables.var
* Copyright (c) 2024 Loupe
* https://loupe.team
*
* This file is part of LUX-UserLoginSystem, licensed under the MIT License.
*
*)
VAR
task : Task_typ;
END_VAR
Expand Down
8 changes: 8 additions & 0 deletions src/#LvlServer/queryCallback.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* File: queryCallback.c
* Copyright (c) 2024 Loupe
* https://loupe.team
*
* This file is part of LUX-UserLoginSystem, licensed under the MIT License.
*
*/
#include <bur/plctypes.h>
#ifdef _DEFAULT_INCLUDES
#include <AsDefault.h>
Expand Down
8 changes: 8 additions & 0 deletions src/#LvlServer/queryToJson.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* File: queryToJson.c
* Copyright (c) 2024 Loupe
* https://loupe.team
*
* This file is part of LUX-UserLoginSystem, licensed under the MIT License.
*
*/
#include <bur/plctypes.h>
#include <string.h>
#ifdef _DEFAULT_INCLUDES
Expand Down

0 comments on commit f873dd8

Please # to comment.