Skip to content

Commit

Permalink
Bump date to 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Scalesse committed Jan 7, 2024
1 parent 401141d commit 1010a10
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Example/CSAppDelegate.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// CSAppDelegate.h
// Toast
//
// Copyright (c) 2011-2016 Charles Scalesse.
// Copyright (c) 2011-2024 Charles Scalesse.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion Example/CSAppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// CSAppDelegate.m
// Toast
//
// Copyright (c) 2011-2016 Charles Scalesse.
// Copyright (c) 2011-2024 Charles Scalesse.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion Example/CSViewController.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// CSAppViewController.h
// Toast
//
// Copyright (c) 2011-2016 Charles Scalesse.
// Copyright (c) 2011-2024 Charles Scalesse.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion Example/CSViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// CSAppViewController.m
// Toast
//
// Copyright (c) 2011-2016 Charles Scalesse.
// Copyright (c) 2011-2024 Charles Scalesse.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the
Expand Down
4 changes: 2 additions & 2 deletions Example/main.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// main.m
// ToastTest
//
// Copyright 2014 Charles Scalesse. All rights reserved.
// Copyright 2011-2024 Charles Scalesse. All rights reserved.
//

#import <UIKit/UIKit.h>
Expand All @@ -12,4 +12,4 @@ int main(int argc, char *argv[]) {
@autoreleasepool {
return UIApplicationMain(argc, argv, nil, NSStringFromClass([CSAppDelegate class]));
}
}
}
2 changes: 1 addition & 1 deletion Toast-Framework/Toast.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Toast.h
// Toast
//
// Created by Charles Scalesse on 11/3/16.
// Copyright 2011-2024 Charles Scalesse. All rights reserved.
//
//

Expand Down
2 changes: 1 addition & 1 deletion Toast/UIView+Toast.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// UIView+Toast.h
// Toast
//
// Copyright (c) 2011-2017 Charles Scalesse.
// Copyright (c) 2011-2024 Charles Scalesse.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion Toast/UIView+Toast.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// UIView+Toast.m
// Toast
//
// Copyright (c) 2011-2017 Charles Scalesse.
// Copyright (c) 2011-2024 Charles Scalesse.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the
Expand Down

0 comments on commit 1010a10

Please sign in to comment.