Skip to content

Commit

Permalink
add license header
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Wang <[email protected]>
  • Loading branch information
ahrtr committed Aug 23, 2023
1 parent 9b3758a commit f602d9e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions pkg/legacygwjsonpb/marshal.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
// Copyright (c) 2015, Gengo, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without modification,
// are permitted provided that the following conditions are met:
//
// * Redistributions of source code must retain the above copyright notice,
// this list of conditions and the following disclaimer.
//
// * Redistributions in binary form must reproduce the above copyright notice,
// this list of conditions and the following disclaimer in the documentation
// and/or other materials provided with the distribution.
//
// * Neither the name of Gengo, Inc. nor the names of its
// contributors may be used to endorse or promote products derived from this
// software without specific prior written permission.

package legacygwjsonpb

import (
Expand Down

0 comments on commit f602d9e

Please sign in to comment.