Skip to content

Commit 06b6031

Browse files
committed
update copyright
1 parent f32fbf7 commit 06b6031

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

+69
-63
lines changed

README.md

Lines changed: 6 additions & 0 deletions

cmd/play/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 Mandelsoft. All rights reserved.
2+
* Copyright 2022 Mandelsoft. All rights reserved.
33
* This file is licensed under the Apache Software License, v. 2 except as noted
44
* otherwise in the LICENSE file
55
*

cmd/symlink/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 Mandelsoft. All rights reserved.
2+
* Copyright 2022 Mandelsoft. All rights reserved.
33
* This file is licensed under the Apache Software License, v. 2 except as noted
44
* otherwise in the LICENSE file
55
*

cmd/vfs/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 Mandelsoft. All rights reserved.
2+
* Copyright 2022 Mandelsoft. All rights reserved.
33
* This file is licensed under the Apache Software License, v. 2 except as noted
44
* otherwise in the LICENSE file
55
*
@@ -104,11 +104,11 @@ func main() {
104104
Error(fmt.Errorf("read 1 failed: %d %q", n, string(buf[:n])))
105105
}
106106
n, err = f.Read(buf[:])
107+
Assert(err)
107108
if n != 5 && string(buf[:n]) != "test\n" {
108109
Error(fmt.Errorf("read 2 failed: %d %q", n, string(buf[:n])))
109110
}
110111
f.Close()
111-
list(wdfs, "d")
112112
list(wdfs, "pkg")
113113

114114
}

cmd/yamlfs/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 Mandelsoft. All rights reserved.
2+
* Copyright 2022 Mandelsoft. All rights reserved.
33
* This file is licensed under the Apache Software License, v. 2 except as noted
44
* otherwise in the LICENSE file
55
*

pkg/composefs/compose.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 Mandelsoft. All rights reserved.
2+
* Copyright 2022 Mandelsoft. All rights reserved.
33
* This file is licensed under the Apache Software License, v. 2 except as noted
44
* otherwise in the LICENSE file
55
*

pkg/composefs/doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 Mandelsoft. All rights reserved.
2+
* Copyright 2022 Mandelsoft. All rights reserved.
33
* This file is licensed under the Apache Software License, v. 2 except as noted
44
* otherwise in the LICENSE file
55
*

pkg/cwdfs/cwd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 Mandelsoft. All rights reserved.
2+
* Copyright 2022 Mandelsoft. All rights reserved.
33
* This file is licensed under the Apache Software License, v. 2 except as noted
44
* otherwise in the LICENSE file
55
*

pkg/cwdfs/doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 Mandelsoft. All rights reserved.
2+
* Copyright 2022 Mandelsoft. All rights reserved.
33
* This file is licensed under the Apache Software License, v. 2 except as noted
44
* otherwise in the LICENSE file
55
*

pkg/layerfs/doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 Mandelsoft. All rights reserved.
2+
* Copyright 2022 Mandelsoft. All rights reserved.
33
* This file is licensed under the Apache Software License, v. 2 except as noted
44
* otherwise in the LICENSE file
55
*

0 commit comments

Comments
 (0)