Skip to content

Commit 9931ee1

Browse files
committed
Add right copy for go code files.
1 parent 2782c0d commit 9931ee1

File tree

61 files changed

+122
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+122
-0
lines changed

AsposeCellsCWrapper.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
2+
// Powered by Aspose.Cells.
13
#include <stdint.h>
24
#include <stdbool.h>
35
#ifdef _WIN32

aspose_cells.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// +build windows
22

3+
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
4+
// Powered by Aspose.Cells.
35
package asposecells
46

57
// #cgo CXXFLAGS: -std=c++11

aspose_cells_charts.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// +build windows
22

3+
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
4+
// Powered by Aspose.Cells.
35
package asposecells
46

57
// #cgo CXXFLAGS: -std=c++11

aspose_cells_charts_linux.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// +build linux
22

3+
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
4+
// Powered by Aspose.Cells.
35
package asposecells
46

57
// #cgo CXXFLAGS: -std=c++11

aspose_cells_datamodels.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// +build windows
22

3+
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
4+
// Powered by Aspose.Cells.
35
package asposecells
46

57
// #cgo CXXFLAGS: -std=c++11

aspose_cells_datamodels_linux.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// +build linux
22

3+
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
4+
// Powered by Aspose.Cells.
35
package asposecells
46

57
// #cgo CXXFLAGS: -std=c++11

aspose_cells_digitalsignatures.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// +build windows
22

3+
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
4+
// Powered by Aspose.Cells.
35
package asposecells
46

57
// #cgo CXXFLAGS: -std=c++11

aspose_cells_digitalsignatures_linux.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// +build linux
22

3+
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
4+
// Powered by Aspose.Cells.
35
package asposecells
46

57
// #cgo CXXFLAGS: -std=c++11

aspose_cells_drawing.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// +build windows
22

3+
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
4+
// Powered by Aspose.Cells.
35
package asposecells
46

57
// #cgo CXXFLAGS: -std=c++11

aspose_cells_drawing_activexcontrols.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// +build windows
22

3+
// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
4+
// Powered by Aspose.Cells.
35
package asposecells
46

57
// #cgo CXXFLAGS: -std=c++11

0 commit comments

Comments
 (0)