diff --git a/cmd/meltcd/cmd.go b/cmd/meltcd/cmd.go index 4261d6e..1baf65d 100644 --- a/cmd/meltcd/cmd.go +++ b/cmd/meltcd/cmd.go @@ -1,5 +1,5 @@ /* -Copyright 2023 - PRESENT Meltred Pvt. Ltd. +Copyright 2023 - PRESENT Meltred 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/meltcd/server.go b/cmd/meltcd/server.go index 0719a7c..cff55cd 100644 --- a/cmd/meltcd/server.go +++ b/cmd/meltcd/server.go @@ -1,5 +1,5 @@ /* -Copyright 2023 - PRESENT Meltred Pvt. Ltd. +Copyright 2023 - PRESENT Meltred 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/main.go b/main.go index d4b8743..63159cf 100644 --- a/main.go +++ b/main.go @@ -1,5 +1,5 @@ /* -Copyright 2023 - PRESENT Meltred Pvt. Ltd. +Copyright 2023 - PRESENT Meltred 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/server/routes.go b/server/routes.go index a74c3c3..137ce11 100644 --- a/server/routes.go +++ b/server/routes.go @@ -1,3 +1,19 @@ +/* +Copyright 2023 - PRESENT Meltred + +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 server import ( diff --git a/ui/index.html b/ui/index.html index 255bf0b..81afc18 100644 --- a/ui/index.html +++ b/ui/index.html @@ -1,3 +1,19 @@ + + diff --git a/ui/src/App.tsx b/ui/src/App.tsx index 01eae94..53e71ca 100644 --- a/ui/src/App.tsx +++ b/ui/src/App.tsx @@ -1,3 +1,19 @@ +/* +Copyright 2023 - PRESENT Meltred + +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. +*/ + function App() { return (
diff --git a/ui/src/index.css b/ui/src/index.css index 2674312..8a18726 100644 --- a/ui/src/index.css +++ b/ui/src/index.css @@ -1,3 +1,19 @@ +/* +Copyright 2023 - PRESENT Meltred + +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. +*/ + :root { font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif; line-height: 1.5; diff --git a/ui/src/main.tsx b/ui/src/main.tsx index 3d7150d..7a61084 100644 --- a/ui/src/main.tsx +++ b/ui/src/main.tsx @@ -1,10 +1,26 @@ -import React from 'react' -import ReactDOM from 'react-dom/client' -import App from './App.tsx' -import './index.css' +/* +Copyright 2023 - PRESENT Meltred -ReactDOM.createRoot(document.getElementById('root')!).render( +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. +*/ + +import React from "react"; +import ReactDOM from "react-dom/client"; +import App from "./App.tsx"; +import "./index.css"; + +ReactDOM.createRoot(document.getElementById("root")!).render( - , -) + +); diff --git a/version/version.go b/version/version.go index b25fc53..66133be 100644 --- a/version/version.go +++ b/version/version.go @@ -1,5 +1,5 @@ /* -Copyright 2023 - PRESENT Meltred Pvt. Ltd. +Copyright 2023 - PRESENT Meltred Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.