Skip to content

Commit

Permalink
Merge branch 'license'
Browse files Browse the repository at this point in the history
  • Loading branch information
okuryu committed Jan 20, 2015
2 parents 1178f74 + 93038c4 commit 92dc333
Show file tree
Hide file tree
Showing 12 changed files with 60 additions and 40 deletions.
10 changes: 5 additions & 5 deletions lib/builder.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
Copyright (c) 2011, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://yuilibrary.com/license/
*/
/**
* Copyright (c) 2011, Yahoo! Inc. All rights reserved.
* Code licensed under the BSD License:
* https://github.com/yui/yuidoc/blob/master/LICENSE
*/
var marked = require('marked'),
fs = require('graceful-fs'),
noop = function () {},
Expand Down
10 changes: 5 additions & 5 deletions lib/cli.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/usr/bin/env node

/*
Copyright (c) 2011, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://yuilibrary.com/license/
*/
/**
* Copyright (c) 2011, Yahoo! Inc. All rights reserved.
* Code licensed under the BSD License:
* https://github.com/yui/yuidoc/blob/master/LICENSE
*/

/**
* Parses the arguments, creates the options and passes them to `Y.YUIDoc` and then `Y.DocBuilder`.
Expand Down
10 changes: 5 additions & 5 deletions lib/docparser.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
Copyright (c) 2011, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://yuilibrary.com/license/
*/
/**
* Copyright (c) 2011, Yahoo! Inc. All rights reserved.
* Code licensed under the BSD License:
* https://github.com/yui/yuidoc/blob/master/LICENSE
*/
YUI.add('docparser', function (Y) {

var Lang = Y.Lang,
Expand Down
10 changes: 5 additions & 5 deletions lib/docview.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
Copyright (c) 2011, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://yuilibrary.com/license/
*/
/**
* Copyright (c) 2011, Yahoo! Inc. All rights reserved.
* Code licensed under the BSD License:
* https://github.com/yui/yuidoc/blob/master/LICENSE
*/
YUI.add('docview', function (Y) {

/*
Expand Down
5 changes: 5 additions & 0 deletions lib/files.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) 2011, Yahoo! Inc. All rights reserved.
* Code licensed under the BSD License:
* https://github.com/yui/yuidoc/blob/master/LICENSE
*/
YUI.add('files', function (Y) {

/**
Expand Down
10 changes: 5 additions & 5 deletions lib/help.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
Copyright (c) 2011, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://yuilibrary.com/license/
*/
/**
* Copyright (c) 2011, Yahoo! Inc. All rights reserved.
* Code licensed under the BSD License:
* https://github.com/yui/yuidoc/blob/master/LICENSE
*/
YUI.add('help', function (Y) {

/**
Expand Down
10 changes: 5 additions & 5 deletions lib/index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
Copyright (c) 2011, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://yuilibrary.com/license/
*/
/**
* Copyright (c) 2011, Yahoo! Inc. All rights reserved.
* Code licensed under the BSD License:
* https://github.com/yui/yuidoc/blob/master/LICENSE
*/
/*global YUI:true, Y:true */
/**
Module creates the YUI instance with the required modules, uses them and exports the **Y** to be used
Expand Down
5 changes: 5 additions & 0 deletions lib/options.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) 2011, Yahoo! Inc. All rights reserved.
* Code licensed under the BSD License:
* https://github.com/yui/yuidoc/blob/master/LICENSE
*/
YUI.add('options', function (Y) {

var path = require('path');
Expand Down
5 changes: 5 additions & 0 deletions lib/project.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) 2011, Yahoo! Inc. All rights reserved.
* Code licensed under the BSD License:
* https://github.com/yui/yuidoc/blob/master/LICENSE
*/
YUI.add('project', function (Y) {

Y.Project = {
Expand Down
5 changes: 5 additions & 0 deletions lib/server.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) 2011, Yahoo! Inc. All rights reserved.
* Code licensed under the BSD License:
* https://github.com/yui/yuidoc/blob/master/LICENSE
*/
YUI.add('server', function (Y) {

var path = require('path'),
Expand Down
10 changes: 5 additions & 5 deletions lib/utils.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
Copyright (c) 2011, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://yuilibrary.com/license/
*/
/**
* Copyright (c) 2011, Yahoo! Inc. All rights reserved.
* Code licensed under the BSD License:
* https://github.com/yui/yuidoc/blob/master/LICENSE
*/
/*jshint onevar:false */
var path = require('path'),
minimatch = require('minimatch'),
Expand Down
10 changes: 5 additions & 5 deletions lib/yuidoc.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
Copyright (c) 2011, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://yuilibrary.com/license/
*/
/**
* Copyright (c) 2011, Yahoo! Inc. All rights reserved.
* Code licensed under the BSD License:
* https://github.com/yui/yuidoc/blob/master/LICENSE
*/
var fs = require('graceful-fs'),
rimraf = require('rimraf'),
path = require('path');
Expand Down

0 comments on commit 92dc333

Please sign in to comment.