Got rid of the "Copyright" --- it's not copyright, it's copyleft :)

This commit is contained in:
Joe
2019-05-14 13:36:13 -05:00
parent d06d0a32bf
commit 890cf2c3e6
3 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ const logger = winston.createLogger({
]
});
console.log(`DBExtractor Copyright (C) 2019 j.tretter@gmail.com
console.log(`DBExtractor - by j.tretter@gmail.com
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

View File

@@ -20,7 +20,7 @@ const logger = winston.createLogger({
const processingType = "diskusage";
console.log(`diskUsageMonitor Copyright (C) 2019 j.tretter@gmail.com
console.log(`diskUsageMonitor - by j.tretter@gmail.com
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

View File

@@ -22,7 +22,7 @@ const logger = winston.createLogger({
const ruleEngine = new RuleEngine("*");
console.log(`logAggregator Service Copyright (C) 2019 j.tretter@gmail.com
console.log(`logAggregator Service - by j.tretter@gmail.com
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by