Skip to content

Commit

Permalink
- update copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
rocketlaunchr-cto committed Sep 23, 2019
1 parent bdb637e commit d2dfe1f
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 12 deletions.
8 changes: 2 additions & 6 deletions elements/elements.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2018-19 PJ Engineering and Business Solutions Pty. Ltd. All rights reserved.

package elements

import (
Expand All @@ -13,12 +15,6 @@ var (
FALSE = false
)

//
// PULL-REQUESTS WILL BE WARMLY WELCOMED
// Some of the field types are likely to change
// to more appropriate types.
//

// AProps ...
type AProps struct {
AriaSet react.Set `react:"aria-,omitempty"`
Expand Down
2 changes: 2 additions & 0 deletions elements/styles.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2018-19 PJ Engineering and Business Solutions Pty. Ltd. All rights reserved.

package elements

// Styles represent CSS3 attributes.
Expand Down
2 changes: 1 addition & 1 deletion helpers.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018 PJ Engineering and Business Solutions Pty. Ltd. All rights reserved.
// Copyright 2018-19 PJ Engineering and Business Solutions Pty. Ltd. All rights reserved.

package react

Expand Down
2 changes: 1 addition & 1 deletion react.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018 PJ Engineering and Business Solutions Pty. Ltd. All rights reserved.
// Copyright 2018-19 PJ Engineering and Business Solutions Pty. Ltd. All rights reserved.

package react

Expand Down
2 changes: 1 addition & 1 deletion react_class.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018 PJ Engineering and Business Solutions Pty. Ltd. All rights reserved.
// Copyright 2018-19 PJ Engineering and Business Solutions Pty. Ltd. All rights reserved.

package react

Expand Down
2 changes: 1 addition & 1 deletion react_events.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018 PJ Engineering and Business Solutions Pty. Ltd. All rights reserved.
// Copyright 2018-19 PJ Engineering and Business Solutions Pty. Ltd. All rights reserved.

package react

Expand Down
2 changes: 1 addition & 1 deletion react_lifecycle.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018 PJ Engineering and Business Solutions Pty. Ltd. All rights reserved.
// Copyright 2018-19 PJ Engineering and Business Solutions Pty. Ltd. All rights reserved.

package react

Expand Down
2 changes: 1 addition & 1 deletion structs.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018 PJ Engineering and Business Solutions Pty. Ltd. All rights reserved.
// Copyright 2018-19 PJ Engineering and Business Solutions Pty. Ltd. All rights reserved.

package react

Expand Down

0 comments on commit d2dfe1f

Please sign in to comment.