Moved from Gradle to bld

This commit is contained in:
Erik C. Thauvin 2023-11-08 12:10:45 -08:00
parent 22c5d30ace
commit e99fad47c7
89 changed files with 1087 additions and 907 deletions

View file

@ -1,20 +1,18 @@
/*
* ReadingTime.kt
*
* Copyright (c) 2020-2022, Erik C. Thauvin (erik@thauvin.net)
* Copyright (c) 2020-2023, Erik C. Thauvin (erik@thauvin.net)
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* Redistributions of source code must retain the above copyright notice, this
* Redistributions of source code must retain the above copyright notice, this
* list of conditions and the following disclaimer.
*
* Redistributions in binary form must reproduce the above copyright notice,
* Redistributions in binary form must reproduce the above copyright notice,
* this list of conditions and the following disclaimer in the documentation
* and/or other materials provided with the distribution.
*
* Neither the name of this project nor the names of its contributors may be
* Neither the name of this project nor the names of its contributors may be
* used to endorse or promote products derived from this software without
* specific prior written permission.
*
@ -124,7 +122,7 @@ class ReadingTime @JvmOverloads constructor(
}
/**
* Calculates and returns the reading time. (eg. 1 min read)
* Calculates and returns the reading time. (e.g. 1 min read)
*
* `(reading time in sec / 60) + postfix`
*/

View file

@ -1,5 +1,5 @@
<%--
Copyright (c) 2020-2022, Erik C. Thauvin (erik@thauvin.net)
Copyright (c) 2020-2023, Erik C. Thauvin (erik@thauvin.net)
All rights reserved.
See: https://erik.thauvin.net/licenses/bsd.shtml