diff options
author | V.Krishn <vkrishn4@gmail.com> | 2020-01-27 22:43:38 +0530 |
---|---|---|
committer | V.Krishn <vkrishn4@gmail.com> | 2020-01-27 22:43:38 +0530 |
commit | 0548afc96dbfbf4b4aff01eae82d2acd29932c8c (patch) | |
tree | f6df4c27f004f3664fb54286d902b7ae1a5029a5 | |
parent | 8a1a16a63a87d79436e2e89f3294c6ba10200925 (diff) | |
download | nbreader-0548afc96dbfbf4b4aff01eae82d2acd29932c8c.tar.bz2 |
remove dbname, update dates
-rw-r--r-- | config/dbname | 1 | ||||
-rw-r--r-- | public/lib/newsbeuter/js/nbreader.bootstrap.js | 4 | ||||
-rw-r--r-- | public/lib/newsbeuter/js/newsbeuter.api.js | 4 | ||||
-rw-r--r-- | run.sh | 2 | ||||
-rw-r--r-- | scripts/commit.sh | 2 | ||||
-rw-r--r-- | scripts/config.sh | 2 | ||||
-rw-r--r-- | scripts/convert.sh | 2 | ||||
-rw-r--r-- | scripts/env.sh | 2 | ||||
-rw-r--r-- | scripts/feedicon.sh | 2 | ||||
-rw-r--r-- | scripts/fetch.sh | 2 | ||||
-rw-r--r-- | scripts/functions.sh | 2 | ||||
-rw-r--r-- | scripts/search.sh | 2 | ||||
-rw-r--r-- | scripts/update.cron.sh | 2 | ||||
-rw-r--r-- | scripts/update.sh | 2 |
14 files changed, 15 insertions, 16 deletions
diff --git a/config/dbname b/config/dbname deleted file mode 100644 index d64a3d9..0000000 --- a/config/dbname +++ /dev/null @@ -1 +0,0 @@ -sample diff --git a/public/lib/newsbeuter/js/nbreader.bootstrap.js b/public/lib/newsbeuter/js/nbreader.bootstrap.js index 92ded2d..d0d81f3 100644 --- a/public/lib/newsbeuter/js/nbreader.bootstrap.js +++ b/public/lib/newsbeuter/js/nbreader.bootstrap.js @@ -1,7 +1,7 @@ /*<![CDATA[*/ /** - * Copyright (c) 2015-2016 V.Krishn (vkrishn@insteps.net) + * Copyright (c) 2015-2020 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-2016 V.Krishn (insteps.net)'; + this.copyright = 'Copyright (c) 2015-2020 V.Krishn (insteps.net)'; this.about = function() { alert( "\nVersion: "+this.version+ diff --git a/public/lib/newsbeuter/js/newsbeuter.api.js b/public/lib/newsbeuter/js/newsbeuter.api.js index a2f061b..822f4b0 100644 --- a/public/lib/newsbeuter/js/newsbeuter.api.js +++ b/public/lib/newsbeuter/js/newsbeuter.api.js @@ -1,7 +1,7 @@ /*<![CDATA[*/ /** - * Copyright (c) 2015-2016 V.Krishn (vkrishn@insteps.net) + * Copyright (c) 2015-2020 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-2016 V.Krishn (insteps.net)'; + this.copyright = 'Copyright (c) 2015-2020 V.Krishn (insteps.net)'; this.about = function () { alert( "\nVersion: "+this.version+ @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2015-2016 V.Krishn +# Copyright (c) 2015-2020 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/commit.sh b/scripts/commit.sh index 3ddedb4..65c5b76 100644 --- a/scripts/commit.sh +++ b/scripts/commit.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2015-2016 V.Krishn +# Copyright (c) 2015-2020 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/config.sh b/scripts/config.sh index 99a4483..d0b25ab 100644 --- a/scripts/config.sh +++ b/scripts/config.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2015-2016 V.Krishn +# Copyright (c) 2015-2020 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 7f06e99..8cc6006 100644 --- a/scripts/convert.sh +++ b/scripts/convert.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2015-2016 V.Krishn +# Copyright (c) 2015-2020 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/env.sh b/scripts/env.sh index 5d62441..92b91c3 100644 --- a/scripts/env.sh +++ b/scripts/env.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2015-2016 V.Krishn +# Copyright (c) 2015-2020 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/feedicon.sh b/scripts/feedicon.sh index c136aae..2c367a1 100644 --- a/scripts/feedicon.sh +++ b/scripts/feedicon.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2015-2016 V.Krishn +# Copyright (c) 2015-2020 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/fetch.sh b/scripts/fetch.sh index 4345a02..b8edd6b 100644 --- a/scripts/fetch.sh +++ b/scripts/fetch.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2015-2016 V.Krishn +# Copyright (c) 2015-2020 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 c91325d..0745f9a 100644 --- a/scripts/functions.sh +++ b/scripts/functions.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2015-2016 V.Krishn +# Copyright (c) 2015-2020 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/search.sh b/scripts/search.sh index 6120239..76151b0 100644 --- a/scripts/search.sh +++ b/scripts/search.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2015-2016 V.Krishn +# Copyright (c) 2015-2020 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.cron.sh b/scripts/update.cron.sh index b8ea434..4e73f07 100644 --- a/scripts/update.cron.sh +++ b/scripts/update.cron.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2015-2016 V.Krishn +# Copyright (c) 2015-2020 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 d744786..1f94b0b 100644 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2015-2016 V.Krishn +# Copyright (c) 2015-2020 V.Krishn # # This program is free software; you can redistribute it and/or # modify it under the terms of the Simplified BSD License (also |