Update title / copyright details.
This commit is contained in:
parent
75b7546420
commit
387177aec3
7
Cakefile
7
Cakefile
|
@ -46,8 +46,13 @@ version_tag = ->
|
||||||
#
|
#
|
||||||
write_chosen_javascript = (filename, body) ->
|
write_chosen_javascript = (filename, body) ->
|
||||||
fs.writeFileSync filename, """
|
fs.writeFileSync filename, """
|
||||||
// Chosen #{version()} https://github.com/harvesthq/chosen
|
// Chosen, a Select Box Enhancer for jQuery and Protoype
|
||||||
|
// by Patrick Filler for Harvest, http://getharvest.com
|
||||||
|
//
|
||||||
|
// Version #{version()}
|
||||||
|
// Full source at https://github.com/harvesthq/chosen
|
||||||
// Copyright (c) 2011 Harvest http://getharvest.com
|
// Copyright (c) 2011 Harvest http://getharvest.com
|
||||||
|
|
||||||
// MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
|
// MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
|
||||||
// This file is generated by `cake build`, do not edit it by hand.
|
// This file is generated by `cake build`, do not edit it by hand.
|
||||||
#{body}
|
#{body}
|
||||||
|
|
|
@ -1,14 +1,15 @@
|
||||||
// Chosen 0.9 https://github.com/harvesthq/chosen
|
// Chosen, a Select Box Enhancer for jQuery and Protoype
|
||||||
|
// by Patrick Filler for Harvest, http://getharvest.com
|
||||||
|
//
|
||||||
|
// Version 0.9
|
||||||
|
// Full source at https://github.com/harvesthq/chosen
|
||||||
// Copyright (c) 2011 Harvest http://getharvest.com
|
// Copyright (c) 2011 Harvest http://getharvest.com
|
||||||
|
|
||||||
// MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
|
// MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
|
||||||
// This file is generated by `cake build`, do not edit it by hand.
|
// This file is generated by `cake build`, do not edit it by hand.
|
||||||
(function() {
|
(function() {
|
||||||
/*
|
/*
|
||||||
Chosen, a Select Box Enhancer for jQuery and Protoype
|
Chosen source: generate output using 'cake build'
|
||||||
by Patrick Filler for Harvest, http://getharvest.com
|
|
||||||
|
|
||||||
Available for use under the MIT License, http://en.wikipedia.org/wiki/MIT_License
|
|
||||||
|
|
||||||
Copyright (c) 2011 by Harvest
|
Copyright (c) 2011 by Harvest
|
||||||
*/ var $, Chosen, get_side_border_padding, root;
|
*/ var $, Chosen, get_side_border_padding, root;
|
||||||
var __bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; };
|
var __bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; };
|
||||||
|
|
7
chosen/chosen.jquery.min.js
vendored
7
chosen/chosen.jquery.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -1,14 +1,15 @@
|
||||||
// Chosen 0.9 https://github.com/harvesthq/chosen
|
// Chosen, a Select Box Enhancer for jQuery and Protoype
|
||||||
|
// by Patrick Filler for Harvest, http://getharvest.com
|
||||||
|
//
|
||||||
|
// Version 0.9
|
||||||
|
// Full source at https://github.com/harvesthq/chosen
|
||||||
// Copyright (c) 2011 Harvest http://getharvest.com
|
// Copyright (c) 2011 Harvest http://getharvest.com
|
||||||
|
|
||||||
// MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
|
// MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
|
||||||
// This file is generated by `cake build`, do not edit it by hand.
|
// This file is generated by `cake build`, do not edit it by hand.
|
||||||
(function() {
|
(function() {
|
||||||
/*
|
/*
|
||||||
Chosen, a Select Box Enhancer for jQuery and Protoype
|
Chosen source: generate output using 'cake build'
|
||||||
by Patrick Filler for Harvest, http://getharvest.com
|
|
||||||
|
|
||||||
Available for use under the MIT License, http://en.wikipedia.org/wiki/MIT_License
|
|
||||||
|
|
||||||
Copyright (c) 2011 by Harvest
|
Copyright (c) 2011 by Harvest
|
||||||
*/ var Chosen, get_side_border_padding, root;
|
*/ var Chosen, get_side_border_padding, root;
|
||||||
var __bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; };
|
var __bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; };
|
||||||
|
|
7
chosen/chosen.proto.min.js
vendored
7
chosen/chosen.proto.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -1,9 +1,5 @@
|
||||||
###
|
###
|
||||||
Chosen, a Select Box Enhancer for jQuery and Protoype
|
Chosen source: generate output using 'cake build'
|
||||||
by Patrick Filler for Harvest, http://getharvest.com
|
|
||||||
|
|
||||||
Available for use under the MIT License, http://en.wikipedia.org/wiki/MIT_License
|
|
||||||
|
|
||||||
Copyright (c) 2011 by Harvest
|
Copyright (c) 2011 by Harvest
|
||||||
###
|
###
|
||||||
root = this
|
root = this
|
||||||
|
|
|
@ -1,9 +1,5 @@
|
||||||
###
|
###
|
||||||
Chosen, a Select Box Enhancer for jQuery and Protoype
|
Chosen source: generate output using 'cake build'
|
||||||
by Patrick Filler for Harvest, http://getharvest.com
|
|
||||||
|
|
||||||
Available for use under the MIT License, http://en.wikipedia.org/wiki/MIT_License
|
|
||||||
|
|
||||||
Copyright (c) 2011 by Harvest
|
Copyright (c) 2011 by Harvest
|
||||||
###
|
###
|
||||||
root = this
|
root = this
|
||||||
|
|
Loading…
Reference in a new issue