Update License formatting, change to AGPL-3.0-only #1

Merged
Philipp merged 2 commits from license into main 2022-08-29 00:51:26 +02:00
2 changed files with 15 additions and 0 deletions
Showing only changes of commit c2cabe73d3 - Show all commits

15
.drone.yml Normal file
View file

@ -0,0 +1,15 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: steamid.v
image: thevlang/vlang
commands:
- v steamid_test.v
- v -stats test steamid_test.v
trigger:
branch:
- main