Skip to content

Commit

Permalink
Update copyright and link to paper.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Jan 2, 2018
1 parent 7ed57e2 commit 66511c1
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright © 2016 Tim Besard
Copyright © 2016-2018 Tim Besard, and other contributors

All Rights Reserved.

Expand Down
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ LLVM C API wrapper
[coverage-url]: https://codecov.io/gh/maleadt/LLVM.jl



Installation
------------

Expand All @@ -37,3 +36,23 @@ Pkg.add("LLVM")
**NOTE**: the current version of this package requires Julia 0.7. Only older
versions of this package, v0.5.x, work with Julia 0.6, and require a
**source-build** of Julia.


License
-------

LLVM.jl is licensed under the [NCSA license](LICENSE.md).

If you use this package in your research, please cite the [following
paper](https://arxiv.org/abs/1712.03112):

```
@article{besard:2017,
author = {Tim Besard and Christophe Foket and De Sutter, Bjorn},
title = {Effective Extensible Programming: Unleashing {Julia} on {GPUs}},
journal = {arXiv},
volume = {abs/11712.03112},
year = {2017},
url = {http://arxiv.org/abs/1712.03112},
}
```

0 comments on commit 66511c1

Please sign in to comment.