-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
32 changed files
with
474 additions
and
673 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
|
||
1.0.0 () | ||
|
||
0.9.0beta () | ||
+ Converted to MIT license. | ||
|
||
------ current release --------------------------- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
taskwarrior - a command line task list manager. | ||
|
||
Copyright 2006-2011, Göteborg Bit Factory. | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included | ||
in all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS | ||
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL | ||
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. | ||
|
||
http://www.opensource.org/licenses/mit-license.php |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
.TH vitapi-faq 5 2010-04-10 "vitapi 0.8.0alpha" "Library Function Manuals" | ||
.TH vitapi-faq 5 2010-04-10 "vitapi 1.0.0" "Library Function Manuals" | ||
|
||
.SH NAME | ||
task-faq \- A FAQ for the task(1) command line todo manager. | ||
vitapi-faq \- A FAQ for the vitapi library. | ||
|
||
.SH DESCRIPTION | ||
|
@@ -34,13 +33,13 @@ support for your terminal. Be sure to include the $TERM value, and if possible, | |
the output from running util/termdef. | ||
|
||
.SH "CREDITS & COPYRIGHTS" | ||
task was written by P. Beckingham <[email protected]> and | ||
Vitapi was written by P. Beckingham <[email protected]> and | ||
F. Hernandez <[email protected]>. | ||
.br | ||
Copyright (C) 2010 P. Beckingham, F. Hernandez | ||
Copyright (C) 2010-2011 Göteborg Bit Factory. | ||
|
||
task is distributed under the GNU General Public License. See | ||
http://www.gnu.org/licenses/gpl-2.0.txt for more information. | ||
Vitapi is distributed under the MIT license. See | ||
http://www.opensource.org/licenses/mit-license.php for more information. | ||
|
||
.SH SEE ALSO | ||
.BR vitapi(3), | ||
|
@@ -61,5 +60,5 @@ You can contact the project by writing an email to | |
|
||
.SH REPORTING BUGS | ||
.TP | ||
Bugs in task may be reported to the issue-tracker at | ||
Bugs in vitapi may be reported to the issue-tracker at | ||
<http://taskwarrior.org> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.TH vitapi 3 2010-04-07 "vitapi 0.8.0alpha" "Library Functions Manual" | ||
.TH vitapi 3 2010-04-07 "vitapi 1.0.0" "Library Functions Manual" | ||
|
||
.SH NAME | ||
vitapi \- A library providing support for terminals, input and visuals. | ||
|
@@ -383,10 +383,10 @@ colors, but there is underline available. | |
Vitapi was written by P. Beckingham <[email protected]>, | ||
F. Hernandez <[email protected]>. | ||
.br | ||
Copyright (C) 2010, P. Beckingham, F. Hernandez | ||
Copyright (C) 2010-2011, Göteborg Bit Factory. | ||
|
||
Vitapi is distributed under the GNU General Public License. See | ||
http://www.gnu.org/licenses/gpl-2.0.txt for more information. | ||
Vitapi is distributed under the MIT license. See | ||
http://www.opensource.org/licenses/mit-license.php for more information. | ||
|
||
.SH SEE ALSO | ||
.BR vitapi-faq(5), | ||
|
@@ -407,6 +407,6 @@ You can contact the project by writing an email to | |
|
||
.SH REPORTING BUGS | ||
.TP | ||
Bugs in task may be reported to the issue-tracker at | ||
Bugs in vitapi may be reported to the issue-tracker at | ||
<http://taskwarrior.org> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.