From 538f65f44374a8f766121a985b58eab5f3e28816 Mon Sep 17 00:00:00 2001 From: waltje Date: Sun, 10 Mar 2019 01:20:30 -0500 Subject: [PATCH] Updated some Travis files. Silly typo! --- .travis-build.sh | 4 ++-- .travis-deploy.sh | 4 ++-- .travis.yml | 8 ++++---- README.md | 10 ++++++---- 4 files changed, 14 insertions(+), 12 deletions(-) diff --git a/.travis-build.sh b/.travis-build.sh index b4acac1..2c3029f 100644 --- a/.travis-build.sh +++ b/.travis-build.sh @@ -9,11 +9,11 @@ # # Build script for the Travis CI remote builder service. # -# Version: @(#).travis-build.sh 1.0.4 2018/04/26 +# Version: @(#).travis-build.sh 1.0.5 2019/03/10 # # Author: Fred N. van Kempen, # -# Copyright 2018 Fred N. van Kempen. +# Copyright 2018,2019 Fred N. van Kempen. # # Redistribution and use in source and binary forms, with # or without modification, are permitted provided that the diff --git a/.travis-deploy.sh b/.travis-deploy.sh index 8d23a69..a1af546 100644 --- a/.travis-deploy.sh +++ b/.travis-deploy.sh @@ -9,11 +9,11 @@ # # Deployment script for the Travis CI remote builder service. # -# Version: @(#).travis-deploy.sh 1.0.2 2018/04/17 +# Version: @(#).travis-deploy.sh 1.0.3 2019/03/10 # # Author: Fred N. van Kempen, # -# Copyright 2018 Fred N. van Kempen. +# Copyright 2018,2019 Fred N. van Kempen. # # Redistribution and use in source and binary forms, with # or without modification, are permitted provided that the diff --git a/.travis.yml b/.travis.yml index 38b22b7..fd09d0d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,13 +8,13 @@ # # Project file for the Travis CI remote builder service. # -# Version: @(#).travis.yml 1.0.12 2018/05/14 +# Version: @(#).travis.yml 1.0.13 2019/03/10 # # Authors: Natalia Portillo, # Fred N. van Kempen, # +# Copyright 2018,2019 Fred N. van Kempen. # Copyright 2018 Natalia Portillo. -# Copyright 2018 Fred N. van Kempen. # # Redistribution and use in source and binary forms, with # or without modification, are permitted provided that the @@ -57,8 +57,8 @@ env: matrix: - PROG=VARCem CROSS=y DEBUG=n - - PROG=VACRCem-debug CROSS=y DEBUG=y - - PROG=VACRCem-dev CROSS=y DEBUG=y DEV_BUILD=y + - PROG=VARCem-debug CROSS=y DEBUG=y + - PROG=VARCem-dev CROSS=y DEBUG=y DEV_BUILD=y before_install: # Kill off the (most likely running) APT daily update. diff --git a/README.md b/README.md index d5f3c7b..cc4b25a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ Welcome to **VARCem**, the Virtual Archaeological Computer EMulator. VARCem is a software application which emulates a selection of of (mostly) -x86-based PC systems and devices based on the ISA, EISA, VLB, MCA and PCI -system buses. +x86-based PC systems and devices based on the ISA, VLB, MCA and PCI buses. The program tries to be cycle-exact, meaning the guest software (the software being run inside the emulated system) will run as fast (or, depending on how @@ -26,11 +25,14 @@ which is compatible with the GPL (GNU Public License) version 2 or later that is used by many of the modules imported from other emulator projects. Author credits and specific copyrights can be found in each of the source files. +Obviously, where license terms of individual modules deviate from the general +project license terms, the terms of such an individual module prevail. + Community and Support --------------------- Information, downloads, additional modules and such can be found on our -[Website](http://www.varcem.com/). Live support and general help can +[Website](http://www.VARCem.com/). Live support and general help can also be found on our [IRC channel](https://kiwiirc.com/client/irc.freenode.net/?nick=VARCem_Guest|?#VARCem) @@ -53,4 +55,4 @@ BUILD STATUS ------------ The auto-builds handled by Travis-CI are [![Build Status](https://travis-ci.org/VARCem/VARCem.svg?branch=master)](https://travis-ci.org/VARCem/VARCem) -Last Updated: 10/06/2018 +Last Updated: 2019/03/10