Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Commit

Permalink
license added to files in header
Browse files Browse the repository at this point in the history
Signed-off-by: zerjioang <zerjioang@users.noreply.github.com>
  • Loading branch information
zerjioang committed May 22, 2023
1 parent 266f52b commit e1f6ffb
Show file tree
Hide file tree
Showing 15 changed files with 164 additions and 0 deletions.
12 changes: 12 additions & 0 deletions cmd/cmd.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
//
// Copyright zerjioang. 2023 All Rights Reserved.
// Licensed under the MIT
// you may not use this file except in compliance with the License.
//
// 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 cmd

import (
Expand Down
12 changes: 12 additions & 0 deletions core/isolver.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
//
// Copyright zerjioang. 2023 All Rights Reserved.
// Licensed under the MIT
// you may not use this file except in compliance with the License.
//
// 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 core

import "github.com/zerjioang/flights/server/datatype"
Expand Down
12 changes: 12 additions & 0 deletions core/solver.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
//
// Copyright zerjioang. 2023 All Rights Reserved.
// Licensed under the MIT
// you may not use this file except in compliance with the License.
//
// 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 core

import (
Expand Down
12 changes: 12 additions & 0 deletions core/solver_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
//
// Copyright zerjioang. 2023 All Rights Reserved.
// Licensed under the MIT
// you may not use this file except in compliance with the License.
//
// 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 core

import (
Expand Down
11 changes: 11 additions & 0 deletions docs/docs.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions embed/LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//

12 changes: 12 additions & 0 deletions embed/embed.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
//
// Copyright zerjioang. 2023 All Rights Reserved.
// Licensed under the MIT
// you may not use this file except in compliance with the License.
//
// 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 embed

import (
Expand Down
12 changes: 12 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
//
// Copyright zerjioang. 2023 All Rights Reserved.
// Licensed under the MIT
// you may not use this file except in compliance with the License.
//
// 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

import (
Expand Down
11 changes: 11 additions & 0 deletions server/ctl/base.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
//
// Copyright zerjioang. 2023 All Rights Reserved.
// Licensed under the MIT
// you may not use this file except in compliance with the License.
//
// 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 ctl

import "github.com/labstack/echo/v4"
Expand Down
11 changes: 11 additions & 0 deletions server/ctl/flights.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
//
// Copyright zerjioang. 2023 All Rights Reserved.
// Licensed under the MIT
// you may not use this file except in compliance with the License.
//
// 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 ctl

import (
Expand Down
11 changes: 11 additions & 0 deletions server/ctl/health.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
//
// Copyright zerjioang. 2023 All Rights Reserved.
// Licensed under the MIT
// you may not use this file except in compliance with the License.
//
// 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 ctl

import (
Expand Down
11 changes: 11 additions & 0 deletions server/ctl/swagger.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
//
// Copyright zerjioang. 2023 All Rights Reserved.
// Licensed under the MIT
// you may not use this file except in compliance with the License.
//
// 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 ctl

import (
Expand Down
12 changes: 12 additions & 0 deletions server/datatype/flightdata.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
//
// Copyright zerjioang. 2023 All Rights Reserved.
// Licensed under the MIT
// you may not use this file except in compliance with the License.
//
// 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 datatype

import (
Expand Down
12 changes: 12 additions & 0 deletions server/datatype/pool.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
//
// Copyright zerjioang. 2023 All Rights Reserved.
// Licensed under the MIT
// you may not use this file except in compliance with the License.
//
// 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 datatype

import (
Expand Down
12 changes: 12 additions & 0 deletions server/server.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
//
// Copyright zerjioang. 2023 All Rights Reserved.
// Licensed under the MIT
// you may not use this file except in compliance with the License.
//
// 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 (
Expand Down

0 comments on commit e1f6ffb

Please sign in to comment.