Skip to content

Commit

Permalink
Standalone package v0.2.4 released by Applitopia
Browse files Browse the repository at this point in the history
  • Loading branch information
applitopia committed Nov 19, 2017
1 parent f75838e commit 36cf79e
Show file tree
Hide file tree
Showing 16 changed files with 1,759 additions and 1,872 deletions.
3 changes: 2 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
MIT License

Copyright (c) 2014-present, Facebook, Inc.
Original work Copyright (c) Copyright (c) 2014-present, Facebook, Inc.
Modified work Copyright (c) 2017, Applitopia, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
770 changes: 237 additions & 533 deletions README.md

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions __tests__/SortedMap.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/**
* Copyright (c) 2017, Applitopia, Inc.
*
* Modified source code is licensed under the MIT-style license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* Copyright (c) 2014-present, Facebook, Inc.
*
* Original source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

///<reference path='../resources/jest.d.ts'/>

import * as jasmineCheck from 'jasmine-check';
Expand Down
14 changes: 14 additions & 0 deletions __tests__/SortedSet.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/**
* Copyright (c) 2017, Applitopia, Inc.
*
* Modified source code is licensed under the MIT-style license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* Copyright (c) 2014-present, Facebook, Inc.
*
* Original source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

///<reference path='../resources/jest.d.ts'/>

declare var Symbol: any;
Expand Down
9 changes: 8 additions & 1 deletion __tests__/incSort.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
/**
* Copyright (c) 2017, Applitopia, Inc.
*
* Modified source code is licensed under the MIT-style license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* Copyright (c) 2014-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* Original source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

Expand Down
9 changes: 8 additions & 1 deletion __tests__/incSortLarge.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
/**
* Copyright (c) 2017, Applitopia, Inc.
*
* Modified source code is licensed under the MIT-style license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* Copyright (c) 2014-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* Original source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

Expand Down
9 changes: 8 additions & 1 deletion __tests__/partialSort.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
/**
* Copyright (c) 2017, Applitopia, Inc.
*
* Modified source code is licensed under the MIT-style license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* Copyright (c) 2014-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* Original source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

Expand Down
Loading

0 comments on commit 36cf79e

Please sign in to comment.