Skip to content

Commit 7485a1a

Browse files
author
Matthias Kastner
committed
update license
update year, remove author, refer to LICENSE file.
1 parent 3c6fdb8 commit 7485a1a

File tree

6 files changed

+27
-11
lines changed

6 files changed

+27
-11
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2018, Thomas Braun
3+
Copyright (c) 2019, () byte physics [email protected]
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

procedures/CodeBrowser.ipf

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@
33
#pragma IgorVersion = 6.3.0
44
#pragma IndependentModule=CodeBrowserModule
55

6-
// This file was created by () byte physics Thomas Braun, [email protected]
7-
// (c) 2013
6+
// Copyright (c) 2019, () byte physics [email protected]
7+
// All rights reserved.
8+
//
9+
// This source code is licensed under the BSD 3-Clause license found in the
10+
// LICENSE file in the root directory of this source tree.
811

912
Menu "CodeBrowser"
1013
// CTRL+0 is the keyboard shortcut

procedures/CodeBrowser_gui.ipf

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@
44
#pragma IndependentModule=CodeBrowserModule
55

66
#include <Resize Controls>
7-
// This file was created by () byte physics Thomas Braun, [email protected]
8-
// (c) 2013
7+
8+
// Copyright (c) 2019, () byte physics [email protected]
9+
// All rights reserved.
10+
//
11+
// This source code is licensed under the BSD 3-Clause license found in the
12+
// LICENSE file in the root directory of this source tree.
913

1014
Constant panelWidth = 307
1115
Constant panelHeight = 170

procedures/CodeBrowser_hooks.ipf

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@
33
#pragma IgorVersion = 6.3.0
44
#pragma IndependentModule=CodeBrowserModule
55

6-
// This file was created by () byte physics Thomas Braun, [email protected]
7-
// (c) 2013
6+
// Copyright (c) 2019, () byte physics [email protected]
7+
// All rights reserved.
8+
//
9+
// This source code is licensed under the BSD 3-Clause license found in the
10+
// LICENSE file in the root directory of this source tree.
811

912
static Function IgorBeforeQuitHook(unsavedExp, unsavedNotebooks, unsavedProcedures)
1013
variable unsavedExp, unsavedNotebooks, unsavedProcedures

procedures/CodeBrowser_preferences.ipf

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@
33
#pragma IgorVersion = 6.3.0
44
#pragma IndependentModule=CodeBrowserModule
55

6-
// This file was created by () byte physics Thomas Braun, [email protected]
7-
// (c) 2013
6+
// Copyright (c) 2019, () byte physics [email protected]
7+
// All rights reserved.
8+
//
9+
// This source code is licensed under the BSD 3-Clause license found in the
10+
// LICENSE file in the root directory of this source tree.
811

912
static Constant kPrefsVersion = 109
1013
static StrConstant kPackageName = "CodeBrowser"

procedures/CodeBrowser_utils.ipf

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@
33
#pragma IgorVersion = 6.3.0
44
#pragma IndependentModule=CodeBrowserModule
55

6-
// This file was created by () byte physics Thomas Braun, [email protected]
7-
// (c) 2013
6+
// Copyright (c) 2019, () byte physics [email protected]
7+
// All rights reserved.
8+
//
9+
// This source code is licensed under the BSD 3-Clause license found in the
10+
// LICENSE file in the root directory of this source tree.
811

912
// Returns 1 for empty and null strings, zero otherwise
1013
Function isEmpty(str)

0 commit comments

Comments
 (0)