diff --git a/cmd/create.go b/cmd/create.go index 3f62725..4e2d1ea 100644 --- a/cmd/create.go +++ b/cmd/create.go @@ -1,5 +1,5 @@ /* -Copyright © 2023 cychoi, tykim +Copyright 2023 The Cloud-Barista Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cmd/delete.go b/cmd/delete.go index 2f873ed..be01892 100644 --- a/cmd/delete.go +++ b/cmd/delete.go @@ -1,5 +1,5 @@ /* -Copyright © 2023 cychoi, tykim +Copyright 2023 The Cloud-Barista Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cmd/export.go b/cmd/export.go index 7c57943..adf641b 100644 --- a/cmd/export.go +++ b/cmd/export.go @@ -1,5 +1,5 @@ /* -Copyright © 2023 cychoi, tykim +Copyright 2023 The Cloud-Barista Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cmd/import.go b/cmd/import.go index ff33bc7..8d8017d 100644 --- a/cmd/import.go +++ b/cmd/import.go @@ -1,5 +1,5 @@ /* -Copyright © 2023 cychoi, tykim +Copyright 2023 The Cloud-Barista Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cmd/migration.go b/cmd/migration.go index 592f254..0e95ebd 100644 --- a/cmd/migration.go +++ b/cmd/migration.go @@ -1,5 +1,5 @@ /* -Copyright © 2023 cychoi, tykim +Copyright 2023 The Cloud-Barista Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cmd/nrdbms.go b/cmd/nrdbms.go index 6e67f9f..40fb2ed 100644 --- a/cmd/nrdbms.go +++ b/cmd/nrdbms.go @@ -1,5 +1,5 @@ /* -Copyright © 2023 cychoi, tykim +Copyright 2023 The Cloud-Barista Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cmd/objectstorage.go b/cmd/objectstorage.go index 51772c4..9b48392 100644 --- a/cmd/objectstorage.go +++ b/cmd/objectstorage.go @@ -1,5 +1,5 @@ /* -Copyright © 2023 cychoi, tykim +Copyright 2023 The Cloud-Barista Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cmd/rdbms.go b/cmd/rdbms.go index 781e305..bbddd7a 100644 --- a/cmd/rdbms.go +++ b/cmd/rdbms.go @@ -1,5 +1,5 @@ /* -Copyright © 2023 cychoi, tykim +Copyright 2023 The Cloud-Barista Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cmd/root.go b/cmd/root.go index 8e7e3b5..73c51a8 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -1,5 +1,5 @@ /* -Copyright © 2023 cychoi, tykim +Copyright 2023 The Cloud-Barista Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cmd/server.go b/cmd/server.go index dffdcc4..27ec393 100644 --- a/cmd/server.go +++ b/cmd/server.go @@ -1,5 +1,5 @@ /* -Copyright © 2023 cychoi, tykim +Copyright 2023 The Cloud-Barista Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/config/config.go b/config/config.go index 8e70028..d22f722 100644 --- a/config/config.go +++ b/config/config.go @@ -1,3 +1,18 @@ +/* +Copyright 2023 The Cloud-Barista Authors. + +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 config import ( diff --git a/docs/Datamold-Usage-Guide.md b/docs/Datamold-Usage-Guide.md index 2df331d..53fb3c8 100644 --- a/docs/Datamold-Usage-Guide.md +++ b/docs/Datamold-Usage-Guide.md @@ -1,4 +1,4 @@ -# Datamold 사용 가이드 +# Data Mold 사용 가이드 ## 사전 준비 사항 ### 스토리지/DB 관련 서비스 신청 및 권한 부여 diff --git a/internal/auth/base.go b/internal/auth/base.go index 1d9d4d4..062055c 100644 --- a/internal/auth/base.go +++ b/internal/auth/base.go @@ -1,3 +1,18 @@ +/* +Copyright 2023 The Cloud-Barista Authors. + +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 auth import ( diff --git a/internal/auth/cmdstruct.go b/internal/auth/cmdstruct.go index af5c097..4754104 100644 --- a/internal/auth/cmdstruct.go +++ b/internal/auth/cmdstruct.go @@ -1,3 +1,18 @@ +/* +Copyright 2023 The Cloud-Barista Authors. + +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 auth type DatamoldParams struct { diff --git a/internal/auth/nrdb.go b/internal/auth/nrdb.go index 0f1d894..743e56d 100644 --- a/internal/auth/nrdb.go +++ b/internal/auth/nrdb.go @@ -1,3 +1,18 @@ +/* +Copyright 2023 The Cloud-Barista Authors. + +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 auth import ( diff --git a/internal/auth/os.go b/internal/auth/os.go index 7edf4e6..955c514 100644 --- a/internal/auth/os.go +++ b/internal/auth/os.go @@ -1,3 +1,18 @@ +/* +Copyright 2023 The Cloud-Barista Authors. + +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 auth import ( diff --git a/internal/auth/rdb.go b/internal/auth/rdb.go index ab2105c..d85c7cb 100644 --- a/internal/auth/rdb.go +++ b/internal/auth/rdb.go @@ -1,3 +1,18 @@ +/* +Copyright 2023 The Cloud-Barista Authors. + +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 auth import ( diff --git a/internal/execfunc/dummycreate.go b/internal/execfunc/dummycreate.go index b8efffd..77d0c31 100644 --- a/internal/execfunc/dummycreate.go +++ b/internal/execfunc/dummycreate.go @@ -1,3 +1,18 @@ +/* +Copyright 2023 The Cloud-Barista Authors. + +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 execfunc import ( diff --git a/internal/log/log.go b/internal/log/log.go index ed7a857..1dc326f 100644 --- a/internal/log/log.go +++ b/internal/log/log.go @@ -1,3 +1,18 @@ +/* +Copyright 2023 The Cloud-Barista Authors. + +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 log import ( diff --git a/main.go b/main.go index 4b0ee79..36618f2 100644 --- a/main.go +++ b/main.go @@ -1,6 +1,17 @@ /* -Copyright © 2023 NAME HERE +Copyright 2023 The Cloud-Barista Authors. +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 main diff --git a/pkg/dummy/structured/csv.go b/pkg/dummy/structured/csv.go index 65d038c..9be1d8f 100644 --- a/pkg/dummy/structured/csv.go +++ b/pkg/dummy/structured/csv.go @@ -1,3 +1,18 @@ +/* +Copyright 2023 The Cloud-Barista Authors. + +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 structured import ( diff --git a/pkg/dummy/structured/sql.go b/pkg/dummy/structured/sql.go index 018f4cf..ef0e80e 100644 --- a/pkg/dummy/structured/sql.go +++ b/pkg/dummy/structured/sql.go @@ -1,3 +1,18 @@ +/* +Copyright 2023 The Cloud-Barista Authors. + +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 structured import ( diff --git a/pkg/dummy/structured/structed_test.go b/pkg/dummy/structured/structed_test.go index 80ea4a3..39d08d2 100644 --- a/pkg/dummy/structured/structed_test.go +++ b/pkg/dummy/structured/structed_test.go @@ -1,3 +1,18 @@ +/* +Copyright 2023 The Cloud-Barista Authors. + +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 structured_test import ( diff --git a/pkg/dummy/unstructured/gif.go b/pkg/dummy/unstructured/gif.go index e5439f7..37b7380 100644 --- a/pkg/dummy/unstructured/gif.go +++ b/pkg/dummy/unstructured/gif.go @@ -1,3 +1,18 @@ +/* +Copyright 2023 The Cloud-Barista Authors. + +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 unstructured import ( diff --git a/pkg/dummy/unstructured/img.go b/pkg/dummy/unstructured/img.go index 9a58006..a452f9d 100644 --- a/pkg/dummy/unstructured/img.go +++ b/pkg/dummy/unstructured/img.go @@ -1,3 +1,18 @@ +/* +Copyright 2023 The Cloud-Barista Authors. + +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 unstructured import ( diff --git a/pkg/dummy/unstructured/txt.go b/pkg/dummy/unstructured/txt.go index 71217ad..1900bb7 100644 --- a/pkg/dummy/unstructured/txt.go +++ b/pkg/dummy/unstructured/txt.go @@ -1,3 +1,18 @@ +/* +Copyright 2023 The Cloud-Barista Authors. + +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 unstructured import ( diff --git a/pkg/dummy/unstructured/unstructed_test.go b/pkg/dummy/unstructured/unstructed_test.go index ee0d720..601f6e8 100644 --- a/pkg/dummy/unstructured/unstructed_test.go +++ b/pkg/dummy/unstructured/unstructed_test.go @@ -1,3 +1,18 @@ +/* +Copyright 2023 The Cloud-Barista Authors. + +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 unstructured_test import ( diff --git a/pkg/dummy/unstructured/zip.go b/pkg/dummy/unstructured/zip.go index 0cd6bcc..1098a91 100644 --- a/pkg/dummy/unstructured/zip.go +++ b/pkg/dummy/unstructured/zip.go @@ -1,3 +1,18 @@ +/* +Copyright 2023 The Cloud-Barista Authors. + +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 unstructured import ( diff --git a/pkg/nrdbms/awsdnmdb/dynamodb.go b/pkg/nrdbms/awsdnmdb/dynamodb.go index 7c5fab4..1080a5d 100644 --- a/pkg/nrdbms/awsdnmdb/dynamodb.go +++ b/pkg/nrdbms/awsdnmdb/dynamodb.go @@ -1,3 +1,18 @@ +/* +Copyright 2023 The Cloud-Barista Authors. + +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 awsdnmdb import ( diff --git a/pkg/nrdbms/gcpfsdb/firestoredb.go b/pkg/nrdbms/gcpfsdb/firestoredb.go index 1b065be..05f299f 100644 --- a/pkg/nrdbms/gcpfsdb/firestoredb.go +++ b/pkg/nrdbms/gcpfsdb/firestoredb.go @@ -1,3 +1,18 @@ +/* +Copyright 2023 The Cloud-Barista Authors. + +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 gcpfsdb import ( diff --git a/pkg/nrdbms/ncpmgdb/ncpmgdb.go b/pkg/nrdbms/ncpmgdb/ncpmgdb.go index 6763844..1778586 100644 --- a/pkg/nrdbms/ncpmgdb/ncpmgdb.go +++ b/pkg/nrdbms/ncpmgdb/ncpmgdb.go @@ -1,3 +1,18 @@ +/* +Copyright 2023 The Cloud-Barista Authors. + +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 ncpmgdb import ( diff --git a/pkg/objectstorage/gcpfs/gcpfs.go b/pkg/objectstorage/gcpfs/gcpfs.go index 1c5cb70..1149768 100644 --- a/pkg/objectstorage/gcpfs/gcpfs.go +++ b/pkg/objectstorage/gcpfs/gcpfs.go @@ -1,3 +1,18 @@ +/* +Copyright 2023 The Cloud-Barista Authors. + +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 gcpfs import ( diff --git a/pkg/objectstorage/s3fs/s3fs.go b/pkg/objectstorage/s3fs/s3fs.go index 6b4a1c8..aa7b10a 100644 --- a/pkg/objectstorage/s3fs/s3fs.go +++ b/pkg/objectstorage/s3fs/s3fs.go @@ -1,3 +1,18 @@ +/* +Copyright 2023 The Cloud-Barista Authors. + +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 s3fs import ( diff --git a/pkg/rdbms/mysql/mysql.go b/pkg/rdbms/mysql/mysql.go index 2116715..5ca7112 100644 --- a/pkg/rdbms/mysql/mysql.go +++ b/pkg/rdbms/mysql/mysql.go @@ -1,3 +1,18 @@ +/* +Copyright 2023 The Cloud-Barista Authors. + +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 mysql import ( diff --git a/pkg/utils/utils.go b/pkg/utils/utils.go index f57349d..9ddd24f 100644 --- a/pkg/utils/utils.go +++ b/pkg/utils/utils.go @@ -1,3 +1,18 @@ +/* +Copyright 2023 The Cloud-Barista Authors. + +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 utils import ( diff --git a/service/nrdbc/nrdbc.go b/service/nrdbc/nrdbc.go index 3dadb85..05e789b 100644 --- a/service/nrdbc/nrdbc.go +++ b/service/nrdbc/nrdbc.go @@ -1,3 +1,18 @@ +/* +Copyright 2023 The Cloud-Barista Authors. + +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 nrdbc import ( diff --git a/service/nrdbc/nrdbc_test.go b/service/nrdbc/nrdbc_test.go index 4256f71..08c78c9 100644 --- a/service/nrdbc/nrdbc_test.go +++ b/service/nrdbc/nrdbc_test.go @@ -1,3 +1,18 @@ +/* +Copyright 2023 The Cloud-Barista Authors. + +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 nrdbc_test import ( diff --git a/service/osc/copy.go b/service/osc/copy.go index f620603..d580735 100644 --- a/service/osc/copy.go +++ b/service/osc/copy.go @@ -1,3 +1,18 @@ +/* +Copyright 2023 The Cloud-Barista Authors. + +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 osc import ( diff --git a/service/osc/get.go b/service/osc/get.go index 1a741c4..3b1b4ce 100644 --- a/service/osc/get.go +++ b/service/osc/get.go @@ -1,3 +1,18 @@ +/* +Copyright 2023 The Cloud-Barista Authors. + +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 osc import ( diff --git a/service/osc/osc.go b/service/osc/osc.go index c49514c..0183edb 100644 --- a/service/osc/osc.go +++ b/service/osc/osc.go @@ -1,3 +1,18 @@ +/* +Copyright 2023 The Cloud-Barista Authors. + +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 osc import ( diff --git a/service/osc/osc_test.go b/service/osc/osc_test.go index 724beda..3135a61 100644 --- a/service/osc/osc_test.go +++ b/service/osc/osc_test.go @@ -1,3 +1,18 @@ +/* +Copyright 2023 The Cloud-Barista Authors. + +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 osc_test import ( diff --git a/service/osc/put.go b/service/osc/put.go index 63aa853..d90644a 100644 --- a/service/osc/put.go +++ b/service/osc/put.go @@ -1,3 +1,18 @@ +/* +Copyright 2023 The Cloud-Barista Authors. + +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 osc import ( diff --git a/service/rdbc/rdbc.go b/service/rdbc/rdbc.go index dc449d7..4471f1a 100644 --- a/service/rdbc/rdbc.go +++ b/service/rdbc/rdbc.go @@ -1,3 +1,18 @@ +/* +Copyright 2023 The Cloud-Barista Authors. + +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 rdbc import ( diff --git a/service/rdbc/rdbc_test.go b/service/rdbc/rdbc_test.go index 57e4c83..9734bb1 100644 --- a/service/rdbc/rdbc_test.go +++ b/service/rdbc/rdbc_test.go @@ -1,3 +1,18 @@ +/* +Copyright 2023 The Cloud-Barista Authors. + +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 rdbc_test import ( diff --git a/web/templates/footer.html b/web/templates/footer.html index 4652234..ddaaa4e 100644 --- a/web/templates/footer.html +++ b/web/templates/footer.html @@ -3,7 +3,7 @@