Skip to content

Commit 8b65357

Browse files
committed
Add Copyright
1 parent 188e3ee commit 8b65357

4 files changed

Lines changed: 28 additions & 4 deletions

File tree

Assets/Hypertext/Examples/RegexExample.cs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
using UnityEngine;
1+
/*
2+
* uGUI-Hypertext (https://github.com/setchi/uGUI-Hypertext)
3+
* Copyright (c) 2019 setchi
4+
* Licensed under MIT (https://github.com/setchi/uGUI-Hypertext/blob/master/LICENSE)
5+
*/
6+
7+
using UnityEngine;
28

39
namespace Hypertext
410
{

Assets/Hypertext/Examples/RegexHypertext.cs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
using System;
1+
/*
2+
* uGUI-Hypertext (https://github.com/setchi/uGUI-Hypertext)
3+
* Copyright (c) 2019 setchi
4+
* Licensed under MIT (https://github.com/setchi/uGUI-Hypertext/blob/master/LICENSE)
5+
*/
6+
7+
using System;
28
using System.Collections.Generic;
39
using System.Text.RegularExpressions;
410
using UnityEngine;

Assets/Hypertext/Scripts/HypertextBase.cs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
using System;
1+
/*
2+
* uGUI-Hypertext (https://github.com/setchi/uGUI-Hypertext)
3+
* Copyright (c) 2019 setchi
4+
* Licensed under MIT (https://github.com/setchi/uGUI-Hypertext/blob/master/LICENSE)
5+
*/
6+
7+
using System;
28
using System.Collections.Generic;
39
using System.Linq;
410
using UnityEngine;

Assets/Hypertext/Scripts/ObjectPool.cs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
using System;
1+
/*
2+
* uGUI-Hypertext (https://github.com/setchi/uGUI-Hypertext)
3+
* Copyright (c) 2019 setchi
4+
* Licensed under MIT (https://github.com/setchi/uGUI-Hypertext/blob/master/LICENSE)
5+
*/
6+
7+
using System;
28
using System.Collections.Generic;
39

410
namespace Hypertext

0 commit comments

Comments
 (0)