From b8656ef491b2ae585e134566a343f8d8567e2c33 Mon Sep 17 00:00:00 2001 From: AVVS Date: Tue, 4 Jan 2022 15:52:27 -0800 Subject: [PATCH] chore: remove travis, update LICENSE --- .travis.yml | 18 ------------------ LICENSE | 2 +- 2 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index fd7194a..0000000 --- a/.travis.yml +++ /dev/null @@ -1,18 +0,0 @@ -env: - DOCKER_COMPOSE_VERSION: 1.8.1 - -sudo: required - -language: node_js - -services: - - docker - -before_install: - - sudo rm /usr/local/bin/docker-compose - - curl -L https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` > docker-compose - - chmod +x docker-compose - - sudo mv docker-compose /usr/local/bin - -node_js: - - "16" diff --git a/LICENSE b/LICENSE index 87e9aaf..1d9ccc3 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016 Makeomatic +Copyright (c) 2016-2022 Makeomatic Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal