Skip to content

Commit

Permalink
Add Copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
setchi committed Nov 23, 2019
1 parent 188e3ee commit 8b65357
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 4 deletions.
8 changes: 7 additions & 1 deletion Assets/Hypertext/Examples/RegexExample.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
using UnityEngine;
/*
* uGUI-Hypertext (https://github.com/setchi/uGUI-Hypertext)
* Copyright (c) 2019 setchi
* Licensed under MIT (https://github.com/setchi/uGUI-Hypertext/blob/master/LICENSE)
*/

using UnityEngine;

namespace Hypertext
{
Expand Down
8 changes: 7 additions & 1 deletion Assets/Hypertext/Examples/RegexHypertext.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
using System;
/*
* uGUI-Hypertext (https://github.com/setchi/uGUI-Hypertext)
* Copyright (c) 2019 setchi
* Licensed under MIT (https://github.com/setchi/uGUI-Hypertext/blob/master/LICENSE)
*/

using System;
using System.Collections.Generic;
using System.Text.RegularExpressions;
using UnityEngine;
Expand Down
8 changes: 7 additions & 1 deletion Assets/Hypertext/Scripts/HypertextBase.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
using System;
/*
* uGUI-Hypertext (https://github.com/setchi/uGUI-Hypertext)
* Copyright (c) 2019 setchi
* Licensed under MIT (https://github.com/setchi/uGUI-Hypertext/blob/master/LICENSE)
*/

using System;
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
Expand Down
8 changes: 7 additions & 1 deletion Assets/Hypertext/Scripts/ObjectPool.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
using System;
/*
* uGUI-Hypertext (https://github.com/setchi/uGUI-Hypertext)
* Copyright (c) 2019 setchi
* Licensed under MIT (https://github.com/setchi/uGUI-Hypertext/blob/master/LICENSE)
*/

using System;
using System.Collections.Generic;

namespace Hypertext
Expand Down

0 comments on commit 8b65357

Please sign in to comment.