Skip to content

Commit c47460e

Browse files
committed
Update copyright notice to include 2016
1 parent 28cfc8d commit c47460e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(The MIT License)
22

3-
Copyright (c) 2015 Titus Wormer <[email protected]>
3+
Copyright (c) 2015-2016 Titus Wormer <[email protected]>
44

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

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @author Titus Wormer
3-
* @copyright 2015 Titus Wormer. All rights reserved.
3+
* @copyright 2015-2016 Titus Wormer. All rights reserved.
44
* @license MIT
55
* @module mdast:util:definitions
66
* @fileoverview Get a definition in `node` by `identifier`.

mdast-util-definitions.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.mdastUtilDefinitions = f()}})(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
22
/**
33
* @author Titus Wormer
4-
* @copyright 2015 Titus Wormer. All rights reserved.
4+
* @copyright 2015-2016 Titus Wormer. All rights reserved.
55
* @license MIT
66
* @module mdast:util:definitions
77
* @fileoverview Get a definition in `node` by `identifier`.

0 commit comments

Comments
 (0)