Removes extra whitespace at EOL

This commit is contained in:
Jorge Diz Pico
2013-02-28 11:27:28 +01:00
parent d7d8f70463
commit f216d3ddf8
18 changed files with 107 additions and 108 deletions

View File

@@ -1,7 +1,7 @@
ezic
====
ezic is a native erlang library for working with timezones. It parses the Olson timezone database files, allowing native erlang timezone lookup and zone conversions without the use of shell commands or a UNIX system.
ezic is a native erlang library for working with timezones. It parses the Olson timezone database files, allowing native erlang timezone lookup and zone conversions without the use of shell commands or a UNIX system.
See the [tz database](http://www.twinsun.com/tz/tz-link.htm) page for more information about the Olson database.
@@ -33,7 +33,7 @@ API
Example Setup
-----
# setup your local environment
mkdir -p priv/tzdata
@@ -44,7 +44,7 @@ Example Setup
# remove a few troublesome files
cd priv/tzdata
rm *.sh *.gz *.tab factory Makefile
# build and run ezic
cd -
make all run
@@ -63,7 +63,7 @@ This project is in the [public domain](http://en.wikipedia.org/wiki/Public_Domai
Contributed Code
----------------
To maintain ezic's status as a public domain work, all contributions must also be dedicated to the public domain.
To maintain ezic's status as a public domain work, all contributions must also be dedicated to the public domain.