From 149c1965e4d00e7da468c4932d679074a6ea10d0 Mon Sep 17 00:00:00 2001 From: achmizs Date: Sat, 16 Jan 2016 15:25:34 -0500 Subject: [PATCH] Add license information --- SA_DiceBag.h | 6 +++--- SA_DiceBag.m | 6 +++--- SA_DiceBot.h | 6 +++--- SA_DiceBot.m | 6 +++--- SA_DiceErrorHandling.h | 6 +++--- SA_DiceErrorHandling.m | 6 +++--- SA_DiceEvaluator.h | 6 +++--- SA_DiceEvaluator.m | 6 +++--- SA_DiceExpressionStringConstants.h | 6 +++--- SA_DiceExpressionStringConstants.m | 6 +++--- SA_DiceFormatter.h | 6 +++--- SA_DiceFormatter.m | 6 +++--- SA_DiceParser.h | 6 +++--- SA_DiceParser.m | 6 +++--- 14 files changed, 42 insertions(+), 42 deletions(-) diff --git a/SA_DiceBag.h b/SA_DiceBag.h index 51fb9e5..64976d4 100644 --- a/SA_DiceBag.h +++ b/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 diff --git a/SA_DiceBag.m b/SA_DiceBag.m index 7c41b9a..b6dc8a6 100644 --- a/SA_DiceBag.m +++ b/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" diff --git a/SA_DiceBot.h b/SA_DiceBot.h index 7d1384b..ee52bc3 100644 --- a/SA_DiceBot.h +++ b/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: diff --git a/SA_DiceBot.m b/SA_DiceBot.m index dfc5717..9430899 100644 --- a/SA_DiceBot.m +++ b/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" diff --git a/SA_DiceErrorHandling.h b/SA_DiceErrorHandling.h index f5e06a3..0774a72 100644 --- a/SA_DiceErrorHandling.h +++ b/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 diff --git a/SA_DiceErrorHandling.m b/SA_DiceErrorHandling.m index 1a387d4..2b85b31 100644 --- a/SA_DiceErrorHandling.m +++ b/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" diff --git a/SA_DiceEvaluator.h b/SA_DiceEvaluator.h index 7b64e20..dba7c02 100644 --- a/SA_DiceEvaluator.h +++ b/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 diff --git a/SA_DiceEvaluator.m b/SA_DiceEvaluator.m index 85d9c37..a64fe84 100644 --- a/SA_DiceEvaluator.m +++ b/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" diff --git a/SA_DiceExpressionStringConstants.h b/SA_DiceExpressionStringConstants.h index 5cf3d14..6f9439b 100644 --- a/SA_DiceExpressionStringConstants.h +++ b/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 diff --git a/SA_DiceExpressionStringConstants.m b/SA_DiceExpressionStringConstants.m index 9547f35..aa99928 100644 --- a/SA_DiceExpressionStringConstants.m +++ b/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" diff --git a/SA_DiceFormatter.h b/SA_DiceFormatter.h index b07bb8f..c6df034 100644 --- a/SA_DiceFormatter.h +++ b/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 diff --git a/SA_DiceFormatter.m b/SA_DiceFormatter.m index 4531a1a..1e7f1f7 100644 --- a/SA_DiceFormatter.m +++ b/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" diff --git a/SA_DiceParser.h b/SA_DiceParser.h index 23f180c..4dbc351 100644 --- a/SA_DiceParser.h +++ b/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 diff --git a/SA_DiceParser.m b/SA_DiceParser.m index 99d9626..e02e644 100644 --- a/SA_DiceParser.m +++ b/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"