n3 2.3.0 → 2.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # License
2
2
  The MIT License (MIT)
3
- Copyright ©2012–present Ruben Verborgh
3
+ Copyright ©2012–present N3.js contributors
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6
6
 
package/README.md CHANGED
@@ -609,8 +609,7 @@ The N3.js submodules are compatible with the following [RDF.js](http://rdf.js.or
609
609
  [`DatasetCore`](https://rdf.js.org/dataset-spec/#datasetcore-interface)
610
610
 
611
611
  ## License and contributions
612
- The N3.js library is copyrighted by [Ruben Verborgh](https://ruben.verborgh.org/)
613
- and released under the [MIT License](https://github.com/rdfjs/N3.js/blob/master/LICENSE.md).
612
+ N3.js is released under the [MIT License](https://github.com/rdfjs/N3.js/blob/master/LICENSE.md).
614
613
 
615
614
  Contributions are welcome, and bug reports or pull requests are always helpful.
616
- If you plan to implement a larger feature, it's best to contact me first.
615
+ If you plan to implement a larger feature, it's best to contact us first.