Skip to content

Commit

Permalink
Add license headers to example
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperdriveguy committed Jul 30, 2024
1 parent adffe2c commit c44741e
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 0 deletions.
17 changes: 17 additions & 0 deletions example/create_byu_vectorstore.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
"""
© 2024 Blaine Freestone
This file is part of the Maeser usage example.
Maeser is free software: you can redistribute it and/or modify it under the terms of
the GNU Lesser General Public License as published by the Free Software Foundation,
either version 3 of the License, or (at your option) any later version.
Maeser is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with
Maeser. If not, see <https://www.gnu.org/licenses/>.
"""

# Extract the text from the Brigham Young University Wikipedia page

import wikipediaapi
Expand Down
17 changes: 17 additions & 0 deletions example/create_maeser_vectorstore.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
"""
© 2024 Blaine Freestone
This file is part of the Maeser usage example.
Maeser is free software: you can redistribute it and/or modify it under the terms of
the GNU Lesser General Public License as published by the Free Software Foundation,
either version 3 of the License, or (at your option) any later version.
Maeser is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with
Maeser. If not, see <https://www.gnu.org/licenses/>.
"""

# Extract the text from the Karl G. Maeser Wikipedia page

import wikipediaapi
Expand Down
17 changes: 17 additions & 0 deletions example/flask_example.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
"""
© 2024 Blaine Freestone, Carson Bush, Brent Nelson
This file is part of the Maeser usage example.
Maeser is free software: you can redistribute it and/or modify it under the terms of
the GNU Lesser General Public License as published by the Free Software Foundation,
either version 3 of the License, or (at your option) any later version.
Maeser is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with
Maeser. If not, see <https://www.gnu.org/licenses/>.
"""

from maeser.chat.chat_logs import ChatLogsManager
from maeser.chat.chat_session_manager import ChatSessionManager

Expand Down
17 changes: 17 additions & 0 deletions example/terminal_example.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
"""
© 2024 Blaine Freestone, Brent Nelson
This file is part of the Maeser usage example.
Maeser is free software: you can redistribute it and/or modify it under the terms of
the GNU Lesser General Public License as published by the Free Software Foundation,
either version 3 of the License, or (at your option) any later version.
Maeser is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with
Maeser. If not, see <https://www.gnu.org/licenses/>.
"""

from maeser.chat.chat_logs import ChatLogsManager
from maeser.chat.chat_session_manager import ChatSessionManager

Expand Down

0 comments on commit c44741e

Please sign in to comment.