Skip to content

Commit 6ae4816

Browse files
author
Daniel Dahan
committed
development: updated LICENSE url for CosmicMind
1 parent bbff1fe commit 6ae4816

31 files changed

+36
-36
lines changed

Algorithm.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Pod::Spec.new do |s|
33
s.version = '1.0.8'
44
s.license = 'BSD-3-Clause'
55
s.summary = 'A toolset for writing algorithms in Swift.'
6-
s.homepage = 'http://cosmicmind.io'
6+
s.homepage = 'http://cosmicmind.com'
77
s.social_media_url = 'https://www.facebook.com/graphkit'
8-
s.authors = { 'CosmicMind, Inc.' => 'support@cosmicmind.io' }
8+
s.authors = { 'CosmicMind, Inc.' => 'support@cosmicmind.com' }
99
s.source = { :git => 'https://github.com/CosmicMind/Algorithm.git', :tag => s.version }
1010
s.ios.deployment_target = '8.0'
1111
s.osx.deployment_target = '10.9'

Algorithm.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@
643643
INFOPLIST_FILE = Sources/Info.plist;
644644
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
645645
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
646-
PRODUCT_BUNDLE_IDENTIFIER = "io.cosmicmind.Algorithm-iOS";
646+
PRODUCT_BUNDLE_IDENTIFIER = io.cosmicmind.Algorithm;
647647
PRODUCT_NAME = Algorithm;
648648
SKIP_INSTALL = YES;
649649
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
@@ -663,7 +663,7 @@
663663
INFOPLIST_FILE = Sources/Info.plist;
664664
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
665665
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
666-
PRODUCT_BUNDLE_IDENTIFIER = "io.cosmicmind.Algorithm-iOS";
666+
PRODUCT_BUNDLE_IDENTIFIER = io.cosmicmind.Algorithm;
667667
PRODUCT_NAME = Algorithm;
668668
SKIP_INSTALL = YES;
669669
SWIFT_VERSION = 3.0;
@@ -709,7 +709,7 @@
709709
INFOPLIST_FILE = Sources/Info.plist;
710710
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
711711
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
712-
PRODUCT_BUNDLE_IDENTIFIER = "io.cosmicmind.Algorithm-OSX";
712+
PRODUCT_BUNDLE_IDENTIFIER = io.cosmicmind.Algorithm;
713713
PRODUCT_NAME = Algorithm;
714714
SDKROOT = macosx;
715715
SKIP_INSTALL = YES;
@@ -731,7 +731,7 @@
731731
INFOPLIST_FILE = Sources/Info.plist;
732732
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
733733
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
734-
PRODUCT_BUNDLE_IDENTIFIER = "io.cosmicmind.Algorithm-OSX";
734+
PRODUCT_BUNDLE_IDENTIFIER = io.cosmicmind.Algorithm;
735735
PRODUCT_NAME = Algorithm;
736736
SDKROOT = macosx;
737737
SKIP_INSTALL = YES;

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ CosmicMind takes security seriously.
3434
If you discover a security issue, please bring it to our attention right away!
3535

3636
Please **DO NOT** file a public issue,
37-
instead send your report privately to <support@cosmicmind.io>.
37+
instead send your report privately to <support@cosmicmind.com>.
3838
This will help ensure that any vulnerabilities that _are_ found
3939
can be [disclosed responsibly](http://en.wikipedia.org/wiki/Responsible_disclosure)
4040
to any affected parties.

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 2015 - 2016, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.io>. All rights reserved.
1+
Copyright (C) 2015 - 2016, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>. All rights reserved.
22

33
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
44

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![CosmicMind](http://www.cosmicmind.io/algorithm/index/images/AlgorithmIcon.png)
1+
![CosmicMind](http://www.cosmicmind.com/algorithm/index/images/AlgorithmIcon.png)
22

33
## Welcome to Algorithm
44

@@ -274,7 +274,7 @@ for student in students {
274274

275275
## License
276276

277-
Copyright (C) 2015 - 2016, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.io>. All rights reserved.
277+
Copyright (C) 2015 - 2016, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>. All rights reserved.
278278

279279
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
280280

Sources/Algorithm+Array.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 - 2016, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.io>.
2+
* Copyright (C) 2015 - 2016, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

Sources/Algorithm+Set.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 - 2016, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.io>.
2+
* Copyright (C) 2015 - 2016, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

Sources/Algorithm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 - 2016, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.io>.
2+
* Copyright (C) 2015 - 2016, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

Sources/Deque.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 - 2016, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.io>.
2+
* Copyright (C) 2015 - 2016, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

Sources/DoublyLinkedList.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 - 2016, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.io>.
2+
* Copyright (C) 2015 - 2016, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

Sources/DoublyLinkedListNode.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 - 2016, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.io>.
2+
* Copyright (C) 2015 - 2016, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

Sources/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 2015 - 2016, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.io>. All rights reserved.
1+
Copyright (C) 2015 - 2016, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>. All rights reserved.
22

33
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
44

Sources/Probable.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 - 2016, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.io>.
2+
* Copyright (C) 2015 - 2016, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

Sources/Queue.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 - 2016, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.io>.
2+
* Copyright (C) 2015 - 2016, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

Sources/RedBlackNode.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 - 2016, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.io>.
2+
* Copyright (C) 2015 - 2016, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

Sources/RedBlackTree.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 - 2016, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.io>.
2+
* Copyright (C) 2015 - 2016, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

Sources/SortedDictionary.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 - 2016, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.io>.
2+
* Copyright (C) 2015 - 2016, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

Sources/SortedMultiDictionary.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 - 2016, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.io>.
2+
* Copyright (C) 2015 - 2016, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

Sources/SortedMultiSet.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 - 2016, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.io>.
2+
* Copyright (C) 2015 - 2016, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

Sources/SortedSet.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 - 2016, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.io>.
2+
* Copyright (C) 2015 - 2016, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

Sources/Stack.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 - 2016, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.io>.
2+
* Copyright (C) 2015 - 2016, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

Tests/DequeTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 - 2016, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.io>.
2+
* Copyright (C) 2015 - 2016, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

Tests/DoublyLinkedListTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 - 2016, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.io>.
2+
* Copyright (C) 2015 - 2016, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

Tests/ProbabilityTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 - 2016, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.io>.
2+
* Copyright (C) 2015 - 2016, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

Tests/QueueTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 - 2016, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.io>.
2+
* Copyright (C) 2015 - 2016, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

Tests/RedBlackTreeTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 - 2016, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.io>.
2+
* Copyright (C) 2015 - 2016, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

Tests/SortedDictionaryTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 - 2016, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.io>.
2+
* Copyright (C) 2015 - 2016, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

Tests/SortedMultiDictionaryTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 - 2016, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.io>.
2+
* Copyright (C) 2015 - 2016, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

Tests/SortedMultiSetTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 - 2016, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.io>.
2+
* Copyright (C) 2015 - 2016, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

Tests/SortedSetTest.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 - 2016, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.io>.
2+
* Copyright (C) 2015 - 2016, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

Tests/StackTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 - 2016, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.io>.
2+
* Copyright (C) 2015 - 2016, Daniel Dahan and CosmicMind, Inc. <http://cosmicmind.com>.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without

0 commit comments

Comments
 (0)