From 4e7924e19438d8e51073a9b232693e054986e7ea Mon Sep 17 00:00:00 2001 From: negbie Date: Mon, 29 Jun 2020 23:58:08 +0200 Subject: [PATCH] Move prefs into dialog package, use python comments --- {sip => dialog}/prefs.go | 2 +- sip/torture.py | 26 +++++++++++++------------- 2 files changed, 14 insertions(+), 14 deletions(-) rename {sip => dialog}/prefs.go (99%) diff --git a/sip/prefs.go b/dialog/prefs.go similarity index 99% rename from sip/prefs.go rename to dialog/prefs.go index e32a69d..af88dd1 100755 --- a/sip/prefs.go +++ b/dialog/prefs.go @@ -15,7 +15,7 @@ // Global Settings. You can change these at startup to fine tune // certain behaviors. -package sip +package dialog import ( "os" diff --git a/sip/torture.py b/sip/torture.py index cb02ffb..28cf5af 100644 --- a/sip/torture.py +++ b/sip/torture.py @@ -1,16 +1,16 @@ -// Copyright 2020 Justine Alexandra Roberts Tunney -// -// 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. +# Copyright 2020 Justine Alexandra Roberts Tunney +# +# 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. # RFC4475 Torture Message String Literal Encoder