Skip to content

Commit

Permalink
Updated Copyright notice year.
Browse files Browse the repository at this point in the history
Welcome to 2022 and Happy New Year!
  • Loading branch information
RobertoMachorro committed Jan 11, 2022
1 parent d0461c0 commit 1d5c725
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Moped/AboutViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Moped/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions Moped/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="18122" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="19529" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<deployment identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="18122"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="19529"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
Expand Down Expand Up @@ -843,12 +843,12 @@
<rect key="frame" x="18" y="20" width="304" height="132"/>
<textFieldCell key="cell" selectable="YES" allowsUndo="NO" alignment="justified" id="n1N-rx-b5p">
<font key="font" metaFont="label" size="9"/>
<string key="title">A general purpose text editor, small and light.
Copyright (C) 2019-2021 Roberto Machorro. All rights reserved.
<mutableString key="title">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.</string>
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.</mutableString>
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
Expand Down
2 changes: 1 addition & 1 deletion Moped/Document.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Moped/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2019-2021 Roberto Machorro. All rights reserved.</string>
<string>Copyright © 2019-2022 Roberto Machorro. All rights reserved.</string>
<key>NSMainStoryboardFile</key>
<string>Main</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion Moped/Preferences.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Moped/PreferencesViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Moped/TextFileModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Moped/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Moped/WindowController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d5c725

Please sign in to comment.