diff --git a/debug.go b/debug.go index 8171e16..9753dbf 100644 --- a/debug.go +++ b/debug.go @@ -1,5 +1,16 @@ // Copyright 2015 Google Inc. All Rights Reserved. -// Author: jacobsa@google.com (Aaron Jacobs) +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package fuse diff --git a/doc.go b/doc.go index ddedc38..1e60be1 100644 --- a/doc.go +++ b/doc.go @@ -1,5 +1,16 @@ // Copyright 2015 Google Inc. All Rights Reserved. -// Author: jacobsa@google.com (Aaron Jacobs) +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. // Package fuse enables writing and mounting user-space file systems. // diff --git a/errors.go b/errors.go index 860d7ec..24ebc37 100644 --- a/errors.go +++ b/errors.go @@ -1,5 +1,16 @@ // Copyright 2015 Google Inc. All Rights Reserved. -// Author: jacobsa@google.com (Aaron Jacobs) +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package fuse diff --git a/file_system.go b/file_system.go index 3bbdb7b..fc6259d 100644 --- a/file_system.go +++ b/file_system.go @@ -1,5 +1,16 @@ // Copyright 2015 Google Inc. All Rights Reserved. -// Author: jacobsa@google.com (Aaron Jacobs) +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package fuse diff --git a/fuseutil/dirent.go b/fuseutil/dirent.go index c12ad1e..5e81a1e 100644 --- a/fuseutil/dirent.go +++ b/fuseutil/dirent.go @@ -1,5 +1,16 @@ // Copyright 2015 Google Inc. All Rights Reserved. -// Author: jacobsa@google.com (Aaron Jacobs) +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package fuseutil diff --git a/fuseutil/doc.go b/fuseutil/doc.go index 9214a07..8573d6e 100644 --- a/fuseutil/doc.go +++ b/fuseutil/doc.go @@ -1,5 +1,16 @@ // Copyright 2015 Google Inc. All Rights Reserved. -// Author: jacobsa@google.com (Aaron Jacobs) +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. // Types and functions that make it easier to work with package fuse. package fuseutil diff --git a/fuseutil/not_implemented_file_system.go b/fuseutil/not_implemented_file_system.go index e48d449..55697b9 100644 --- a/fuseutil/not_implemented_file_system.go +++ b/fuseutil/not_implemented_file_system.go @@ -1,5 +1,16 @@ // Copyright 2015 Google Inc. All Rights Reserved. -// Author: jacobsa@google.com (Aaron Jacobs) +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package fuseutil diff --git a/mounted_file_system.go b/mounted_file_system.go index 03e4b57..963c514 100644 --- a/mounted_file_system.go +++ b/mounted_file_system.go @@ -1,5 +1,16 @@ // Copyright 2015 Google Inc. All Rights Reserved. -// Author: jacobsa@google.com (Aaron Jacobs) +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package fuse diff --git a/samples/hellofs/hello_fs.go b/samples/hellofs/hello_fs.go index 9791763..6e933e0 100644 --- a/samples/hellofs/hello_fs.go +++ b/samples/hellofs/hello_fs.go @@ -1,5 +1,16 @@ // Copyright 2015 Google Inc. All Rights Reserved. -// Author: jacobsa@google.com (Aaron Jacobs) +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package hellofs diff --git a/samples/hellofs/hello_fs_test.go b/samples/hellofs/hello_fs_test.go index bd80991..a871916 100644 --- a/samples/hellofs/hello_fs_test.go +++ b/samples/hellofs/hello_fs_test.go @@ -1,5 +1,16 @@ // Copyright 2015 Google Inc. All Rights Reserved. -// Author: jacobsa@google.com (Aaron Jacobs) +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package hellofs_test diff --git a/samples/memfs/fs.go b/samples/memfs/fs.go index 0a570a1..eceed2b 100644 --- a/samples/memfs/fs.go +++ b/samples/memfs/fs.go @@ -1,5 +1,16 @@ // Copyright 2015 Google Inc. All Rights Reserved. -// Author: jacobsa@google.com (Aaron Jacobs) +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package memfs diff --git a/samples/memfs/inode.go b/samples/memfs/inode.go index 45633b4..163a22f 100644 --- a/samples/memfs/inode.go +++ b/samples/memfs/inode.go @@ -1,5 +1,16 @@ // Copyright 2015 Google Inc. All Rights Reserved. -// Author: jacobsa@google.com (Aaron Jacobs) +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package memfs diff --git a/samples/memfs/memfs_test.go b/samples/memfs/memfs_test.go index 8428647..0467cb9 100644 --- a/samples/memfs/memfs_test.go +++ b/samples/memfs/memfs_test.go @@ -1,5 +1,16 @@ // Copyright 2015 Google Inc. All Rights Reserved. -// Author: jacobsa@google.com (Aaron Jacobs) +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package memfs_test diff --git a/server.go b/server.go index c79ff6d..14c8f15 100644 --- a/server.go +++ b/server.go @@ -1,5 +1,16 @@ // Copyright 2015 Google Inc. All Rights Reserved. -// Author: jacobsa@google.com (Aaron Jacobs) +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package fuse