Skip to content

Commit 5ce3ae7

Browse files
Update license dates. [skip ci]
1 parent 25c942e commit 5ce3ae7

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The Lexicon.jl package is licensed under the MIT "Expat" License:
22

3-
> Copyright (c) 2014: Michael Hatherly.
3+
> Copyright (c) 2014-2015: Michael Hatherly and other contributors.
44
>
55
> Permission is hereby granted, free of charge, to any person obtaining
66
> a copy of this software and associated documentation files (the

docs/api/Lexicon.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ doctest(Lexicon)
1818

1919

2020
*source:*
21-
[Lexicon/src/doctest.jl:101](https://github.com/MichaelHatherly/Lexicon.jl/tree/8060e07d46cae0310bb04fd0f7ad8df5826f9e6e/src/doctest.jl#L101)
21+
[Lexicon/src/doctest.jl:101](https://github.com/MichaelHatherly/Lexicon.jl/tree/25c942e15d2d8f30e6814c4d66695f87eadea054/src/doctest.jl#L101)
2222

2323
---
2424

@@ -29,7 +29,7 @@ individual entry if several different ones are found.
2929

3030

3131
*source:*
32-
[Lexicon/src/query.jl:149](https://github.com/MichaelHatherly/Lexicon.jl/tree/8060e07d46cae0310bb04fd0f7ad8df5826f9e6e/src/query.jl#L149)
32+
[Lexicon/src/query.jl:149](https://github.com/MichaelHatherly/Lexicon.jl/tree/25c942e15d2d8f30e6814c4d66695f87eadea054/src/query.jl#L149)
3333

3434
---
3535

@@ -40,7 +40,7 @@ individual entry if several different ones are found.
4040

4141

4242
*source:*
43-
[Lexicon/src/query.jl:149](https://github.com/MichaelHatherly/Lexicon.jl/tree/8060e07d46cae0310bb04fd0f7ad8df5826f9e6e/src/query.jl#L149)
43+
[Lexicon/src/query.jl:149](https://github.com/MichaelHatherly/Lexicon.jl/tree/25c942e15d2d8f30e6814c4d66695f87eadea054/src/query.jl#L149)
4444

4545
---
4646

@@ -127,7 +127,7 @@ The documentation will be available from
127127

128128

129129
*source:*
130-
[Lexicon/src/render.jl:53](https://github.com/MichaelHatherly/Lexicon.jl/tree/8060e07d46cae0310bb04fd0f7ad8df5826f9e6e/src/render.jl#L53)
130+
[Lexicon/src/render.jl:53](https://github.com/MichaelHatherly/Lexicon.jl/tree/25c942e15d2d8f30e6814c4d66695f87eadea054/src/render.jl#L53)
131131

132132
---
133133

@@ -179,7 +179,7 @@ res = [v.data[:source][2] for (k,v) in EachEntry(d)]
179179

180180

181181
*source:*
182-
[Lexicon/src/filtering.jl:131](https://github.com/MichaelHatherly/Lexicon.jl/tree/8060e07d46cae0310bb04fd0f7ad8df5826f9e6e/src/filtering.jl#L131)
182+
[Lexicon/src/filtering.jl:131](https://github.com/MichaelHatherly/Lexicon.jl/tree/25c942e15d2d8f30e6814c4d66695f87eadea054/src/filtering.jl#L131)
183183

184184
---
185185

@@ -220,7 +220,7 @@ run(q)
220220
query(args...)
221221

222222
*source:*
223-
[Lexicon/src/query.jl:97](https://github.com/MichaelHatherly/Lexicon.jl/tree/8060e07d46cae0310bb04fd0f7ad8df5826f9e6e/src/query.jl#L97)
223+
[Lexicon/src/query.jl:97](https://github.com/MichaelHatherly/Lexicon.jl/tree/25c942e15d2d8f30e6814c4d66695f87eadea054/src/query.jl#L97)
224224

225225
## Internal
226226
---
@@ -229,7 +229,7 @@ query(args...)
229229
Basic text importance scoring.
230230

231231
*source:*
232-
[Lexicon/src/query.jl:170](https://github.com/MichaelHatherly/Lexicon.jl/tree/8060e07d46cae0310bb04fd0f7ad8df5826f9e6e/src/query.jl#L170)
232+
[Lexicon/src/query.jl:170](https://github.com/MichaelHatherly/Lexicon.jl/tree/25c942e15d2d8f30e6814c4d66695f87eadea054/src/query.jl#L170)
233233

234234
---
235235

@@ -270,7 +270,7 @@ entries( filter(d, files = ["types.jl"]) )
270270

271271

272272
*source:*
273-
[Lexicon/src/filtering.jl:39](https://github.com/MichaelHatherly/Lexicon.jl/tree/8060e07d46cae0310bb04fd0f7ad8df5826f9e6e/src/filtering.jl#L39)
273+
[Lexicon/src/filtering.jl:39](https://github.com/MichaelHatherly/Lexicon.jl/tree/25c942e15d2d8f30e6814c4d66695f87eadea054/src/filtering.jl#L39)
274274

275275
---
276276

@@ -302,15 +302,15 @@ end
302302

303303

304304
*source:*
305-
[Lexicon/src/filtering.jl:78](https://github.com/MichaelHatherly/Lexicon.jl/tree/8060e07d46cae0310bb04fd0f7ad8df5826f9e6e/src/filtering.jl#L78)
305+
[Lexicon/src/filtering.jl:78](https://github.com/MichaelHatherly/Lexicon.jl/tree/25c942e15d2d8f30e6814c4d66695f87eadea054/src/filtering.jl#L78)
306306

307307
---
308308

309309
### Lexicon.Match
310310
An entry and the set of all objects that are linked to it.
311311

312312
*source:*
313-
[Lexicon/src/query.jl:32](https://github.com/MichaelHatherly/Lexicon.jl/tree/8060e07d46cae0310bb04fd0f7ad8df5826f9e6e/src/query.jl#L32)
313+
[Lexicon/src/query.jl:32](https://github.com/MichaelHatherly/Lexicon.jl/tree/25c942e15d2d8f30e6814c4d66695f87eadea054/src/query.jl#L32)
314314

315315
---
316316

@@ -325,13 +325,13 @@ Holds the parsed user query.
325325

326326

327327
*source:*
328-
[Lexicon/src/query.jl:13](https://github.com/MichaelHatherly/Lexicon.jl/tree/8060e07d46cae0310bb04fd0f7ad8df5826f9e6e/src/query.jl#L13)
328+
[Lexicon/src/query.jl:13](https://github.com/MichaelHatherly/Lexicon.jl/tree/25c942e15d2d8f30e6814c4d66695f87eadea054/src/query.jl#L13)
329329

330330
---
331331

332332
### Lexicon.QueryResults
333333
Stores the matching entries resulting from running a query.
334334

335335
*source:*
336-
[Lexicon/src/query.jl:42](https://github.com/MichaelHatherly/Lexicon.jl/tree/8060e07d46cae0310bb04fd0f7ad8df5826f9e6e/src/query.jl#L42)
336+
[Lexicon/src/query.jl:42](https://github.com/MichaelHatherly/Lexicon.jl/tree/25c942e15d2d8f30e6814c4d66695f87eadea054/src/query.jl#L42)
337337

0 commit comments

Comments
 (0)