From 6872b1174528a25568357443711104eff58d9472 Mon Sep 17 00:00:00 2001 From: rocketlaunchr-cto Date: Wed, 17 Oct 2018 20:59:39 +1100 Subject: [PATCH] - added copyright information --- helpers.go | 2 ++ react.go | 2 ++ react_class.go | 2 ++ react_events.go | 2 ++ react_lifecycle.go | 2 ++ structs.go | 2 ++ utility_funcs.go | 2 ++ 7 files changed, 14 insertions(+) diff --git a/helpers.go b/helpers.go index f701570..34d6765 100644 --- a/helpers.go +++ b/helpers.go @@ -1,3 +1,5 @@ +// Copyright 2018 PJ Engineering and Business Solutions Pty. Ltd. All rights reserved. + package react import ( diff --git a/react.go b/react.go index 48e0d06..c8ff92f 100644 --- a/react.go +++ b/react.go @@ -1,3 +1,5 @@ +// Copyright 2018 PJ Engineering and Business Solutions Pty. Ltd. All rights reserved. + package react import ( diff --git a/react_class.go b/react_class.go index 67d3abb..317cbed 100644 --- a/react_class.go +++ b/react_class.go @@ -1,3 +1,5 @@ +// Copyright 2018 PJ Engineering and Business Solutions Pty. Ltd. All rights reserved. + package react import ( diff --git a/react_events.go b/react_events.go index c66cb03..e38aa48 100644 --- a/react_events.go +++ b/react_events.go @@ -1,3 +1,5 @@ +// Copyright 2018 PJ Engineering and Business Solutions Pty. Ltd. All rights reserved. + package react import ( diff --git a/react_lifecycle.go b/react_lifecycle.go index d02bd90..1a51094 100644 --- a/react_lifecycle.go +++ b/react_lifecycle.go @@ -1,3 +1,5 @@ +// Copyright 2018 PJ Engineering and Business Solutions Pty. Ltd. All rights reserved. + package react import ( diff --git a/structs.go b/structs.go index b91b65c..3c219c4 100644 --- a/structs.go +++ b/structs.go @@ -1,3 +1,5 @@ +// Copyright 2018 PJ Engineering and Business Solutions Pty. Ltd. All rights reserved. + package react import ( diff --git a/utility_funcs.go b/utility_funcs.go index a03b719..bb9db87 100644 --- a/utility_funcs.go +++ b/utility_funcs.go @@ -1,3 +1,5 @@ +// Copyright 2018 PJ Engineering and Business Solutions Pty. Ltd. All rights reserved. + package react import (