diff --git a/Moped/AboutViewController.swift b/Moped/AboutViewController.swift index 499312d..3a2064a 100644 --- a/Moped/AboutViewController.swift +++ b/Moped/AboutViewController.swift @@ -2,7 +2,7 @@ // AboutViewController.swift // // Moped - A general purpose text editor, small and light. -// Copyright © 2019-2021 Roberto Machorro. All rights reserved. +// Copyright © 2019-2022 Roberto Machorro. All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Moped/AppDelegate.swift b/Moped/AppDelegate.swift index 9c6e0fd..19cf671 100644 --- a/Moped/AppDelegate.swift +++ b/Moped/AppDelegate.swift @@ -2,7 +2,7 @@ // AppDelegate.swift // // Moped - A general purpose text editor, small and light. -// Copyright © 2019-2021 Roberto Machorro. All rights reserved. +// Copyright © 2019-2022 Roberto Machorro. All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Moped/Base.lproj/Main.storyboard b/Moped/Base.lproj/Main.storyboard index 498304d..5dc8cc1 100644 --- a/Moped/Base.lproj/Main.storyboard +++ b/Moped/Base.lproj/Main.storyboard @@ -1,8 +1,8 @@ - + - + @@ -843,12 +843,12 @@ - A general purpose text editor, small and light. -Copyright (C) 2019-2021 Roberto Machorro. All rights reserved. + A general purpose text editor, small and light. +Copyright (C) 2019-2022 Roberto Machorro. All rights reserved. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. -This program 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 General Public License for more details. +This program 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 General Public License for more details. diff --git a/Moped/Document.swift b/Moped/Document.swift index 558f8af..f83d966 100644 --- a/Moped/Document.swift +++ b/Moped/Document.swift @@ -2,7 +2,7 @@ // Document.swift // // Moped - A general purpose text editor, small and light. -// Copyright © 2019-2021 Roberto Machorro. All rights reserved. +// Copyright © 2019-2022 Roberto Machorro. All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Moped/Info.plist b/Moped/Info.plist index 137da64..99e10f5 100644 --- a/Moped/Info.plist +++ b/Moped/Info.plist @@ -133,7 +133,7 @@ LSMinimumSystemVersion $(MACOSX_DEPLOYMENT_TARGET) NSHumanReadableCopyright - Copyright © 2019-2021 Roberto Machorro. All rights reserved. + Copyright © 2019-2022 Roberto Machorro. All rights reserved. NSMainStoryboardFile Main NSPrincipalClass diff --git a/Moped/Preferences.swift b/Moped/Preferences.swift index eb4e9ec..234e29d 100644 --- a/Moped/Preferences.swift +++ b/Moped/Preferences.swift @@ -2,7 +2,7 @@ // Preferences.swift // // Moped - A general purpose text editor, small and light. -// Copyright © 2019-2021 Roberto Machorro. All rights reserved. +// Copyright © 2019-2022 Roberto Machorro. All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Moped/PreferencesViewController.swift b/Moped/PreferencesViewController.swift index c8bc418..c0ae389 100644 --- a/Moped/PreferencesViewController.swift +++ b/Moped/PreferencesViewController.swift @@ -2,7 +2,7 @@ // PreferencesViewController.swift // // Moped - A general purpose text editor, small and light. -// Copyright © 2019-2021 Roberto Machorro. All rights reserved. +// Copyright © 2019-2022 Roberto Machorro. All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Moped/TextFileModel.swift b/Moped/TextFileModel.swift index 60e6a6d..88675e1 100644 --- a/Moped/TextFileModel.swift +++ b/Moped/TextFileModel.swift @@ -2,7 +2,7 @@ // TextFileModel.swift // // Moped - A general purpose text editor, small and light. -// Copyright © 2019-2021 Roberto Machorro. All rights reserved. +// Copyright © 2019-2022 Roberto Machorro. All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Moped/ViewController.swift b/Moped/ViewController.swift index f6119ce..a630df2 100644 --- a/Moped/ViewController.swift +++ b/Moped/ViewController.swift @@ -2,7 +2,7 @@ // ViewController.swift // // Moped - A general purpose text editor, small and light. -// Copyright © 2019-2021 Roberto Machorro. All rights reserved. +// Copyright © 2019-2022 Roberto Machorro. All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/Moped/WindowController.swift b/Moped/WindowController.swift index b9d42e5..fca16c1 100644 --- a/Moped/WindowController.swift +++ b/Moped/WindowController.swift @@ -2,7 +2,7 @@ // WindowController.swift // // Moped - A general purpose text editor, small and light. -// Copyright © 2019-2021 Roberto Machorro. All rights reserved. +// Copyright © 2019-2022 Roberto Machorro. All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by