소스 검색

Add license information

master
achmizs 10 년 전
부모
커밋
149c1965e4
14개의 변경된 파일42개의 추가작업 그리고 42개의 파일을 삭제
  1. 3
    3
      SA_DiceBag.h
  2. 3
    3
      SA_DiceBag.m
  3. 3
    3
      SA_DiceBot.h
  4. 3
    3
      SA_DiceBot.m
  5. 3
    3
      SA_DiceErrorHandling.h
  6. 3
    3
      SA_DiceErrorHandling.m
  7. 3
    3
      SA_DiceEvaluator.h
  8. 3
    3
      SA_DiceEvaluator.m
  9. 3
    3
      SA_DiceExpressionStringConstants.h
  10. 3
    3
      SA_DiceExpressionStringConstants.m
  11. 3
    3
      SA_DiceFormatter.h
  12. 3
    3
      SA_DiceFormatter.m
  13. 3
    3
      SA_DiceParser.h
  14. 3
    3
      SA_DiceParser.m

+ 3
- 3
SA_DiceBag.h 파일 보기

@@ -1,10 +1,10 @@
//
// SA_DiceBag.h
// RPGBot
//
// Created by Sandy Achmiz on 12/30/15.
//
// Copyright (c) 2016 Said Achmiz.
//
// This software is licensed under the MIT license.
// See the file "LICENSE" for more information.

#import <Foundation/Foundation.h>


+ 3
- 3
SA_DiceBag.m 파일 보기

@@ -1,10 +1,10 @@
//
// SA_DiceBag.m
// RPGBot
//
// Created by Sandy Achmiz on 12/30/15.
//
// Copyright (c) 2016 Said Achmiz.
//
// This software is licensed under the MIT license.
// See the file "LICENSE" for more information.

#import "SA_DiceBag.h"


+ 3
- 3
SA_DiceBot.h 파일 보기

@@ -1,10 +1,10 @@
//
// SA_DiceBot.h
// RPGBot
//
// Created by Sandy Achmiz on 12/30/15.
//
// Copyright (c) 2016 Said Achmiz.
//
// This software is licensed under the MIT license.
// See the file "LICENSE" for more information.
/*
The SA_DiceBot class hierarchy works like this:

+ 3
- 3
SA_DiceBot.m 파일 보기

@@ -1,10 +1,10 @@
//
// SA_DiceBot.m
// RPGBot
//
// Created by Sandy Achmiz on 12/30/15.
//
// Copyright (c) 2016 Said Achmiz.
//
// This software is licensed under the MIT license.
// See the file "LICENSE" for more information.

#import "SA_DiceBot.h"


+ 3
- 3
SA_DiceErrorHandling.h 파일 보기

@@ -1,10 +1,10 @@
//
// SA_DiceErrorHandling.h
// RPGBot
//
// Created by Sandy Achmiz on 1/11/16.
//
// Copyright (c) 2016 Said Achmiz.
//
// This software is licensed under the MIT license.
// See the file "LICENSE" for more information.

#ifndef SA_DiceErrorHandling_h
#define SA_DiceErrorHandling_h

+ 3
- 3
SA_DiceErrorHandling.m 파일 보기

@@ -1,10 +1,10 @@
//
// SA_DiceErrorHandling.m
// RPGBot
//
// Created by Sandy Achmiz on 1/11/16.
//
// Copyright (c) 2016 Said Achmiz.
//
// This software is licensed under the MIT license.
// See the file "LICENSE" for more information.

#import "SA_DiceErrorHandling.h"


+ 3
- 3
SA_DiceEvaluator.h 파일 보기

@@ -1,10 +1,10 @@
//
// SA_DiceEvaluator.h
// RPGBot
//
// Created by Sandy Achmiz on 1/2/16.
//
// Copyright (c) 2016 Said Achmiz.
//
// This software is licensed under the MIT license.
// See the file "LICENSE" for more information.

#import <Foundation/Foundation.h>


+ 3
- 3
SA_DiceEvaluator.m 파일 보기

@@ -1,10 +1,10 @@
//
// SA_DiceEvaluator.m
// RPGBot
//
// Created by Sandy Achmiz on 1/2/16.
//
// Copyright (c) 2016 Said Achmiz.
//
// This software is licensed under the MIT license.
// See the file "LICENSE" for more information.

#import "SA_DiceEvaluator.h"


+ 3
- 3
SA_DiceExpressionStringConstants.h 파일 보기

@@ -1,10 +1,10 @@
//
// SA_DiceExpressionStringConstants.h
// RPGBot
//
// Created by Sandy Achmiz on 1/2/16.
//
// Copyright (c) 2016 Said Achmiz.
//
// This software is licensed under the MIT license.
// See the file "LICENSE" for more information.

#import <Foundation/Foundation.h>


+ 3
- 3
SA_DiceExpressionStringConstants.m 파일 보기

@@ -1,10 +1,10 @@
//
// SA_DiceExpressionStringConstants.m
// RPGBot
//
// Created by Sandy Achmiz on 1/2/16.
//
// Copyright (c) 2016 Said Achmiz.
//
// This software is licensed under the MIT license.
// See the file "LICENSE" for more information.

#import "SA_DiceExpressionStringConstants.h"


+ 3
- 3
SA_DiceFormatter.h 파일 보기

@@ -1,10 +1,10 @@
//
// SA_DiceFormatter.h
// RPGBot
//
// Created by Sandy Achmiz on 12/31/15.
//
// Copyright (c) 2016 Said Achmiz.
//
// This software is licensed under the MIT license.
// See the file "LICENSE" for more information.

#import <Foundation/Foundation.h>


+ 3
- 3
SA_DiceFormatter.m 파일 보기

@@ -1,10 +1,10 @@
//
// SA_DiceFormatter.m
// RPGBot
//
// Created by Sandy Achmiz on 12/31/15.
//
// Copyright (c) 2016 Said Achmiz.
//
// This software is licensed under the MIT license.
// See the file "LICENSE" for more information.

#import "SA_DiceFormatter.h"


+ 3
- 3
SA_DiceParser.h 파일 보기

@@ -1,10 +1,10 @@
//
// SA_DiceParser.h
// RPGBot
//
// Created by Sandy Achmiz on 12/30/15.
//
// Copyright (c) 2016 Said Achmiz.
//
// This software is licensed under the MIT license.
// See the file "LICENSE" for more information.

#import <Foundation/Foundation.h>


+ 3
- 3
SA_DiceParser.m 파일 보기

@@ -1,10 +1,10 @@
//
// SA_DiceParser.m
// RPGBot
//
// Created by Sandy Achmiz on 12/30/15.
//
// Copyright (c) 2016 Said Achmiz.
//
// This software is licensed under the MIT license.
// See the file "LICENSE" for more information.

#import "SA_DiceParser.h"


Loading…
취소
저장