mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Merge branch '2.4.0' of ssh://git.tasktools.org/tm/task into 2.4.0
Conflicts: doc/rc/dark-16.theme doc/rc/dark-256.theme doc/rc/dark-blue-256.theme doc/rc/dark-gray-256.theme doc/rc/dark-gray-blue-256.theme doc/rc/dark-green-256.theme doc/rc/dark-red-256.theme doc/rc/light-16.theme doc/rc/light-256.theme doc/rc/solarized-dark-256.theme doc/rc/solarized-light-256.theme
This commit is contained in:
commit
7bcec61c53
567 changed files with 580 additions and 578 deletions
2
COPYING
2
COPYING
|
@ -1,6 +1,6 @@
|
||||||
taskwarrior - a command line task list manager.
|
taskwarrior - a command line task list manager.
|
||||||
|
|
||||||
Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -232,6 +232,7 @@
|
||||||
- TW-1471 task calc uses output it doesn't understand (thanks to Jens Erat).
|
- TW-1471 task calc uses output it doesn't understand (thanks to Jens Erat).
|
||||||
- TW-1477 Incompatibility with recurring tasks created with 2.3.0 (thanks to
|
- TW-1477 Incompatibility with recurring tasks created with 2.3.0 (thanks to
|
||||||
David Costa).
|
David Costa).
|
||||||
|
- TW-1482 Priority values may be 'H', 'M' or 'L', not ''.
|
||||||
- Added new holidays.xy-XY.rc definition files
|
- Added new holidays.xy-XY.rc definition files
|
||||||
- Removed deprecated 'echo.command' setting, in favor of the 'header' and
|
- Removed deprecated 'echo.command' setting, in favor of the 'header' and
|
||||||
'affected' verbosity tokens.
|
'affected' verbosity tokens.
|
||||||
|
|
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
||||||
taskwarrior - a command line task list manager.
|
taskwarrior - a command line task list manager.
|
||||||
|
|
||||||
Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -313,7 +313,7 @@ Better yet, create your own, and share it. We will gladly host the theme file
|
||||||
on <http://taskwarrior.org>.
|
on <http://taskwarrior.org>.
|
||||||
|
|
||||||
.SH "CREDITS & COPYRIGHTS"
|
.SH "CREDITS & COPYRIGHTS"
|
||||||
Copyright (C) 2006 \- 2014 P. Beckingham, F. Hernandez.
|
Copyright (C) 2006 \- 2015 P. Beckingham, F. Hernandez.
|
||||||
|
|
||||||
Taskwarrior is distributed under the MIT license. See
|
Taskwarrior is distributed under the MIT license. See
|
||||||
http://www.opensource.org/licenses/mit-license.php for more information.
|
http://www.opensource.org/licenses/mit-license.php for more information.
|
||||||
|
|
|
@ -142,7 +142,7 @@ Weaknesses:
|
||||||
- You need to manage your own server, or gain access to a hosted server.
|
- You need to manage your own server, or gain access to a hosted server.
|
||||||
|
|
||||||
.SH "CREDITS & COPYRIGHTS"
|
.SH "CREDITS & COPYRIGHTS"
|
||||||
Copyright (C) 2006 \- 2014 P. Beckingham, F. Hernandez.
|
Copyright (C) 2006 \- 2015 P. Beckingham, F. Hernandez.
|
||||||
|
|
||||||
Taskwarrior is distributed under the MIT license. See
|
Taskwarrior is distributed under the MIT license. See
|
||||||
http://www.opensource.org/licenses/mit-license.php for more information.
|
http://www.opensource.org/licenses/mit-license.php for more information.
|
||||||
|
|
|
@ -145,8 +145,8 @@ Shows a graphical burndown chart, by month.
|
||||||
.B task calendar [due|<month> <year>|<year>] [y]
|
.B task calendar [due|<month> <year>|<year>] [y]
|
||||||
Shows a monthly calendar with due tasks marked. Shows one horizontal line of
|
Shows a monthly calendar with due tasks marked. Shows one horizontal line of
|
||||||
months. If the 'y' argument is provided, will show at least one complete year.
|
months. If the 'y' argument is provided, will show at least one complete year.
|
||||||
If a year is provided, such as '2014', then that full year is shown. If both
|
If a year is provided, such as '2015', then that full year is shown. If both
|
||||||
a month and a year are specified ('6 2014') then the months displayed begin at
|
a month and a year are specified ('6 2015') then the months displayed begin at
|
||||||
the specified month and year. If the 'due' argument is provided, will show
|
the specified month and year. If the 'due' argument is provided, will show
|
||||||
the starting month of the earliest due task.
|
the starting month of the earliest due task.
|
||||||
|
|
||||||
|
@ -1089,7 +1089,7 @@ The file that contains the completed ("done") tasks.
|
||||||
The file that contains information needed by the "undo" command.
|
The file that contains information needed by the "undo" command.
|
||||||
|
|
||||||
.SH "CREDITS & COPYRIGHTS"
|
.SH "CREDITS & COPYRIGHTS"
|
||||||
Copyright (C) 2006 \- 2014 P. Beckingham, F. Hernandez.
|
Copyright (C) 2006 \- 2015 P. Beckingham, F. Hernandez.
|
||||||
|
|
||||||
Taskwarrior is distributed under the MIT license. See
|
Taskwarrior is distributed under the MIT license. See
|
||||||
http://www.opensource.org/licenses/mit-license.php for more information.
|
http://www.opensource.org/licenses/mit-license.php for more information.
|
||||||
|
|
|
@ -526,7 +526,7 @@ D two-digit day, for example 01 or 30
|
||||||
.br
|
.br
|
||||||
M two-digit month, for example 01 or 12
|
M two-digit month, for example 01 or 12
|
||||||
.br
|
.br
|
||||||
Y four-digit year, for example 2009 or 2014
|
Y four-digit year, for example 2009 or 2015
|
||||||
.br
|
.br
|
||||||
a short name of weekday, for example Mon or Wed
|
a short name of weekday, for example Mon or Wed
|
||||||
.br
|
.br
|
||||||
|
@ -1401,7 +1401,7 @@ Default is "NORMAL". See GnuTLS documentation for full details.
|
||||||
.RE
|
.RE
|
||||||
|
|
||||||
.SH "CREDITS & COPYRIGHTS"
|
.SH "CREDITS & COPYRIGHTS"
|
||||||
Copyright (C) 2006 \- 2014 P. Beckingham, F. Hernandez.
|
Copyright (C) 2006 \- 2015 P. Beckingham, F. Hernandez.
|
||||||
|
|
||||||
This man page was originally written by Federico Hernandez.
|
This man page was originally written by Federico Hernandez.
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# http://holidata.net/be-BY/2014.json
|
# http://holidata.net/be-BY/2014.json
|
||||||
# http://holidata.net/be-BY/2015.json
|
# http://holidata.net/be-BY/2015.json
|
||||||
#
|
#
|
||||||
# Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
# Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
#
|
#
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to deal
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# http://holidata.net/cs-CZ/2014.json
|
# http://holidata.net/cs-CZ/2014.json
|
||||||
# http://holidata.net/cs-CZ/2015.json
|
# http://holidata.net/cs-CZ/2015.json
|
||||||
#
|
#
|
||||||
# Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
# Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
#
|
#
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to deal
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# http://holidata.net/da-DK/2014.json
|
# http://holidata.net/da-DK/2014.json
|
||||||
# http://holidata.net/da-DK/2015.json
|
# http://holidata.net/da-DK/2015.json
|
||||||
#
|
#
|
||||||
# Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
# Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
#
|
#
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to deal
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# http://holidata.net/de-AT/2014.json
|
# http://holidata.net/de-AT/2014.json
|
||||||
# http://holidata.net/de-AT/2015.json
|
# http://holidata.net/de-AT/2015.json
|
||||||
#
|
#
|
||||||
# Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
# Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
#
|
#
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to deal
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# http://holidata.net/de-BE/2014.json
|
# http://holidata.net/de-BE/2014.json
|
||||||
# http://holidata.net/de-BE/2015.json
|
# http://holidata.net/de-BE/2015.json
|
||||||
#
|
#
|
||||||
# Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
# Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
#
|
#
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to deal
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# http://holidata.net/el-GR/2014.json
|
# http://holidata.net/el-GR/2014.json
|
||||||
# http://holidata.net/el-GR/2015.json
|
# http://holidata.net/el-GR/2015.json
|
||||||
#
|
#
|
||||||
# Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
# Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
#
|
#
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to deal
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# http://holidata.net/en-AU/2014.json
|
# http://holidata.net/en-AU/2014.json
|
||||||
# http://holidata.net/en-AU/2015.json
|
# http://holidata.net/en-AU/2015.json
|
||||||
#
|
#
|
||||||
# Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
# Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
#
|
#
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to deal
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# http://holidata.net/en-CA/2014.json
|
# http://holidata.net/en-CA/2014.json
|
||||||
# http://holidata.net/en-CA/2015.json
|
# http://holidata.net/en-CA/2015.json
|
||||||
#
|
#
|
||||||
# Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
# Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
#
|
#
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to deal
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# http://holidata.net/en-GB/2014.json
|
# http://holidata.net/en-GB/2014.json
|
||||||
# http://holidata.net/en-GB/2015.json
|
# http://holidata.net/en-GB/2015.json
|
||||||
#
|
#
|
||||||
# Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
# Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
#
|
#
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to deal
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# http://holidata.net/en-GL/2014.json
|
# http://holidata.net/en-GL/2014.json
|
||||||
# http://holidata.net/en-GL/2015.json
|
# http://holidata.net/en-GL/2015.json
|
||||||
#
|
#
|
||||||
# Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
# Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
#
|
#
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to deal
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# http://holidata.net/en-HK/2014.json
|
# http://holidata.net/en-HK/2014.json
|
||||||
# http://holidata.net/en-HK/2015.json
|
# http://holidata.net/en-HK/2015.json
|
||||||
#
|
#
|
||||||
# Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
# Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
#
|
#
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to deal
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# http://holidata.net/en-NZ/2014.json
|
# http://holidata.net/en-NZ/2014.json
|
||||||
# http://holidata.net/en-NZ/2015.json
|
# http://holidata.net/en-NZ/2015.json
|
||||||
#
|
#
|
||||||
# Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
# Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
#
|
#
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to deal
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# http://holidata.net/en-US/2014.json
|
# http://holidata.net/en-US/2014.json
|
||||||
# http://holidata.net/en-US/2015.json
|
# http://holidata.net/en-US/2015.json
|
||||||
#
|
#
|
||||||
# Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
# Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
#
|
#
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to deal
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# http://holidata.net/en-ZA/2014.json
|
# http://holidata.net/en-ZA/2014.json
|
||||||
# http://holidata.net/en-ZA/2015.json
|
# http://holidata.net/en-ZA/2015.json
|
||||||
#
|
#
|
||||||
# Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
# Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
#
|
#
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to deal
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# http://holidata.net/es-ES/2014.json
|
# http://holidata.net/es-ES/2014.json
|
||||||
# http://holidata.net/es-ES/2015.json
|
# http://holidata.net/es-ES/2015.json
|
||||||
#
|
#
|
||||||
# Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
# Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
#
|
#
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to deal
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# http://holidata.net/es-MX/2014.json
|
# http://holidata.net/es-MX/2014.json
|
||||||
# http://holidata.net/es-MX/2015.json
|
# http://holidata.net/es-MX/2015.json
|
||||||
#
|
#
|
||||||
# Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
# Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
#
|
#
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to deal
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# http://holidata.net/es-US/2014.json
|
# http://holidata.net/es-US/2014.json
|
||||||
# http://holidata.net/es-US/2015.json
|
# http://holidata.net/es-US/2015.json
|
||||||
#
|
#
|
||||||
# Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
# Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
#
|
#
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to deal
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# http://holidata.net/et-EE/2014.json
|
# http://holidata.net/et-EE/2014.json
|
||||||
# http://holidata.net/et-EE/2015.json
|
# http://holidata.net/et-EE/2015.json
|
||||||
#
|
#
|
||||||
# Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
# Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
#
|
#
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to deal
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# http://holidata.net/fi-FI/2014.json
|
# http://holidata.net/fi-FI/2014.json
|
||||||
# http://holidata.net/fi-FI/2015.json
|
# http://holidata.net/fi-FI/2015.json
|
||||||
#
|
#
|
||||||
# Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
# Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
#
|
#
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to deal
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# http://holidata.net/fr-BE/2014.json
|
# http://holidata.net/fr-BE/2014.json
|
||||||
# http://holidata.net/fr-BE/2015.json
|
# http://holidata.net/fr-BE/2015.json
|
||||||
#
|
#
|
||||||
# Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
# Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
#
|
#
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to deal
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# http://holidata.net/fr-FR/2014.json
|
# http://holidata.net/fr-FR/2014.json
|
||||||
# http://holidata.net/fr-FR/2015.json
|
# http://holidata.net/fr-FR/2015.json
|
||||||
#
|
#
|
||||||
# Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
# Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
#
|
#
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to deal
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# http://holidata.net/ga-IE/2014.json
|
# http://holidata.net/ga-IE/2014.json
|
||||||
# http://holidata.net/ga-IE/2015.json
|
# http://holidata.net/ga-IE/2015.json
|
||||||
#
|
#
|
||||||
# Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
# Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
#
|
#
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to deal
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# http://holidata.net/hr-HR/2014.json
|
# http://holidata.net/hr-HR/2014.json
|
||||||
# http://holidata.net/hr-HR/2015.json
|
# http://holidata.net/hr-HR/2015.json
|
||||||
#
|
#
|
||||||
# Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
# Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
#
|
#
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to deal
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# http://holidata.net/is-IS/2014.json
|
# http://holidata.net/is-IS/2014.json
|
||||||
# http://holidata.net/is-IS/2015.json
|
# http://holidata.net/is-IS/2015.json
|
||||||
#
|
#
|
||||||
# Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
# Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
#
|
#
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to deal
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# http://holidata.net/it-IT/2014.json
|
# http://holidata.net/it-IT/2014.json
|
||||||
# http://holidata.net/it-IT/2015.json
|
# http://holidata.net/it-IT/2015.json
|
||||||
#
|
#
|
||||||
# Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
# Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
#
|
#
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to deal
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# http://holidata.net/jp-JP/2014.json
|
# http://holidata.net/jp-JP/2014.json
|
||||||
# http://holidata.net/jp-JP/2015.json
|
# http://holidata.net/jp-JP/2015.json
|
||||||
#
|
#
|
||||||
# Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
# Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
#
|
#
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to deal
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# http://holidata.net/lt-LT/2014.json
|
# http://holidata.net/lt-LT/2014.json
|
||||||
# http://holidata.net/lt-LT/2015.json
|
# http://holidata.net/lt-LT/2015.json
|
||||||
#
|
#
|
||||||
# Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
# Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
#
|
#
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to deal
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# http://holidata.net/lv-LV/2014.json
|
# http://holidata.net/lv-LV/2014.json
|
||||||
# http://holidata.net/lv-LV/2015.json
|
# http://holidata.net/lv-LV/2015.json
|
||||||
#
|
#
|
||||||
# Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
# Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
#
|
#
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to deal
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# http://holidata.net/nb-NO/2014.json
|
# http://holidata.net/nb-NO/2014.json
|
||||||
# http://holidata.net/nb-NO/2015.json
|
# http://holidata.net/nb-NO/2015.json
|
||||||
#
|
#
|
||||||
# Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
# Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
#
|
#
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to deal
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# http://holidata.net/nb-SJ/2014.json
|
# http://holidata.net/nb-SJ/2014.json
|
||||||
# http://holidata.net/nb-SJ/2015.json
|
# http://holidata.net/nb-SJ/2015.json
|
||||||
#
|
#
|
||||||
# Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
# Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
#
|
#
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to deal
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# http://holidata.net/nl-BE/2014.json
|
# http://holidata.net/nl-BE/2014.json
|
||||||
# http://holidata.net/nl-BE/2015.json
|
# http://holidata.net/nl-BE/2015.json
|
||||||
#
|
#
|
||||||
# Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
# Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
#
|
#
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to deal
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# http://holidata.net/nl-NL/2014.json
|
# http://holidata.net/nl-NL/2014.json
|
||||||
# http://holidata.net/nl-NL/2015.json
|
# http://holidata.net/nl-NL/2015.json
|
||||||
#
|
#
|
||||||
# Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
# Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
#
|
#
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to deal
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# http://holidata.net/pl-PL/2014.json
|
# http://holidata.net/pl-PL/2014.json
|
||||||
# http://holidata.net/pl-PL/2015.json
|
# http://holidata.net/pl-PL/2015.json
|
||||||
#
|
#
|
||||||
# Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
# Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
#
|
#
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to deal
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# http://holidata.net/pt-BR/2014.json
|
# http://holidata.net/pt-BR/2014.json
|
||||||
# http://holidata.net/pt-BR/2015.json
|
# http://holidata.net/pt-BR/2015.json
|
||||||
#
|
#
|
||||||
# Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
# Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
#
|
#
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to deal
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# http://holidata.net/pt-PT/2014.json
|
# http://holidata.net/pt-PT/2014.json
|
||||||
# http://holidata.net/pt-PT/2015.json
|
# http://holidata.net/pt-PT/2015.json
|
||||||
#
|
#
|
||||||
# Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
# Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
#
|
#
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to deal
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# http://holidata.net/ru-RU/2014.json
|
# http://holidata.net/ru-RU/2014.json
|
||||||
# http://holidata.net/ru-RU/2015.json
|
# http://holidata.net/ru-RU/2015.json
|
||||||
#
|
#
|
||||||
# Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
# Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
#
|
#
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to deal
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# http://holidata.net/sv-SE/2014.json
|
# http://holidata.net/sv-SE/2014.json
|
||||||
# http://holidata.net/sv-SE/2015.json
|
# http://holidata.net/sv-SE/2015.json
|
||||||
#
|
#
|
||||||
# Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
# Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
#
|
#
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to deal
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# http://holidata.net/tr-TR/2014.json
|
# http://holidata.net/tr-TR/2014.json
|
||||||
# http://holidata.net/tr-TR/2015.json
|
# http://holidata.net/tr-TR/2015.json
|
||||||
#
|
#
|
||||||
# Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
# Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
#
|
#
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to deal
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
###############################################################################
|
################################################################################
|
||||||
#
|
#
|
||||||
# Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
# Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
###############################################################################
|
################################################################################
|
||||||
#
|
#
|
||||||
# Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
# Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#! /usr/bin/perl
|
#! /usr/bin/perl
|
||||||
################################################################################
|
################################################################################
|
||||||
##
|
##
|
||||||
## Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
## Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
##
|
##
|
||||||
## Permission is hereby granted, free of charge, to any person obtaining a copy
|
## Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
## of this software and associated documentation files (the "Software"), to deal
|
## of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#! /usr/bin/perl
|
#! /usr/bin/perl
|
||||||
################################################################################
|
################################################################################
|
||||||
##
|
##
|
||||||
## Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
## Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
##
|
##
|
||||||
## Permission is hereby granted, free of charge, to any person obtaining a copy
|
## Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
## of this software and associated documentation files (the "Software"), to deal
|
## of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#! /usr/bin/perl
|
#! /usr/bin/perl
|
||||||
################################################################################
|
################################################################################
|
||||||
##
|
##
|
||||||
## Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
## Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
##
|
##
|
||||||
## Permission is hereby granted, free of charge, to any person obtaining a copy
|
## Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
## of this software and associated documentation files (the "Software"), to deal
|
## of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#! /usr/bin/python
|
#! /usr/bin/python
|
||||||
###############################################################################
|
###############################################################################
|
||||||
#
|
#
|
||||||
# Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
# Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
#
|
#
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to deal
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#! /usr/bin/perl
|
#! /usr/bin/perl
|
||||||
################################################################################
|
################################################################################
|
||||||
##
|
##
|
||||||
## Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
## Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
##
|
##
|
||||||
## Permission is hereby granted, free of charge, to any person obtaining a copy
|
## Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
## of this software and associated documentation files (the "Software"), to deal
|
## of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#! /usr/bin/perl
|
#! /usr/bin/perl
|
||||||
################################################################################
|
################################################################################
|
||||||
##
|
##
|
||||||
## Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
## Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
##
|
##
|
||||||
## Permission is hereby granted, free of charge, to any person obtaining a copy
|
## Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
## of this software and associated documentation files (the "Software"), to deal
|
## of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#! /usr/bin/python
|
#! /usr/bin/python
|
||||||
################################################################################
|
################################################################################
|
||||||
##
|
##
|
||||||
## Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
## Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
##
|
##
|
||||||
## Permission is hereby granted, free of charge, to any person obtaining a copy
|
## Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
## of this software and associated documentation files (the "Software"), to deal
|
## of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#! /usr/bin/ruby
|
#! /usr/bin/ruby
|
||||||
################################################################################
|
################################################################################
|
||||||
##
|
##
|
||||||
## Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
## Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
##
|
##
|
||||||
## Permission is hereby granted, free of charge, to any person obtaining a copy
|
## Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
## of this software and associated documentation files (the "Software"), to deal
|
## of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#! /usr/bin/perl
|
#! /usr/bin/perl
|
||||||
################################################################################
|
################################################################################
|
||||||
##
|
##
|
||||||
## Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
## Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
##
|
##
|
||||||
## Permission is hereby granted, free of charge, to any person obtaining a copy
|
## Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
## of this software and associated documentation files (the "Software"), to deal
|
## of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#! /usr/bin/perl
|
#! /usr/bin/perl
|
||||||
################################################################################
|
################################################################################
|
||||||
##
|
##
|
||||||
## Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
## Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
##
|
##
|
||||||
## Permission is hereby granted, free of charge, to any person obtaining a copy
|
## Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
## of this software and associated documentation files (the "Software"), to deal
|
## of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#! /usr/bin/perl
|
#! /usr/bin/perl
|
||||||
################################################################################
|
################################################################################
|
||||||
##
|
##
|
||||||
## Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
## Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
##
|
##
|
||||||
## Permission is hereby granted, free of charge, to any person obtaining a copy
|
## Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
## of this software and associated documentation files (the "Software"), to deal
|
## of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#! /usr/bin/perl
|
#! /usr/bin/perl
|
||||||
################################################################################
|
################################################################################
|
||||||
##
|
##
|
||||||
## Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
## Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
##
|
##
|
||||||
## Permission is hereby granted, free of charge, to any person obtaining a copy
|
## Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
## of this software and associated documentation files (the "Software"), to deal
|
## of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#! /usr/bin/perl
|
#! /usr/bin/perl
|
||||||
################################################################################
|
################################################################################
|
||||||
##
|
##
|
||||||
## Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
## Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
##
|
##
|
||||||
## Permission is hereby granted, free of charge, to any person obtaining a copy
|
## Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
## of this software and associated documentation files (the "Software"), to deal
|
## of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -189,7 +189,7 @@ if (open my $fh, '>:utf8', $file)
|
||||||
"# ${url_current}\n",
|
"# ${url_current}\n",
|
||||||
"# ${url_next}\n",
|
"# ${url_next}\n",
|
||||||
"#\n",
|
"#\n",
|
||||||
"# Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.\n",
|
"# Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.\n",
|
||||||
"#\n",
|
"#\n",
|
||||||
"# Permission is hereby granted, free of charge, to any person obtaining a copy\n",
|
"# Permission is hereby granted, free of charge, to any person obtaining a copy\n",
|
||||||
"# of this software and associated documentation files (the \"Software\"), to deal\n",
|
"# of this software and associated documentation files (the \"Software\"), to deal\n",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
################################################################################
|
################################################################################
|
||||||
#
|
#
|
||||||
# Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
# Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
#
|
#
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to deal
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
# * Tags
|
# * Tags
|
||||||
# * Attribute names and modifiers
|
# * Attribute names and modifiers
|
||||||
#
|
#
|
||||||
# Copyright 2014 Roman Inflianskas <infroma@gmail.com>
|
# Copyright 2014 - 2015, Roman Inflianskas <infroma@gmail.com>
|
||||||
#
|
#
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to deal
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env python2.7
|
#!/usr/bin/env python2.7
|
||||||
################################################################################
|
################################################################################
|
||||||
##
|
##
|
||||||
## Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
## Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
##
|
##
|
||||||
## Permission is hereby granted, free of charge, to any person obtaining a copy
|
## Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
## of this software and associated documentation files (the "Software"), to deal
|
## of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -53,7 +53,7 @@ You should then be ready to go.
|
||||||
---
|
---
|
||||||
All four above mentioned files are
|
All four above mentioned files are
|
||||||
|
|
||||||
Copyright 2009 - 2014 John Florian
|
Copyright 2009 - 2015 John Florian
|
||||||
|
|
||||||
and are available under the MIT license.
|
and are available under the MIT license.
|
||||||
For the full text of this license, see COPYING.
|
For the full text of this license, see COPYING.
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
" Maintainer: John Florian <jflorian@doubledog.org>
|
" Maintainer: John Florian <jflorian@doubledog.org>
|
||||||
" Updated: Thu Dec 10 18:28:26 EST 2009
|
" Updated: Thu Dec 10 18:28:26 EST 2009
|
||||||
"
|
"
|
||||||
" Copyright 2009 - 2014 John Florian
|
" Copyright 2009 - 2015 John Florian
|
||||||
"
|
"
|
||||||
" This file is available under the MIT license.
|
" This file is available under the MIT license.
|
||||||
" For the full text of this license, see COPYING.
|
" For the full text of this license, see COPYING.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
" Maintainer: John Florian <jflorian@doubledog.org>
|
" Maintainer: John Florian <jflorian@doubledog.org>
|
||||||
" Updated: Wed Jul 8 19:46:20 EDT 2009
|
" Updated: Wed Jul 8 19:46:20 EDT 2009
|
||||||
"
|
"
|
||||||
" Copyright 2009 - 2014 John Florian
|
" Copyright 2009 - 2015 John Florian
|
||||||
"
|
"
|
||||||
" This file is available under the MIT license.
|
" This file is available under the MIT license.
|
||||||
" For the full text of this license, see COPYING.
|
" For the full text of this license, see COPYING.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
" Maintainer: John Florian <jflorian@doubledog.org>
|
" Maintainer: John Florian <jflorian@doubledog.org>
|
||||||
" Updated: Wed Jul 8 19:46:32 EDT 2009
|
" Updated: Wed Jul 8 19:46:32 EDT 2009
|
||||||
"
|
"
|
||||||
" Copyright 2009 - 2014 John Florian
|
" Copyright 2009 - 2015 John Florian
|
||||||
"
|
"
|
||||||
" This file is available under the MIT license.
|
" This file is available under the MIT license.
|
||||||
" For the full text of this license, see COPYING.
|
" For the full text of this license, see COPYING.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
" Vim syntax file
|
" Vim syntax file
|
||||||
"
|
"
|
||||||
" Copyright (c) 2014 Taskwarrior Team
|
" Copyright (c) 2014 - 2015 Taskwarrior Team
|
||||||
" Copyright (c) 2009 - 2014 John Florian
|
" Copyright (c) 2009 - 2014 John Florian
|
||||||
"
|
"
|
||||||
" Permission is hereby granted, free of charge, to any person obtaining a copy
|
" Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#compdef task
|
#compdef task
|
||||||
#
|
#
|
||||||
# Copyright 2010 - 2014 Johannes Schlatow
|
# Copyright 2010 - 2015 Johannes Schlatow
|
||||||
# Copyright 2009 P.C. Shyamshankar
|
# Copyright 2009 P.C. Shyamshankar
|
||||||
#
|
#
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
//
|
//
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
//
|
//
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
//
|
//
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
//
|
//
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
//
|
//
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
//
|
//
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
//
|
//
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
//
|
//
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
//
|
//
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
//
|
//
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
//
|
//
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
//
|
//
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
// Copyright 2013 - 2014, Paul Beckingham, Federico Hernandez.
|
// Copyright 2013 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
//
|
//
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
// Copyright 2013 - 2014, Paul Beckingham, Federico Hernandez.
|
// Copyright 2013 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
//
|
//
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
//
|
//
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
//
|
//
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
//
|
//
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
//
|
//
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
// Copyright 2013 - 2014, Paul Beckingham, Federico Hernandez.
|
// Copyright 2013 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
//
|
//
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
// Copyright 2013 - 2014, Paul Beckingham, Federico Hernandez.
|
// Copyright 2013 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
//
|
//
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
//
|
//
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
//
|
//
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
//
|
//
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
//
|
//
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
//
|
//
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
//
|
//
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
//
|
//
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
//
|
//
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
//
|
//
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
//
|
//
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
// Copyright 2013 - 2014, Paul Beckingham, Federico Hernandez.
|
// Copyright 2013 - 2015, Paul Beckingham, Federico Hernandez.
|
||||||
//
|
//
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// of this software and associated documentation files (the "Software"), to deal
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue