Skip to content

Commit 1290eb9

Browse files
committed
Merge branch 'master' of github.com:TheCoderMerlin/Curses
2 parents 5b83cb9 + 63e5f88 commit 1290eb9

16 files changed

+16
-16
lines changed

Sources/Curses/Attribute.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Curses - ncurses object library for Swift
3-
Copyright (C) 2018 Tango Golf Digital, LLC
3+
Copyright (C) 2018 CoderMerlin.com
44

55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

Sources/Curses/BoxCharacter.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Curses - ncurses object library for Swift
3-
Copyright (C) 2018 Tango Golf Digital, LLC
3+
Copyright (C) 2018 CoderMerlin.com
44

55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

Sources/Curses/Color.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Curses - ncurses object library for Swift
3-
Copyright (C) 2018 Tango Golf Digital, LLC
3+
Copyright (C) 2018 CoderMerlin.com
44

55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

Sources/Curses/ColorPair.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Curses - ncurses object library for Swift
3-
Copyright (C) 2018 Tango Golf Digital, LLC
3+
Copyright (C) 2018 CoderMerlin.com
44

55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

Sources/Curses/Colors.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Curses - ncurses object library for Swift
3-
Copyright (C) 2018 Tango Golf Digital, LLC
3+
Copyright (C) 2018 CoderMerlin.com
44

55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

Sources/Curses/Curses.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Curses - ncurses object library for Swift
3-
Copyright (C) 2018 Tango Golf Digital, LLC
3+
Copyright (C) 2018 CoderMerlin.com
44

55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

Sources/Curses/CursesHandlerProtocol.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Curses - ncurses object library for Swift
3-
Copyright (C) 2018 Tango Golf Digital, LLC
3+
Copyright (C) 2018 CoderMerlin.com
44

55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

Sources/Curses/Cursor.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Curses - ncurses object library for Swift
3-
Copyright (C) 2018 Tango Golf Digital, LLC
3+
Copyright (C) 2018 CoderMerlin.com
44

55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

Sources/Curses/CursorStyle.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Curses - ncurses object library for Swift
3-
Copyright (C) 2018 Tango Golf Digital, LLC
3+
Copyright (C) 2018 CoderMerlin.com
44

55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

Sources/Curses/Key.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Curses - ncurses object library for Swift
3-
Copyright (C) 2018 Tango Golf Digital, LLC
3+
Copyright (C) 2018 CoderMerlin.com
44

55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)