Skip to content

Commit

Permalink
Add licensing information
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
  • Loading branch information
otavio committed Jan 10, 2019
1 parent 5d6cb2a commit 04d987c
Show file tree
Hide file tree
Showing 12 changed files with 72 additions and 0 deletions.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2018-2019 O.S. Systems Software LTDA

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.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,14 @@ Flags:
--port int Port (default 8080)
--username string Admin username (default "admin")
```

## License

Licensed under MIT, ([LICENSE](LICENSE) or https://opensource.org/licenses/MIT).

### Contribution

Unless you explicitly state otherwise, any contribution intentionally
submitted for inclusion in the work by you, as defined in the MIT
license, shall be licensed as above, without any additional terms or
conditions.
4 changes: 4 additions & 0 deletions api/agentapi/agentapi.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (C) 2018 O.S. Systems Sofware LTDA
//
// SPDX-License-Identifier: MIT

package agentapi

import (
Expand Down
4 changes: 4 additions & 0 deletions api/webapi/devices.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (C) 2018 O.S. Systems Sofware LTDA
//
// SPDX-License-Identifier: MIT

package webapi

import (
Expand Down
4 changes: 4 additions & 0 deletions api/webapi/packages.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (C) 2018 O.S. Systems Sofware LTDA
//
// SPDX-License-Identifier: MIT

package webapi

import (
Expand Down
4 changes: 4 additions & 0 deletions api/webapi/rollouts.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (C) 2018 O.S. Systems Sofware LTDA
//
// SPDX-License-Identifier: MIT

package webapi

import (
Expand Down
4 changes: 4 additions & 0 deletions coap.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (C) 2018 O.S. Systems Sofware LTDA
//
// SPDX-License-Identifier: MIT

package main

import (
Expand Down
4 changes: 4 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (C) 2018 O.S. Systems Sofware LTDA
//
// SPDX-License-Identifier: MIT

package main

import (
Expand Down
4 changes: 4 additions & 0 deletions models/device.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (C) 2018 O.S. Systems Sofware LTDA
//
// SPDX-License-Identifier: MIT

package models

import (
Expand Down
4 changes: 4 additions & 0 deletions models/package.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (C) 2018 O.S. Systems Sofware LTDA
//
// SPDX-License-Identifier: MIT

package models

type Package struct {
Expand Down
4 changes: 4 additions & 0 deletions models/report.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (C) 2018 O.S. Systems Sofware LTDA
//
// SPDX-License-Identifier: MIT

package models

import (
Expand Down
4 changes: 4 additions & 0 deletions models/rollout.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (C) 2018 O.S. Systems Sofware LTDA
//
// SPDX-License-Identifier: MIT

package models

import (
Expand Down

0 comments on commit 04d987c

Please sign in to comment.