Skip to content

Commit

Permalink
update license
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenlacy committed Dec 31, 2014
1 parent 3183e96 commit 1b59796
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,4 +1,4 @@
Copyright (c) 2013 Fractal <contact@wearefractal.com>
Copyright (c) 2015 Fractal <contact@wearefractal.com>

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -3,7 +3,7 @@
## Information

<table>
<tr>
<tr>
<td>Package</td><td>goosestrap</td>
</tr>
<tr>
Expand Down Expand Up @@ -35,7 +35,7 @@ Movie = db.model 'Movie' # model definied in ./server/models

```

goosestrap now supports globbing via [node-glob](https://github.com/isaacs/node-glob):
goosestrap now supports globbing via [node-glob](https://github.com/isaacs/node-glob):
```coffee-script

db = goosestrap "mongodb://localhost/mydb", path.resolve "./models/**/*"
Expand All @@ -46,7 +46,7 @@ db = goosestrap "mongodb://localhost/mydb", path.resolve "./models/**/*"

(MIT License)

Copyright (c) 2013 Fractal <contact@wearefractal.com>
Copyright (c) 2015 Fractal <contact@wearefractal.com>

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down

0 comments on commit 1b59796

Please sign in to comment.