aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV.Krishn <vkrishn4@gmail.com>2021-12-12 03:57:28 +0530
committerV.Krishn <vkrishn4@gmail.com>2021-12-12 03:57:28 +0530
commit965aac5b529139931dd2952dab1ceca3a13d910a (patch)
tree78c314667b5c2a34dda1242aaa112c597de9ebee
parent171f838f6e1c3bd5046afdee622b1c82ae2ee659 (diff)
downloadnbreader-965aac5b529139931dd2952dab1ceca3a13d910a.tar.bz2
update copyright info
-rw-r--r--public/nbreader/default/js/nbreader.bootstrap.js4
-rw-r--r--public/nbreader/default/js/newsbeuter.api.js4
-rw-r--r--scripts/commit.sh2
-rw-r--r--scripts/convert.sh2
-rw-r--r--scripts/functions.sh8
-rw-r--r--scripts/update.cron.sh2
-rw-r--r--scripts/update.sh4
7 files changed, 13 insertions, 13 deletions
diff --git a/public/nbreader/default/js/nbreader.bootstrap.js b/public/nbreader/default/js/nbreader.bootstrap.js
index d0d81f3..a3e424e 100644
--- a/public/nbreader/default/js/nbreader.bootstrap.js
+++ b/public/nbreader/default/js/nbreader.bootstrap.js
@@ -1,7 +1,7 @@
/*<![CDATA[*/
/**
- * Copyright (c) 2015-2020 V.Krishn (vkrishn@insteps.net)
+ * Copyright (c) 2015-2021 V.Krishn (vkrishn@insteps.net)
*
* This file is part of "Newsbeuter Reader";
* See accompanying main package for license and more details.
@@ -15,7 +15,7 @@
var Config = NbReader.Config = function(conf) {
this.config = conf;
this.version = conf.version;
- this.copyright = 'Copyright (c) 2015-2020 V.Krishn (insteps.net)';
+ this.copyright = 'Copyright (c) 2015-2021 V.Krishn (insteps.net)';
this.about = function() {
alert(
"\nVersion: "+this.version+
diff --git a/public/nbreader/default/js/newsbeuter.api.js b/public/nbreader/default/js/newsbeuter.api.js
index 51b2ddd..6fa9e47 100644
--- a/public/nbreader/default/js/newsbeuter.api.js
+++ b/public/nbreader/default/js/newsbeuter.api.js
@@ -1,7 +1,7 @@
/*<![CDATA[*/
/**
- * Copyright (c) 2015-2020 V.Krishn (vkrishn@insteps.net)
+ * Copyright (c) 2015-2021 V.Krishn (vkrishn@insteps.net)
*
* This file is part of "Newsbeuter Reader";
* See accompanying main package for license and more details.
@@ -17,7 +17,7 @@
this.config = conf;
this.version = conf.version;
- this.copyright = 'Copyright (c) 2015-2020 V.Krishn (insteps.net)';
+ this.copyright = 'Copyright (c) 2015-2021 V.Krishn (insteps.net)';
this.about = function () {
alert(
"\nVersion: "+this.version+
diff --git a/scripts/commit.sh b/scripts/commit.sh
index 65c5b76..71599e4 100644
--- a/scripts/commit.sh
+++ b/scripts/commit.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# Copyright (c) 2015-2020 V.Krishn
+# Copyright (c) 2015-2021 V.Krishn
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the Simplified BSD License (also
diff --git a/scripts/convert.sh b/scripts/convert.sh
index 8cc6006..4695443 100644
--- a/scripts/convert.sh
+++ b/scripts/convert.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# Copyright (c) 2015-2020 V.Krishn
+# Copyright (c) 2015-2021 V.Krishn
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the Simplified BSD License (also
diff --git a/scripts/functions.sh b/scripts/functions.sh
index 0745f9a..0c4c90a 100644
--- a/scripts/functions.sh
+++ b/scripts/functions.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# Copyright (c) 2015-2020 V.Krishn
+# Copyright (c) 2015-2021 V.Krishn
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the Simplified BSD License (also
@@ -37,9 +37,9 @@ die() {
#
sanity_check()
{
- which wget > /dev/null 2>&1 || die "This script need wget in the PATH to function"
- which tar > /dev/null 2>&1 || die "This script need tar in the PATH to function"
- which bzip2 > /dev/null 2>&1 || die "This script need bzips in the PATH to function"
+ which wget > /dev/null 2>&1 || die "Application needs wget in the PATH to function"
+ which tar > /dev/null 2>&1 || die "Application needs tar in the PATH to function"
+ which bzip2 > /dev/null 2>&1 || die "Application needs bzips in the PATH to function"
}
diff --git a/scripts/update.cron.sh b/scripts/update.cron.sh
index 4e73f07..f8c5afa 100644
--- a/scripts/update.cron.sh
+++ b/scripts/update.cron.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# Copyright (c) 2015-2020 V.Krishn
+# Copyright (c) 2015-2021 V.Krishn
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the Simplified BSD License (also
diff --git a/scripts/update.sh b/scripts/update.sh
index 1f94b0b..49a9fb0 100644
--- a/scripts/update.sh
+++ b/scripts/update.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# Copyright (c) 2015-2020 V.Krishn
+# Copyright (c) 2015-2021 V.Krishn
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the Simplified BSD License (also
@@ -43,7 +43,7 @@ urldb="$CONFIGDIR/urls.db"
feedsurl=$(cat "$CONFIGDIR/feedsurl"| grep -m 1 '^.*')
#echo $feedsurl
echo ''
-echo -e "${cbBROWN}EPOCH -> $EPOCH${cNORMAL}";
+echo -e "${cBROWN}${cbLGRAY}EPOCH -> $EPOCH${cNORMAL}";
isEpoch=0
#eg. 1436186217