Changeset 96407 in vbox for trunk/src/VBox/Main/webservice/samples/python
- Timestamp:
- Aug 22, 2022 5:43:14 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 153224
- Location:
- trunk/src/VBox/Main/webservice/samples/python
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/webservice/samples/python/Makefile
r93115 r96407 5 5 6 6 # 7 # Copyright (C) 2008-2022 Oracle Corporation7 # Copyright (C) 2008-2022 Oracle and/or its affiliates. 8 8 # 9 9 # Permission is hereby granted, free of charge, to any person -
trunk/src/VBox/Main/webservice/samples/python/Makefile.glue
r93115 r96407 5 5 6 6 # 7 # Copyright (C) 2008-2022 Oracle Corporation7 # Copyright (C) 2008-2022 Oracle and/or its affiliates. 8 8 # 9 9 # Permission is hereby granted, free of charge, to any person -
trunk/src/VBox/Main/webservice/samples/python/clienttest.py
r93115 r96407 3 3 __copyright__ = \ 4 4 """ 5 Copyright (C) 2012-2022 Oracle Corporation5 Copyright (C) 2012-2022 Oracle and/or its affiliates. 6 6 7 7 Permission is hereby granted, free of charge, to any person
Note:
See TracChangeset
for help on using the changeset viewer.