Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
FISA
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Drew
FISA
Commits
93140968
Commit
93140968
authored
Aug 31, 2015
by
Drew
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update LICENSE
parent
67dc80df
Changes
12
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
690 additions
and
36 deletions
+690
-36
FISA/AppDelegate.swift
FISA/AppDelegate.swift
+12
-0
FISA/ViewController.swift
FISA/ViewController.swift
+12
-0
FISAKit/Array+Base64.swift
FISAKit/Array+Base64.swift
+13
-6
FISAKit/EntryPoint.swift
FISAKit/EntryPoint.swift
+13
-6
FISAKit/FISAFile.swift
FISAKit/FISAFile.swift
+13
-6
FISAKit/FISAKit.h
FISAKit/FISAKit.h
+12
-0
FISAKit/FISAKit.swift
FISAKit/FISAKit.swift
+13
-5
FISAKit/NSData+ArrayView.swift
FISAKit/NSData+ArrayView.swift
+13
-6
FISAKitTests/FISAFileTests.swift
FISAKitTests/FISAFileTests.swift
+13
-6
FISATests/FISATests.swift
FISATests/FISATests.swift
+12
-0
FISAcli/main.m
FISAcli/main.m
+12
-1
LICENSE
LICENSE
+552
-0
No files found.
FISA/AppDelegate.swift
View file @
93140968
...
...
@@ -4,7 +4,19 @@
//
// Created by Drew Crawford on 8/16/15.
// Copyright © 2015 DrewCrawfordApps. All rights reserved.
// FISA © 2015 DrewCrawfordApps LLC
//
// Unless explicitly acquired and licensed from Licensor under another
// license, the contents of this file are subject to the Reciprocal Public
// License ("RPL") Version 1.5, or subsequent versions as allowed by the RPL,
// and You may not copy or use this file in either source code or executable
// form, except in compliance with the terms and conditions of the RPL.
// All software distributed under the RPL is provided strictly on an "AS
// IS" basis, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, AND
// LICENSOR HEREBY DISCLAIMS ALL SUCH WARRANTIES, INCLUDING WITHOUT
// LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
// PURPOSE, QUIET ENJOYMENT, OR NON-INFRINGEMENT. See the RPL for specific
// language governing rights and limitations under the RPL.
import
Cocoa
...
...
FISA/ViewController.swift
View file @
93140968
...
...
@@ -4,7 +4,19 @@
//
// Created by Drew Crawford on 8/16/15.
// Copyright © 2015 DrewCrawfordApps. All rights reserved.
// FISA © 2015 DrewCrawfordApps LLC
//
// Unless explicitly acquired and licensed from Licensor under another
// license, the contents of this file are subject to the Reciprocal Public
// License ("RPL") Version 1.5, or subsequent versions as allowed by the RPL,
// and You may not copy or use this file in either source code or executable
// form, except in compliance with the terms and conditions of the RPL.
// All software distributed under the RPL is provided strictly on an "AS
// IS" basis, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, AND
// LICENSOR HEREBY DISCLAIMS ALL SUCH WARRANTIES, INCLUDING WITHOUT
// LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
// PURPOSE, QUIET ENJOYMENT, OR NON-INFRINGEMENT. See the RPL for specific
// language governing rights and limitations under the RPL.
import
Cocoa
...
...
FISAKit/Array+Base64.swift
View file @
93140968
...
...
@@ -3,12 +3,19 @@
// FISA
//
// Created by Drew Crawford on 8/16/15.
// Copyright © 2015 DrewCrawfordApps. All rights reserved.
// This file is part of FISA. It is subject to the license terms in the LICENSE
// file found inthe top level of this distribution
// No part of FISA, including this file, may be copied, modified,
// propagated, or distributed except according to the terms contained
// in the LICENSE file.
// FISA © 2015 DrewCrawfordApps LLC
//
// Unless explicitly acquired and licensed from Licensor under another
// license, the contents of this file are subject to the Reciprocal Public
// License ("RPL") Version 1.5, or subsequent versions as allowed by the RPL,
// and You may not copy or use this file in either source code or executable
// form, except in compliance with the terms and conditions of the RPL.
// All software distributed under the RPL is provided strictly on an "AS
// IS" basis, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, AND
// LICENSOR HEREBY DISCLAIMS ALL SUCH WARRANTIES, INCLUDING WITHOUT
// LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
// PURPOSE, QUIET ENJOYMENT, OR NON-INFRINGEMENT. See the RPL for specific
// language governing rights and limitations under the RPL.
import
Foundation
...
...
FISAKit/EntryPoint.swift
View file @
93140968
...
...
@@ -3,12 +3,19 @@
// FISA
//
// Created by Drew Crawford on 8/16/15.
// Copyright © 2015 DrewCrawfordApps. All rights reserved.
// This file is part of FISA. It is subject to the license terms in the LICENSE
// file found inthe top level of this distribution
// No part of FISA, including this file, may be copied, modified,
// propagated, or distributed except according to the terms contained
// in the LICENSE file.
// FISA © 2015 DrewCrawfordApps LLC
//
// Unless explicitly acquired and licensed from Licensor under another
// license, the contents of this file are subject to the Reciprocal Public
// License ("RPL") Version 1.5, or subsequent versions as allowed by the RPL,
// and You may not copy or use this file in either source code or executable
// form, except in compliance with the terms and conditions of the RPL.
// All software distributed under the RPL is provided strictly on an "AS
// IS" basis, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, AND
// LICENSOR HEREBY DISCLAIMS ALL SUCH WARRANTIES, INCLUDING WITHOUT
// LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
// PURPOSE, QUIET ENJOYMENT, OR NON-INFRINGEMENT. See the RPL for specific
// language governing rights and limitations under the RPL.
import
Foundation
import
CLIKit
...
...
FISAKit/FISAFile.swift
View file @
93140968
...
...
@@ -3,12 +3,19 @@
// FISA
//
// Created by Drew Crawford on 8/16/15.
// Copyright © 2015 DrewCrawfordApps. All rights reserved.
// This file is part of FISA. It is subject to the license terms in the LICENSE
// file found inthe top level of this distribution
// No part of FISA, including this file, may be copied, modified,
// propagated, or distributed except according to the terms contained
// in the LICENSE file.
// FISA © 2015 DrewCrawfordApps LLC
//
// Unless explicitly acquired and licensed from Licensor under another
// license, the contents of this file are subject to the Reciprocal Public
// License ("RPL") Version 1.5, or subsequent versions as allowed by the RPL,
// and You may not copy or use this file in either source code or executable
// form, except in compliance with the terms and conditions of the RPL.
// All software distributed under the RPL is provided strictly on an "AS
// IS" basis, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, AND
// LICENSOR HEREBY DISCLAIMS ALL SUCH WARRANTIES, INCLUDING WITHOUT
// LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
// PURPOSE, QUIET ENJOYMENT, OR NON-INFRINGEMENT. See the RPL for specific
// language governing rights and limitations under the RPL.
import
Foundation
import
NaOH
...
...
FISAKit/FISAKit.h
View file @
93140968
...
...
@@ -4,7 +4,19 @@
//
// Created by Drew Crawford on 8/16/15.
// Copyright © 2015 DrewCrawfordApps. All rights reserved.
// FISA © 2015 DrewCrawfordApps LLC
//
// Unless explicitly acquired and licensed from Licensor under another
// license, the contents of this file are subject to the Reciprocal Public
// License ("RPL") Version 1.5, or subsequent versions as allowed by the RPL,
// and You may not copy or use this file in either source code or executable
// form, except in compliance with the terms and conditions of the RPL.
// All software distributed under the RPL is provided strictly on an "AS
// IS" basis, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, AND
// LICENSOR HEREBY DISCLAIMS ALL SUCH WARRANTIES, INCLUDING WITHOUT
// LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
// PURPOSE, QUIET ENJOYMENT, OR NON-INFRINGEMENT. See the RPL for specific
// language governing rights and limitations under the RPL.
#import <Cocoa/Cocoa.h>
...
...
FISAKit/FISAKit.swift
View file @
93140968
...
...
@@ -4,11 +4,19 @@
//
// Created by Drew Crawford on 8/16/15.
// Copyright © 2015 DrewCrawfordApps. All rights reserved.
// This file is part of FISA. It is subject to the license terms in the LICENSE
// file found inthe top level of this distribution
// No part of FISA, including this file, may be copied, modified,
// propagated, or distributed except according to the terms contained
// in the LICENSE file.
// FISA © 2015 DrewCrawfordApps LLC
//
// Unless explicitly acquired and licensed from Licensor under another
// license, the contents of this file are subject to the Reciprocal Public
// License ("RPL") Version 1.5, or subsequent versions as allowed by the RPL,
// and You may not copy or use this file in either source code or executable
// form, except in compliance with the terms and conditions of the RPL.
// All software distributed under the RPL is provided strictly on an "AS
// IS" basis, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, AND
// LICENSOR HEREBY DISCLAIMS ALL SUCH WARRANTIES, INCLUDING WITHOUT
// LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
// PURPOSE, QUIET ENJOYMENT, OR NON-INFRINGEMENT. See the RPL for specific
// language governing rights and limitations under the RPL.
import
Foundation
import
NaOH
...
...
FISAKit/NSData+ArrayView.swift
View file @
93140968
...
...
@@ -3,12 +3,19 @@
// FISA
//
// Created by Drew Crawford on 8/16/15.
// Copyright © 2015 DrewCrawfordApps. All rights reserved.
// This file is part of FISA. It is subject to the license terms in the LICENSE
// file found inthe top level of this distribution
// No part of FISA, including this file, may be copied, modified,
// propagated, or distributed except according to the terms contained
// in the LICENSE file.
// FISA © 2015 DrewCrawfordApps LLC
//
// Unless explicitly acquired and licensed from Licensor under another
// license, the contents of this file are subject to the Reciprocal Public
// License ("RPL") Version 1.5, or subsequent versions as allowed by the RPL,
// and You may not copy or use this file in either source code or executable
// form, except in compliance with the terms and conditions of the RPL.
// All software distributed under the RPL is provided strictly on an "AS
// IS" basis, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, AND
// LICENSOR HEREBY DISCLAIMS ALL SUCH WARRANTIES, INCLUDING WITHOUT
// LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
// PURPOSE, QUIET ENJOYMENT, OR NON-INFRINGEMENT. See the RPL for specific
// language governing rights and limitations under the RPL.
import
Foundation
extension
NSData
{
...
...
FISAKitTests/FISAFileTests.swift
View file @
93140968
...
...
@@ -3,12 +3,19 @@
// FISA
//
// Created by Drew Crawford on 8/16/15.
// Copyright © 2015 DrewCrawfordApps. All rights reserved.
// This file is part of FISA. It is subject to the license terms in the LICENSE
// file found inthe top level of this distribution
// No part of FISA, including this file, may be copied, modified,
// propagated, or distributed except according to the terms contained
// in the LICENSE file.
// FISA © 2015 DrewCrawfordApps LLC
//
// Unless explicitly acquired and licensed from Licensor under another
// license, the contents of this file are subject to the Reciprocal Public
// License ("RPL") Version 1.5, or subsequent versions as allowed by the RPL,
// and You may not copy or use this file in either source code or executable
// form, except in compliance with the terms and conditions of the RPL.
// All software distributed under the RPL is provided strictly on an "AS
// IS" basis, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, AND
// LICENSOR HEREBY DISCLAIMS ALL SUCH WARRANTIES, INCLUDING WITHOUT
// LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
// PURPOSE, QUIET ENJOYMENT, OR NON-INFRINGEMENT. See the RPL for specific
// language governing rights and limitations under the RPL.
import
Foundation
...
...
FISATests/FISATests.swift
View file @
93140968
...
...
@@ -4,7 +4,19 @@
//
// Created by Drew Crawford on 8/16/15.
// Copyright © 2015 DrewCrawfordApps. All rights reserved.
// FISA © 2015 DrewCrawfordApps LLC
//
// Unless explicitly acquired and licensed from Licensor under another
// license, the contents of this file are subject to the Reciprocal Public
// License ("RPL") Version 1.5, or subsequent versions as allowed by the RPL,
// and You may not copy or use this file in either source code or executable
// form, except in compliance with the terms and conditions of the RPL.
// All software distributed under the RPL is provided strictly on an "AS
// IS" basis, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, AND
// LICENSOR HEREBY DISCLAIMS ALL SUCH WARRANTIES, INCLUDING WITHOUT
// LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
// PURPOSE, QUIET ENJOYMENT, OR NON-INFRINGEMENT. See the RPL for specific
// language governing rights and limitations under the RPL.
import
XCTest
@testable
import
FISA
...
...
FISAcli/main.m
View file @
93140968
...
...
@@ -3,8 +3,19 @@
// FISAcli
//
// Created by Drew Crawford on 8/16/15.
//
Copyright © 2015 DrewCrawfordApps. All rights reserved.
//
FISA © 2015 DrewCrawfordApps LLC
//
// Unless explicitly acquired and licensed from Licensor under another
// license, the contents of this file are subject to the Reciprocal Public
// License ("RPL") Version 1.5, or subsequent versions as allowed by the RPL,
// and You may not copy or use this file in either source code or executable
// form, except in compliance with the terms and conditions of the RPL.
// All software distributed under the RPL is provided strictly on an "AS
// IS" basis, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, AND
// LICENSOR HEREBY DISCLAIMS ALL SUCH WARRANTIES, INCLUDING WITHOUT
// LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
// PURPOSE, QUIET ENJOYMENT, OR NON-INFRINGEMENT. See the RPL for specific
// language governing rights and limitations under the RPL.
#import
<Foundation
/
Foundation
.
h
>
#import
<FISAKit
/
FISAKit
.
h
>
...
...
LICENSE
0 → 100644
View file @
93140968
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment