Skip to content

Commit

Permalink
Use new domain
Browse files Browse the repository at this point in the history
  • Loading branch information
auroq committed Aug 31, 2020
1 parent 9a1b738 commit ba1e705
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 5 deletions.
4 changes: 3 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ This project is available under a dual license of MIT or GPL v2.0

Copyright (c) 2012 appendTo (MIT License)
Copyright (c) 2019 Zach Lintz (MIT License)
Copyright (c) 2020 Foo-Foo-MQ (MIT License)

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
Expand Down Expand Up @@ -30,6 +31,7 @@ See the MIT License for more details: http://opensource.org/licenses/MIT

Copyright (C) 2012 appendTo (GPL v2.0 License)
Copyright (C) 2012 Zach Lintz (GPL v2.0 License)
Copyright (c) 2020 Foo-Foo-MQ (GPL v2.0 License)

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand All @@ -41,4 +43,4 @@ WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE.

See the GNU General Public License for more details:
http://opensource.org/licenses/GPL-2.0
http://opensource.org/licenses/GPL-2.0
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,17 @@ The `punch` call takes 1-to-n number of object literals, each containing methods

### Caveats

riveter is currently an 'appendTo Labs' effort. This means that we're excited about it enough to make it a micro-library - and we invite you to try it out with us and give us your feedback. However, being that it's experimental, we may also decide it's the worst idea since the 8-track cassette player. As long as it continues to prove promising, it stands the chance of becoming a more 'officially supported' appendTo project. In short - we may pull the plug or change the name at any moment.
node-riveter is a node only fork of riveter.
It is currently maintained as it is a dependency of foo-foo-mq.
However, it may disappear at any time if it is no longer needed by foo-foo-mq.

appendTo Labs has stated similar caveats with the upstream of this project.
See their original message below:

> riveter is currently an 'appendTo Labs' effort. This means that we're excited about it enough to make it a micro-library - and we invite you to try it out with us and give us your feedback.
> However, being that it's experimental, we may also decide it's the worst idea since the 8-track cassette player.
> As long as it continues to prove promising, it stands the chance of becoming a more 'officially supported' appendTo project.
> In short - we may pull the plug or change the name at any moment.
### Building & Running Tests

Expand Down
5 changes: 3 additions & 2 deletions lib/riveter.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/**
* node-riveter - Mix-in, inheritance and constructor extend behavior for your JavaScript enjoyment.
* © 2012 - Copyright appendTo, LLC
* © 2019 - Copyright Zach Lintz, LLC
* Author(s): Jim Cowart, Nicholas Cloud, Doug Neiner, Zach Lintz
* © 2019 - Copyright Zach Lintz
* © 2020 - Copyright Foo-Foo-MQ
* Author(s): Jim Cowart, Nicholas Cloud, Doug Neiner, Foo-Foo-MQ Team
* Version: v0.2.1
* Url: https://github.com/Foo-Foo-MQ/node-riveter
* License(s): MIT, GPL
Expand Down
19 changes: 18 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,25 @@
"type": "git",
"url": "git://github.com/foo-foo-mq/node-riveter.git"
},
"author": "Zach Lintz, original implemenation thanks to appendTo, LLC (http://appendTo.com)",
"author": {
"name": "Foo-Foo-MQ Team",
"email": "def@foofoomq.com"
},
"contributors": [
{
"name": "Zach Lintz",
"email": "zlintz@foofoomq.com",
"url": "http://github.com/zlintz"
},
{
"name": "Parker Johansen",
"email": "auroq@foofoomq.com",
"url": "http://github.com/auroq"
},
{
"name": "appendTo, LLC",
"url": "http://appendTo.com"
},
{
"name": "Jim Cowart",
"email": "WhyNotJustComment@OnMyBlog.com",
Expand Down

0 comments on commit ba1e705

Please sign in to comment.